Skip to content

Commit

Permalink
fix(deps): update nest monorepo to v9.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 24, 2022
1 parent c4c496f commit ff06dbf
Show file tree
Hide file tree
Showing 8 changed files with 64 additions and 64 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 @@ -29,9 +29,9 @@
"@commitlint/config-angular": "17.1.0",
"@golevelup/ts-jest": "0.3.3",
"@nestjs/config": "2.2.0",
"@nestjs/core": "9.1.5",
"@nestjs/platform-express": "9.1.5",
"@nestjs/testing": "9.1.5",
"@nestjs/core": "9.1.6",
"@nestjs/platform-express": "9.1.6",
"@nestjs/testing": "9.1.6",
"@types/graphql": "14.5.0",
"@types/jest": "29.2.0",
"@types/node": "17.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@nestjs-cognito/testing": "^0.2.6",
"@nestjs/testing": "9.1.5"
"@nestjs/testing": "9.1.6"
},
"dependencies": {
"@nestjs-cognito/core": "^0.2.6",
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.194.0",
"@nestjs/common": "9.1.5",
"@nestjs/testing": "9.1.5",
"@nestjs/common": "9.1.6",
"@nestjs/testing": "9.1.6",
"@types/jest": "29.2.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@nestjs-cognito/testing": "^0.2.6",
"@nestjs/apollo": "10.1.3",
"@nestjs/graphql": "10.1.3",
"@nestjs/testing": "9.1.5",
"@nestjs/testing": "9.1.6",
"apollo-server-core": "3.10.3",
"apollo-server-express": "3.10.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": "0.2.6",
"@nestjs/common": "9.1.5",
"@nestjs/core": "9.1.5",
"@nestjs/platform-express": "9.1.5",
"@nestjs/common": "9.1.6",
"@nestjs/core": "9.1.6",
"@nestjs/platform-express": "9.1.6",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "7.5.7"
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 @@ -12,10 +12,10 @@
"dependencies": {
"@nestjs-cognito/graphql": "0.2.6",
"@nestjs/apollo": "10.1.3",
"@nestjs/common": "9.1.5",
"@nestjs/core": "9.1.5",
"@nestjs/common": "9.1.6",
"@nestjs/core": "9.1.6",
"@nestjs/graphql": "10.1.3",
"@nestjs/platform-express": "9.1.5",
"@nestjs/platform-express": "9.1.6",
"apollo-server-core": "3.10.3",
"apollo-server-express": "3.10.3",
"graphql": "16.6.0",
Expand Down
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2298,10 +2298,10 @@
lodash.omit "4.5.0"
tslib "2.4.0"

"@nestjs/common@9.1.5":
version "9.1.5"
resolved "https://registry.npmjs.org/@nestjs/common/-/common-9.1.5.tgz"
integrity sha512-FVD6BCFVfwi4gGOE0/TXYiADGVNxq50auUzo12+LW38p+mx1AYLO+QGF/Kw985Ck9j/12arC/H4SITZqxK04Vg==
"@nestjs/common@9.1.6":
version "9.1.6"
resolved "https://registry.npmjs.org/@nestjs/common/-/common-9.1.6.tgz"
integrity sha512-9Ttk9va/BwEab36RSXLZdRoPUX3DZHUpzseKEfqHVhnaUIsIMt7lVd79GQ1FroQ2FZqoCwcLyBowevXhrE1Wnw==
dependencies:
iterare "1.2.1"
tslib "2.4.0"
Expand All @@ -2317,10 +2317,10 @@
lodash "4.17.21"
uuid "8.3.2"

"@nestjs/core@9.1.5":
version "9.1.5"
resolved "https://registry.npmjs.org/@nestjs/core/-/core-9.1.5.tgz"
integrity sha512-0ym1kQgZcNVUrpHZzjQRrkFm2sWsqHFZ7iscsRX/rq9b2nrzcLrWOKVDFxm8hlcosG/fwD/jBIHPNBoK+alqcw==
"@nestjs/core@9.1.6":
version "9.1.6"
resolved "https://registry.npmjs.org/@nestjs/core/-/core-9.1.6.tgz"
integrity sha512-B52nYYTDSH72f1DU0G14NQSPCviXRE9fCp2/gUHuWIfVfBwcmVBAxVgyB/jAIUAhhj1f5/2odwUiw194xYtRRA==
dependencies:
"@nuxtjs/opencollective" "0.3.2"
fast-safe-stringify "2.1.1"
Expand Down Expand Up @@ -2363,21 +2363,21 @@
resolved "https://registry.npmjs.org/@nestjs/mapped-types/-/mapped-types-1.2.0.tgz"
integrity sha512-NTFwPZkQWsArQH8QSyFWGZvJ08gR+R4TofglqZoihn/vU+ktHEJjMqsIsADwb7XD97DhiD+TVv5ac+jG33BHrg==

"@nestjs/platform-express@9.1.5":
version "9.1.5"
resolved "https://registry.npmjs.org/@nestjs/platform-express/-/platform-express-9.1.5.tgz"
integrity sha512-ITgdTmwkm5ZeoTPPAkAZmE3hBSxIOskCNonECN6LNPjLTAi3+KV25rwD+oHvzuEg51eFXYct42XOeCakKSaY+A==
"@nestjs/platform-express@9.1.6":
version "9.1.6"
resolved "https://registry.npmjs.org/@nestjs/platform-express/-/platform-express-9.1.6.tgz"
integrity sha512-zZuB1g6yIPytPIzp0EYKWT+1d02hOQ5aU6VdtO6Qg0Wn1RjdjGh3kScsqdamMEjzt0WAfL8DjE5oqrLgvashsw==
dependencies:
body-parser "1.20.1"
cors "2.8.5"
express "4.18.2"
multer "1.4.4-lts.1"
tslib "2.4.0"

"@nestjs/testing@9.1.5":
version "9.1.5"
resolved "https://registry.npmjs.org/@nestjs/testing/-/testing-9.1.5.tgz"
integrity sha512-xZcJSqqse5ITKGpxKeLejBRjZ1hrdQ1BcBDjq+oLSjbr0b7zjZu/mDfF5xCbUnvmDNtye65kEEVtWO1kS1Dh1A==
"@nestjs/testing@9.1.6":
version "9.1.6"
resolved "https://registry.npmjs.org/@nestjs/testing/-/testing-9.1.6.tgz"
integrity sha512-3kdTgiv5DHRHMQ/befLWd/60LZWjOM2V+SwOLqGkITt1yjo+jpkDze8/f0ZXVGEa6pcWYZ5oeedbL2T1nyUKSQ==
dependencies:
tslib "2.4.0"

Expand Down

0 comments on commit ff06dbf

Please sign in to comment.