Merge pull request #92 from ahmadk953/dependabot/npm_and_yarn/mongoose-8.3.2

Bump mongoose from 8.3.1 to 8.3.2
This commit is contained in:
Ahmad 2024-04-16 19:18:44 -04:00 committed by GitHub
commit 1ff953fa87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -13,7 +13,7 @@
}, },
"dependencies": { "dependencies": {
"discord.js": "^14.14.1", "discord.js": "^14.14.1",
"mongoose": "^8.3.1" "mongoose": "^8.3.2"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^20.12.7", "@types/node": "^20.12.7",

View file

@ -717,10 +717,10 @@ mongodb@6.5.0:
bson "^6.4.0" bson "^6.4.0"
mongodb-connection-string-url "^3.0.0" mongodb-connection-string-url "^3.0.0"
mongoose@^8.3.1: mongoose@^8.3.2:
version "8.3.1" version "8.3.2"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-8.3.1.tgz#3784aaa0e17525bdd36f34de796554d479b20dda" resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-8.3.2.tgz#88d7eceecb1284c67c0d2e64d352442bc75f0aae"
integrity sha512-D78C+s7QI4+pJQhs3XbOxzrHFEti4x+BDhaH94QrdV1/cmMA7fHc50LgLSXjzA/5q89TBK8DAXyf3VwDZbQJlA== integrity sha512-3JcpDjFI25cF/3xpu+4+9nM0lURQTNLcP86X83+LvuICdn453QQLmhSrUr2IPM/ffLiDE9KPl9slNb2s0hZPpg==
dependencies: dependencies:
bson "^6.5.0" bson "^6.5.0"
kareem "2.6.3" kareem "2.6.3"