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

chore(deps-dev): bump mongoose from 8.7.0 to 8.9.5 #2962

Open
wants to merge 1 commit into
base: production
Choose a base branch
from
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
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.5",
"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.5",
"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.5"
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.5"
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.5":
version: 8.9.5
resolution: "mongoose@npm:8.9.5"
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/74f38844ef18bc6d8d68c702871cb11eafc349a356786a3277dd9160ba020dfef791ef760fe3f6228f037aed584a9ac1ad694153c8595c7e877204aea5cc537e
languageName: node
linkType: hard

Expand Down
Loading