Skip to content

Commit eab2f3f

Browse files
committed
Update dependency mongoose to v7.6.1
1 parent c138cc4 commit eab2f3f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"dependencies": {
3535
"discord.js": "14.13.0",
3636
"dotenv": "16.3.1",
37-
"mongoose": "7.6.0",
37+
"mongoose": "7.6.1",
3838
"topgg-autoposter": "2.0.1",
3939
"yargs": "17.7.2"
4040
},

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -1788,7 +1788,7 @@ bson@^4.7.2:
17881788
dependencies:
17891789
buffer "^5.6.0"
17901790

1791-
bson@^5.4.0, bson@^5.5.0:
1791+
bson@^5.5.0:
17921792
version "5.5.0"
17931793
resolved "https://registry.yarnpkg.com/bson/-/bson-5.5.0.tgz#a419cc69f368d2def3b8b22ea03ed1c9be40e53f"
17941794
integrity sha512-B+QB4YmDx9RStKv8LLSl/aVIEV3nYJc3cJNNTK2Cd1TL+7P+cNpw9mAPeCgc5K+j01Dv6sxUzcITXDx7ZU3F0w==
@@ -3106,12 +3106,12 @@ mongodb@^4.16.0:
31063106
"@aws-sdk/credential-providers" "^3.186.0"
31073107
"@mongodb-js/saslprep" "^1.1.0"
31083108

3109-
3110-
version "7.6.0"
3111-
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-7.6.0.tgz#3037b754ccdf168385e52d4bcabeb7f5c3b17a5f"
3112-
integrity sha512-ztQ12rm0BQN5i7LB6xhWX4l9a9w2aa3jEwa/mM2vAutYJRyAwOzcusvKJBULMzFHyUDBOVW15grisexypgMIWA==
3109+
3110+
version "7.6.1"
3111+
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-7.6.1.tgz#39e4d25af26d0399468d4c0ac7373c4a8a838e3e"
3112+
integrity sha512-Iflr60FL7mabBdgAtumLTwEGdZGV6IKHfF7F75En2JWpPitorwQeCFqWPcPHRnBxncKANl3gwI9nh2Yb4y3/sA==
31133113
dependencies:
3114-
bson "^5.4.0"
3114+
bson "^5.5.0"
31153115
kareem "2.5.1"
31163116
mongodb "5.9.0"
31173117
mpath "0.9.0"

0 commit comments

Comments
 (0)