Bump mongoose from 6.9.1 to 6.10.0

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

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

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

View File

@ -16,7 +16,7 @@
"bcrypt": "^5.1.0",
"express": "^4.18.2",
"joi": "^17.8.1",
"mongoose": "^6.9.1",
"mongoose": "^6.10.0",
"mongoose-field-encryption": "^6.0.0",
"nodemailer": "^6.9.1",
"speakeasy": "^2.0.0"

View File

@ -2179,10 +2179,10 @@ mongodb-connection-string-url@^2.5.4:
"@types/whatwg-url" "^8.2.1"
whatwg-url "^11.0.0"
mongodb@4.13.0:
version "4.13.0"
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-4.13.0.tgz#2aa832b827e2891eb2e52e8235c201cbb4701ed2"
integrity sha512-+taZ/bV8d1pYuHL4U+gSwkhmDrwkWbH1l4aah4YpmpscMwgFBkufIKxgP/G7m87/NUuQzc2Z75ZTI7ZOyqZLbw==
mongodb@4.14.0:
version "4.14.0"
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-4.14.0.tgz#3a21ca602069b2494b7066a7709056c8cece6bf6"
integrity sha512-coGKkWXIBczZPr284tYKFLg+KbGPPLlSbdgfKAb6QqCFt5bo5VFZ50O3FFzsw4rnkqjwT6D8Qcoo9nshYKM7Mg==
dependencies:
bson "^4.7.0"
mongodb-connection-string-url "^2.5.4"
@ -2196,14 +2196,14 @@ mongoose-field-encryption@^6.0.0:
resolved "https://registry.yarnpkg.com/mongoose-field-encryption/-/mongoose-field-encryption-6.0.0.tgz#fd0dbb84773c7f4c6aa4fb83616fccdb9d9b9c2e"
integrity sha512-mcdrd/SYKZT9eMUL1gdKDRKsxBdKd/dn9xED+MojWMD7fuLpeAuRSFD80zoagc9inNOXxdZYAup1d0LFgObomw==
mongoose@^6.9.1:
version "6.9.1"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-6.9.1.tgz#4c6648806fb89b8d8aa4fc60ddc490442c971057"
integrity sha512-hOz1ZWV0w6WEVLrj89Wpk7PXDYtDDF6k7/NX79lY5iKqeFtZsceBXW8xW59YFNcW5O3cH32hQ8IbDlhgyBsDMA==
mongoose@^6.10.0:
version "6.10.0"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-6.10.0.tgz#42aa9134b665cb17d7b6e9a7ba89f89751021074"
integrity sha512-0zrKDEnmNscYyAyN94smo2LlJ63gaezKHpHM+KQ+6EiAgAnah5Kt3hQSYzOTQX/63YNdT1oJXiLlB5LqTdcjUw==
dependencies:
bson "^4.7.0"
kareem "2.5.1"
mongodb "4.13.0"
mongodb "4.14.0"
mpath "0.9.0"
mquery "4.0.3"
ms "2.1.3"