Update dependency gatsby to v4.9.2

This commit is contained in:
Renovate Bot 2022-03-07 19:16:23 +00:00 committed by renovate[bot]
parent 3d75db7254
commit 34f2f57bfd
2 changed files with 17 additions and 17 deletions

View file

@ -18,7 +18,7 @@
},
"dependencies": {
"axios": "0.26.0",
"gatsby": "4.9.1",
"gatsby": "4.9.2",
"gatsby-plugin-manifest": "4.9.0",
"gatsby-plugin-react-helmet": "5.9.0",
"gatsby-plugin-sass": "5.9.0",

View file

@ -5758,10 +5758,10 @@ gatsby-worker@^1.9.0:
"@babel/core" "^7.15.5"
"@babel/runtime" "^7.15.4"
gatsby@4.9.1:
version "4.9.1"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-4.9.1.tgz#4e4891c95cd3554f2baef55dd5e59418e967cebd"
integrity sha512-wKqtlHxfTL4a4xmC8Jc0XXZkLLR8YcamubBeyHnhUZiJr4RDnrXr7DIcEHHkVUybyP2aw5jAjjdPA14lrbW7zg==
gatsby@4.9.2:
version "4.9.2"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-4.9.2.tgz#2a31f8fe8b5007ecfed67b78af27af0587fee817"
integrity sha512-dYUcCLZbyRIuzaswqxSzYFSGs+o1rdJFqZb6AODnq9jsMeDjN2jRC4DieDLzrWwDJCerW3rupDrHWsNfDj68Mw==
dependencies:
"@babel/code-frame" "^7.14.0"
"@babel/core" "^7.15.5"
@ -5858,7 +5858,7 @@ gatsby@4.9.1:
joi "^17.4.2"
json-loader "^0.5.7"
latest-version "5.1.0"
lmdb "2.2.1"
lmdb "^2.2.3"
lodash "^4.17.21"
md5-file "^5.0.0"
meant "^1.0.3"
@ -7303,17 +7303,6 @@ lines-and-columns@^1.1.6:
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
lmdb@2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/lmdb/-/lmdb-2.2.1.tgz#b7fd22ed2268ab74aa71108b793678314a7b94bb"
integrity sha512-tUlIjyJvbd4mqdotI9Xe+3PZt/jqPx70VKFDrKMYu09MtBWOT3y2PbuTajX+bJFDjbgLkQC0cTx2n6dithp/zQ==
dependencies:
msgpackr "^1.5.4"
nan "^2.14.2"
node-gyp-build "^4.2.3"
ordered-binary "^1.2.4"
weak-lru-cache "^1.2.2"
lmdb@^2.0.2:
version "2.2.3"
resolved "https://registry.yarnpkg.com/lmdb/-/lmdb-2.2.3.tgz#713ffa515c31e042808abf364b4aa0feaeaf6360"
@ -7336,6 +7325,17 @@ lmdb@^2.1.7:
ordered-binary "^1.2.4"
weak-lru-cache "^1.2.2"
lmdb@^2.2.3:
version "2.2.4"
resolved "https://registry.yarnpkg.com/lmdb/-/lmdb-2.2.4.tgz#6494d5a1d1db152e0be759edcfa06893e4cbdb53"
integrity sha512-gto+BB2uEob8qRiTlOq+R3uX0YNHsX9mjxj9Sbdue/LIKqu6IlZjrsjKeGyOMquc/474GEqFyX2pdytpydp0rQ==
dependencies:
msgpackr "^1.5.4"
nan "^2.14.2"
node-gyp-build "^4.2.3"
ordered-binary "^1.2.4"
weak-lru-cache "^1.2.2"
loader-runner@^4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-4.2.0.tgz#d7022380d66d14c5fb1d496b89864ebcfd478384"