Bump gatsby-plugin-sharp from 2.6.2 to 2.6.3
Bumps [gatsby-plugin-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sharp) from 2.6.2 to 2.6.3. - [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.3/packages/gatsby-plugin-sharp) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
ac767bdf6b
commit
789cad6c3d
|
@ -14,7 +14,7 @@
|
|||
"gatsby-plugin-remove-serviceworker": "^1.0.0",
|
||||
"gatsby-plugin-robots-txt": "^1.5.0",
|
||||
"gatsby-plugin-sass": "^2.2.3",
|
||||
"gatsby-plugin-sharp": "^2.5.6",
|
||||
"gatsby-plugin-sharp": "^2.6.3",
|
||||
"gatsby-source-filesystem": "^2.2.4",
|
||||
"gatsby-transformer-sharp": "^2.4.6",
|
||||
"jsonp": "^0.2.1",
|
||||
|
|
22
yarn.lock
22
yarn.lock
|
@ -6063,10 +6063,10 @@ gatsby-cli@^2.12.13:
|
|||
ink "^2.7.1"
|
||||
ink-spinner "^3.0.1"
|
||||
|
||||
gatsby-core-utils@^1.2.1:
|
||||
version "1.2.1"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.2.1.tgz#9d5e89d0cf7b9e5d7d77a9dcb47071684f68ffd5"
|
||||
integrity sha512-uyXgjvKdzfJ0yB8oTYmBjMUqM0AACx7aA8Ioubn6k/51C4tE5+LzrG/iG42di2UaTIbcBj6vcwrvRosNKWeeBQ==
|
||||
gatsby-core-utils@^1.2.1, gatsby-core-utils@^1.2.2:
|
||||
version "1.2.2"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.2.2.tgz#19ad6e3917e4748333d952a04ec30ade02fe81fd"
|
||||
integrity sha512-EdVUq0K7C9t32V7wndldUmUGzZp8EwU8gNMc1dtI1whyDUaUuZa6zlkbkpJwbwhPhRHdao5zhvHJXydhgzTEog==
|
||||
dependencies:
|
||||
ci-info "2.0.0"
|
||||
configstore "^5.0.1"
|
||||
|
@ -6167,23 +6167,23 @@ gatsby-plugin-sass@^2.2.3:
|
|||
"@babel/runtime" "^7.9.6"
|
||||
sass-loader "^7.3.1"
|
||||
|
||||
gatsby-plugin-sharp@^2.5.6:
|
||||
version "2.6.2"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.2.tgz#be52a09b98c5191d8e40e93e00ceef42b39ef162"
|
||||
integrity sha512-PjUjcZxr6pQpEFbv2KU1UkmDo5Amc4deU8Ih88EXoVU/4ZwreRKKC7pjKIeSm4V+E8RbRWAxLBQPxo0Qu81t0Q==
|
||||
gatsby-plugin-sharp@^2.6.3:
|
||||
version "2.6.3"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.3.tgz#c152d051f23372270f731f1de5df92f8eb15f8ee"
|
||||
integrity sha512-9ZcQpDSEUpWtfbGvmjRXNZsPxg6/8cK/NwHnAXcdRy3vpsrHM7WGJH6W0NdT+GuZLFDRApm3TgAfUhVuwkdzmw==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.9.6"
|
||||
async "^2.6.3"
|
||||
bluebird "^3.7.2"
|
||||
fs-extra "^8.1.0"
|
||||
gatsby-core-utils "^1.2.1"
|
||||
gatsby-core-utils "^1.2.2"
|
||||
got "^8.3.2"
|
||||
imagemin "^6.1.0"
|
||||
imagemin-mozjpeg "^8.0.0"
|
||||
imagemin-pngquant "^6.0.1"
|
||||
imagemin-webp "^5.1.0"
|
||||
lodash "^4.17.15"
|
||||
mini-svg-data-uri "^1.1.3"
|
||||
mini-svg-data-uri "^1.2.3"
|
||||
potrace "^2.1.6"
|
||||
probe-image-size "^4.1.1"
|
||||
progress "^2.0.3"
|
||||
|
@ -9336,7 +9336,7 @@ mini-css-extract-plugin@^0.8.2:
|
|||
schema-utils "^1.0.0"
|
||||
webpack-sources "^1.1.0"
|
||||
|
||||
mini-svg-data-uri@^1.1.3:
|
||||
mini-svg-data-uri@^1.2.3:
|
||||
version "1.2.3"
|
||||
resolved "https://registry.yarnpkg.com/mini-svg-data-uri/-/mini-svg-data-uri-1.2.3.tgz#e16baa92ad55ddaa1c2c135759129f41910bc39f"
|
||||
integrity sha512-zd6KCAyXgmq6FV1mR10oKXYtvmA9vRoB6xPSTUJTbFApCtkefDnYueVR1gkof3KcdLZo1Y8mjF2DFmQMIxsHNQ==
|
||||
|
|
Reference in New Issue