Bump mongoose from 7.6.2 to 7.6.3

Bumps [mongoose](https://github.com/Automattic/mongoose) from 7.6.2 to 7.6.3.
- [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.2...7.6.3)

---
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-17 22:05:08 +00:00 committed by GitHub
parent eb04655480
commit 217d0d16f8
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": {
"discord.js": "^14.13.0",
"mongoose": "^7.6.2"
"mongoose": "^7.6.3"
},
"devDependencies": {
"@types/node": "^20.8.6",

View file

@ -292,10 +292,10 @@ mongodb@5.9.0:
optionalDependencies:
"@mongodb-js/saslprep" "^1.1.0"
mongoose@^7.6.2:
version "7.6.2"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-7.6.2.tgz#c55c8c41352a6e5223bd7b60aa2715331e1d2b65"
integrity sha512-OVx6RWbfNOzBbfTvXoOkgZmaizdXDU/B/KbBjietXQoInSg/OSULjOavXJzL51XWFkbefqkOvbeE07DfvW6FkQ==
mongoose@^7.6.3:
version "7.6.3"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-7.6.3.tgz#b06507dd164ad4426013eeb266d54aa1e5178092"
integrity sha512-moYP2qWCOdWRDeBxqB/zYwQmQnTBsF5DoolX5uPyI218BkiA1ujGY27P0NTd4oWIX+LLkZPw0LDzlc/7oh1plg==
dependencies:
bson "^5.5.0"
kareem "2.5.1"