From 94f9bf266a43653e77417e7539b8043976a3b655 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 04:08:34 +0000 Subject: [PATCH] Bump mongoose in /MEANApp in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the /MEANApp directory: [mongoose](https://github.com/Automattic/mongoose). Updates `mongoose` from 4.13.21 to 9.1.6 - [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/4.13.21...9.1.6) --- updated-dependencies: - dependency-name: mongoose dependency-version: 9.1.6 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- MEANApp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MEANApp/package.json b/MEANApp/package.json index cd9c97a..08c6bce 100644 --- a/MEANApp/package.json +++ b/MEANApp/package.json @@ -16,7 +16,7 @@ "dependencies": { "bcrypt-nodejs": "0.0.3", "body-parser": "^1.17.2", - "mongoose": "^4.10.4", + "mongoose": "^9.1.6", "morgan": "^1.8.2" } }