Skip to content

Commit

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


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

Updates `@nestjs/platform-fastify` from 10.4.8 to 10.4.12
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.12/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/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 2, 2024
1 parent e72588a commit 321bc38
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 33 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"@nestjs/apollo": "^12.2.1",
"@nestjs/cli": "^10.4.8",
"@nestjs/config": "^3.3.0",
"@nestjs/platform-fastify": "^10.4.8",
"@nestjs/platform-fastify": "^10.4.12",
"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.8",
"@nestjs/testing": "^10.4.12",
"@types/uuid": "^10.0.0"
}
}
65 changes: 36 additions & 29 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.8",
"@nestjs/testing": "^10.4.12",
"@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.8"
"@nestjs/testing": "^10.4.12"
}
}

0 comments on commit 321bc38

Please sign in to comment.