Merge pull request #1037 from SkynetLabs/dependabot/npm_and_yarn/packages/website/gatsby-plugin-sharp-3.11.0
Bump gatsby-plugin-sharp from 3.10.2 to 3.11.0 in /packages/website
This commit is contained in:
commit
1d1a65a5d6
|
@ -26,7 +26,7 @@
|
|||
"gatsby-plugin-purgecss": "^6.0.2",
|
||||
"gatsby-plugin-react-helmet": "^4.11.0",
|
||||
"gatsby-plugin-robots-txt": "^1.6.8",
|
||||
"gatsby-plugin-sharp": "^3.10.2",
|
||||
"gatsby-plugin-sharp": "^3.11.0",
|
||||
"gatsby-plugin-svgr": "^3.0.0-beta.0",
|
||||
"gatsby-remark-classes": "^1.0.0",
|
||||
"gatsby-remark-copy-linked-files": "^4.8.0",
|
||||
|
|
|
@ -6685,19 +6685,19 @@ gatsby-plugin-robots-txt@^1.6.8:
|
|||
"@babel/runtime" "^7.14.0"
|
||||
generate-robotstxt "^8.0.3"
|
||||
|
||||
gatsby-plugin-sharp@^3.10.2:
|
||||
version "3.10.2"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-3.10.2.tgz#0354d5dea20cd21ac607f0a022cde167bac97c21"
|
||||
integrity sha512-aaoxfsYgfS2LqGLxLHit9fRAH8mbpltyEni+l9SYMUwjfZAJHFnY0tqstsIYijMZyeatAzm3UWt7lQnEUEtGTg==
|
||||
gatsby-plugin-sharp@^3.11.0:
|
||||
version "3.11.0"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-3.11.0.tgz#59d7798dcc7412d1749d40eee399b9b1e787b83b"
|
||||
integrity sha512-r1c0Mgt32Mf1nhJ1XyIFBDpYbFZMTtkMgalUmkUn+gHVG+JOoFOpa1HR0Wk5/hIRpFMcEs9JInV1nfe/p9EteQ==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.14.6"
|
||||
async "^3.2.0"
|
||||
bluebird "^3.7.2"
|
||||
filenamify "^4.2.0"
|
||||
fs-extra "^9.1.0"
|
||||
gatsby-core-utils "^2.10.0"
|
||||
gatsby-plugin-utils "^1.10.0"
|
||||
gatsby-telemetry "^2.10.0"
|
||||
gatsby-core-utils "^2.11.0"
|
||||
gatsby-plugin-utils "^1.11.0"
|
||||
gatsby-telemetry "^2.11.0"
|
||||
got "^10.7.0"
|
||||
imagemin "^7.0.1"
|
||||
imagemin-mozjpeg "^9.0.0"
|
||||
|
|
Reference in New Issue