From 0c8515b67627a8351a79764ea4520aeb5d3fb0f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 22:18:30 +0000 Subject: [PATCH] Bump mongoose from 8.7.0 to 8.7.3 Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.7.0 to 8.7.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.7.0...8.7.3) --- 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 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index eee5edb..232720a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "imagemagick": "^0.1.3", "lodash": "^4.17.21", "moment": "^2.30.1", - "mongoose": "^8.7.0", + "mongoose": "^8.7.3", "node-fetch": "^2.7.0", "rimraf": "^6.0.1", "twit": "git+https://github.com/SugarD-x/twit.git" @@ -699,9 +699,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.3", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.7.3.tgz", + "integrity": "sha512-Xl6+dzU5ZpEcDoJ8/AyrIdAwTY099QwpolvV73PIytpK13XqwllLq/9XeVzzLEQgmyvwBVGVgjmMrKbuezxrIA==", "dependencies": { "bson": "^6.7.0", "kareem": "2.6.3", diff --git a/package.json b/package.json index 02ee3b8..cfd82e9 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "imagemagick": "^0.1.3", "lodash": "^4.17.21", "moment": "^2.30.1", - "mongoose": "^8.7.0", + "mongoose": "^8.7.3", "node-fetch": "^2.7.0", "rimraf": "^6.0.1", "twit": "git+https://github.com/SugarD-x/twit.git"