Skip to content

chore(deps): update node.js to v20.18.2 #952

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.18.1
20.18.2
2 changes: 1 addition & 1 deletion backend/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.18.1
20.18.2
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:20.18.1
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.15",
"@types/express": "5.0.0",
"@types/jest": "29.5.14",
"@types/node": "20.17.6",
"@types/node": "20.17.14",
"@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.1
20.18.2
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:20.18.1
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.21.0",
"@nuxtjs/eslint-config-typescript": "12.1.0",
"@nuxtjs/i18n": "8.5.5",
"@types/node": "20.17.6",
"@types/node": "20.17.14",
"@typescript-eslint/parser": "7.18.0",
"@vite-pwa/nuxt": "0.10.6",
"autoprefixer": "10.4.20",
Expand Down
280 changes: 140 additions & 140 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Loading