⬆️(deps-dev): Bump @nestjs/testing from 9.3.12 to 9.4.0 (#162)

Bumps [@nestjs/testing](https://github.com/nestjs/nest) from 9.3.12 to 9.4.0.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/compare/v9.3.12...v9.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Manuel <manuel.ruwe@bluewin.ch>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-04-10 10:35:31 +02:00 committed by GitHub
parent 5d05569873
commit 1651fd6fef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -49,7 +49,7 @@
"devDependencies": {
"@nestjs/cli": "^9.3.0",
"@nestjs/schematics": "^9.1.0",
"@nestjs/testing": "^9.3.12",
"@nestjs/testing": "^9.4.0",
"@types/cron": "^2.0.1",
"@types/express": "^4.17.13",
"@types/jest": "28.1.8",

View File

@ -888,10 +888,10 @@
boxen "5.1.2"
check-disk-space "3.3.1"
"@nestjs/testing@^9.3.12":
version "9.3.12"
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-9.3.12.tgz#e02ed34c9a267ba9495ba7f5e3d83d4956e3414f"
integrity sha512-nH274IXEqU4hr4bcb71POe58hYLONt9RcfKKM5ZvOS7wYMnybMpKKR8DkC1WcfE1P2k2GQmQoHeSH5emPtYrBA==
"@nestjs/testing@^9.4.0":
version "9.4.0"
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-9.4.0.tgz#1e5d1e799413e996c9c2da02a89dfefa62c3b70e"
integrity sha512-xZWp363P4otcebg++gSjUcdCfTK0RorORzyFq3aLaSAQOlq8kxfFDRIKzEATR4aOUfqTMMsAA8lhnMJWf35N6A==
dependencies:
tslib "2.5.0"