Merge pull request #67 from NebulousLabs/dependabot/npm_and_yarn/gatsby-plugin-sharp-2.4.7
This commit is contained in:
commit
a48307aa87
|
@ -12,7 +12,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.1.30",
|
"gatsby-plugin-sass": "^2.1.30",
|
||||||
"gatsby-plugin-sharp": "^2.4.5",
|
"gatsby-plugin-sharp": "^2.4.7",
|
||||||
"gatsby-source-filesystem": "^2.1.48",
|
"gatsby-source-filesystem": "^2.1.48",
|
||||||
"gatsby-transformer-sharp": "^2.3.17",
|
"gatsby-transformer-sharp": "^2.3.17",
|
||||||
"jsonp": "^0.2.1",
|
"jsonp": "^0.2.1",
|
||||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -5575,16 +5575,16 @@ gatsby-plugin-sass@^2.1.30:
|
||||||
"@babel/runtime" "^7.7.6"
|
"@babel/runtime" "^7.7.6"
|
||||||
sass-loader "^7.3.1"
|
sass-loader "^7.3.1"
|
||||||
|
|
||||||
gatsby-plugin-sharp@^2.4.5:
|
gatsby-plugin-sharp@^2.4.7:
|
||||||
version "2.4.5"
|
version "2.4.7"
|
||||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.4.5.tgz#9c05a426f43546c61936b773b1844d920eac1252"
|
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.4.7.tgz#68c8aadd70aabbebda75bef5c4f89956ed21ab64"
|
||||||
integrity sha512-O2FZcUd78aKNR7Hbommrbc5igW32U2MnenA/Oc55sklFUF+I1fu4N6zMoHfh7sVtWCqZEbQiNO310Zl8jstD5g==
|
integrity sha512-xXXr4bPRpssSYwE1y5BMDgO/OEt40nZjQxdSZ12gTrLiFRjGr0H71K65Y+YxJBZCof0OHU04Y0wxEUe7VdNrHA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.7.6"
|
"@babel/runtime" "^7.7.6"
|
||||||
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.0.28"
|
gatsby-core-utils "^1.0.30"
|
||||||
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