From d1f506132e133a7600bfab9f48def9a3f1eb49f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 21:14:44 +0000 Subject: [PATCH] Bump mongoose from 8.2.2 to 8.2.3 Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.2.2 to 8.2.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.2.2...8.2.3) --- updated-dependencies: - dependency-name: mongoose 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 b380740..db58ddd 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "discord.js": "^14.14.1", - "mongoose": "^8.2.2" + "mongoose": "^8.2.3" }, "devDependencies": { "@types/node": "^20.11.30", diff --git a/yarn.lock b/yarn.lock index ec7618d..211bf8d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -761,10 +761,10 @@ mongodb@6.3.0: bson "^6.2.0" mongodb-connection-string-url "^3.0.0" -mongoose@^8.2.2: - version "8.2.2" - resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-8.2.2.tgz#8079857d906aab5b94a5f7ae7600b7401efdbfdc" - integrity sha512-6sMxe1d3k/dBjiOX4ExNTNOP0g1x0iq8eXyg+ttgIXM3HLnQ0IUyXRwVVAPFFY6O4/8uYN5dB0Ec72FrexbPpw== +mongoose@^8.2.3: + version "8.2.3" + resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-8.2.3.tgz#26c2074b0d65fa83fa2fd899d3327a2a820fd4c8" + integrity sha512-ZB8K8AgbVgLCcqjtmZMxaQBEztwEEZCtAIPMx2Q56Uo4WWKmwf5Nu/EEIFo8d/17P946X0z6xzxwIqCxUMKxrA== dependencies: bson "^6.2.0" kareem "2.5.1"