Skip to content

Commit

Permalink
Update dependency node to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2023
1 parent 857a68e commit 96785c5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 16.20.2
nodejs 20.9.0
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/express-serve-static-core": "4.17.39",
"@types/jsonwebtoken": "8.5.9",
"@types/morgan": "1.9.7",
"@types/node": "14.18.63",
"@types/node": "20.8.10",
"@types/nodemailer": "6.4.13",
"@types/qs": "6.9.9",
"@types/serve-static": "1.15.4",
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "13.5.0",
"@types/jest": "27.5.2",
"@types/node": "16.18.59",
"@types/node": "20.8.10",
"@types/react": "17.0.69",
"@types/react-dom": "17.0.22",
"axios": "0.27.2",
Expand Down
2 changes: 1 addition & 1 deletion libraries/error-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"author": "jamezrin",
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "14.18.63",
"@types/node": "20.8.10",
"@typescript-eslint/eslint-plugin": "5.59.0",
"@typescript-eslint/parser": "5.59.0",
"eslint": "7.32.0",
Expand Down

0 comments on commit 96785c5

Please sign in to comment.