Skip to content

Commit

Permalink
fix(deps): update dependency @types/node to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 21, 2025
1 parent 26f8d5e commit e8cb74d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.19.6",
"@types/jsonwebtoken": "8.5.9",
"@types/morgan": "1.9.9",
"@types/node": "14.18.63",
"@types/node": "22.13.5",
"@types/nodemailer": "6.4.17",
"@types/qs": "6.9.18",
"@types/serve-static": "1.15.7",
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.126",
"@types/node": "22.13.5",
"@types/react": "17.0.83",
"@types/react-dom": "17.0.26",
"axios": "0.29.0",
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": "22.13.5",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "7.32.0",
Expand Down

0 comments on commit e8cb74d

Please sign in to comment.