Skip to content

Commit

Permalink
Merge pull request #426 from TrejGun/renovate/node-22.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency @types/node to v22
  • Loading branch information
TrejGun authored Nov 1, 2024
2 parents 3950c20 + 45cee11 commit e271433
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion apps/biometric/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@nestjs/testing": "10.4.6",
"@types/express": "4.17.21",
"@types/jest": "29.5.14",
"@types/node": "20.17.5",
"@types/node": "22.8.6",
"@types/passport": "1.0.17",
"@types/passport-facebook": "3.0.3",
"@types/passport-google-oauth": "1.0.45",
Expand Down
2 changes: 1 addition & 1 deletion apps/firebase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@nestjs/testing": "10.4.6",
"@types/express": "4.17.21",
"@types/jest": "29.5.14",
"@types/node": "20.17.5",
"@types/node": "22.8.6",
"@types/passport": "1.0.17",
"@types/passport-jwt": "4.0.1",
"@types/uuid": "10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/jwks-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@nestjs/testing": "10.4.6",
"@types/express": "4.17.21",
"@types/jest": "29.5.14",
"@types/node": "20.17.5",
"@types/node": "22.8.6",
"@types/passport": "1.0.17",
"@types/passport-jwt": "4.0.1",
"jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/jwt-gql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@nestjs/testing": "10.4.6",
"@types/express": "4.17.21",
"@types/jest": "29.5.14",
"@types/node": "20.17.5",
"@types/node": "22.8.6",
"@types/passport": "1.0.17",
"@types/passport-jwt": "4.0.1",
"@types/uuid": "10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/jwt-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@nestjs/testing": "10.4.6",
"@types/express": "4.17.21",
"@types/jest": "29.5.14",
"@types/node": "20.17.5",
"@types/node": "22.8.6",
"@types/passport": "1.0.17",
"@types/passport-facebook": "3.0.3",
"@types/passport-google-oauth": "1.0.45",
Expand Down
2 changes: 1 addition & 1 deletion apps/jwt-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@nestjs/testing": "10.4.6",
"@types/express": "4.17.21",
"@types/jest": "29.5.14",
"@types/node": "20.17.5",
"@types/node": "22.8.6",
"@types/passport": "1.0.17",
"@types/passport-jwt": "4.0.1",
"@types/passport-local": "1.0.38",
Expand Down
2 changes: 1 addition & 1 deletion apps/metamask/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@nestjs/testing": "10.4.6",
"@types/express": "4.17.21",
"@types/jest": "29.5.14",
"@types/node": "20.17.5",
"@types/node": "22.8.6",
"@types/passport": "1.0.17",
"@types/passport-facebook": "3.0.3",
"@types/passport-google-oauth": "1.0.45",
Expand Down
2 changes: 1 addition & 1 deletion apps/session-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/express": "4.17.21",
"@types/express-session": "1.18.0",
"@types/jest": "29.5.14",
"@types/node": "20.17.5",
"@types/node": "22.8.6",
"@types/node-rsa": "1.1.4",
"@types/passport": "1.0.17",
"@types/passport-facebook": "3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/session-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/express": "4.17.21",
"@types/express-session": "1.18.0",
"@types/jest": "29.5.14",
"@types/node": "20.17.5",
"@types/node": "22.8.6",
"@types/passport": "1.0.17",
"@types/passport-local": "1.0.38",
"jest": "29.7.0",
Expand Down

0 comments on commit e271433

Please sign in to comment.