Skip to content

Commit 7cc6693

Browse files
chore(deps): update node.js to v22.21.1
1 parent d43e643 commit 7cc6693

File tree

6 files changed

+219
-219
lines changed

6 files changed

+219
-219
lines changed

apps/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"@types/express": "^5.0.5",
9595
"@types/jest": "^30.0.0",
9696
"@types/luxon": "^3.7.1",
97-
"@types/node": "22.18.13",
97+
"@types/node": "22.19.0",
9898
"@types/nodemailer": "^7.0.3",
9999
"@types/passport-jwt": "*",
100100
"@types/supertest": "^6.0.3",

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"@testing-library/react": "^16.3.0",
8080
"@testing-library/user-event": "^14.6.1",
8181
"@types/jest": "^30.0.0",
82-
"@types/node": "22.18.13",
82+
"@types/node": "22.19.0",
8383
"@types/react": "^19.2.2",
8484
"@types/react-dom": "^19.2.2",
8585
"@ufb/eslint-config": "workspace:*",

docker/api.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The web Dockerfile is copy-pasted into our main docs at /docs/handbook/deploying-with-docker.
22
# Make sure you update this Dockerfile, the Dockerfile in the web workspace and copy that over to Dockerfile in the docs.
3-
FROM node:22.21.0-alpine AS base
3+
FROM node:22.21.1-alpine AS base
44

55
FROM base AS builder
66
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.

docker/web.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This Dockerfile is copy-pasted into our main docs at /docs/handbook/deploying-with-docker.
22
# Make sure you update both files!
3-
FROM node:22.21.0-alpine AS base
3+
FROM node:22.21.1-alpine AS base
44

55
FROM base AS builder
66
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.

0 commit comments

Comments
 (0)