Skip to content

Commit 00cc10c

Browse files
authored
chore(db-mongodb): update mongoose and mongodb deps (#10644)
Update mongoose from `8.8.3` to `8.9.5` Update mongodb from `6.10.0` to `6.12.0`
1 parent 5a95237 commit 00cc10c

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

packages/db-mongodb/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"dependencies": {
4949
"http-status": "1.6.2",
50-
"mongoose": "8.8.3",
50+
"mongoose": "8.9.5",
5151
"mongoose-aggregate-paginate-v2": "1.1.2",
5252
"mongoose-paginate-v2": "1.8.5",
5353
"prompts": "2.4.2",
@@ -56,7 +56,7 @@
5656
"devDependencies": {
5757
"@payloadcms/eslint-config": "workspace:*",
5858
"@types/mongoose-aggregate-paginate-v2": "1.0.12",
59-
"mongodb": "6.10.0",
59+
"mongodb": "6.12.0",
6060
"mongodb-memory-server": "^10",
6161
"payload": "workspace:*"
6262
},

pnpm-lock.yaml

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"file-type": "19.3.0",
7171
"http-status": "1.6.2",
7272
"jwt-decode": "4.0.0",
73-
"mongoose": "8.8.3",
73+
"mongoose": "8.9.5",
7474
"next": "15.1.3",
7575
"nodemailer": "6.9.10",
7676
"payload": "workspace:*",

0 commit comments

Comments
 (0)