⬆️(deps-dev): Bump @nestjs/testing from 9.3.9 to 9.3.10 (#124)

Bumps [@nestjs/testing](https://github.com/nestjs/nest) from 9.3.9 to 9.3.10.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/compare/v9.3.9...v9.3.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-03-22 07:48:44 +01:00 committed by GitHub
parent 9edfdfad98
commit bebc93b838
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -47,7 +47,7 @@
"devDependencies": {
"@nestjs/cli": "^9.2.0",
"@nestjs/schematics": "^9.0.0",
"@nestjs/testing": "^9.3.9",
"@nestjs/testing": "^9.3.10",
"@types/cron": "^2.0.0",
"@types/express": "^4.17.13",
"@types/jest": "28.1.8",

View File

@ -911,10 +911,10 @@
boxen "5.1.2"
check-disk-space "3.3.1"
"@nestjs/testing@^9.3.9":
version "9.3.9"
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-9.3.9.tgz#f09a5df30cb1725a06f9fddd666543bbeb87eb35"
integrity sha512-+mPvSVvSC2SAkYgZZv1mOI2xsdGc1pmq7/sem7iin/JDoFtlvoGSK+pfZHD3IV3EpYtq1v/8/5gi+UFH9yZnDg==
"@nestjs/testing@^9.3.10":
version "9.3.10"
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-9.3.10.tgz#d0229d4d338806758dae824bdbeb935e097d4901"
integrity sha512-TGspJkzDx1YmJzlmNG5WrhFa7IGgXbCVt4UXvBVqEk2QRPmJFZnqd0T9waKZ+SxwH4gY5sdw2niTFvOgqGVfJw==
dependencies:
tslib "2.5.0"