Skip to content

Commit

Permalink
fix(deps): update @nestjs packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 9, 2024
1 parent 8b78456 commit 0f9625f
Show file tree
Hide file tree
Showing 9 changed files with 76 additions and 76 deletions.
16 changes: 8 additions & 8 deletions apps/biometric/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
},
"dependencies": {
"@metamask/eth-sig-util": "7.0.1",
"@nestjs/common": "10.3.1",
"@nestjs/config": "3.1.1",
"@nestjs/core": "10.3.1",
"@nestjs/common": "10.3.2",
"@nestjs/config": "3.2.0",
"@nestjs/core": "10.3.2",
"@nestjs/jwt": "10.2.0",
"@nestjs/passport": "10.0.3",
"@nestjs/platform-express": "10.3.1",
"@nestjs/serve-static": "4.0.0",
"@nestjs/swagger": "7.2.0",
"@nestjs/typeorm": "10.0.1",
"@nestjs/platform-express": "10.3.2",
"@nestjs/serve-static": "4.0.1",
"@nestjs/swagger": "7.3.0",
"@nestjs/typeorm": "10.0.2",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
"dotenv": "16.4.1",
Expand All @@ -32,7 +32,7 @@
"devDependencies": {
"@gemunion/cross-env": "0.0.4",
"@gemunion/eslint-config": "4.0.5",
"@nestjs/testing": "10.3.1",
"@nestjs/testing": "10.3.2",
"@types/express": "4.17.21",
"@types/jest": "29.5.12",
"@types/node": "18.19.15",
Expand Down
18 changes: 9 additions & 9 deletions apps/firebase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
"url": "https://gemunion.io/"
},
"dependencies": {
"@nestjs/common": "10.3.1",
"@nestjs/config": "3.1.1",
"@nestjs/core": "10.3.1",
"@nestjs/common": "10.3.2",
"@nestjs/config": "3.2.0",
"@nestjs/core": "10.3.2",
"@nestjs/jwt": "10.2.0",
"@nestjs/passport": "10.0.3",
"@nestjs/platform-express": "10.3.1",
"@nestjs/serve-static": "4.0.0",
"@nestjs/swagger": "7.2.0",
"@nestjs/typeorm": "10.0.1",
"@nestjs/websockets": "10.3.1",
"@nestjs/platform-express": "10.3.2",
"@nestjs/serve-static": "4.0.1",
"@nestjs/swagger": "7.3.0",
"@nestjs/typeorm": "10.0.2",
"@nestjs/websockets": "10.3.2",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
"dotenv": "16.4.1",
Expand All @@ -33,7 +33,7 @@
"devDependencies": {
"@gemunion/cross-env": "0.0.4",
"@gemunion/eslint-config": "4.0.5",
"@nestjs/testing": "10.3.1",
"@nestjs/testing": "10.3.2",
"@types/express": "4.17.21",
"@types/jest": "29.5.12",
"@types/node": "18.19.15",
Expand Down
14 changes: 7 additions & 7 deletions apps/jwks-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"url": "https://gemunion.io/"
},
"dependencies": {
"@nestjs/common": "10.3.1",
"@nestjs/config": "3.1.1",
"@nestjs/core": "10.3.1",
"@nestjs/common": "10.3.2",
"@nestjs/config": "3.2.0",
"@nestjs/core": "10.3.2",
"@nestjs/jwt": "10.2.0",
"@nestjs/passport": "10.0.3",
"@nestjs/platform-express": "10.3.1",
"@nestjs/swagger": "7.2.0",
"@nestjs/typeorm": "10.0.1",
"@nestjs/platform-express": "10.3.2",
"@nestjs/swagger": "7.3.0",
"@nestjs/typeorm": "10.0.2",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
"dotenv": "16.4.1",
Expand All @@ -28,7 +28,7 @@
"devDependencies": {
"@gemunion/cross-env": "0.0.4",
"@gemunion/eslint-config": "4.0.5",
"@nestjs/testing": "10.3.1",
"@nestjs/testing": "10.3.2",
"@types/express": "4.17.21",
"@types/jest": "29.5.12",
"@types/node": "18.19.15",
Expand Down
16 changes: 8 additions & 8 deletions apps/jwt-gql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
},
"dependencies": {
"@apollo/server": "4.10.0",
"@nestjs/apollo": "12.0.11",
"@nestjs/common": "10.3.1",
"@nestjs/config": "3.1.1",
"@nestjs/core": "10.3.1",
"@nestjs/graphql": "12.0.11",
"@nestjs/apollo": "12.1.0",
"@nestjs/common": "10.3.2",
"@nestjs/config": "3.2.0",
"@nestjs/core": "10.3.2",
"@nestjs/graphql": "12.1.1",
"@nestjs/jwt": "10.2.0",
"@nestjs/passport": "10.0.3",
"@nestjs/platform-express": "10.3.1",
"@nestjs/typeorm": "10.0.1",
"@nestjs/platform-express": "10.3.2",
"@nestjs/typeorm": "10.0.2",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
"dotenv": "16.4.1",
Expand All @@ -31,7 +31,7 @@
"devDependencies": {
"@gemunion/cross-env": "0.0.4",
"@gemunion/eslint-config": "4.0.5",
"@nestjs/testing": "10.3.1",
"@nestjs/testing": "10.3.2",
"@types/express": "4.17.21",
"@types/jest": "29.5.12",
"@types/node": "18.19.15",
Expand Down
16 changes: 8 additions & 8 deletions apps/jwt-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"url": "https://gemunion.io/"
},
"dependencies": {
"@nestjs/common": "10.3.1",
"@nestjs/config": "3.1.1",
"@nestjs/core": "10.3.1",
"@nestjs/common": "10.3.2",
"@nestjs/config": "3.2.0",
"@nestjs/core": "10.3.2",
"@nestjs/jwt": "10.2.0",
"@nestjs/passport": "10.0.3",
"@nestjs/platform-express": "10.3.1",
"@nestjs/serve-static": "4.0.0",
"@nestjs/swagger": "7.2.0",
"@nestjs/typeorm": "10.0.1",
"@nestjs/platform-express": "10.3.2",
"@nestjs/serve-static": "4.0.1",
"@nestjs/swagger": "7.3.0",
"@nestjs/typeorm": "10.0.2",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
"dotenv": "16.4.1",
Expand All @@ -31,7 +31,7 @@
"devDependencies": {
"@gemunion/cross-env": "0.0.4",
"@gemunion/eslint-config": "4.0.5",
"@nestjs/testing": "10.3.1",
"@nestjs/testing": "10.3.2",
"@types/express": "4.17.21",
"@types/jest": "29.5.12",
"@types/node": "18.19.15",
Expand Down
20 changes: 10 additions & 10 deletions apps/jwt-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"url": "https://gemunion.io/"
},
"dependencies": {
"@nestjs/common": "10.3.1",
"@nestjs/config": "3.1.1",
"@nestjs/core": "10.3.1",
"@nestjs/common": "10.3.2",
"@nestjs/config": "3.2.0",
"@nestjs/core": "10.3.2",
"@nestjs/jwt": "10.2.0",
"@nestjs/passport": "10.0.3",
"@nestjs/platform-express": "10.3.1",
"@nestjs/platform-socket.io": "10.3.1",
"@nestjs/serve-static": "4.0.0",
"@nestjs/swagger": "7.2.0",
"@nestjs/typeorm": "10.0.1",
"@nestjs/websockets": "10.3.1",
"@nestjs/platform-express": "10.3.2",
"@nestjs/platform-socket.io": "10.3.2",
"@nestjs/serve-static": "4.0.1",
"@nestjs/swagger": "7.3.0",
"@nestjs/typeorm": "10.0.2",
"@nestjs/websockets": "10.3.2",
"@socket.io/redis-adapter": "8.2.1",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
Expand All @@ -37,7 +37,7 @@
"devDependencies": {
"@gemunion/cross-env": "0.0.4",
"@gemunion/eslint-config": "4.0.5",
"@nestjs/testing": "10.3.1",
"@nestjs/testing": "10.3.2",
"@types/express": "4.17.21",
"@types/jest": "29.5.12",
"@types/node": "18.19.15",
Expand Down
16 changes: 8 additions & 8 deletions apps/metamask/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
},
"dependencies": {
"@metamask/eth-sig-util": "7.0.1",
"@nestjs/common": "10.3.1",
"@nestjs/config": "3.1.1",
"@nestjs/core": "10.3.1",
"@nestjs/common": "10.3.2",
"@nestjs/config": "3.2.0",
"@nestjs/core": "10.3.2",
"@nestjs/jwt": "10.2.0",
"@nestjs/passport": "10.0.3",
"@nestjs/platform-express": "10.3.1",
"@nestjs/serve-static": "4.0.0",
"@nestjs/swagger": "7.2.0",
"@nestjs/typeorm": "10.0.1",
"@nestjs/platform-express": "10.3.2",
"@nestjs/serve-static": "4.0.1",
"@nestjs/swagger": "7.3.0",
"@nestjs/typeorm": "10.0.2",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
"dotenv": "16.4.1",
Expand All @@ -32,7 +32,7 @@
"devDependencies": {
"@gemunion/cross-env": "0.0.4",
"@gemunion/eslint-config": "4.0.5",
"@nestjs/testing": "10.3.1",
"@nestjs/testing": "10.3.2",
"@types/express": "4.17.21",
"@types/jest": "29.5.12",
"@types/node": "18.19.15",
Expand Down
16 changes: 8 additions & 8 deletions apps/session-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"url": "https://gemunion.io/"
},
"dependencies": {
"@nestjs/common": "10.3.1",
"@nestjs/config": "3.1.1",
"@nestjs/core": "10.3.1",
"@nestjs/common": "10.3.2",
"@nestjs/config": "3.2.0",
"@nestjs/core": "10.3.2",
"@nestjs/passport": "10.0.3",
"@nestjs/platform-express": "10.3.1",
"@nestjs/serve-static": "4.0.0",
"@nestjs/swagger": "7.2.0",
"@nestjs/typeorm": "10.0.1",
"@nestjs/platform-express": "10.3.2",
"@nestjs/serve-static": "4.0.1",
"@nestjs/swagger": "7.3.0",
"@nestjs/typeorm": "10.0.2",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
"connect-redis": "7.1.1",
Expand All @@ -34,7 +34,7 @@
"description": "session based authorization for nest.js",
"devDependencies": {
"@gemunion/eslint-config": "4.0.5",
"@nestjs/testing": "10.3.1",
"@nestjs/testing": "10.3.2",
"@types/express": "4.17.21",
"@types/express-session": "1.17.10",
"@types/jest": "29.5.12",
Expand Down
20 changes: 10 additions & 10 deletions apps/session-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
"url": "https://gemunion.io/"
},
"dependencies": {
"@nestjs/common": "10.3.1",
"@nestjs/config": "3.1.1",
"@nestjs/core": "10.3.1",
"@nestjs/common": "10.3.2",
"@nestjs/config": "3.2.0",
"@nestjs/core": "10.3.2",
"@nestjs/passport": "10.0.3",
"@nestjs/platform-express": "10.3.1",
"@nestjs/platform-socket.io": "10.3.1",
"@nestjs/serve-static": "4.0.0",
"@nestjs/swagger": "7.2.0",
"@nestjs/typeorm": "10.0.1",
"@nestjs/websockets": "10.3.1",
"@nestjs/platform-express": "10.3.2",
"@nestjs/platform-socket.io": "10.3.2",
"@nestjs/serve-static": "4.0.1",
"@nestjs/swagger": "7.3.0",
"@nestjs/typeorm": "10.0.2",
"@nestjs/websockets": "10.3.2",
"@socket.io/redis-adapter": "8.2.1",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
Expand All @@ -36,7 +36,7 @@
"devDependencies": {
"@gemunion/cross-env": "0.0.4",
"@gemunion/eslint-config": "4.0.5",
"@nestjs/testing": "10.3.1",
"@nestjs/testing": "10.3.2",
"@types/express": "4.17.21",
"@types/express-session": "1.17.10",
"@types/jest": "29.5.12",
Expand Down

0 comments on commit 0f9625f

Please sign in to comment.