Skip to content

Commit

Permalink
Bump @nestjs/testing from 10.3.8 to 10.4.3 (#576)
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.3.8 to 10.4.3.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.3/packages/testing)

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

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 Sep 20, 2024
1 parent 2c4a09e commit 007119b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 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": "^8.4.1",
"@nestjs/cli": "^10.4.5",
"@nestjs/schematics": "^10.1.4",
"@nestjs/testing": "^10.3.8",
"@nestjs/testing": "^10.4.3",
"@types/cron": "^2.4.0",
"@types/express": "^4.17.21",
"@types/jest": "29.5.13",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1566,11 +1566,11 @@ __metadata:
languageName: node
linkType: hard

"@nestjs/testing@npm:^10.3.8":
version: 10.3.8
resolution: "@nestjs/testing@npm:10.3.8"
"@nestjs/testing@npm:^10.4.3":
version: 10.4.3
resolution: "@nestjs/testing@npm:10.4.3"
dependencies:
tslib: 2.6.2
tslib: 2.7.0
peerDependencies:
"@nestjs/common": ^10.0.0
"@nestjs/core": ^10.0.0
Expand All @@ -1581,7 +1581,7 @@ __metadata:
optional: true
"@nestjs/platform-express":
optional: true
checksum: 435e1f71288384c79b32de6abf73a84428e22a62df30e8c2b336bc55566b96ebc931236aafe733a53603db59640e81621f06bb81a0904f24999e77ff3a6c89f3
checksum: 070033c594ffbdbee6ee00b8882c4ef0e8ac87745983137ef1dd5898e98be662669fef87e5e416d206a2a6abacd358f298d6ee5f3e67a66b052b50d4616d0285
languageName: node
linkType: hard

Expand Down Expand Up @@ -4464,7 +4464,7 @@ __metadata:
"@nestjs/schedule": ^4.1.1
"@nestjs/schematics": ^10.1.4
"@nestjs/swagger": ^7.4.0
"@nestjs/testing": ^10.3.8
"@nestjs/testing": ^10.4.3
"@types/cron": ^2.4.0
"@types/express": ^4.17.21
"@types/jest": 29.5.13
Expand Down Expand Up @@ -8658,13 +8658,6 @@ __metadata:
languageName: node
linkType: hard

"tslib@npm:2.6.2, tslib@npm:^2.6.2":
version: 2.6.2
resolution: "tslib@npm:2.6.2"
checksum: 329ea56123005922f39642318e3d1f0f8265d1e7fcb92c633e0809521da75eeaca28d2cf96d7248229deb40e5c19adf408259f4b9640afd20d13aecc1430f3ad
languageName: node
linkType: hard

"tslib@npm:2.6.3":
version: 2.6.3
resolution: "tslib@npm:2.6.3"
Expand All @@ -8686,6 +8679,13 @@ __metadata:
languageName: node
linkType: hard

"tslib@npm:^2.6.2":
version: 2.6.2
resolution: "tslib@npm:2.6.2"
checksum: 329ea56123005922f39642318e3d1f0f8265d1e7fcb92c633e0809521da75eeaca28d2cf96d7248229deb40e5c19adf408259f4b9640afd20d13aecc1430f3ad
languageName: node
linkType: hard

"type-check@npm:^0.4.0, type-check@npm:~0.4.0":
version: 0.4.0
resolution: "type-check@npm:0.4.0"
Expand Down

0 comments on commit 007119b

Please sign in to comment.