Skip to content

Commit

Permalink
Bump @nestjs/core from 10.0.5 to 10.1.0 (#574)
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.0.5 to 10.1.0.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.1.0/packages/core)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 18, 2023
1 parent 2db696b commit f10f688
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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/cli": "^10.1.9",
"@nestjs/common": "^10.0.3",
"@nestjs/config": "^3.0.0",
"@nestjs/core": "^10.0.5",
"@nestjs/core": "^10.1.0",
"@nestjs/platform-express": "^10.0.5",
"@nestjs/swagger": "^7.1.1",
"@node-redis/json": "^1.0.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1054,9 +1054,9 @@ __metadata:
languageName: node
linkType: hard

"@nestjs/core@npm:^10.0.5":
version: 10.0.5
resolution: "@nestjs/core@npm:10.0.5"
"@nestjs/core@npm:^10.1.0":
version: 10.1.0
resolution: "@nestjs/core@npm:10.1.0"
dependencies:
"@nuxtjs/opencollective": 0.3.2
fast-safe-stringify: 2.1.1
Expand All @@ -1078,7 +1078,7 @@ __metadata:
optional: true
"@nestjs/websockets":
optional: true
checksum: f87566dfee1a7dfe239e3036a95cdfc47932028f280a7bacdd370d68d132f54a926369642b822da57c2ac96c06d168f5804d6f301f3b3fac00fee7e67edb9c8a
checksum: 69a5f8471c52931ce0795c2797dc1351ebeda93e4292810269f588c92714bc9eab31f8280896407456d969b15f30376e1204df10b7c03cdb173c917dee83c939
languageName: node
linkType: hard

Expand Down Expand Up @@ -6495,7 +6495,7 @@ __metadata:
"@nestjs/cli": ^10.1.9
"@nestjs/common": ^10.0.3
"@nestjs/config": ^3.0.0
"@nestjs/core": ^10.0.5
"@nestjs/core": ^10.1.0
"@nestjs/platform-express": ^10.0.5
"@nestjs/schematics": ^10.0.1
"@nestjs/swagger": ^7.1.1
Expand Down

0 comments on commit f10f688

Please sign in to comment.