Skip to content

Commit 70b0aca

Browse files
Bump mongodb and mongoose
Removes [mongodb](https://github.com/mongodb/node-mongodb-native). It's no longer used after updating ancestor dependency [mongoose](https://github.com/Automattic/mongoose). These dependencies need to be updated together. Removes `mongodb` Updates `mongoose` from 7.4.3 to 7.5.0 - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](Automattic/mongoose@7.4.3...7.5.0) --- updated-dependencies: - dependency-name: mongodb dependency-type: indirect - dependency-name: mongoose dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9c763e5 commit 70b0aca

File tree

2 files changed

+55
-58
lines changed

2 files changed

+55
-58
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"helmet": "^7.0.0",
2727
"jsonwebtoken": "^9.0.1",
2828
"mongo-sanitize": "^1.1.0",
29-
"mongoose": "^7.4.3",
29+
"mongoose": "^7.5.0",
3030
"mongoose-paginate-v2": "^1.7.31",
3131
"morgan": "^1.10.0",
3232
"stripe": "^13.2.0"

0 commit comments

Comments
 (0)