Skip to content

Commit

Permalink
chore(deps): update node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2024
1 parent 856b922 commit 54731f3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# ---- Base ----
FROM node:20.18.0 AS base
FROM node:22.10.0 AS base

# Set Working Directory
WORKDIR /home/node/app
Expand Down Expand Up @@ -66,7 +66,7 @@ RUN yarn build

# # ---- Release ----
# build production ready image
FROM node:20.18.0-slim AS release
FROM node:22.10.0-slim AS release
LABEL maintainer="[email protected]"

LABEL org.label-schema.schema-version="1.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/js-yaml": "4.0.9",
"@types/node": "20.17.1",
"@types/node": "22.8.1",
"@types/ramda": "0.30.2",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2776,12 +2776,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:20.17.1":
version: 20.17.1
resolution: "@types/node@npm:20.17.1"
"@types/node@npm:22.8.1":
version: 22.8.1
resolution: "@types/node@npm:22.8.1"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 10c0/214cf1fffff9c80ae0d49d7dd1f04254215d49711276fff44ff6f61e36dc8d53520509a88add6955fe029b2259c87eaf284b43bc1236d4f4f06bd80c46f0e2b8
undici-types: "npm:~6.19.8"
checksum: 10c0/83550fdf72a7db5b55eceac3f4fb038844eaee20202bdd2297a8248370cfa08317bda1605b781a8043eda4f173b75e73632e652fc85509eb14dfef78fa17337f
languageName: node
linkType: hard

Expand Down Expand Up @@ -9062,7 +9062,7 @@ __metadata:
"@testing-library/user-event": "npm:14.5.2"
"@types/bcrypt": "npm:5.0.2"
"@types/js-yaml": "npm:4.0.9"
"@types/node": "npm:20.17.1"
"@types/node": "npm:22.8.1"
"@types/ramda": "npm:0.30.2"
"@types/react": "npm:18.3.12"
"@types/react-dom": "npm:18.3.1"
Expand Down Expand Up @@ -11834,7 +11834,7 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.19.2":
"undici-types@npm:~6.19.2, undici-types@npm:~6.19.8":
version: 6.19.8
resolution: "undici-types@npm:6.19.8"
checksum: 10c0/078afa5990fba110f6824823ace86073b4638f1d5112ee26e790155f481f2a868cc3e0615505b6f4282bdf74a3d8caad715fd809e870c2bb0704e3ea6082f344
Expand Down

0 comments on commit 54731f3

Please sign in to comment.