From 1e671835791803514889ae9ce576da5d1034170a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 16:53:08 +0000 Subject: [PATCH] fix(deps): update dependency mongoose to v8.7.1 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e47ba93c..fd8e77f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "fb": "2.0.0", "google-auth-library": "9.14.1", "handlebars": "4.7.8", - "mongoose": "8.7.0", + "mongoose": "8.7.1", "mongoose-autopopulate": "^1.1.0", "ms": "2.1.3", "multer": "1.4.5-lts.1", @@ -15115,9 +15115,9 @@ } }, "node_modules/mongoose": { - "version": "8.7.0", - "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.7.0.tgz", - "integrity": "sha512-rUCSF1mMYQXjXYdqEQLLlMD3xbcj2j1/hRn+9VnVj7ipzru/UoUZxlj/hWmteKMAh4EFnDZ+BIrmma9l/0Hi1g==", + "version": "8.7.1", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.7.1.tgz", + "integrity": "sha512-RpNMyhyzLVCVbf8xTVbrf/18G3MqQzNw5pJdvOJ60fzbCa3cOZzz9L+8XpqzBXtRlgZGWv0T7MmOtvrT8ocp1Q==", "license": "MIT", "dependencies": { "bson": "^6.7.0", diff --git a/package.json b/package.json index eccfeeb6..a1e31542 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "fb": "2.0.0", "google-auth-library": "9.14.1", "handlebars": "4.7.8", - "mongoose": "8.7.0", + "mongoose": "8.7.1", "mongoose-autopopulate": "^1.1.0", "ms": "2.1.3", "multer": "1.4.5-lts.1",