Merge pull request #282 from NebulousLabs/dependabot/npm_and_yarn/gatsby-plugin-sharp-2.6.19
This commit is contained in:
commit
9c05b9687a
|
@ -15,7 +15,7 @@
|
||||||
"gatsby-plugin-remove-serviceworker": "^1.0.0",
|
"gatsby-plugin-remove-serviceworker": "^1.0.0",
|
||||||
"gatsby-plugin-robots-txt": "^1.5.1",
|
"gatsby-plugin-robots-txt": "^1.5.1",
|
||||||
"gatsby-plugin-sass": "^2.3.12",
|
"gatsby-plugin-sass": "^2.3.12",
|
||||||
"gatsby-plugin-sharp": "^2.6.18",
|
"gatsby-plugin-sharp": "^2.6.19",
|
||||||
"gatsby-source-filesystem": "^2.3.19",
|
"gatsby-source-filesystem": "^2.3.19",
|
||||||
"gatsby-transformer-sharp": "^2.5.10",
|
"gatsby-transformer-sharp": "^2.5.10",
|
||||||
"http-status-codes": "^1.4.0",
|
"http-status-codes": "^1.4.0",
|
||||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -6463,16 +6463,16 @@ gatsby-plugin-sass@^2.3.12:
|
||||||
"@babel/runtime" "^7.10.3"
|
"@babel/runtime" "^7.10.3"
|
||||||
sass-loader "^7.3.1"
|
sass-loader "^7.3.1"
|
||||||
|
|
||||||
gatsby-plugin-sharp@^2.6.18:
|
gatsby-plugin-sharp@^2.6.19:
|
||||||
version "2.6.18"
|
version "2.6.19"
|
||||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.18.tgz#53000b22ee08e829822b1488141df8ae00017567"
|
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.19.tgz#027e9a55e44fafff80e1c4c4811242a2fae8d12c"
|
||||||
integrity sha512-DeSPCdwxCsBeJcPxbNtptvn0ta3y/3ABkZm00EtEOeasIjPWDqLDDXi39Q+xGOJVcxsWPs5zinQurJMTV62b8w==
|
integrity sha512-0SVP2xk8Ml+hml30+oBP/SRm/ztGV6sDOlOUoEHuv6SssxkDcKc9aSScn0qB1HsKGDYDm1gcmDmw48Bq4U78rA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.10.3"
|
"@babel/runtime" "^7.10.3"
|
||||||
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.3.11"
|
gatsby-core-utils "^1.3.12"
|
||||||
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