Skip to content

Commit

Permalink
Update dependency mongoose to v8.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 27, 2024
1 parent 6d347a9 commit 738a757
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"discord.js": "14.16.2",
"dotenv": "16.4.5",
"mongoose": "8.6.4",
"mongoose": "8.7.0",
"topgg-autoposter": "2.0.2",
"yargs": "17.7.2"
},
Expand Down
21 changes: 6 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2190,16 +2190,7 @@ [email protected]:
mongodb-memory-server-core "10.0.1"
tslib "^2.6.3"

[email protected]:
version "6.8.0"
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-6.8.0.tgz#680450f113cdea6d2d9f7121fe57cd29111fd2ce"
integrity sha512-HGQ9NWDle5WvwMnrvUxsFYPd3JEbqD3RgABHBQRuoCEND0qzhsd0iH5ypHsf1eJ+sXmvmyKpP+FLOKY8Il7jMw==
dependencies:
"@mongodb-js/saslprep" "^1.1.5"
bson "^6.7.0"
mongodb-connection-string-url "^3.0.0"

mongodb@^6.7.0:
[email protected], mongodb@^6.7.0:
version "6.9.0"
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-6.9.0.tgz#743ebfff6b3c14b04ac6e00a55e30d4127d3016d"
integrity sha512-UMopBVx1LmEUbW/QE0Hw18u583PEDVQmUmVzzBRH0o/xtE9DBRA5ZYLOjpLIa03i8FXjzvQECJcqoMvCXftTUA==
Expand All @@ -2208,14 +2199,14 @@ mongodb@^6.7.0:
bson "^6.7.0"
mongodb-connection-string-url "^3.0.0"

mongoose@8.6.4:
version "8.6.4"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-8.6.4.tgz#41aeabf2d3e329bbbc2b6c83de75e08155cb53fc"
integrity sha512-trOj6bHS3egVlKlCbQRsnMokaHFDRyQOvwA5wfl/pJx4j4EO5BAESavLf93NOTMpuo4T90/+V8CBk+sH3Ltr3g==
mongoose@8.7.0:
version "8.7.0"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-8.7.0.tgz#0f5377a4c3099702a5a00f5dccde2a092ca1c3b0"
integrity sha512-rUCSF1mMYQXjXYdqEQLLlMD3xbcj2j1/hRn+9VnVj7ipzru/UoUZxlj/hWmteKMAh4EFnDZ+BIrmma9l/0Hi1g==
dependencies:
bson "^6.7.0"
kareem "2.6.3"
mongodb "6.8.0"
mongodb "6.9.0"
mpath "0.9.0"
mquery "5.0.0"
ms "2.1.3"
Expand Down

0 comments on commit 738a757

Please sign in to comment.