From 632f560c30a9a75cbe2e3e8f48b28572ddb8335a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 12:10:57 +0000 Subject: [PATCH] build(deps): bump mongoose from 7.6.4 to 8.0.0 (#586) Bumps [mongoose](https://github.com/Automattic/mongoose) from 7.6.4 to 8.0.0. - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](https://github.com/Automattic/mongoose/compare/7.6.4...8.0.0) --- updated-dependencies: - dependency-name: mongoose dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2a2d8ba0..b6728904 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "jsonwebtoken": "^9.0.0", "lodash": "^4.17.15", "minimist": "^1.2.5", - "mongoose": "^7.0.1", + "mongoose": "^8.0.0", "ms": "^2.1.2", "node-fetch": "^3.3.1", "nodemailer": "^6.4.2",