Bump gatsby-plugin-sharp from 3.8.0 to 3.9.0 in /packages/website
Bumps [gatsby-plugin-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sharp) from 3.8.0 to 3.9.0. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-sharp/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@3.9.0/packages/gatsby-plugin-sharp) --- updated-dependencies: - dependency-name: gatsby-plugin-sharp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
8183130806
commit
d274e5e364
|
@ -29,7 +29,7 @@
|
|||
"gatsby-plugin-purgecss": "^6.0.2",
|
||||
"gatsby-plugin-react-helmet": "^4.9.0",
|
||||
"gatsby-plugin-robots-txt": "^1.6.8",
|
||||
"gatsby-plugin-sharp": "^3.8.0",
|
||||
"gatsby-plugin-sharp": "^3.9.0",
|
||||
"gatsby-plugin-svgr": "^3.0.0-beta.0",
|
||||
"gatsby-remark-classes": "^1.0.0",
|
||||
"gatsby-remark-copy-linked-files": "^4.6.0",
|
||||
|
@ -12134,17 +12134,18 @@
|
|||
}
|
||||
},
|
||||
"node_modules/gatsby-plugin-sharp": {
|
||||
"version": "3.8.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-3.8.0.tgz",
|
||||
"integrity": "sha512-SZ++IKq16np583FJqhez322Qz6FlHq6LdkChlR1m4jP1tiuEnsMMOh8R3RAt1qaaozQQeykMTRPUUgHPF4sSwg==",
|
||||
"version": "3.9.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-3.9.0.tgz",
|
||||
"integrity": "sha512-DHaX390FyPVCVzVy+ALrzbMf7hjMHsIhaQu98bzsodOJ+0bispyh/Qohxq+i8Qeexy8+sy2mRrlDR3ahM5Yb6w==",
|
||||
"dependencies": {
|
||||
"@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.8.0",
|
||||
"gatsby-telemetry": "^2.8.0",
|
||||
"gatsby-core-utils": "^2.9.0",
|
||||
"gatsby-plugin-utils": "^1.9.0",
|
||||
"gatsby-telemetry": "^2.9.0",
|
||||
"got": "^10.7.0",
|
||||
"imagemin": "^7.0.1",
|
||||
"imagemin-mozjpeg": "^9.0.0",
|
||||
|
@ -37594,17 +37595,18 @@
|
|||
}
|
||||
},
|
||||
"gatsby-plugin-sharp": {
|
||||
"version": "3.8.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-3.8.0.tgz",
|
||||
"integrity": "sha512-SZ++IKq16np583FJqhez322Qz6FlHq6LdkChlR1m4jP1tiuEnsMMOh8R3RAt1qaaozQQeykMTRPUUgHPF4sSwg==",
|
||||
"version": "3.9.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-3.9.0.tgz",
|
||||
"integrity": "sha512-DHaX390FyPVCVzVy+ALrzbMf7hjMHsIhaQu98bzsodOJ+0bispyh/Qohxq+i8Qeexy8+sy2mRrlDR3ahM5Yb6w==",
|
||||
"requires": {
|
||||
"@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.8.0",
|
||||
"gatsby-telemetry": "^2.8.0",
|
||||
"gatsby-core-utils": "^2.9.0",
|
||||
"gatsby-plugin-utils": "^1.9.0",
|
||||
"gatsby-telemetry": "^2.9.0",
|
||||
"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.9.0",
|
||||
"gatsby-plugin-robots-txt": "^1.6.8",
|
||||
"gatsby-plugin-sharp": "^3.8.0",
|
||||
"gatsby-plugin-sharp": "^3.9.0",
|
||||
"gatsby-plugin-svgr": "^3.0.0-beta.0",
|
||||
"gatsby-remark-classes": "^1.0.0",
|
||||
"gatsby-remark-copy-linked-files": "^4.6.0",
|
||||
|
|
Reference in New Issue