Skip to content

Commit af77cfa

Browse files
chore(deps): update dependency @nestjs/testing to v11
1 parent e3936d5 commit af77cfa

6 files changed

Lines changed: 34 additions & 20 deletions

.pnp.cjs

Lines changed: 16 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
-16.6 KB
Binary file not shown.
27.7 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@mikro-orm/migrations": "5.6.16",
4040
"@nestjs/cli": "9.3.0",
4141
"@nestjs/schematics": "9.1.0",
42-
"@nestjs/testing": "9.4.0",
42+
"@nestjs/testing": "11.1.17",
4343
"@types/express": "4.17.17",
4444
"@types/jest": "29.5.0",
4545
"@types/node": "18.15.11",

yarn.lock

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1235,22 +1235,22 @@ __metadata:
12351235
languageName: node
12361236
linkType: hard
12371237

1238-
"@nestjs/testing@npm:9.4.0":
1239-
version: 9.4.0
1240-
resolution: "@nestjs/testing@npm:9.4.0"
1238+
"@nestjs/testing@npm:11.1.17":
1239+
version: 11.1.17
1240+
resolution: "@nestjs/testing@npm:11.1.17"
12411241
dependencies:
1242-
tslib: 2.5.0
1242+
tslib: 2.8.1
12431243
peerDependencies:
1244-
"@nestjs/common": ^9.0.0
1245-
"@nestjs/core": ^9.0.0
1246-
"@nestjs/microservices": ^9.0.0
1247-
"@nestjs/platform-express": ^9.0.0
1244+
"@nestjs/common": ^11.0.0
1245+
"@nestjs/core": ^11.0.0
1246+
"@nestjs/microservices": ^11.0.0
1247+
"@nestjs/platform-express": ^11.0.0
12481248
peerDependenciesMeta:
12491249
"@nestjs/microservices":
12501250
optional: true
12511251
"@nestjs/platform-express":
12521252
optional: true
1253-
checksum: f5cc040817f8ec54da4ad8714a79fd40d239feba138e9f362bbaacf9411320c06435e520fa673674bf82779eab2137cdd23123f952450b50255ab965e9bc546f
1253+
checksum: 5be4088d553f067469f23c7df8019b1a9d7701fcf85a4085dbbbc8f5fbfacb06c9308a13716f1452040a30b9c361b1ad8e47b931c34baf794481e14f371eb37d
12541254
languageName: node
12551255
linkType: hard
12561256

@@ -4254,7 +4254,7 @@ __metadata:
42544254
"@nestjs/core": 9.4.0
42554255
"@nestjs/platform-express": 9.4.0
42564256
"@nestjs/schematics": 9.1.0
4257-
"@nestjs/testing": 9.4.0
4257+
"@nestjs/testing": 11.1.17
42584258
"@types/express": 4.17.17
42594259
"@types/jest": 29.5.0
42604260
"@types/node": 18.15.11
@@ -7542,6 +7542,13 @@ __metadata:
75427542
languageName: node
75437543
linkType: hard
75447544

7545+
"tslib@npm:2.8.1":
7546+
version: 2.8.1
7547+
resolution: "tslib@npm:2.8.1"
7548+
checksum: e4aba30e632b8c8902b47587fd13345e2827fa639e7c3121074d5ee0880723282411a8838f830b55100cbe4517672f84a2472667d355b81e8af165a55dc6203a
7549+
languageName: node
7550+
linkType: hard
7551+
75457552
"tslib@npm:^1.8.1, tslib@npm:^1.9.0":
75467553
version: 1.14.1
75477554
resolution: "tslib@npm:1.14.1"

0 commit comments

Comments
 (0)