Bump mongoose from 6.8.4 to 6.9.0

Bumps [mongoose](https://github.com/Automattic/mongoose) from 6.8.4 to 6.9.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.8.4...6.9.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-01-27 04:14:11 +00:00 committed by GitHub
parent 4610ad9a06
commit 0b56b848ee
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.7.0",
"mongoose": "^6.8.4",
"mongoose": "^6.9.0",
"mongoose-field-encryption": "^5.0.2",
"nodemailer": "^6.9.0",
"speakeasy": "^2.0.0"

View File

@ -2138,10 +2138,10 @@ mongodb-connection-string-url@^2.5.4:
"@types/whatwg-url" "^8.2.1"
whatwg-url "^11.0.0"
mongodb@4.12.1:
version "4.12.1"
resolved "https://registry.npmjs.org/mongodb/-/mongodb-4.12.1.tgz"
integrity sha512-koT87tecZmxPKtxRQD8hCKfn+ockEL2xBiUvx3isQGI6mFmagWt4f4AyCE9J4sKepnLhMacoCTQQA6SLAI2L6w==
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==
dependencies:
bson "^4.7.0"
mongodb-connection-string-url "^2.5.4"
@ -2155,14 +2155,14 @@ mongoose-field-encryption@^5.0.2:
resolved "https://registry.yarnpkg.com/mongoose-field-encryption/-/mongoose-field-encryption-5.0.2.tgz#539411892a0f3b41c592bad8677de88555b702ef"
integrity sha512-2gV0AgChsKv9UD+eqh7g6J/JC2MxrnhLH+vX21fLFLEs4fnjRg6CwXaQfSs51TIlh26DJisYlG5iY1DjqFKsCQ==
mongoose@^6.8.4:
version "6.8.4"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-6.8.4.tgz#f27ec3eca6df3ebb2df1f43623f4cd88744ca9a8"
integrity sha512-19Jk2hbSAPcM4u6ErW0UPwaSO2YfP/cXfBS9YEiNgNzZfXd+jkyemqJ+t2aflaicXeU4VdTP33pZYxqjk2hUYw==
mongoose@^6.9.0:
version "6.9.0"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-6.9.0.tgz#cfc5acb2e4aa8188eb248e98a920a829ffcc273d"
integrity sha512-5tu6+trwjk5TIH6b6iYgAwmzZ0RNOxFoqXQb9h21Oi45DeM1rWM/niHxJ4ROqBISDfQMwRvLSABHTsyn3AzoFQ==
dependencies:
bson "^4.7.0"
kareem "2.5.1"
mongodb "4.12.1"
mongodb "4.13.0"
mpath "0.9.0"
mquery "4.0.3"
ms "2.1.3"