Skip to content

Commit c93584b

Browse files
chore(deps): update all non-major dependencies
1 parent 1ed9e0e commit c93584b

13 files changed

Lines changed: 4827 additions & 2428 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:24.11.0-alpine AS base
1+
FROM node:24.14.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:24.11.0-alpine AS base
1+
FROM node:24.14.0-alpine AS base
22
ENV NODE_OPTIONS="--max_old_space_size=4096"
33

44
# Builder stage

docker/hub-telegram/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24.11.0-alpine AS base
1+
FROM node:24.14.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:24.11.0-alpine AS base
1+
FROM node:24.14.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:24.11.0-alpine AS base
1+
FROM node:24.14.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:24.11.0-slim AS base
1+
FROM node:24.14.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:24.11.0-alpine AS base
1+
FROM node:24.14.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:24.11.0-alpine AS base
1+
FROM node:24.14.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
@@ -2,15 +2,15 @@
22
"name": "roll-stack",
33
"version": "",
44
"private": true,
5-
"packageManager": "pnpm@10.20.0",
5+
"packageManager": "pnpm@10.30.3",
66
"license": "MIT",
77
"repository": {
88
"type": "git",
99
"url": "git+https://github.com/nextorders/roll-stack.git"
1010
},
1111
"engines": {
12-
"node": ">=24.11.0",
13-
"pnpm": ">=10.20.0"
12+
"node": ">=24.14.0",
13+
"pnpm": ">=10.30.3"
1414
},
1515
"scripts": {
1616
"release": "bumpp --execute=\"pnpm run release:prepare\" --recursive",

packages/database/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
"typecheck": "tsc --noEmit"
1616
},
1717
"dependencies": {
18-
"drizzle-cuid2": "2.1.0",
19-
"drizzle-orm": "0.44.6",
20-
"pg": "8.16.3"
18+
"drizzle-cuid2": "2.2.0",
19+
"drizzle-orm": "0.45.1",
20+
"pg": "8.19.0"
2121
},
2222
"devDependencies": {
2323
"@types/node": "catalog:types",
24-
"@types/pg": "8.15.5",
24+
"@types/pg": "8.16.0",
2525
"dotenv": "catalog:dev",
26-
"drizzle-kit": "0.31.5",
26+
"drizzle-kit": "0.31.9",
2727
"typescript": "catalog:dev"
2828
}
2929
}

0 commit comments

Comments
 (0)