Skip to content

Commit

Permalink
Bump @nestjs/testing from 10.4.7 to 10.4.12 (#659)
Browse files Browse the repository at this point in the history
Bumps [@nestjs/testing](https://github.com/nestjs/nest/tree/HEAD/packages/testing) from 10.4.7 to 10.4.12.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.12/packages/testing)

---
updated-dependencies:
- dependency-name: "@nestjs/testing"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 5, 2024
1 parent 9a155da commit ebd6894
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@faker-js/faker": "^9.2.0",
"@nestjs/cli": "^10.4.8",
"@nestjs/schematics": "^10.2.3",
"@nestjs/testing": "^10.4.7",
"@nestjs/testing": "^10.4.12",
"@types/cron": "^2.4.0",
"@types/express": "^5.0.0",
"@types/jest": "29.5.14",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1543,11 +1543,11 @@ __metadata:
languageName: node
linkType: hard

"@nestjs/testing@npm:^10.4.7":
version: 10.4.7
resolution: "@nestjs/testing@npm:10.4.7"
"@nestjs/testing@npm:^10.4.12":
version: 10.4.12
resolution: "@nestjs/testing@npm:10.4.12"
dependencies:
tslib: 2.7.0
tslib: 2.8.1
peerDependencies:
"@nestjs/common": ^10.0.0
"@nestjs/core": ^10.0.0
Expand All @@ -1558,7 +1558,7 @@ __metadata:
optional: true
"@nestjs/platform-express":
optional: true
checksum: 9091bc519b5f387a9ce45a697d3f839ceb75134e9258d85e9fc97a1e26beaf07329df157fdd48d8f7e1f37a3f9f2a9686d56f1211295c4061e791d06401d32b2
checksum: 35be6e2d8fdb44e20b943a73fdae185e2004ba5c27defded62cf63aa573ddfd2f393b530d491885f202c880c49f24fe67d225e9eae3aaa65032ea6ba9b311f3d
languageName: node
linkType: hard

Expand Down Expand Up @@ -4518,7 +4518,7 @@ __metadata:
"@nestjs/schedule": ^4.1.1
"@nestjs/schematics": ^10.2.3
"@nestjs/swagger": ^8.0.7
"@nestjs/testing": ^10.4.7
"@nestjs/testing": ^10.4.12
"@types/cron": ^2.4.0
"@types/express": ^5.0.0
"@types/jest": 29.5.14
Expand Down

0 comments on commit ebd6894

Please sign in to comment.