Skip to content

Commit

Permalink
chore(deps): bump the nestjs group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the nestjs group with 3 updates: [@nestjs/testing](https://github.com/nestjs/nest/tree/HEAD/packages/testing), [@nestjs/cli](https://github.com/nestjs/nest-cli) and [@nestjs/platform-fastify](https://github.com/nestjs/nest/tree/HEAD/packages/platform-fastify).


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

Updates `@nestjs/cli` from 10.4.8 to 10.4.9
- [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.4.8...10.4.9)

Updates `@nestjs/platform-fastify` from 10.4.13 to 10.4.15
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.15/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/cli"
  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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 848ef56 commit dbc697b
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 30 deletions.
6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
"@apollo/server": "^4.11.2",
"@as-integrations/fastify": "^2.0.0",
"@nestjs/apollo": "^12.2.2",
"@nestjs/cli": "^10.4.8",
"@nestjs/cli": "^10.4.9",
"@nestjs/config": "^3.3.0",
"@nestjs/platform-fastify": "^10.4.13",
"@nestjs/platform-fastify": "^10.4.15",
"nestjs-firebase": "^10.0.0",
"nestjs-graphql-relay": "^10.0.0",
"nestjs-slack-webhook": "^10.0.0",
"nestjs-zendesk": "^10.0.0",
"uuid": "^11.0.3"
},
"devDependencies": {
"@nestjs/testing": "^10.4.13",
"@nestjs/testing": "^10.4.15",
"@types/uuid": "^10.0.0"
}
}
50 changes: 25 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@9renpoto/tsconfig": "^7.8.0",
"@biomejs/biome": "^1.8.3",
"@nestjs/testing": "^10.4.13",
"@nestjs/testing": "^10.4.15",
"@types/jest": "^29.5.14",
"jest-mock-extended": "^3.0.7",
"rimraf": "^6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/nestjs-zendesk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"node-zendesk": "^5.0.0"
},
"devDependencies": {
"@nestjs/testing": "^10.4.13"
"@nestjs/testing": "^10.4.15"
}
}

0 comments on commit dbc697b

Please sign in to comment.