Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 25, 2024
1 parent 4a89e17 commit 034cf29
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 31 deletions.
6 changes: 3 additions & 3 deletions apps/biometric/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"passport": "0.7.0",
"passport-jwt": "4.0.1",
"passport-local": "1.0.0",
"pg": "8.13.0",
"pg": "8.13.1",
"rxjs": "7.8.1",
"typeorm": "0.3.20",
"typeorm-naming-strategies": "4.1.0",
Expand All @@ -33,8 +33,8 @@
"@ethberry/cross-env": "0.0.5",
"@nestjs/testing": "10.4.5",
"@types/express": "4.17.21",
"@types/jest": "29.5.13",
"@types/node": "20.16.12",
"@types/jest": "29.5.14",
"@types/node": "20.17.1",
"@types/passport": "1.0.16",
"@types/passport-facebook": "3.0.3",
"@types/passport-google-oauth": "1.0.45",
Expand Down
10 changes: 5 additions & 5 deletions apps/firebase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"class-validator": "0.14.1",
"dotenv": "16.4.5",
"express": "4.21.1",
"firebase-admin": "12.6.0",
"firebase-admin": "12.7.0",
"passport": "0.7.0",
"passport-firebase-jwt": "1.2.1",
"passport-jwt": "4.0.1",
"pg": "8.13.0",
"pg": "8.13.1",
"rxjs": "7.8.1",
"socket.io": "4.8.0",
"socket.io": "4.8.1",
"typeorm": "0.3.20",
"typeorm-naming-strategies": "4.1.0",
"uuid": "10.0.0"
Expand All @@ -34,8 +34,8 @@
"@ethberry/cross-env": "0.0.5",
"@nestjs/testing": "10.4.5",
"@types/express": "4.17.21",
"@types/jest": "29.5.13",
"@types/node": "20.16.12",
"@types/jest": "29.5.14",
"@types/node": "20.17.1",
"@types/passport": "1.0.16",
"@types/passport-jwt": "4.0.1",
"@types/uuid": "10.0.0",
Expand Down
6 changes: 3 additions & 3 deletions apps/jwks-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"jwks-rsa": "3.1.0",
"passport": "0.7.0",
"passport-jwt": "4.0.1",
"pg": "8.13.0",
"pg": "8.13.1",
"rxjs": "7.8.1",
"typeorm": "0.3.20",
"typeorm-naming-strategies": "4.1.0"
Expand All @@ -29,8 +29,8 @@
"@ethberry/cross-env": "0.0.5",
"@nestjs/testing": "10.4.5",
"@types/express": "4.17.21",
"@types/jest": "29.5.13",
"@types/node": "20.16.12",
"@types/jest": "29.5.14",
"@types/node": "20.17.1",
"@types/passport": "1.0.16",
"@types/passport-jwt": "4.0.1",
"jest": "29.7.0",
Expand Down
6 changes: 3 additions & 3 deletions apps/jwt-gql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"graphql": "16.9.0",
"passport": "0.7.0",
"passport-jwt": "4.0.1",
"pg": "8.13.0",
"pg": "8.13.1",
"rxjs": "7.8.1",
"typeorm": "0.3.20",
"typeorm-naming-strategies": "4.1.0",
Expand All @@ -32,8 +32,8 @@
"@ethberry/cross-env": "0.0.5",
"@nestjs/testing": "10.4.5",
"@types/express": "4.17.21",
"@types/jest": "29.5.13",
"@types/node": "20.16.12",
"@types/jest": "29.5.14",
"@types/node": "20.17.1",
"@types/passport": "1.0.16",
"@types/passport-jwt": "4.0.1",
"@types/uuid": "10.0.0",
Expand Down
6 changes: 3 additions & 3 deletions apps/jwt-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"passport-facebook": "3.0.0",
"passport-google-oauth": "2.0.0",
"passport-jwt": "4.0.1",
"pg": "8.13.0",
"pg": "8.13.1",
"rxjs": "7.8.1",
"typeorm": "0.3.20",
"typeorm-naming-strategies": "4.1.0",
Expand All @@ -32,8 +32,8 @@
"@ethberry/cross-env": "0.0.5",
"@nestjs/testing": "10.4.5",
"@types/express": "4.17.21",
"@types/jest": "29.5.13",
"@types/node": "20.16.12",
"@types/jest": "29.5.14",
"@types/node": "20.17.1",
"@types/passport": "1.0.16",
"@types/passport-facebook": "3.0.3",
"@types/passport-google-oauth": "1.0.45",
Expand Down
8 changes: 4 additions & 4 deletions apps/jwt-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"ioredis": "5.4.1",
"passport": "0.7.0",
"passport-jwt": "4.0.1",
"pg": "8.13.0",
"pg": "8.13.1",
"rxjs": "7.8.1",
"socket.io": "4.8.0",
"socket.io": "4.8.1",
"swagger-ui-express": "5.0.1",
"typeorm": "0.3.20",
"typeorm-naming-strategies": "4.1.0",
Expand All @@ -38,8 +38,8 @@
"@ethberry/cross-env": "0.0.5",
"@nestjs/testing": "10.4.5",
"@types/express": "4.17.21",
"@types/jest": "29.5.13",
"@types/node": "20.16.12",
"@types/jest": "29.5.14",
"@types/node": "20.17.1",
"@types/passport": "1.0.16",
"@types/passport-jwt": "4.0.1",
"@types/passport-local": "1.0.38",
Expand Down
6 changes: 3 additions & 3 deletions apps/metamask/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"passport": "0.7.0",
"passport-custom": "1.1.1",
"passport-jwt": "4.0.1",
"pg": "8.13.0",
"pg": "8.13.1",
"rxjs": "7.8.1",
"swagger-ui-express": "5.0.1",
"typeorm": "0.3.20",
Expand All @@ -33,8 +33,8 @@
"@ethberry/cross-env": "0.0.5",
"@nestjs/testing": "10.4.5",
"@types/express": "4.17.21",
"@types/jest": "29.5.13",
"@types/node": "20.16.12",
"@types/jest": "29.5.14",
"@types/node": "20.17.1",
"@types/passport": "1.0.16",
"@types/passport-facebook": "3.0.3",
"@types/passport-google-oauth": "1.0.45",
Expand Down
6 changes: 3 additions & 3 deletions apps/session-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"passport-google-oauth": "2.0.0",
"passport-local": "1.0.0",
"passport-openidconnect": "0.1.2",
"pg": "8.13.0",
"pg": "8.13.1",
"rxjs": "7.8.1",
"swagger-ui-express": "5.0.1",
"typeorm": "0.3.20",
Expand All @@ -36,8 +36,8 @@
"@nestjs/testing": "10.4.5",
"@types/express": "4.17.21",
"@types/express-session": "1.18.0",
"@types/jest": "29.5.13",
"@types/node": "20.16.12",
"@types/jest": "29.5.14",
"@types/node": "20.17.1",
"@types/node-rsa": "1.1.4",
"@types/passport": "1.0.16",
"@types/passport-facebook": "3.0.3",
Expand Down
8 changes: 4 additions & 4 deletions apps/session-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"ioredis": "5.4.1",
"passport": "0.7.0",
"passport-local": "1.0.0",
"pg": "8.13.0",
"pg": "8.13.1",
"rxjs": "7.8.1",
"socket.io": "4.8.0",
"socket.io": "4.8.1",
"swagger-ui-express": "5.0.1",
"typeorm": "0.3.20",
"typeorm-naming-strategies": "4.1.0"
Expand All @@ -38,8 +38,8 @@
"@nestjs/testing": "10.4.5",
"@types/express": "4.17.21",
"@types/express-session": "1.18.0",
"@types/jest": "29.5.13",
"@types/node": "20.16.12",
"@types/jest": "29.5.14",
"@types/node": "20.17.1",
"@types/passport": "1.0.16",
"@types/passport-local": "1.0.38",
"jest": "29.7.0",
Expand Down

0 comments on commit 034cf29

Please sign in to comment.