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

build(deps): bump mongoose from 8.5.2 to 8.8.3 #13

Merged
merged 1 commit into from
Dec 5, 2024
Merged
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dotenv": "^16.4.5",
"express": "^4.20.0",
"express-rate-limit": "^7.4.0",
"mongoose": "^8.5.2",
"mongoose": "^8.8.3",
"winston": "^3.14.1"
},
"devDependencies": {
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3679,7 +3679,7 @@ __metadata:
express: "npm:^4.20.0"
express-rate-limit: "npm:^7.4.0"
jest: "npm:^29.7.0"
mongoose: "npm:^8.5.2"
mongoose: "npm:^8.8.3"
nodemon: "npm:^3.1.4"
supertest: "npm:^7.0.0"
ts-jest: "npm:^29.2.4"
Expand Down Expand Up @@ -4743,9 +4743,9 @@ __metadata:
languageName: node
linkType: hard

"mongodb@npm:6.7.0":
version: 6.7.0
resolution: "mongodb@npm:6.7.0"
"mongodb@npm:~6.10.0":
version: 6.10.0
resolution: "mongodb@npm:6.10.0"
dependencies:
"@mongodb-js/saslprep": "npm:^1.1.5"
bson: "npm:^6.7.0"
Expand Down Expand Up @@ -4773,22 +4773,22 @@ __metadata:
optional: true
socks:
optional: true
checksum: 10c0/4a8a3781b6c4851dc211df559ac2b82b62f6c1bcc0dcd14c86264891221c081436d03254cb257d0da696efbba9f426919c0e6a9e14398faac4a93db3c1c8d335
checksum: 10c0/8a92b1a5f0a30b88b80d09a0718ecfb18a4a7f7e77c4b2a7047b57babfec6a29ece09dd375a4f528f0712f1282b39e27f194e75d89a3039fbfda4b1c4f7d3095
languageName: node
linkType: hard

"mongoose@npm:^8.5.2":
version: 8.5.2
resolution: "mongoose@npm:8.5.2"
"mongoose@npm:^8.8.3":
version: 8.8.3
resolution: "mongoose@npm:8.8.3"
dependencies:
bson: "npm:^6.7.0"
kareem: "npm:2.6.3"
mongodb: "npm:6.7.0"
mongodb: "npm:~6.10.0"
mpath: "npm:0.9.0"
mquery: "npm:5.0.0"
ms: "npm:2.1.3"
sift: "npm:17.1.3"
checksum: 10c0/9c0357751a2620b9bdc48bde437b54ad11c97e9e3cd0f10c0c144f02c4044638c80f21bcfa62a57789864586af9243cf0f3ec003da390a2e7f62ccc6d3ebbc26
checksum: 10c0/e06f0680e7f3237545dae0123f5a0aa385427136f5ae655fe43f19ad5d2b5236bac21dbff1e16324524cf4f28d9c38114f3d51f48a371b638165139a1482f1e1
languageName: node
linkType: hard

Expand Down
Loading