Skip to content

Commit 3f59e04

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

14 files changed

Lines changed: 5837 additions & 3174 deletions

File tree

apps/geo-vault/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"date-fns": "catalog:integrations",
2020
"ioredis": "catalog:integrations",
2121
"libphonenumber-js": "catalog:integrations",
22-
"ru-nalog-fias-gar": "1.0.4",
22+
"ru-nalog-fias-gar": "1.0.5",
2323
"sharp": "catalog:integrations"
2424
},
2525
"devDependencies": {

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.1-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.1-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.1-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.1-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.1-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.1-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.1-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.1-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.33.0",
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.1",
13+
"pnpm": ">=10.33.0"
1414
},
1515
"scripts": {
1616
"release": "bumpp --execute=\"pnpm run release:prepare\" --recursive",

0 commit comments

Comments
 (0)