Update dependency mongoose to v6.2.1

This commit is contained in:
Renovate Bot 2022-02-07 23:46:22 +00:00
parent 406554928e
commit 3a50ba52d4
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with 5 additions and 6 deletions

View File

@ -25,7 +25,7 @@
"gatsby-plugin-sitemap": "5.6.0",
"gatsby-plugin-transition-link": "1.20.5",
"gsap": "3.9.1",
"mongoose": "6.2.0",
"mongoose": "6.2.1",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",

View File

@ -7233,10 +7233,10 @@ mongoose@*:
sift "13.5.2"
sliced "1.0.1"
mongoose@6.2.0:
version "6.2.0"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-6.2.0.tgz#07af7313779bc42701f35624c3320719afe6629f"
integrity sha512-kimHjks1FC4HkqM4FVNWxtGor6wYelHgl6eJ6GJmmJvMCI4FNGLwFceSL6hs7dHLZJnxIyGVqQjT/XTXCbjzpA==
mongoose@6.2.1:
version "6.2.1"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-6.2.1.tgz#5791f46336f785080259c007ec16ad42e606e2ee"
integrity sha512-VxY1wvlc4uBQKyKNVDoEkTU3/ayFOD//qVXYP+sFyvTRbAj9/M53UWTERd84pWogs2TqAC6DTvZbxCs2LoOd3Q==
dependencies:
bson "^4.2.2"
kareem "2.3.3"
@ -7244,7 +7244,6 @@ mongoose@6.2.0:
mpath "0.8.4"
mquery "4.0.2"
ms "2.1.2"
regexp-clone "1.0.0"
sift "13.5.2"
mpath@0.8.4: