Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 16 additions & 9 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@mikro-orm/migrations": "5.6.16",
"@nestjs/cli": "9.3.0",
"@nestjs/schematics": "9.1.0",
"@nestjs/testing": "9.4.0",
"@nestjs/testing": "11.1.27",
"@types/express": "4.17.17",
"@types/jest": "29.5.0",
"@types/node": "18.15.11",
Expand Down
27 changes: 17 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1235,22 +1235,22 @@ __metadata:
languageName: node
linkType: hard

"@nestjs/testing@npm:9.4.0":
version: 9.4.0
resolution: "@nestjs/testing@npm:9.4.0"
"@nestjs/testing@npm:11.1.27":
version: 11.1.27
resolution: "@nestjs/testing@npm:11.1.27"
dependencies:
tslib: 2.5.0
tslib: 2.8.1
peerDependencies:
"@nestjs/common": ^9.0.0
"@nestjs/core": ^9.0.0
"@nestjs/microservices": ^9.0.0
"@nestjs/platform-express": ^9.0.0
"@nestjs/common": ^11.0.0
"@nestjs/core": ^11.0.0
"@nestjs/microservices": ^11.0.0
"@nestjs/platform-express": ^11.0.0
peerDependenciesMeta:
"@nestjs/microservices":
optional: true
"@nestjs/platform-express":
optional: true
checksum: f5cc040817f8ec54da4ad8714a79fd40d239feba138e9f362bbaacf9411320c06435e520fa673674bf82779eab2137cdd23123f952450b50255ab965e9bc546f
checksum: 9240f8d16f95eb2d6e462efa572deb5bbf594b049d9d24f908a120ed3102696befa82b851b9e560e5cf684795626d10dfe1a3498bba3ddf2aacfd99ca2b8e484
languageName: node
linkType: hard

Expand Down Expand Up @@ -4254,7 +4254,7 @@ __metadata:
"@nestjs/core": 9.4.0
"@nestjs/platform-express": 9.4.0
"@nestjs/schematics": 9.1.0
"@nestjs/testing": 9.4.0
"@nestjs/testing": 11.1.27
"@types/express": 4.17.17
"@types/jest": 29.5.0
"@types/node": 18.15.11
Expand Down Expand Up @@ -7542,6 +7542,13 @@ __metadata:
languageName: node
linkType: hard

"tslib@npm:2.8.1":
version: 2.8.1
resolution: "tslib@npm:2.8.1"
checksum: e4aba30e632b8c8902b47587fd13345e2827fa639e7c3121074d5ee0880723282411a8838f830b55100cbe4517672f84a2472667d355b81e8af165a55dc6203a
languageName: node
linkType: hard

"tslib@npm:^1.8.1, tslib@npm:^1.9.0":
version: 1.14.1
resolution: "tslib@npm:1.14.1"
Expand Down
Loading