Skip to content

Commit f0b8281

Browse files
chore(deps-dev): bump @nestjs/testing from 10.4.1 to 10.4.6 (#699)
Bumps [@nestjs/testing](https://github.com/nestjs/nest/tree/HEAD/packages/testing) from 10.4.1 to 10.4.6. - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v10.4.6/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: Anna Hughes <[email protected]>
1 parent 80f7fd0 commit f0b8281

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
@@ -61,8 +61,8 @@
6161
"@eslint/js": "^9.11.1",
6262
"@golevelup/ts-jest": "^0.5.0",
6363
"@nestjs/cli": "^10.3.2",
64+
"@nestjs/testing": "^10.4.6",
6465
"@nestjs/schematics": "^10.2.3",
65-
"@nestjs/testing": "^10.4.1",
6666
"@types/date-fns": "^2.6.0",
6767
"@types/express": "^4.17.21",
6868
"@types/jest": "^29.5.13",

yarn.lock

+5-10
Original file line numberDiff line numberDiff line change
@@ -1344,12 +1344,12 @@
13441344
boxen "5.1.2"
13451345
check-disk-space "3.4.0"
13461346

1347-
"@nestjs/testing@^10.4.1":
1348-
version "10.4.1"
1349-
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-10.4.1.tgz#146c0161ab98524ea9fafe4ca5316229d1e44387"
1350-
integrity sha512-pR+su5+YGqCLH0RhhVkPowQK7FCORU0/PWAywPK7LScAOtD67ZoviZ7hAU4vnGdwkg4HCB0D7W8Bkg19CGU8Xw==
1347+
"@nestjs/testing@^10.4.6":
1348+
version "10.4.6"
1349+
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-10.4.6.tgz#3797a40c0628788e381f299d3c72acac364ca4ef"
1350+
integrity sha512-aiDicKhlGibVGNYuew399H5qZZXaseOBT/BS+ERJxxCmco7ZdAqaujsNjSaSbTK9ojDPf27crLT0C4opjqJe3A==
13511351
dependencies:
1352-
tslib "2.6.3"
1352+
tslib "2.7.0"
13531353

13541354
"@nestjs/typeorm@^10.0.2":
13551355
version "10.0.2"
@@ -7015,11 +7015,6 @@ [email protected], tsconfig-paths@^4.1.2, tsconfig-paths@^4.2.0:
70157015
minimist "^1.2.6"
70167016
strip-bom "^3.0.0"
70177017

7018-
7019-
version "2.6.3"
7020-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0"
7021-
integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==
7022-
70237018
[email protected], tslib@^2.1.0, tslib@^2.5.0, tslib@^2.6.2:
70247019
version "2.7.0"
70257020
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.7.0.tgz#d9b40c5c40ab59e8738f297df3087bf1a2690c01"

0 commit comments

Comments
 (0)