From aa745eab9e755999cdb36a60e4b65a8a81386334 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 21:21:37 +0000 Subject: [PATCH] Bump mongoose from 8.0.1 to 8.0.2 Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.0.1 to 8.0.2. - [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.0.1...8.0.2) --- 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 6e4a9a5..49b4eb8 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "discord.js": "^14.14.1", - "mongoose": "^8.0.1" + "mongoose": "^8.0.2" }, "devDependencies": { "@types/node": "^20.10.0", diff --git a/yarn.lock b/yarn.lock index d5c429a..679a07b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -288,10 +288,10 @@ mongodb@6.2.0: bson "^6.2.0" mongodb-connection-string-url "^2.6.0" -mongoose@^8.0.1: - version "8.0.1" - resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-8.0.1.tgz#27dee7cf9cf9b31c7b0536017700290f2b1a1135" - integrity sha512-O3TJrtLCt4H1eGf2HoHGcnOcCTWloQkpmIP3hA9olybX3OX2KUjdIIq135HD5paGjZEDJYKn9fw4eH5N477zqQ== +mongoose@^8.0.2: + version "8.0.2" + resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-8.0.2.tgz#badfa71992893d5692bcbe53db8708f637354c82" + integrity sha512-Vsi9GzTXjdBVzheT1HZOZ2jHNzzR9Xwb5OyLz/FvDEAhlwrRnXnuqJf0QHINUOQSm7aoyvnPks0q85HJkd6yDw== dependencies: bson "^6.2.0" kareem "2.5.1"