Update dependency mongoose to v6.1.8

This commit is contained in:
Renovate Bot 2022-01-24 19:58:02 +00:00
parent fd246b2545
commit b50775f7a1
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with 13 additions and 7 deletions

View File

@ -25,7 +25,7 @@
"gatsby-plugin-sitemap": "5.5.0",
"gatsby-plugin-transition-link": "1.20.5",
"gsap": "3.9.1",
"mongoose": "6.1.7",
"mongoose": "6.1.8",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",

View File

@ -7214,21 +7214,20 @@ mongoose@*:
sift "13.5.2"
sliced "1.0.1"
mongoose@6.1.7:
version "6.1.7"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-6.1.7.tgz#fc1dfb792e0d2df52aa86064eb1a620d57b1926e"
integrity sha512-GqU/G/5yu/CWBHdW24cfGPsW4rADER+eeXj+bwvb6mLjg6uAASl8GnE6pmEbafZJ4Uv9V7jf5LaBMJMNwvQEtg==
mongoose@6.1.8:
version "6.1.8"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-6.1.8.tgz#8565c7610ceb81a9b0416ceb4bf0b709c8b83f6a"
integrity sha512-/voqwU2dtet3zAR73r8jdPhqluU1VzIAnk7ecXPJBgyXKREnwQrz40lfW7fLpaqhmMhsAbA+JQ7ICUn2vAVFLw==
dependencies:
"@types/node" "< 17.0.6"
bson "^4.2.2"
kareem "2.3.3"
mongodb "4.2.2"
mpath "0.8.4"
mquery "4.0.0"
mquery "4.0.2"
ms "2.1.2"
regexp-clone "1.0.0"
sift "13.5.2"
sliced "1.0.1"
mpath@0.8.4:
version "0.8.4"
@ -7244,6 +7243,13 @@ mquery@4.0.0:
regexp-clone "^1.0.0"
sliced "1.0.1"
mquery@4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/mquery/-/mquery-4.0.2.tgz#a13add5ecd7c2e5a67e0f814b3c7acdfb6772804"
integrity sha512-oAVF0Nil1mT3rxty6Zln4YiD6x6QsUWYz927jZzjMxOK2aqmhEz5JQ7xmrKK7xRFA2dwV+YaOpKU/S+vfNqKxA==
dependencies:
debug "4.x"
ms@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"