Skip to content

Commit

Permalink
chore(deps): bump the nestjs group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the nestjs group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@nestjs/testing](https://github.com/nestjs/nest/tree/HEAD/packages/testing) | `10.3.9` | `10.3.10` |
| [@nestjs/apollo](https://github.com/nestjs/graphql) | `12.1.0` | `12.2.0` |
| [@nestjs/cli](https://github.com/nestjs/nest-cli) | `10.3.2` | `10.4.4` |
| [@nestjs/config](https://github.com/nestjs/config) | `3.2.2` | `3.2.3` |
| [@nestjs/platform-fastify](https://github.com/nestjs/nest/tree/HEAD/packages/platform-fastify) | `10.3.9` | `10.3.10` |



Updates `@nestjs/testing` from 10.3.9 to 10.3.10
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.10/packages/testing)

Updates `@nestjs/apollo` from 12.1.0 to 12.2.0
- [Release notes](https://github.com/nestjs/graphql/releases)
- [Commits](nestjs/graphql@v12.1.0...v12.2.0)

Updates `@nestjs/cli` from 10.3.2 to 10.4.4
- [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@10.3.2...10.4.4)

Updates `@nestjs/config` from 3.2.2 to 3.2.3
- [Release notes](https://github.com/nestjs/config/releases)
- [Changelog](https://github.com/nestjs/config/blob/master/.release-it.json)
- [Commits](nestjs/config@3.2.2...3.2.3)

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

---
updated-dependencies:
- dependency-name: "@nestjs/testing"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: nestjs
- dependency-name: "@nestjs/apollo"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nestjs
- dependency-name: "@nestjs/cli"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nestjs
- dependency-name: "@nestjs/config"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nestjs
- dependency-name: "@nestjs/platform-fastify"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nestjs
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent d9c2bdf commit 65be686
Show file tree
Hide file tree
Showing 4 changed files with 282 additions and 348 deletions.
10 changes: 5 additions & 5 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
"dependencies": {
"@apollo/server": "^4.10.5",
"@as-integrations/fastify": "^2.0.0",
"@nestjs/apollo": "^12.1.0",
"@nestjs/cli": "^10.3.2",
"@nestjs/config": "^3.2.2",
"@nestjs/platform-fastify": "^10.3.9",
"@nestjs/apollo": "^12.2.0",
"@nestjs/cli": "^10.4.4",
"@nestjs/config": "^3.2.3",
"@nestjs/platform-fastify": "^10.3.10",
"nestjs-firebase": "^10.0.0",
"nestjs-graphql-relay": "^10.0.0",
"nestjs-slack-webhook": "^10.0.0",
"nestjs-zendesk": "^10.0.0",
"uuid": "^10.0.0"
},
"devDependencies": {
"@nestjs/testing": "^10.3.9",
"@nestjs/testing": "^10.3.10",
"@types/uuid": "^10.0.0"
}
}
Loading

0 comments on commit 65be686

Please sign in to comment.