From 7ae698649ab41918d7938075f5dc8594b5045b96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 10:49:36 +0000 Subject: [PATCH] Bump mongoose from 8.0.2 to 8.0.4 Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.0.2 to 8.0.4. - [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.0.2...8.0.4) --- updated-dependencies: - dependency-name: mongoose dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index d54c444..21d6306 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "express": "^4.18.2", "express-async-handler": "^1.2.0", "moment": "^2.30.1", - "mongoose": "^8.0.2", + "mongoose": "^8.0.4", "nodemon": "^3.0.2", "request": "^2.88.2" } @@ -1014,9 +1014,9 @@ } }, "node_modules/mongoose": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.0.2.tgz", - "integrity": "sha512-Vsi9GzTXjdBVzheT1HZOZ2jHNzzR9Xwb5OyLz/FvDEAhlwrRnXnuqJf0QHINUOQSm7aoyvnPks0q85HJkd6yDw==", + "version": "8.0.4", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.0.4.tgz", + "integrity": "sha512-wN9qvdevX3+922VnLT7CpaZRT3jmVCBOK2QMHMGeScQxDRnFMPpkuI9StEPpZo/3x8t+kbzH7F8RMPsyNwyM4w==", "dependencies": { "bson": "^6.2.0", "kareem": "2.5.1", diff --git a/package.json b/package.json index e175aae..f741796 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "express": "^4.18.2", "express-async-handler": "^1.2.0", "moment": "^2.30.1", - "mongoose": "^8.0.2", + "mongoose": "^8.0.4", "nodemon": "^3.0.2", "request": "^2.88.2" } diff --git a/yarn.lock b/yarn.lock index 74e56b4..18af608 100644 --- a/yarn.lock +++ b/yarn.lock @@ -696,10 +696,10 @@ mongodb@6.2.0: bson "^6.2.0" mongodb-connection-string-url "^2.6.0" -mongoose@^8.0.2: - version "8.0.2" - resolved "https://registry.npmjs.org/mongoose/-/mongoose-8.0.2.tgz" - integrity sha512-Vsi9GzTXjdBVzheT1HZOZ2jHNzzR9Xwb5OyLz/FvDEAhlwrRnXnuqJf0QHINUOQSm7aoyvnPks0q85HJkd6yDw== +mongoose@^8.0.4: + version "8.0.4" + resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-8.0.4.tgz#d1177529f4e4eca327506f4fc0a304754081d9cd" + integrity sha512-wN9qvdevX3+922VnLT7CpaZRT3jmVCBOK2QMHMGeScQxDRnFMPpkuI9StEPpZo/3x8t+kbzH7F8RMPsyNwyM4w== dependencies: bson "^6.2.0" kareem "2.5.1"