From c6b04809f9bece24a599fcf7569ee077654775a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 08:03:15 +0000 Subject: [PATCH] Bump mongoose from 9.7.0 to 9.7.3 Bumps [mongoose](https://github.com/Automattic/mongoose) from 9.7.0 to 9.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/9.7.0...9.7.3) --- updated-dependencies: - dependency-name: mongoose dependency-version: 9.7.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index afa0e21..ad98864 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.3", "parse-duration": "^2.1.6", "simple-youtube-api": "^5.2.1" }, diff --git a/yarn.lock b/yarn.lock index 5d6b840..cbd1f58 100644 --- a/yarn.lock +++ b/yarn.lock @@ -203,6 +203,11 @@ "@snazzah/davey-win32-ia32-msvc" "0.1.11" "@snazzah/davey-win32-x64-msvc" "0.1.11" +"@standard-schema/spec@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@standard-schema/spec/-/spec-1.1.0.tgz#a79b55dbaf8604812f52d140b2c9ab41bc150bb8" + integrity sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w== + "@tybys/wasm-util@^0.10.1": version "0.10.2" resolved "https://registry.yarnpkg.com/@tybys/wasm-util/-/wasm-util-0.10.2.tgz#12b3a1b33db1f9cad4ddff1f604ab7dd00bf464e" @@ -694,11 +699,12 @@ 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.3: + version "9.7.3" + resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-9.7.3.tgz#df005bdb25a0ada692f334670ab479ccdd6f5767" + integrity sha512-9DsD4sq0tL9IKyfttZ6qn74KXBcD4lxDTzGXoAeOLMnDFFp1gqc5oc4s2BiMPbetJrLwvVylfyR4cqLst2pasQ== dependencies: + "@standard-schema/spec" "^1.1.0" kareem "3.3.0" mongodb "~7.2" mpath "0.9.0"