Merge pull request from ahmadk953/dependabot/npm_and_yarn/mongoose-8.3.1

Bump mongoose from 8.3.0 to 8.3.1
This commit is contained in:
Ahmad 2024-04-09 17:34:43 -04:00 committed by GitHub
commit 47f71757c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 10 deletions

View file

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

View file

@ -636,10 +636,10 @@ json-stable-stringify-without-jsonify@^1.0.1:
resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==
kareem@2.6.0:
version "2.6.0"
resolved "https://registry.yarnpkg.com/kareem/-/kareem-2.6.0.tgz#b68740c730aa4448a3414d961e6c27c36a7c7a95"
integrity sha512-B9wwgyKKKZkxYZXQzefvb/Ykh9eHixxR+ttTP2c/Pq8NvHi1iYIAImf3nj/DXkPcnenjGEffhPWXnCFRIbNAhw==
kareem@2.6.3:
version "2.6.3"
resolved "https://registry.yarnpkg.com/kareem/-/kareem-2.6.3.tgz#23168ec8ffb6c1abfd31b7169a6fb1dd285992ac"
integrity sha512-C3iHfuGUXK2u8/ipq9LfjFfXFxAZMQJJq7vLS45r3D9Y2xQ/m4S8zaR4zMLFWh9AsNPXmcFfUDhTEO8UIC/V6Q==
keyv@^4.5.4:
version "4.5.4"
@ -717,13 +717,13 @@ mongodb@6.5.0:
bson "^6.4.0"
mongodb-connection-string-url "^3.0.0"
mongoose@^8.3.0:
version "8.3.0"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-8.3.0.tgz#ecec64e3ee4dfcca9340632ecfccd3ec0c98d40d"
integrity sha512-Y5QNnuA38CEin8hnA+q//nUVztIi4Xklu9xlmbkd1KdWHnIlemSwf5IL/evcI+e2zplL4g5Y6PMkO+nPSAnIdA==
mongoose@^8.3.1:
version "8.3.1"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-8.3.1.tgz#3784aaa0e17525bdd36f34de796554d479b20dda"
integrity sha512-D78C+s7QI4+pJQhs3XbOxzrHFEti4x+BDhaH94QrdV1/cmMA7fHc50LgLSXjzA/5q89TBK8DAXyf3VwDZbQJlA==
dependencies:
bson "^6.5.0"
kareem "2.6.0"
kareem "2.6.3"
mongodb "6.5.0"
mpath "0.9.0"
mquery "5.0.0"