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"