Bump mongoose from 7.6.0 to 7.6.1

Bumps [mongoose](https://github.com/Automattic/mongoose) from 7.6.0 to 7.6.1.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/7.6.0...7.6.1)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-10-09 22:30:45 +00:00 committed by GitHub
parent a46de27bc0
commit dda9a22fe0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

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

View file

@ -179,7 +179,7 @@ arg@^4.1.0:
resolved "https://registry.yarnpkg.com/arg/-/arg-4.1.3.tgz#269fc7ad5b8e42cb63c896d5666017261c144089"
integrity sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==
bson@^5.4.0, bson@^5.5.0:
bson@^5.5.0:
version "5.5.0"
resolved "https://registry.npmjs.org/bson/-/bson-5.5.0.tgz"
integrity sha512-B+QB4YmDx9RStKv8LLSl/aVIEV3nYJc3cJNNTK2Cd1TL+7P+cNpw9mAPeCgc5K+j01Dv6sxUzcITXDx7ZU3F0w==
@ -292,12 +292,12 @@ mongodb@5.9.0:
optionalDependencies:
"@mongodb-js/saslprep" "^1.1.0"
mongoose@^7.6.0:
version "7.6.0"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-7.6.0.tgz#3037b754ccdf168385e52d4bcabeb7f5c3b17a5f"
integrity sha512-ztQ12rm0BQN5i7LB6xhWX4l9a9w2aa3jEwa/mM2vAutYJRyAwOzcusvKJBULMzFHyUDBOVW15grisexypgMIWA==
mongoose@^7.6.1:
version "7.6.1"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-7.6.1.tgz#39e4d25af26d0399468d4c0ac7373c4a8a838e3e"
integrity sha512-Iflr60FL7mabBdgAtumLTwEGdZGV6IKHfF7F75En2JWpPitorwQeCFqWPcPHRnBxncKANl3gwI9nh2Yb4y3/sA==
dependencies:
bson "^5.4.0"
bson "^5.5.0"
kareem "2.5.1"
mongodb "5.9.0"
mpath "0.9.0"