From ed76dfe90069c9136afbea30806ffc9f88a264fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 23:28:05 +0000 Subject: [PATCH] Bump mongoose Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.22.1 to 8.24.1. - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/8.24.1/CHANGELOG.md) - [Commits](https://github.com/Automattic/mongoose/compare/8.22.1...8.24.1) --- updated-dependencies: - dependency-name: mongoose dependency-version: 8.24.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../Resources/Challenge-02/rating-api/package-lock.json | 8 ++++---- .../Resources/Challenge-02/rating-api/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/063-IntroToAzureRedHatOpenshift/Student/Resources/Challenge-02/rating-api/package-lock.json b/063-IntroToAzureRedHatOpenshift/Student/Resources/Challenge-02/rating-api/package-lock.json index 818eaebe51..9dfc965290 100644 --- a/063-IntroToAzureRedHatOpenshift/Student/Resources/Challenge-02/rating-api/package-lock.json +++ b/063-IntroToAzureRedHatOpenshift/Student/Resources/Challenge-02/rating-api/package-lock.json @@ -14,7 +14,7 @@ "dotenv": "^4.0.0", "express": "^4.22.1", "hbs": "~4.2.1", - "mongoose": "^8.22.1", + "mongoose": "^8.24.1", "morgan": "~1.10.1", "serve-favicon": "~2.4.5" } @@ -790,9 +790,9 @@ } }, "node_modules/mongoose": { - "version": "8.22.1", - "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.22.1.tgz", - "integrity": "sha512-c0bzt7ElI1CwWiyFSgg9bfhlFcblAoPwr+gmDcLCryClyKaeixWhP9KDGnr13kRPE8KPAuUN3ZZ3jSDxSPvoTg==", + "version": "8.24.1", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.24.1.tgz", + "integrity": "sha512-UpHBA0l5kHyKJQFjmBaFYQFo5sgz1DK0TRqDkOyBLYbqiIbKKhIvBpHWBXqeo0rgW4kGI1UhhAw+kTQZoj1BdA==", "license": "MIT", "dependencies": { "bson": "^6.10.4", diff --git a/063-IntroToAzureRedHatOpenshift/Student/Resources/Challenge-02/rating-api/package.json b/063-IntroToAzureRedHatOpenshift/Student/Resources/Challenge-02/rating-api/package.json index 8e667b57e6..25cca6e6c7 100644 --- a/063-IntroToAzureRedHatOpenshift/Student/Resources/Challenge-02/rating-api/package.json +++ b/063-IntroToAzureRedHatOpenshift/Student/Resources/Challenge-02/rating-api/package.json @@ -14,7 +14,7 @@ "dotenv": "^4.0.0", "express": "^4.22.1", "hbs": "~4.2.1", - "mongoose": "^8.22.1", + "mongoose": "^8.24.1", "morgan": "~1.10.1", "serve-favicon": "~2.4.5" }