From 3f419f4d0cad23cc083cb4ea652c0f956b2233df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 08:03:01 +0000 Subject: [PATCH] Bump mongoose from 9.7.0 to 9.7.1 Bumps [mongoose](https://github.com/Automattic/mongoose) from 9.7.0 to 9.7.1. - [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/9.7.0...9.7.1) --- updated-dependencies: - dependency-name: mongoose dependency-version: 9.7.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index afa0e21..c50d523 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "lavacord": "^3.1.0", "moment": "^2.29.1", "moment-duration-format": "^2.3.2", - "mongoose": "^9.7.0", + "mongoose": "^9.7.1", "parse-duration": "^2.1.6", "simple-youtube-api": "^5.2.1" }, diff --git a/yarn.lock b/yarn.lock index 5d6b840..0402ae0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -694,10 +694,10 @@ mongodb@~7.2: bson "^7.2.0" mongodb-connection-string-url "^7.0.0" -mongoose@^9.7.0: - version "9.7.0" - resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-9.7.0.tgz#8ecd893027e2939dadb8cfb2e11c05bb1e93aaf6" - integrity sha512-pkrLZ6U41pD4Ai0ju/FYL7o5I5k+rV3RZINQTG937hbhnLGKRuqqYm1Dlt/kTQ+M4FHijzV6JawzsdHKRGt7QA== +mongoose@^9.7.1: + version "9.7.1" + resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-9.7.1.tgz#f59d8de2c95dc9e1cbc3fd26560a022f91c30e63" + integrity sha512-rOCVA9ufRSdGTG6IdSqJa30avbaSBlI98zkv76xB+5xAzwCn4qvuKi26iE2BeAZrYYqcagjJRjmTA7+qEbSbYg== dependencies: kareem "3.3.0" mongodb "~7.2"