Skip to content

Commit

Permalink
chore(deps): update dependency node to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2024
1 parent 64c8ef2 commit 74f6f7b
Show file tree
Hide file tree
Showing 8 changed files with 140 additions and 140 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.18.0
22.11.0
2 changes: 1 addition & 1 deletion backend/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.18.0
22.11.0
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.18.0
FROM node:22.11.0
WORKDIR /app

COPY ["package.json", ".npmrc", "./"]
Expand Down
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@nestjs/testing": "10.4.7",
"@types/express": "5.0.0",
"@types/jest": "29.5.14",
"@types/node": "20.17.6",
"@types/node": "22.9.0",
"@types/pg": "8.11.10",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "7.18.0",
Expand Down
2 changes: 1 addition & 1 deletion frontend/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.18.0
22.11.0
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.18.0
FROM node:22.11.0
WORKDIR /app

ARG COMMIT_HASH
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@nuxt/ui": "2.19.2",
"@nuxtjs/eslint-config-typescript": "12.1.0",
"@nuxtjs/i18n": "8.5.5",
"@types/node": "20.17.6",
"@types/node": "22.9.0",
"@typescript-eslint/parser": "7.18.0",
"@vite-pwa/nuxt": "0.10.6",
"autoprefixer": "10.4.20",
Expand Down
266 changes: 133 additions & 133 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 74f6f7b

Please sign in to comment.