Skip to content

Commit 56c0922

Browse files
chore(deps): update all non-major dependencies
1 parent a551de1 commit 56c0922

12 files changed

Lines changed: 1293 additions & 205 deletions

File tree

docker/atrium-telegram/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.20.0-alpine AS base
1+
FROM node:22.21.0-alpine AS base
22
ENV NODE_OPTIONS="--max_old_space_size=4096"
33

44
# Builder stage

docker/core-telegram/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.20.0-alpine AS base
1+
FROM node:22.21.0-alpine AS base
22
ENV NODE_OPTIONS="--max_old_space_size=4096"
33

44
# Builder stage

docker/storefront-telegram/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.20.0-alpine AS base
1+
FROM node:22.21.0-alpine AS base
22
ENV NODE_OPTIONS="--max_old_space_size=4096"
33

44
# Builder stage

docker/web-app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.20.0-alpine AS base
1+
FROM node:22.21.0-alpine AS base
22
ENV NODE_OPTIONS="--max_old_space_size=4096"
33

44
# Builder stage

docker/web-parser/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.20.0-slim AS base
1+
FROM node:22.21.0-slim AS base
22
ENV PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1
33
ENV PLAYWRIGHT_BROWSERS_PATH=/opt/ms-playwright
44

docker/web-storefront/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.20.0-alpine AS base
1+
FROM node:22.21.0-alpine AS base
22
ENV NODE_OPTIONS="--max_old_space_size=4096"
33

44
# Builder stage

docker/webinar/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.20.0-alpine AS base
1+
FROM node:22.21.0-alpine AS base
22
ENV NODE_OPTIONS="--max_old_space_size=4096"
33

44
# Builder stage

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"url": "git+https://github.com/nextorders/roll-stack.git"
1010
},
1111
"engines": {
12-
"node": ">=22.18.0",
12+
"node": ">=22.21.0",
1313
"pnpm": ">=10.19.0"
1414
},
1515
"scripts": {
@@ -44,8 +44,8 @@
4444
"vitest-browser-vue": "catalog:test"
4545
},
4646
"resolutions": {
47-
"@nuxt/cli": "3.28.0",
48-
"unimport": "4.1.1"
47+
"@nuxt/cli": "3.29.3",
48+
"unimport": "4.2.0"
4949
},
5050
"lint-staged": {
5151
"*.{js,ts,tsx,vue,md,json}": [

packages/database/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"drizzle-cuid2": "2.1.0",
19-
"drizzle-orm": "0.44.6",
19+
"drizzle-orm": "0.44.7",
2020
"pg": "8.16.3"
2121
},
2222
"devDependencies": {

packages/geo-database/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"drizzle-cuid2": "2.1.0",
19-
"drizzle-orm": "0.44.6",
19+
"drizzle-orm": "0.44.7",
2020
"pg": "8.16.3"
2121
},
2222
"devDependencies": {

0 commit comments

Comments
 (0)