Skip to content

Commit

Permalink
fix(deps): update nest monorepo to v10.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 24, 2024
1 parent d13df2d commit 8e73a59
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 48 deletions.
70 changes: 35 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"@commitlint/config-angular": "19.3.0",
"@golevelup/ts-jest": "0.5.0",
"@nestjs/config": "3.2.2",
"@nestjs/core": "10.3.7",
"@nestjs/platform-express": "10.3.7",
"@nestjs/testing": "10.3.7",
"@nestjs/core": "10.3.8",
"@nestjs/platform-express": "10.3.8",
"@nestjs/testing": "10.3.8",
"@types/graphql": "14.5.0",
"@types/jest": "29.5.12",
"@types/node": "20.12.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@nestjs-cognito/testing": "^1.1.3",
"@nestjs/jwt": "^10.0.1",
"@nestjs/testing": "10.3.7"
"@nestjs/testing": "10.3.8"
},
"dependencies": {
"@nestjs-cognito/core": "^1.2.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
},
"devDependencies": {
"@aws-sdk/client-cognito-identity-provider": "3.556.0",
"@nestjs/common": "10.3.7",
"@nestjs/testing": "10.3.7",
"@nestjs/common": "10.3.8",
"@nestjs/testing": "10.3.8",
"@types/jest": "29.5.12",
"aws-jwt-verify": "^4.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@nestjs/apollo": "12.1.0",
"@nestjs/graphql": "12.1.1",
"@nestjs/jwt": "10.1.0",
"@nestjs/testing": "10.3.7"
"@nestjs/testing": "10.3.8"
},
"dependencies": {
"@nestjs-cognito/auth": "^1.1.3"
Expand Down
6 changes: 3 additions & 3 deletions sample/01-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
},
"dependencies": {
"@nestjs-cognito/auth": "^1.0.2",
"@nestjs/common": "10.3.7",
"@nestjs/core": "10.3.7",
"@nestjs/platform-express": "10.3.7",
"@nestjs/common": "10.3.8",
"@nestjs/core": "10.3.8",
"@nestjs/platform-express": "10.3.8",
"reflect-metadata": "0.2.2",
"rimraf": "5.0.5",
"rxjs": "7.8.1"
Expand Down
6 changes: 3 additions & 3 deletions sample/02-auth-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"@nestjs-cognito/auth": "^1.0.2",
"@nestjs-cognito/graphql": "^2.0.0",
"@nestjs/apollo": "12.1.0",
"@nestjs/common": "10.3.7",
"@nestjs/core": "10.3.7",
"@nestjs/common": "10.3.8",
"@nestjs/core": "10.3.8",
"@nestjs/graphql": "12.1.1",
"@nestjs/platform-express": "10.3.7",
"@nestjs/platform-express": "10.3.8",
"@apollo/server": "4.10.4",
"graphql": "16.8.1",
"reflect-metadata": "0.2.2",
Expand Down

0 comments on commit 8e73a59

Please sign in to comment.