Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#438)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 13, 2024
1 parent 8eae28a commit 77ec2ab
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 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.13",
"@types/express": "4.17.21",
"@types/jest": "29.5.14",
"@types/node": "22.10.1",
"@types/node": "22.10.2",
"@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.13",
"@types/express": "4.17.21",
"@types/jest": "29.5.14",
"@types/node": "22.10.1",
"@types/node": "22.10.2",
"@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.13",
"@types/express": "4.17.21",
"@types/jest": "29.5.14",
"@types/node": "22.10.1",
"@types/node": "22.10.2",
"@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.13",
"@types/express": "4.17.21",
"@types/jest": "29.5.14",
"@types/node": "22.10.1",
"@types/node": "22.10.2",
"@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.13",
"@types/express": "4.17.21",
"@types/jest": "29.5.14",
"@types/node": "22.10.1",
"@types/node": "22.10.2",
"@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.13",
"@types/express": "4.17.21",
"@types/jest": "29.5.14",
"@types/node": "22.10.1",
"@types/node": "22.10.2",
"@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.13",
"@types/express": "4.17.21",
"@types/jest": "29.5.14",
"@types/node": "22.10.1",
"@types/node": "22.10.2",
"@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.1",
"@types/jest": "29.5.14",
"@types/node": "22.10.1",
"@types/node": "22.10.2",
"@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.1",
"@types/jest": "29.5.14",
"@types/node": "22.10.1",
"@types/node": "22.10.2",
"@types/passport": "1.0.17",
"@types/passport-local": "1.0.38",
"jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@ethberry/eslint-config": "5.0.4",
"husky": "9.1.7",
"lint-staged": "15.2.10",
"lint-staged": "15.2.11",
"prettier": "3.4.2"
},
"engines": {
Expand Down

0 comments on commit 77ec2ab

Please sign in to comment.