Skip to content

Commit

Permalink
chore(deps): update all node.js updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 13, 2023
1 parent 818365a commit ab01176
Show file tree
Hide file tree
Showing 9 changed files with 194 additions and 327 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
2 changes: 1 addition & 1 deletion application-templates/starter-typescript/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
2 changes: 1 addition & 1 deletion application-templates/starter/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
2 changes: 1 addition & 1 deletion custom-views-templates/starter-typescript/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
2 changes: 1 addition & 1 deletion custom-views-templates/starter/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"@tsconfig/cypress": "^1.0.1",
"@types/eslint": "^8.44.2",
"@types/jest": "^29.5.4",
"@types/node": "^18.17.14",
"@types/node": "^20.0.0",
"@types/rosie": "^0.0.42",
"@types/testing-library__jest-dom": "^5.14.9",
"@types/uuid": "^9.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages-backend/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@babel/runtime": "^7.22.15",
"@babel/runtime-corejs3": "^7.22.15",
"@types/express": "^4.17.17",
"@types/node": "^18.17.14",
"@types/node": "^20.0.0",
"express": "4.18.2",
"express-jwt": "8.4.1",
"jwks-rsa": "2.1.5"
Expand Down
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@
"@formatjs/cli": "6.1.1",
"@types/dotenv-flow": "^3.3.1",
"@types/jest": "^29.5.4",
"@types/node": "^16.18.48",
"@types/node": "^20.0.0",
"@types/testing-library__jest-dom": "^5.14.9",
"@vercel/node": "^2.15.10",
"@vercel/node": "^3.0.0",
"dotenv-flow": "^3.3.0",
"express": "4.18.2",
"jest": "29.5.0",
Expand Down

0 comments on commit ab01176

Please sign in to comment.