Skip to content

Commit

Permalink
Bump the nestjs group
Browse files Browse the repository at this point in the history
Bumps the nestjs group in /generators/node-server/resources with 4 updates: [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common), [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core), [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express) and [@nestjs/testing](https://github.com/nestjs/nest/tree/HEAD/packages/testing).


Updates `@nestjs/common` from 11.0.5 to 11.0.6
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.0.6/packages/common)

Updates `@nestjs/core` from 11.0.5 to 11.0.6
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.0.6/packages/core)

Updates `@nestjs/platform-express` from 11.0.5 to 11.0.6
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.0.6/packages/platform-express)

Updates `@nestjs/testing` from 11.0.5 to 11.0.6
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.0.6/packages/testing)

---
updated-dependencies:
- dependency-name: "@nestjs/common"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nestjs
- dependency-name: "@nestjs/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nestjs
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nestjs
- dependency-name: "@nestjs/testing"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: nestjs
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 28, 2025
1 parent 458c2f4 commit ca7e175
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions generators/node-server/resources/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"dependencies": {
"@nestjs/axios": "4.0.0",
"@nestjs/common": "11.0.5",
"@nestjs/core": "11.0.5",
"@nestjs/common": "11.0.6",
"@nestjs/core": "11.0.6",
"@nestjs/jwt": "11.0.0",
"@nestjs/passport": "11.0.5",
"@nestjs/platform-express": "11.0.5",
"@nestjs/platform-express": "11.0.6",
"@nestjs/serve-static": "5.0.1",
"@nestjs/swagger": "11.0.3",
"@nestjs/typeorm": "11.0.0",
Expand Down Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@eslint/js": "9.19.0",
"@jest/globals": "29.7.0",
"@nestjs/testing": "11.0.5",
"@nestjs/testing": "11.0.6",
"@types/bcrypt": "5.0.2",
"@types/express": "5.0.0",
"@types/express-serve-static-core": "5.0.5",
Expand Down

0 comments on commit ca7e175

Please sign in to comment.