Skip to content

Commit

Permalink
Bump @nestjs/core from 10.3.0 to 10.3.3 (#397)
Browse files Browse the repository at this point in the history
Bumps [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core) from 10.3.0 to 10.3.3.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.3/packages/core)

---
updated-dependencies:
- dependency-name: "@nestjs/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 17, 2024
1 parent b6c7564 commit 0bee067
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@nestjs/axios": "^3.0.2",
"@nestjs/common": "^10.3.3",
"@nestjs/config": "^3.1.1",
"@nestjs/core": "^10.3.0",
"@nestjs/core": "^10.3.3",
"@nestjs/jwt": "^10.2.0",
"@nestjs/mapped-types": "*",
"@nestjs/mongoose": "^10.0.4",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1164,9 +1164,9 @@ __metadata:
languageName: node
linkType: hard

"@nestjs/core@npm:^10.3.0":
version: 10.3.0
resolution: "@nestjs/core@npm:10.3.0"
"@nestjs/core@npm:^10.3.3":
version: 10.3.3
resolution: "@nestjs/core@npm:10.3.3"
dependencies:
"@nuxtjs/opencollective": 0.3.2
fast-safe-stringify: 2.1.1
Expand All @@ -1179,7 +1179,7 @@ __metadata:
"@nestjs/microservices": ^10.0.0
"@nestjs/platform-express": ^10.0.0
"@nestjs/websockets": ^10.0.0
reflect-metadata: ^0.1.12
reflect-metadata: ^0.1.12 || ^0.2.0
rxjs: ^7.1.0
peerDependenciesMeta:
"@nestjs/microservices":
Expand All @@ -1188,7 +1188,7 @@ __metadata:
optional: true
"@nestjs/websockets":
optional: true
checksum: 7677b9fb97c8dec512c2a736c273ef08698b377af8c046bc5aad442ba3d35acbc17d177e76bf44a66678cae2ced2d265183e85be4190c501a195f16496df6396
checksum: 145d36ae241e9a7a07ae47d20877d31f9425863e131f95f465970708501d69fe4372a1023cb51b72e8c6d00bbda49029aa9948e41c2bd82b68a9ce62b13d34b8
languageName: node
linkType: hard

Expand Down Expand Up @@ -4218,7 +4218,7 @@ __metadata:
"@nestjs/cli": ^10.3.2
"@nestjs/common": ^10.3.3
"@nestjs/config": ^3.1.1
"@nestjs/core": ^10.3.0
"@nestjs/core": ^10.3.3
"@nestjs/jwt": ^10.2.0
"@nestjs/mapped-types": "*"
"@nestjs/mongoose": ^10.0.4
Expand Down

0 comments on commit 0bee067

Please sign in to comment.