From b034089d1cd64a60a27140a3c53be5845976975d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 08:51:50 +0000 Subject: [PATCH] chore(deps): bump mongoose from 8.8.2 to 8.8.3 in /back Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.8.2 to 8.8.3. - [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/8.8.2...8.8.3) --- updated-dependencies: - dependency-name: mongoose dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- back/package.json | 2 +- back/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/back/package.json b/back/package.json index a4c730f26..005fb9284 100644 --- a/back/package.json +++ b/back/package.json @@ -30,7 +30,7 @@ "@nestjs/mongoose": "^10.1", "@nestjs/platform-express": "^10.4", "class-validator": "^0.14.1", - "mongoose": "^8.8.2", + "mongoose": "^8.8.3", "class-transformer": "^0.5.1", "reflect-metadata": "^0.2.2", "rimraf": "^6.0.1", diff --git a/back/yarn.lock b/back/yarn.lock index 4e186c9b9..6635a7e38 100644 --- a/back/yarn.lock +++ b/back/yarn.lock @@ -3689,10 +3689,10 @@ mongodb@~6.10.0: bson "^6.7.0" mongodb-connection-string-url "^3.0.0" -mongoose@^8.8.2: - version "8.8.2" - resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-8.8.2.tgz#6ed847b54382fff561d147fde8282dac53c7b603" - integrity sha512-jCTSqDANfRzk909v4YoZQi7jlGRB2MTvgG+spVBc/BA4tOs1oWJr//V6yYujqNq9UybpOtsSfBqxI0dSOEFJHQ== +mongoose@^8.8.3: + version "8.8.3" + resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-8.8.3.tgz#066953497c116b876178a843c4ba8f7e88c85987" + integrity sha512-/I4n/DcXqXyIiLRfAmUIiTjj3vXfeISke8dt4U4Y8Wfm074Wa6sXnQrXN49NFOFf2mM1kUdOXryoBvkuCnr+Qw== dependencies: bson "^6.7.0" kareem "2.6.3"