From d63baae79c07cf69f49333859dff8faf90bf0aaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 17:05:15 +0000 Subject: [PATCH] Bump mongoose Bumps [mongoose](https://github.com/Automattic/mongoose) from 7.8.7 to 7.8.10. - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/7.8.10/CHANGELOG.md) - [Commits](https://github.com/Automattic/mongoose/compare/7.8.7...7.8.10) --- updated-dependencies: - dependency-name: mongoose dependency-version: 7.8.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../solution-01/sample-app/backend/package-lock.json | 8 ++++---- .../resources/solution-01/sample-app/backend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/03-Azure/01-01-App Innovation/02_AKS/walkthrough/resources/solution-01/sample-app/backend/package-lock.json b/03-Azure/01-01-App Innovation/02_AKS/walkthrough/resources/solution-01/sample-app/backend/package-lock.json index 3cdc89fb..721364f5 100644 --- a/03-Azure/01-01-App Innovation/02_AKS/walkthrough/resources/solution-01/sample-app/backend/package-lock.json +++ b/03-Azure/01-01-App Innovation/02_AKS/walkthrough/resources/solution-01/sample-app/backend/package-lock.json @@ -13,7 +13,7 @@ "cors": "^2.8.5", "dotenv": "^16.3.1", "express": "^4.22.2", - "mongoose": "^7.6.0", + "mongoose": "^7.8.10", "redis": "^4.6.8" }, "devDependencies": { @@ -3884,9 +3884,9 @@ } }, "node_modules/mongoose": { - "version": "7.8.7", - "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.8.7.tgz", - "integrity": "sha512-5Bo4CrUxrPITrhMKsqUTOkXXo2CoRC5tXxVQhnddCzqDMwRXfyStrxj1oY865g8gaekSBhxAeNkYyUSJvGm9Hw==", + "version": "7.8.10", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.8.10.tgz", + "integrity": "sha512-d+ASyz9FjXnzA9yrgbiAKP3DX//i0QA7TgSOPmU/ONqbUP7v8tg5HbbY28a7wtOKiPYSaP605JoRLFelU7wKxA==", "license": "MIT", "dependencies": { "bson": "^5.5.0", diff --git a/03-Azure/01-01-App Innovation/02_AKS/walkthrough/resources/solution-01/sample-app/backend/package.json b/03-Azure/01-01-App Innovation/02_AKS/walkthrough/resources/solution-01/sample-app/backend/package.json index 303f9ab8..3324ca9b 100644 --- a/03-Azure/01-01-App Innovation/02_AKS/walkthrough/resources/solution-01/sample-app/backend/package.json +++ b/03-Azure/01-01-App Innovation/02_AKS/walkthrough/resources/solution-01/sample-app/backend/package.json @@ -13,7 +13,7 @@ "cors": "^2.8.5", "body-parser": "^1.20.5", "dotenv": "^16.3.1", - "mongoose": "^7.6.0", + "mongoose": "^7.8.10", "redis": "^4.6.8" }, "devDependencies": {