Bump gatsby-plugin-sharp from 2.6.11 to 2.6.12
Bumps [gatsby-plugin-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sharp) from 2.6.11 to 2.6.12. - [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@2.6.12/packages/gatsby-plugin-sharp) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
f067c50648
commit
2c042a6171
|
@ -15,7 +15,7 @@
|
|||
"gatsby-plugin-remove-serviceworker": "^1.0.0",
|
||||
"gatsby-plugin-robots-txt": "^1.5.1",
|
||||
"gatsby-plugin-sass": "^2.3.4",
|
||||
"gatsby-plugin-sharp": "^2.6.11",
|
||||
"gatsby-plugin-sharp": "^2.6.12",
|
||||
"gatsby-source-filesystem": "^2.3.11",
|
||||
"gatsby-transformer-sharp": "^2.5.5",
|
||||
"http-status-codes": "^1.4.0",
|
||||
|
|
18
yarn.lock
18
yarn.lock
|
@ -7087,10 +7087,10 @@ gatsby-cli@^2.12.45:
|
|||
yargs "^15.3.1"
|
||||
yurnalist "^1.1.2"
|
||||
|
||||
gatsby-core-utils@^1.3.5:
|
||||
version "1.3.5"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.3.5.tgz#3c8f2dc940cec6570d1317f02ba028f327d1e773"
|
||||
integrity sha512-kbwJ5BeQ8OixJVuBb1AGRL6vdkFz9nFBa6gXqjQ6AAXHhYDrjOYrRMIENT1QLoabWo6tlh0Hyl1agfWaQwW8lg==
|
||||
gatsby-core-utils@^1.3.5, gatsby-core-utils@^1.3.6:
|
||||
version "1.3.6"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.3.6.tgz#5a001593276b0c1cc4a3c6c9a34da428e9374590"
|
||||
integrity sha512-ptd//w6MX1/hUGO2KBffSUKSYIVU3SFRM2cKXN3CMmCQvn8ul2OHCjpNY8MyZQuluWk8nRtvhjEGrl+KJtcOnw==
|
||||
dependencies:
|
||||
ci-info "2.0.0"
|
||||
configstore "^5.0.1"
|
||||
|
@ -7221,16 +7221,16 @@ gatsby-plugin-sass@^2.3.4:
|
|||
"@babel/runtime" "^7.10.2"
|
||||
sass-loader "^7.3.1"
|
||||
|
||||
gatsby-plugin-sharp@^2.6.11:
|
||||
version "2.6.11"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.11.tgz#5a4327306c381c6fd3ae3954ae0628fba85d6683"
|
||||
integrity sha512-OOHjhb1SJpjvxBxYjISMJU1BwzJMCYrtO77/qG2UDlftWIKhsjjxlB0x51nDkRtnbZp8JQo1GGIIJ5YD4f742w==
|
||||
gatsby-plugin-sharp@^2.6.12:
|
||||
version "2.6.12"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.12.tgz#e3a3b830e58a676dfc7e12e6f94188790aea6483"
|
||||
integrity sha512-cyFjy1KcWvDK7JyWcemMesLIOoyWQQ8Bal133oi29VtLR2A0iwhhm/k8K3AFfYaWeza34edTXsKFVxYhRtRkNw==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.10.2"
|
||||
async "^2.6.3"
|
||||
bluebird "^3.7.2"
|
||||
fs-extra "^8.1.0"
|
||||
gatsby-core-utils "^1.3.5"
|
||||
gatsby-core-utils "^1.3.6"
|
||||
got "^8.3.2"
|
||||
imagemin "^6.1.0"
|
||||
imagemin-mozjpeg "^8.0.0"
|
||||
|
|
Reference in New Issue