Skip to content

chore(deps-dev): bump @nestjs/core from 8.4.4 to 9.4.2 #385

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@nestjs/common": "8.4.4",
"@nestjs/core": "8.4.4",
"@nestjs/core": "9.4.2",
"@nestjs/platform-express": "8.4.4",
"@nestjs/testing": "8.4.4",
"@types/jest": "27.4.1",
Expand Down
53 changes: 34 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,13 @@ __metadata:
languageName: node
linkType: hard

"@lukeed/csprng@npm:^1.0.0":
version: 1.1.0
resolution: "@lukeed/csprng@npm:1.1.0"
checksum: 926f5f7fc629470ca9a8af355bfcd0271d34535f7be3890f69902432bddc3262029bb5dbe9025542cf6c9883d878692eef2815fc2f3ba5b92e9da1f9eba2e51b
languageName: node
linkType: hard

"@nestjs/common@npm:8.4.4":
version: 8.4.4
resolution: "@nestjs/common@npm:8.4.4"
Expand All @@ -874,22 +881,21 @@ __metadata:
languageName: node
linkType: hard

"@nestjs/core@npm:8.4.4":
version: 8.4.4
resolution: "@nestjs/core@npm:8.4.4"
"@nestjs/core@npm:9.4.2":
version: 9.4.2
resolution: "@nestjs/core@npm:9.4.2"
dependencies:
"@nuxtjs/opencollective": 0.3.2
fast-safe-stringify: 2.1.1
iterare: 1.2.1
object-hash: 3.0.0
path-to-regexp: 3.2.0
tslib: 2.3.1
uuid: 8.3.2
tslib: 2.5.2
uid: 2.0.2
peerDependencies:
"@nestjs/common": ^8.0.0
"@nestjs/microservices": ^8.0.0
"@nestjs/platform-express": ^8.0.0
"@nestjs/websockets": ^8.0.0
"@nestjs/common": ^9.0.0
"@nestjs/microservices": ^9.0.0
"@nestjs/platform-express": ^9.0.0
"@nestjs/websockets": ^9.0.0
reflect-metadata: ^0.1.12
rxjs: ^7.1.0
peerDependenciesMeta:
Expand All @@ -899,7 +905,7 @@ __metadata:
optional: true
"@nestjs/websockets":
optional: true
checksum: 65cc143c8e43cf009a94988a25e5c85cdab4c915990b8f840a06e7029d364e52baa381e3e0d05590f057332e0bd8c4ffce73b59f61e062ebe50ba166de156b58
checksum: 2e8e62828c7dc8bd32574e59f2174458b534c4a9228d8a760ab629dd7f27cd0c8edd0fe21922aa63f07266b40ea49a090e59590a47f114213ed753066c0eb5b3
languageName: node
linkType: hard

Expand Down Expand Up @@ -4991,7 +4997,7 @@ fsevents@^2.3.2:
resolution: "nestjs-graphql-redis-subscriptions@workspace:."
dependencies:
"@nestjs/common": 8.4.4
"@nestjs/core": 8.4.4
"@nestjs/core": 9.4.2
"@nestjs/platform-express": 8.4.4
"@nestjs/testing": 8.4.4
"@types/jest": 27.4.1
Expand Down Expand Up @@ -5125,13 +5131,6 @@ fsevents@^2.3.2:
languageName: node
linkType: hard

"object-hash@npm:3.0.0":
version: 3.0.0
resolution: "object-hash@npm:3.0.0"
checksum: 80b4904bb3857c52cc1bfd0b52c0352532ca12ed3b8a6ff06a90cd209dfda1b95cee059a7625eb9da29537027f68ac4619363491eedb2f5d3dddbba97494fd6c
languageName: node
linkType: hard

"object-inspect@npm:^1.12.0, object-inspect@npm:^1.9.0":
version: 1.12.0
resolution: "object-inspect@npm:1.12.0"
Expand Down Expand Up @@ -6472,6 +6471,13 @@ resolve@^1.22.0:
languageName: node
linkType: hard

"tslib@npm:2.5.2":
version: 2.5.2
resolution: "tslib@npm:2.5.2"
checksum: 4d3c1e238b94127ed0e88aa0380db3c2ddae581dc0f4bae5a982345e9f50ee5eda90835b8bfba99b02df10a5734470be197158c36f9129ac49fdc14a6a9da222
languageName: node
linkType: hard

"tslib@npm:^1.8.1":
version: 1.14.1
resolution: "tslib@npm:1.14.1"
Expand Down Expand Up @@ -6599,6 +6605,15 @@ [email protected]:
languageName: node
linkType: hard

"uid@npm:2.0.2":
version: 2.0.2
resolution: "uid@npm:2.0.2"
dependencies:
"@lukeed/csprng": ^1.0.0
checksum: 98aabddcd6fe46f9b331b0378a93ee9cc51474348ada02006df9d10b4abc783ed596748ed9f20d7f6c5ff395dbcd1e764a65a68db6f39a31c95ae85ef13fe979
languageName: node
linkType: hard

"unbox-primitive@npm:^1.0.1":
version: 1.0.1
resolution: "unbox-primitive@npm:1.0.1"
Expand Down