Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @tsed/testing-mongoose from 7.70.0 to 7.83.3 #16

Closed
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
Binary file modified .yarn/install-state.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@tsed/platform-views": "^7.70.0",
"@tsed/schema": "^7.70.0",
"@tsed/swagger": "^7.70.0",
"@tsed/testing-mongoose": "^7.70.0",
"@tsed/testing-mongoose": "^7.83.3",
"@types/swagger-schema-official": "2.0.21",
"ajv": "^8.17.1",
"barrelsby": "^2.8.1",
Expand All @@ -67,7 +67,7 @@
"@tsed/cli-plugin-eslint": "5.2.7",
"@tsed/cli-plugin-jest": "5.2.7",
"@tsed/cli-plugin-mongoose": "5.2.7",
"@tsed/testing-mongoose": "7.70.0",
"@tsed/testing-mongoose": "7.83.3",
"@types/compression": "^1.7.5",
"@types/cookie-parser": "^1.4.7",
"@types/cors": "^2.8.17",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2463,19 +2463,19 @@ __metadata:
languageName: node
linkType: hard

"@tsed/testing-mongoose@npm:7.70.0":
version: 7.70.0
resolution: "@tsed/testing-mongoose@npm:7.70.0"
"@tsed/testing-mongoose@npm:7.83.3":
version: 7.83.3
resolution: "@tsed/testing-mongoose@npm:7.83.3"
dependencies:
mongodb-memory-server: "npm:^8.16.0"
semver: "npm:^7.6.0"
tslib: "npm:2.6.1"
peerDependencies:
"@tsed/common": 7.70.0
"@tsed/core": 7.70.0
"@tsed/mongoose": 7.70.0
"@tsed/common": 7.83.3
"@tsed/core": 7.83.3
"@tsed/mongoose": 7.83.3
mongoose: ">=6.0.0"
checksum: 10c0/fb63de4c415e0eb6c33105b0fbd87b7264853b59b14315865b30feefd514340a0feddaa49dd94e74ac64ac9b40fe535809d74448a26375b2c7b0deb4f6181377
checksum: 10c0/a50f224f0fc8de42a6dc75a7b0b8a7a338e29ba6eeec75c9c509329e7d4e40d75146772c53b5709780986285fd1ce3d838beb9c71ebf50b20ec8697b922ccc9a
languageName: node
linkType: hard

Expand Down Expand Up @@ -9220,7 +9220,7 @@ __metadata:
"@tsed/platform-views": "npm:^7.70.0"
"@tsed/schema": "npm:^7.70.0"
"@tsed/swagger": "npm:^7.70.0"
"@tsed/testing-mongoose": "npm:7.70.0"
"@tsed/testing-mongoose": "npm:7.83.3"
"@types/compression": "npm:^1.7.5"
"@types/cookie-parser": "npm:^1.4.7"
"@types/cors": "npm:^2.8.17"
Expand Down
Loading