Skip to content

Commit

Permalink
Bump the nestjs group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [@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), [@nestjs/platform-fastify](https://github.com/nestjs/nest/tree/HEAD/packages/platform-fastify) and [@nestjs/swagger](https://github.com/nestjs/swagger) to permit the latest version.

Updates `@nestjs/common` to 10.4.3
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.3/packages/common)

Updates `@nestjs/core` to 10.4.3
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.3/packages/core)

Updates `@nestjs/platform-express` to 10.4.3
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.3/packages/platform-express)

Updates `@nestjs/platform-fastify` to 10.4.3
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.3/packages/platform-fastify)

Updates `@nestjs/swagger` to 7.4.2
- [Release notes](https://github.com/nestjs/swagger/releases)
- [Changelog](https://github.com/nestjs/swagger/blob/master/.release-it.json)
- [Commits](nestjs/swagger@7.4.0...7.4.2)

---
updated-dependencies:
- dependency-name: "@nestjs/common"
  dependency-type: direct:production
  dependency-group: nestjs
- dependency-name: "@nestjs/core"
  dependency-type: direct:production
  dependency-group: nestjs
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
  dependency-group: nestjs
- dependency-name: "@nestjs/platform-fastify"
  dependency-type: direct:production
  dependency-group: nestjs
- dependency-name: "@nestjs/swagger"
  dependency-type: direct:development
  dependency-group: nestjs
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 17, 2024
1 parent d519b25 commit 4fdd206
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"homepage": "https://nestia.io",
"devDependencies": {
"@nestia/sdk": "^3.14.0",
"@nestjs/swagger": "^7.4.0",
"@nestjs/swagger": "^7.4.2",
"@samchon/openapi": "^1.0.2",
"@types/express": "^4.17.17",
"@types/node": "20.11.16",
Expand All @@ -43,10 +43,10 @@
"@nestia/core": "^3.14.0",
"@nestia/e2e": "^0.7.0",
"@nestia/fetcher": "^3.14.0",
"@nestjs/common": "^10.4.1",
"@nestjs/core": "^10.4.1",
"@nestjs/platform-express": "^10.4.1",
"@nestjs/platform-fastify": "^10.4.1",
"@nestjs/common": "^10.4.3",
"@nestjs/core": "^10.4.3",
"@nestjs/platform-express": "^10.4.3",
"@nestjs/platform-fastify": "^10.4.3",
"tgrid": "^1.0.3",
"tstl": "^3.0.0",
"typia": "6.10.0",
Expand Down

0 comments on commit 4fdd206

Please sign in to comment.