Merge pull request #129 from NebulousLabs/dependabot/npm_and_yarn/gatsby-plugin-sharp-2.5.3
This commit is contained in:
commit
d5ea86b502
|
@ -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.0",
|
"gatsby-plugin-sass": "^2.2.0",
|
||||||
"gatsby-plugin-sharp": "^2.4.13",
|
"gatsby-plugin-sharp": "^2.5.3",
|
||||||
"gatsby-source-filesystem": "^2.2.1",
|
"gatsby-source-filesystem": "^2.2.1",
|
||||||
"gatsby-transformer-sharp": "^2.4.3",
|
"gatsby-transformer-sharp": "^2.4.3",
|
||||||
"jsonp": "^0.2.1",
|
"jsonp": "^0.2.1",
|
||||||
|
|
20
yarn.lock
20
yarn.lock
|
@ -5564,10 +5564,10 @@ gatsby-cli@^2.11.0:
|
||||||
ink "^2.7.1"
|
ink "^2.7.1"
|
||||||
ink-spinner "^3.0.1"
|
ink-spinner "^3.0.1"
|
||||||
|
|
||||||
gatsby-core-utils@^1.0.34, gatsby-core-utils@^1.1.0:
|
gatsby-core-utils@^1.0.34, gatsby-core-utils@^1.1.0, gatsby-core-utils@^1.1.1:
|
||||||
version "1.1.0"
|
version "1.1.1"
|
||||||
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.1.0.tgz#bbc62ed9ec3f4d379215b346d1837423d3a32f2e"
|
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.1.1.tgz#3ebe4c6fe277ef8d91e1b708bd65ef4f7dc0928b"
|
||||||
integrity sha512-rgSwkqOjc/Sclug1rRmIcZvinVE/XZmZYQVfkh+WqGsPXV6vrGp0wkRjHDZ259/LS2cOWv9AToSqBczdlpsiiw==
|
integrity sha512-EboPcBx37YQVUKN9JH753S54nDxjRmOefbR0i08KTmaVgQ1lZnDXJr8JfrImmMqupZlOkPQX1mWlXfp+r1jGhA==
|
||||||
dependencies:
|
dependencies:
|
||||||
ci-info "2.0.0"
|
ci-info "2.0.0"
|
||||||
configstore "^5.0.1"
|
configstore "^5.0.1"
|
||||||
|
@ -5668,16 +5668,16 @@ gatsby-plugin-sass@^2.2.0:
|
||||||
"@babel/runtime" "^7.8.7"
|
"@babel/runtime" "^7.8.7"
|
||||||
sass-loader "^7.3.1"
|
sass-loader "^7.3.1"
|
||||||
|
|
||||||
gatsby-plugin-sharp@^2.4.13:
|
gatsby-plugin-sharp@^2.5.3:
|
||||||
version "2.4.13"
|
version "2.5.3"
|
||||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.4.13.tgz#da47cfd8a0d80fc35b7bb072d8a84f6f4f29116d"
|
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.5.3.tgz#7644ab20228f13af5b9fdebc5c1bb22662dfc7c3"
|
||||||
integrity sha512-ogRe5CxBIBZ0R76t7F3F1ji00BO7qnTO4vZkREaSxDBwgY6SOGKT8uie497Ej6usfarc9XQ/jMnXBu5EkrT4tA==
|
integrity sha512-/qx0QJNXsmHudEGlRm6oqkq+X228hGBJ6KjCJpJK5bUwWdhcZRJNar337g/2BXPchaxk1emJTUK9y+qSvVpPvw==
|
||||||
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.0.34"
|
gatsby-core-utils "^1.1.1"
|
||||||
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"
|
||||||
|
@ -5689,7 +5689,7 @@ gatsby-plugin-sharp@^2.4.13:
|
||||||
probe-image-size "^4.1.1"
|
probe-image-size "^4.1.1"
|
||||||
progress "^2.0.3"
|
progress "^2.0.3"
|
||||||
semver "^5.7.1"
|
semver "^5.7.1"
|
||||||
sharp "^0.23.4"
|
sharp "^0.25.1"
|
||||||
svgo "1.3.2"
|
svgo "1.3.2"
|
||||||
uuid "^3.4.0"
|
uuid "^3.4.0"
|
||||||
|
|
||||||
|
|
Reference in New Issue