Merge pull request #162 from NebulousLabs/dependabot/npm_and_yarn/gatsby-plugin-sharp-2.5.6
This commit is contained in:
commit
a7a9de7fe5
|
@ -14,7 +14,7 @@
|
||||||
"gatsby-plugin-remove-serviceworker": "^1.0.0",
|
"gatsby-plugin-remove-serviceworker": "^1.0.0",
|
||||||
"gatsby-plugin-robots-txt": "^1.5.0",
|
"gatsby-plugin-robots-txt": "^1.5.0",
|
||||||
"gatsby-plugin-sass": "^2.2.1",
|
"gatsby-plugin-sass": "^2.2.1",
|
||||||
"gatsby-plugin-sharp": "^2.5.4",
|
"gatsby-plugin-sharp": "^2.5.6",
|
||||||
"gatsby-source-filesystem": "^2.2.2",
|
"gatsby-source-filesystem": "^2.2.2",
|
||||||
"gatsby-transformer-sharp": "^2.4.4",
|
"gatsby-transformer-sharp": "^2.4.4",
|
||||||
"jsonp": "^0.2.1",
|
"jsonp": "^0.2.1",
|
||||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -6194,16 +6194,16 @@ gatsby-plugin-sass@^2.2.1:
|
||||||
"@babel/runtime" "^7.8.7"
|
"@babel/runtime" "^7.8.7"
|
||||||
sass-loader "^7.3.1"
|
sass-loader "^7.3.1"
|
||||||
|
|
||||||
gatsby-plugin-sharp@^2.5.4:
|
gatsby-plugin-sharp@^2.5.6:
|
||||||
version "2.5.4"
|
version "2.5.6"
|
||||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.5.4.tgz#255d5418fa1be510f5a2bead878a1c487f351279"
|
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.5.6.tgz#78c7ae6b3d72ba760ca728de312e2c6dd0079fce"
|
||||||
integrity sha512-OVAbo9B21GF3bf0BVLpe7DPm9OpLTsk6lgk9RytzU3yqJCh6NmGTINUN+VPdhnCZNcD17j4FSfMPrquusauQyw==
|
integrity sha512-G+ARmh/OXzIq6cRgpKLIOaafuYlmoRc7AJkad6O0DfVFyY6OrW5bIx6MYVGyj72AZiB1wh1RIFmCLf3aDFvzHQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.8.7"
|
"@babel/runtime" "^7.8.7"
|
||||||
async "^2.6.3"
|
async "^2.6.3"
|
||||||
bluebird "^3.7.2"
|
bluebird "^3.7.2"
|
||||||
fs-extra "^8.1.0"
|
fs-extra "^8.1.0"
|
||||||
gatsby-core-utils "^1.1.1"
|
gatsby-core-utils "^1.1.3"
|
||||||
got "^8.3.2"
|
got "^8.3.2"
|
||||||
imagemin "^6.1.0"
|
imagemin "^6.1.0"
|
||||||
imagemin-mozjpeg "^8.0.0"
|
imagemin-mozjpeg "^8.0.0"
|
||||||
|
|
Reference in New Issue