Merge pull request #205 from NebulousLabs/dependabot/npm_and_yarn/gatsby-plugin-sharp-2.6.3
This commit is contained in:
commit
ed33fc80ce
|
@ -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",
|
||||
|
|
14
yarn.lock
14
yarn.lock
|
@ -6139,23 +6139,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"
|
||||
|
@ -9217,7 +9217,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