Skip to content

Commit 0faddd8

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 79a2c35 commit 0faddd8

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/jest": "^27.5.2",

yarn.lock

Lines changed: 6 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -7234,9 +7234,9 @@ __metadata:
72347234
languageName: node
72357235
linkType: hard
72367236

7237-
"@nestjs/testing@npm:^11.0.7":
7238-
version: 11.0.7
7239-
resolution: "@nestjs/testing@npm:11.0.7"
7237+
"@nestjs/testing@npm:^11.1.8":
7238+
version: 11.1.8
7239+
resolution: "@nestjs/testing@npm:11.1.8"
72407240
dependencies:
72417241
tslib: "npm:2.8.1"
72427242
peerDependencies:
@@ -7249,26 +7249,7 @@ __metadata:
72497249
optional: true
72507250
"@nestjs/platform-express":
72517251
optional: true
7252-
checksum: 10/a7751d09bf15ecc44de74f38ec68fc79f56e4dc64e27953f5168a28a41c14ca88512deec26e3399dbae73c238491a93b0b2d79d99367cce74e0458ade0fe6536
7253-
languageName: node
7254-
linkType: hard
7255-
7256-
"@nestjs/testing@npm:^9.4.0":
7257-
version: 9.4.3
7258-
resolution: "@nestjs/testing@npm:9.4.3"
7259-
dependencies:
7260-
tslib: "npm:2.5.3"
7261-
peerDependencies:
7262-
"@nestjs/common": ^9.0.0
7263-
"@nestjs/core": ^9.0.0
7264-
"@nestjs/microservices": ^9.0.0
7265-
"@nestjs/platform-express": ^9.0.0
7266-
peerDependenciesMeta:
7267-
"@nestjs/microservices":
7268-
optional: true
7269-
"@nestjs/platform-express":
7270-
optional: true
7271-
checksum: 10/a148ccfb0570c8f883bfcb64cff65902f9e8ce1efe2e20fa0fccf14e680fcb4632c012e2caea0336138756572e645418a2d69681e7ea85c0c20dbb4f1645053b
7252+
checksum: 10/2492cb13b52a93888ca3991110dc3899f84e8f64bcd735c682c15d905b152203b58943945301a7e743010c5d2b34052d58bab9c1c5ba8913bdacb866155c7c0a
72727253
languageName: node
72737254
linkType: hard
72747255

@@ -10280,7 +10261,7 @@ __metadata:
1028010261
"@nestjs/platform-express": "npm:^11.0.7"
1028110262
"@nestjs/schedule": "npm:^5.0.1"
1028210263
"@nestjs/schematics": "npm:^11.0.0"
10283-
"@nestjs/testing": "npm:^11.0.7"
10264+
"@nestjs/testing": "npm:^11.1.8"
1028410265
"@polkadot/api": "npm:^16.4.7"
1028510266
"@subql/common-substrate": "workspace:~"
1028610267
"@subql/node-core": "workspace:~"
@@ -10314,7 +10295,7 @@ __metadata:
1031410295
"@nestjs/core": "npm:^9.4.0"
1031510296
"@nestjs/platform-express": "npm:^9.4.0"
1031610297
"@nestjs/schematics": "npm:^9.2.0"
10317-
"@nestjs/testing": "npm:^9.4.0"
10298+
"@nestjs/testing": "npm:^11.1.8"
1031810299
"@subql/common": "workspace:~"
1031910300
"@subql/utils": "workspace:~"
1032010301
"@subql/x-graphile-build-pg": "npm:4.13.0-0.2.5"

0 commit comments

Comments
 (0)