Merge pull request #19 from ahmadk953/dependabot/npm_and_yarn/mongoose-7.6.2

Bump mongoose from 7.6.1 to 7.6.2
This commit is contained in:
Ahmad 2023-10-13 23:17:14 -04:00 committed by GitHub
commit 20b22062a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -12,7 +12,7 @@
}, },
"dependencies": { "dependencies": {
"discord.js": "^14.13.0", "discord.js": "^14.13.0",
"mongoose": "^7.6.1" "mongoose": "^7.6.2"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^20.8.5", "@types/node": "^20.8.5",

View file

@ -292,10 +292,10 @@ mongodb@5.9.0:
optionalDependencies: optionalDependencies:
"@mongodb-js/saslprep" "^1.1.0" "@mongodb-js/saslprep" "^1.1.0"
mongoose@^7.6.1: mongoose@^7.6.2:
version "7.6.1" version "7.6.2"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-7.6.1.tgz#39e4d25af26d0399468d4c0ac7373c4a8a838e3e" resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-7.6.2.tgz#c55c8c41352a6e5223bd7b60aa2715331e1d2b65"
integrity sha512-Iflr60FL7mabBdgAtumLTwEGdZGV6IKHfF7F75En2JWpPitorwQeCFqWPcPHRnBxncKANl3gwI9nh2Yb4y3/sA== integrity sha512-OVx6RWbfNOzBbfTvXoOkgZmaizdXDU/B/KbBjietXQoInSg/OSULjOavXJzL51XWFkbefqkOvbeE07DfvW6FkQ==
dependencies: dependencies:
bson "^5.5.0" bson "^5.5.0"
kareem "2.5.1" kareem "2.5.1"