Skip to content

Commit 4d6d4fe

Browse files
r1tsuuelliott-w
authored andcommitted
fix(db-mongodb): bump mongoose to 8.15.1 (#12755)
Updates the `mongoose` package to the latest version `8.15.1`. Fixes #12708
1 parent 4de1526 commit 4d6d4fe

File tree

3 files changed

+23
-24
lines changed

3 files changed

+23
-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
"prepublishOnly": "pnpm clean && pnpm turbo build"
4848
},
4949
"dependencies": {
50-
"mongoose": "8.9.5",
50+
"mongoose": "8.15.1",
5151
"mongoose-paginate-v2": "1.8.5",
5252
"prompts": "2.4.2",
5353
"uuid": "10.0.0"
@@ -57,7 +57,7 @@
5757
"@types/mongoose-aggregate-paginate-v2": "1.0.12",
5858
"@types/prompts": "^2.4.5",
5959
"@types/uuid": "10.0.0",
60-
"mongodb": "6.12.0",
60+
"mongodb": "6.16.0",
6161
"mongodb-memory-server": "10.1.4",
6262
"payload": "workspace:*"
6363
},

pnpm-lock.yaml

Lines changed: 20 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
@@ -79,7 +79,7 @@
7979
"http-status": "2.1.0",
8080
"jest": "29.7.0",
8181
"jwt-decode": "4.0.0",
82-
"mongoose": "8.9.5",
82+
"mongoose": "8.15.1",
8383
"next": "15.3.2",
8484
"nodemailer": "6.9.16",
8585
"payload": "workspace:*",

0 commit comments

Comments
 (0)