Skip to content
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
2 changes: 1 addition & 1 deletion packages/orm/mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@tsed/testcontainers-mongo": "workspace:*",
"@tsed/typescript": "workspace:*",
"eslint": "9.12.0",
"mongoose": "8.9.4",
"mongoose": "8.9.6",
"typescript": "5.4.5",
"vitest": "2.1.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/third-parties/formio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"express": "^4.21.0",
"formio": "4.2.5",
"mongodb": "^6.9.0",
"mongoose": "8.9.4",
"mongoose": "8.9.6",
"typescript": "5.4.5",
"vitest": "2.1.2"
},
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7167,7 +7167,7 @@ __metadata:
express: "npm:^4.21.0"
formio: "npm:4.2.5"
mongodb: "npm:^6.9.0"
mongoose: "npm:8.9.4"
mongoose: "npm:8.9.6"
tslib: "npm:2.7.0"
typescript: "npm:5.4.5"
vitest: "npm:2.1.2"
Expand Down Expand Up @@ -7381,7 +7381,7 @@ __metadata:
"@tsed/typescript": "workspace:*"
change-case: "npm:5.4.4"
eslint: "npm:9.12.0"
mongoose: "npm:8.9.4"
mongoose: "npm:8.9.6"
tslib: "npm:2.7.0"
typescript: "npm:5.4.5"
vitest: "npm:2.1.2"
Expand Down Expand Up @@ -22369,9 +22369,9 @@ __metadata:
languageName: node
linkType: hard

"mongoose@npm:8.9.4":
version: 8.9.4
resolution: "mongoose@npm:8.9.4"
"mongoose@npm:8.9.6":
version: 8.9.6
resolution: "mongoose@npm:8.9.6"
dependencies:
bson: "npm:^6.10.1"
kareem: "npm:2.6.3"
Expand All @@ -22380,7 +22380,7 @@ __metadata:
mquery: "npm:5.0.0"
ms: "npm:2.1.3"
sift: "npm:17.1.3"
checksum: 10/956842234e3a7ccde2ba2c7eebe8cfba1844a962dead9580e25bafaa99476ce3d470fec3c72901a6a911fd2507490acc441ba01a5becf8a50d05f5148f102517
checksum: 10/f568777fa2c6c5b77091cc882343deaa2a9187d540655b93c1b2a5137f5aa76db9c4c784cb48b08483f7f5b8f821dccc6010fe2befff19c58c68fac91bedd72a
languageName: node
linkType: hard

Expand Down
Loading