Skip to content

Commit

Permalink
npm: bump @nestjs/cli from 8.2.8 to 10.1.0
Browse files Browse the repository at this point in the history
Bumps [@nestjs/cli](https://github.com/nestjs/nest-cli) from 8.2.8 to 10.1.0.
- [Release notes](https://github.com/nestjs/nest-cli/releases)
- [Changelog](https://github.com/nestjs/nest-cli/blob/master/.release-it.json)
- [Commits](nestjs/nest-cli@8.2.8...10.1.0)

---
updated-dependencies:
- dependency-name: "@nestjs/cli"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2023
1 parent 0020881 commit 8a165b5
Show file tree
Hide file tree
Showing 4 changed files with 458 additions and 297 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"deadcode": "lerna run deadcode"
},
"devDependencies": {
"@nestjs/cli": "^8.2.6",
"@nestjs/cli": "^10.1.0",
"@nestjs/common": "^8.4.7",
"@nestjs/core": "^8.4.7",
"@nestjs/schematics": "^8.0.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/account-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"yargs": "^17.5.1"
},
"devDependencies": {
"@nestjs/cli": "^8.2.8",
"@nestjs/cli": "^10.1.0",
"@nestjs/schematics": "^8.0.11",
"@nestjs/testing": "^8.4.7",
"@types/bcrypt": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sales-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"yargs": "^17.5.1"
},
"devDependencies": {
"@nestjs/cli": "^8.2.8",
"@nestjs/cli": "^10.1.0",
"@nestjs/schematics": "^8.0.11",
"@nestjs/testing": "^8.4.7",
"@types/bcrypt": "^5.0.0",
Expand Down
Loading

0 comments on commit 8a165b5

Please sign in to comment.