chore(deps): bump mongoose from 6.9.0 to 6.11.2 (#601)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-06-29 20:26:18 +09:00 committed by GitHub
parent b6b44fdb69
commit c4652cf1cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 13 deletions

View File

@ -35,7 +35,7 @@
"josa": "3.0.1", "josa": "3.0.1",
"jsonwebtoken": "^9.0.0", "jsonwebtoken": "^9.0.0",
"knex": "^2.4.0", "knex": "^2.4.0",
"mongoose": "6.9.0", "mongoose": "6.11.2",
"mysql": "2.18.1", "mysql": "2.18.1",
"next": "^12.3.2", "next": "^12.3.2",
"next-connect": "0.10.1", "next-connect": "0.10.1",

View File

@ -3727,7 +3727,7 @@ bser@2.1.1:
dependencies: dependencies:
node-int64 "^0.4.0" node-int64 "^0.4.0"
bson@^4.7.0: bson@^4.7.2:
version "4.7.2" version "4.7.2"
resolved "https://registry.yarnpkg.com/bson/-/bson-4.7.2.tgz#320f4ad0eaf5312dd9b45dc369cc48945e2a5f2e" resolved "https://registry.yarnpkg.com/bson/-/bson-4.7.2.tgz#320f4ad0eaf5312dd9b45dc369cc48945e2a5f2e"
integrity sha512-Ry9wCtIZ5kGqkJoi6aD8KjxFZEx78guTQDnpXWiNthsxzrxAK/i8E6pCHAIZTbaEFWcOCvbecMukfK7XUvyLpQ== integrity sha512-Ry9wCtIZ5kGqkJoi6aD8KjxFZEx78guTQDnpXWiNthsxzrxAK/i8E6pCHAIZTbaEFWcOCvbecMukfK7XUvyLpQ==
@ -7065,26 +7065,26 @@ mongodb-connection-string-url@^2.5.4:
"@types/whatwg-url" "^8.2.1" "@types/whatwg-url" "^8.2.1"
whatwg-url "^11.0.0" whatwg-url "^11.0.0"
mongodb@4.13.0: mongodb@4.16.0:
version "4.13.0" version "4.16.0"
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-4.13.0.tgz#2aa832b827e2891eb2e52e8235c201cbb4701ed2" resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-4.16.0.tgz#8b0043de7b577c6a7e0ce44a2ca7315b9c0a7927"
integrity sha512-+taZ/bV8d1pYuHL4U+gSwkhmDrwkWbH1l4aah4YpmpscMwgFBkufIKxgP/G7m87/NUuQzc2Z75ZTI7ZOyqZLbw== integrity sha512-0EB113Fsucaq1wsY0dOhi1fmZOwFtLOtteQkiqOXGklvWMnSH3g2QS53f0KTP+/6qOkuoXE2JksubSZNmxeI+g==
dependencies: dependencies:
bson "^4.7.0" bson "^4.7.2"
mongodb-connection-string-url "^2.5.4" mongodb-connection-string-url "^2.5.4"
socks "^2.7.1" socks "^2.7.1"
optionalDependencies: optionalDependencies:
"@aws-sdk/credential-providers" "^3.186.0" "@aws-sdk/credential-providers" "^3.186.0"
saslprep "^1.0.3" saslprep "^1.0.3"
mongoose@6.9.0: mongoose@6.11.2:
version "6.9.0" version "6.11.2"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-6.9.0.tgz#cfc5acb2e4aa8188eb248e98a920a829ffcc273d" resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-6.11.2.tgz#29b4933de3bcbbd5ebd5e3d979791d827f9d527e"
integrity sha512-5tu6+trwjk5TIH6b6iYgAwmzZ0RNOxFoqXQb9h21Oi45DeM1rWM/niHxJ4ROqBISDfQMwRvLSABHTsyn3AzoFQ== integrity sha512-BJHQerozE+qIVdH8Hn9niMVMUzRNcjmwU7hFEzER1+aYtGmVJgGsXBd9wJ9GnrHrbCsYmKlRy8aTuxEdlEtfow==
dependencies: dependencies:
bson "^4.7.0" bson "^4.7.2"
kareem "2.5.1" kareem "2.5.1"
mongodb "4.13.0" mongodb "4.16.0"
mpath "0.9.0" mpath "0.9.0"
mquery "4.0.3" mquery "4.0.3"
ms "2.1.3" ms "2.1.3"