Merge pull request #860 from SkynetLabs/dependabot/npm_and_yarn/packages/website/gatsby-plugin-sharp-3.7.1
Bump gatsby-plugin-sharp from 3.6.0 to 3.7.1 in /packages/website
This commit is contained in:
commit
d9a850f49e
|
@ -29,7 +29,7 @@
|
|||
"gatsby-plugin-purgecss": "^6.0.2",
|
||||
"gatsby-plugin-react-helmet": "^4.6.0",
|
||||
"gatsby-plugin-robots-txt": "^1.6.2",
|
||||
"gatsby-plugin-sharp": "^3.6.0",
|
||||
"gatsby-plugin-sharp": "^3.7.1",
|
||||
"gatsby-plugin-svgr": "^3.0.0-beta.0",
|
||||
"gatsby-remark-classes": "^1.0.0",
|
||||
"gatsby-remark-copy-linked-files": "^4.3.0",
|
||||
|
@ -12079,17 +12079,17 @@
|
|||
}
|
||||
},
|
||||
"node_modules/gatsby-plugin-sharp": {
|
||||
"version": "3.6.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-3.6.0.tgz",
|
||||
"integrity": "sha512-bOFnPv67yqdRuybgW+n78eEO4he1tVuodzhqNjmGgt9IN8Rd41hYQAe3inOdbA0YNdbG6uXtlBk0KU4RRZNXfg==",
|
||||
"version": "3.7.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-3.7.1.tgz",
|
||||
"integrity": "sha512-rwtXrGIZ/Tsf8JgxHcEa82lTYMMZL4KUgbEgQ/OMXuMWcvyTeh4pJAwTNk/rxOS8yyVlCY1TiWO0/I65W4osJA==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"@babel/runtime": "^7.14.0",
|
||||
"async": "^3.2.0",
|
||||
"bluebird": "^3.7.2",
|
||||
"filenamify": "^4.2.0",
|
||||
"fs-extra": "^9.1.0",
|
||||
"gatsby-core-utils": "^2.6.0",
|
||||
"gatsby-telemetry": "^2.6.0",
|
||||
"gatsby-core-utils": "^2.7.1",
|
||||
"gatsby-telemetry": "^2.7.1",
|
||||
"got": "^10.7.0",
|
||||
"imagemin": "^7.0.1",
|
||||
"imagemin-mozjpeg": "^9.0.0",
|
||||
|
@ -37724,17 +37724,17 @@
|
|||
}
|
||||
},
|
||||
"gatsby-plugin-sharp": {
|
||||
"version": "3.6.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-3.6.0.tgz",
|
||||
"integrity": "sha512-bOFnPv67yqdRuybgW+n78eEO4he1tVuodzhqNjmGgt9IN8Rd41hYQAe3inOdbA0YNdbG6uXtlBk0KU4RRZNXfg==",
|
||||
"version": "3.7.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-3.7.1.tgz",
|
||||
"integrity": "sha512-rwtXrGIZ/Tsf8JgxHcEa82lTYMMZL4KUgbEgQ/OMXuMWcvyTeh4pJAwTNk/rxOS8yyVlCY1TiWO0/I65W4osJA==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"@babel/runtime": "^7.14.0",
|
||||
"async": "^3.2.0",
|
||||
"bluebird": "^3.7.2",
|
||||
"filenamify": "^4.2.0",
|
||||
"fs-extra": "^9.1.0",
|
||||
"gatsby-core-utils": "^2.6.0",
|
||||
"gatsby-telemetry": "^2.6.0",
|
||||
"gatsby-core-utils": "^2.7.1",
|
||||
"gatsby-telemetry": "^2.7.1",
|
||||
"got": "^10.7.0",
|
||||
"imagemin": "^7.0.1",
|
||||
"imagemin-mozjpeg": "^9.0.0",
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
"gatsby-plugin-purgecss": "^6.0.2",
|
||||
"gatsby-plugin-react-helmet": "^4.6.0",
|
||||
"gatsby-plugin-robots-txt": "^1.6.2",
|
||||
"gatsby-plugin-sharp": "^3.6.0",
|
||||
"gatsby-plugin-sharp": "^3.7.1",
|
||||
"gatsby-plugin-svgr": "^3.0.0-beta.0",
|
||||
"gatsby-remark-classes": "^1.0.0",
|
||||
"gatsby-remark-copy-linked-files": "^4.3.0",
|
||||
|
|
Reference in New Issue