Update dependency mongoose to v6.1.2

This commit is contained in:
Renovate Bot 2021-12-15 01:40:53 +00:00
parent 27c72e5407
commit aaa17625c5
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with 15 additions and 15 deletions

View File

@ -25,7 +25,7 @@
"gatsby-plugin-sitemap": "5.4.0",
"gatsby-plugin-transition-link": "1.20.5",
"gsap": "3.8.0",
"mongoose": "6.1.1",
"mongoose": "6.1.2",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",

View File

@ -7451,10 +7451,10 @@ mongodb-connection-string-url@^2.0.0:
"@types/whatwg-url" "^8.2.1"
whatwg-url "^9.1.0"
mongodb-connection-string-url@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/mongodb-connection-string-url/-/mongodb-connection-string-url-2.2.0.tgz#e2422bae91a953dc4ae5882e401301f5be39a227"
integrity sha512-U0cDxLUrQrl7DZA828CA+o69EuWPWEJTwdMPozyd7cy/dbtncUZczMw7wRHcwMD7oKOn0NM2tF9jdf5FFVW9CA==
mongodb-connection-string-url@^2.3.2:
version "2.3.2"
resolved "https://registry.yarnpkg.com/mongodb-connection-string-url/-/mongodb-connection-string-url-2.3.2.tgz#8499f99d9f317e9fa76c16c449451dbaabe477d7"
integrity sha512-2LkmS0ny7LamAyhEs2Q+zuFFxeGNSc2DaGHBevjqkoPt7bgh+67mg1sFU6awnMsdLKpdEt7zUy466K9x7RsYcQ==
dependencies:
"@types/whatwg-url" "^8.2.1"
whatwg-url "^11.0.0"
@ -7470,14 +7470,14 @@ mongodb@4.1.1:
optionalDependencies:
saslprep "^1.0.0"
mongodb@4.2.1:
version "4.2.1"
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-4.2.1.tgz#c167db158ab0bf6552b3f9c91b396cb4100c2f04"
integrity sha512-nDC+ulM/Ea3Q2VG5eemuGfB7T4ORwrtKegH2XW9OLlUBgQF6OTNrzFCS1Z3SJGVA+T0Sr1xBYV6DMnp0A7us0g==
mongodb@4.2.2:
version "4.2.2"
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-4.2.2.tgz#cd70568bd96003877e35358ad17a0c5de35c6dfd"
integrity sha512-zt8rCTnTKyMQppyt63qMnrLM5dbADgUk18ORPF1XbtHLIYCyc9hattaYHi0pqMvNxDpgGgUofSVzS+UQErgTug==
dependencies:
bson "^4.6.0"
denque "^2.0.1"
mongodb-connection-string-url "^2.2.0"
mongodb-connection-string-url "^2.3.2"
optionalDependencies:
saslprep "^1.0.3"
@ -7496,14 +7496,14 @@ mongoose@*:
sift "13.5.2"
sliced "1.0.1"
mongoose@6.1.1:
version "6.1.1"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-6.1.1.tgz#5a4a0031e0e1d8d8e248e5d48de027f4777938d8"
integrity sha512-9IODOeFDxW0hzvGmE2Yvy/TaFGLIXQWgE/L1D/x3lKVo8PGyokklgnvX0/Qia7lxiZvxe6+na1aA7v0gT+TN+g==
mongoose@6.1.2:
version "6.1.2"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-6.1.2.tgz#0a394e20a4dc86a245f7f26902ecb5c989ee223f"
integrity sha512-/CNxPVSPnaRNKndlhVOblFSB8kfpHWuAiJSEoVqs/pjS42actV7m/Wk0o0RbsndUvJ1WUenoXpbG8lrD9atGlQ==
dependencies:
bson "^4.2.2"
kareem "2.3.2"
mongodb "4.2.1"
mongodb "4.2.2"
mpath "0.8.4"
mquery "4.0.0"
ms "2.1.2"