Skip to content

Commit 5fdeb41

Browse files
Bump @nestjs/testing from 9.4.3 to 11.1.8
Bumps [@nestjs/testing](https://github.com/nestjs/nest/tree/HEAD/packages/testing) from 9.4.3 to 11.1.8. - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v11.1.8/packages/testing) --- updated-dependencies: - dependency-name: "@nestjs/testing" dependency-version: 11.1.8 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent acc14d4 commit 5fdeb41

File tree

3 files changed

+8
-27
lines changed

3 files changed

+8
-27
lines changed

packages/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"devDependencies": {
3838
"@nestjs/schematics": "^11.0.0",
39-
"@nestjs/testing": "^11.0.7",
39+
"@nestjs/testing": "^11.1.8",
4040
"@types/express": "^4.17.21",
4141
"@types/jest": "^27.5.2",
4242
"@types/lodash": "^4.17.20",

packages/query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
},
7171
"devDependencies": {
7272
"@nestjs/schematics": "^9.2.0",
73-
"@nestjs/testing": "^9.4.0",
73+
"@nestjs/testing": "^11.1.8",
7474
"@types/compression": "^1.7.5",
7575
"@types/express": "^4.17.21",
7676
"@types/express-pino-logger": "^4.0.5",

yarn.lock

Lines changed: 6 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -7227,9 +7227,9 @@ __metadata:
72277227
languageName: node
72287228
linkType: hard
72297229

7230-
"@nestjs/testing@npm:^11.0.7":
7231-
version: 11.0.7
7232-
resolution: "@nestjs/testing@npm:11.0.7"
7230+
"@nestjs/testing@npm:^11.1.8":
7231+
version: 11.1.8
7232+
resolution: "@nestjs/testing@npm:11.1.8"
72337233
dependencies:
72347234
tslib: "npm:2.8.1"
72357235
peerDependencies:
@@ -7242,26 +7242,7 @@ __metadata:
72427242
optional: true
72437243
"@nestjs/platform-express":
72447244
optional: true
7245-
checksum: 10/a7751d09bf15ecc44de74f38ec68fc79f56e4dc64e27953f5168a28a41c14ca88512deec26e3399dbae73c238491a93b0b2d79d99367cce74e0458ade0fe6536
7246-
languageName: node
7247-
linkType: hard
7248-
7249-
"@nestjs/testing@npm:^9.4.0":
7250-
version: 9.4.3
7251-
resolution: "@nestjs/testing@npm:9.4.3"
7252-
dependencies:
7253-
tslib: "npm:2.5.3"
7254-
peerDependencies:
7255-
"@nestjs/common": ^9.0.0
7256-
"@nestjs/core": ^9.0.0
7257-
"@nestjs/microservices": ^9.0.0
7258-
"@nestjs/platform-express": ^9.0.0
7259-
peerDependenciesMeta:
7260-
"@nestjs/microservices":
7261-
optional: true
7262-
"@nestjs/platform-express":
7263-
optional: true
7264-
checksum: 10/a148ccfb0570c8f883bfcb64cff65902f9e8ce1efe2e20fa0fccf14e680fcb4632c012e2caea0336138756572e645418a2d69681e7ea85c0c20dbb4f1645053b
7245+
checksum: 10/2492cb13b52a93888ca3991110dc3899f84e8f64bcd735c682c15d905b152203b58943945301a7e743010c5d2b34052d58bab9c1c5ba8913bdacb866155c7c0a
72657246
languageName: node
72667247
linkType: hard
72677248

@@ -10256,7 +10237,7 @@ __metadata:
1025610237
"@nestjs/platform-express": "npm:^11.0.7"
1025710238
"@nestjs/schedule": "npm:^5.0.1"
1025810239
"@nestjs/schematics": "npm:^11.0.0"
10259-
"@nestjs/testing": "npm:^11.0.7"
10240+
"@nestjs/testing": "npm:^11.1.8"
1026010241
"@polkadot/api": "npm:^16.4.7"
1026110242
"@subql/common-substrate": "workspace:~"
1026210243
"@subql/node-core": "workspace:~"
@@ -10290,7 +10271,7 @@ __metadata:
1029010271
"@nestjs/core": "npm:^9.4.0"
1029110272
"@nestjs/platform-express": "npm:^9.4.0"
1029210273
"@nestjs/schematics": "npm:^9.2.0"
10293-
"@nestjs/testing": "npm:^9.4.0"
10274+
"@nestjs/testing": "npm:^11.1.8"
1029410275
"@subql/common": "workspace:~"
1029510276
"@subql/utils": "workspace:~"
1029610277
"@subql/x-graphile-build-pg": "npm:4.13.0-0.2.5"

0 commit comments

Comments
 (0)