Skip to content

Commit 442e77e

Browse files
chore(deps-dev): bump @nestjs/testing from 10.4.6 to 10.4.15 (#751)
Bumps [@nestjs/testing](https://github.com/nestjs/nest/tree/HEAD/packages/testing) from 10.4.6 to 10.4.15. - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v10.4.15/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> Co-authored-by: Kylee Fields <[email protected]>
1 parent e5c0a04 commit 442e77e

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@golevelup/ts-jest": "^0.5.0",
6666
"@nestjs/cli": "^10.4.9",
6767
"@nestjs/schematics": "^10.2.3",
68-
"@nestjs/testing": "^10.4.6",
68+
"@nestjs/testing": "^10.4.15",
6969
"@types/date-fns": "^2.6.0",
7070
"@types/express": "^5.0.0",
7171
"@types/jest": "^29.5.13",

yarn.lock

+5-10
Original file line numberDiff line numberDiff line change
@@ -1394,12 +1394,12 @@
13941394
boxen "5.1.2"
13951395
check-disk-space "3.4.0"
13961396

1397-
"@nestjs/testing@^10.4.6":
1398-
version "10.4.6"
1399-
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-10.4.6.tgz#3797a40c0628788e381f299d3c72acac364ca4ef"
1400-
integrity sha512-aiDicKhlGibVGNYuew399H5qZZXaseOBT/BS+ERJxxCmco7ZdAqaujsNjSaSbTK9ojDPf27crLT0C4opjqJe3A==
1397+
"@nestjs/testing@^10.4.15":
1398+
version "10.4.15"
1399+
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-10.4.15.tgz#4c9fe17bf026c0142040cbe3db464c526f89d36a"
1400+
integrity sha512-eGlWESkACMKti+iZk1hs6FUY/UqObmMaa8HAN9JLnaYkoLf1Jeh+EuHlGnfqo/Rq77oznNLIyaA3PFjrFDlNUg==
14011401
dependencies:
1402-
tslib "2.7.0"
1402+
tslib "2.8.1"
14031403

14041404
"@nestjs/typeorm@^10.0.2":
14051405
version "10.0.2"
@@ -7035,11 +7035,6 @@ [email protected], tsconfig-paths@^4.1.2, tsconfig-paths@^4.2.0:
70357035
minimist "^1.2.6"
70367036
strip-bom "^3.0.0"
70377037

7038-
7039-
version "2.7.0"
7040-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.7.0.tgz#d9b40c5c40ab59e8738f297df3087bf1a2690c01"
7041-
integrity sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==
7042-
70437038
[email protected], tslib@^2.1.0, tslib@^2.5.0, tslib@^2.6.2:
70447039
version "2.8.1"
70457040
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"

0 commit comments

Comments
 (0)