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.3.8 to 10.3.9
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.9/packages/testing)

Updates `@nestjs/platform-fastify` from 10.3.8 to 10.3.9
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.9/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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 10, 2024
1 parent 9ef547b commit aa64e1d
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 65 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.1.0",
"@nestjs/cli": "^10.3.2",
"@nestjs/config": "^3.2.2",
"@nestjs/platform-fastify": "^10.3.8",
"@nestjs/platform-fastify": "^10.3.9",
"nestjs-firebase": "^10.0.0",
"nestjs-graphql-relay": "^10.0.0",
"nestjs-slack-webhook": "^10.0.0",
"nestjs-zendesk": "^10.0.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@nestjs/testing": "^10.3.8",
"@nestjs/testing": "^10.3.9",
"@types/uuid": "^9.0.8"
}
}
112 changes: 51 additions & 61 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.0",
"@nestjs/testing": "^10.3.8",
"@nestjs/testing": "^10.3.9",
"@types/jest": "^29.5.12",
"jest-mock-extended": "^3.0.7",
"ts-jest": "^29.1.4"
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 @@ -23,6 +23,6 @@
"node-zendesk": "^5.0.0"
},
"devDependencies": {
"@nestjs/testing": "^10.3.8"
"@nestjs/testing": "^10.3.9"
}
}

0 comments on commit aa64e1d

Please sign in to comment.