Skip to content

Commit

Permalink
Bump gatsby-plugin-sharp from 3.0.1 to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and mergify[bot] committed Mar 17, 2021
1 parent 026e825 commit f09a692
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"gatsby-plugin-graphql-codegen": "^2.5.0",
"gatsby-plugin-react-helmet": "^4.1.0",
"gatsby-plugin-sass": "^4.0.2",
"gatsby-plugin-sharp": "^3.0.1",
"gatsby-plugin-sharp": "^3.1.0",
"gatsby-plugin-typescript": "^3.0.0",
"gatsby-remark-autolink-headers": "^3.1.0",
"gatsby-remark-images": "^4.0.0",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7578,23 +7578,23 @@ gatsby-plugin-sass@^4.0.2:
resolve-url-loader "^3.1.2"
sass-loader "^10.1.1"

gatsby-plugin-sharp@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-3.0.1.tgz#994a2a2a0305bd7d3e4aa698e30532c0b7cfba96"
integrity sha512-HL519LIhTmTySUPFO2IuwIHBlgo/0N7gJng2gu2XwD/DJ3ENgw5+SXmiVTwvERx7Pr5YVPECgYuszWdlYgJmgw==
gatsby-plugin-sharp@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-3.1.0.tgz#64472f5b0904ce04fe8da1a01ae9d72b099239c6"
integrity sha512-u9gVDjclnxKuC86r4ghX6ne94ndnYpHULezPkzWoVepJVV7p1khVYeRnvfWbXPt7TN3NrgUgIsyDKQ1fzHKFZA==
dependencies:
"@babel/runtime" "^7.12.5"
async "^3.2.0"
bluebird "^3.7.2"
filenamify "^4.2.0"
fs-extra "^9.1.0"
gatsby-core-utils "^2.0.0"
gatsby-telemetry "^2.0.0"
gatsby-core-utils "^2.1.0"
gatsby-telemetry "^2.1.0"
got "^10.7.0"
imagemin "^7.0.1"
imagemin-mozjpeg "^9.0.0"
imagemin-pngquant "^9.0.1"
lodash "^4.17.20"
lodash "^4.17.21"
mini-svg-data-uri "^1.2.3"
potrace "^2.1.8"
probe-image-size "^6.0.0"
Expand Down Expand Up @@ -7751,10 +7751,10 @@ gatsby-source-filesystem@^3.0.0:
valid-url "^1.0.9"
xstate "^4.14.0"

gatsby-telemetry@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/gatsby-telemetry/-/gatsby-telemetry-2.0.0.tgz#cf22d8dcee13c5e574569f8182204d3fa63a1805"
integrity sha512-ldEg8jFUW+7JFcMn+6TnH+xHfLM+VIhDvyOIbkAYZZ+rO/RWnCwM44ZZUUpRp4/Ivn/IAiubGwQyXErMHErbAg==
gatsby-telemetry@^2.0.0, gatsby-telemetry@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/gatsby-telemetry/-/gatsby-telemetry-2.1.0.tgz#e7c0f8bc488a93bf4afcd10760f38b50471e754f"
integrity sha512-ZAmjxYsLyJ9eK3ZGphoIjl1C/Mx732h+PWpyD+NNUPf+GFJcPDVAd/tX9XHjNTVrAN3rAaHuH48wK7JNeC/xIA==
dependencies:
"@babel/code-frame" "^7.10.4"
"@babel/runtime" "^7.12.5"
Expand All @@ -7764,10 +7764,10 @@ gatsby-telemetry@^2.0.0:
boxen "^4.2.0"
configstore "^5.0.1"
fs-extra "^8.1.0"
gatsby-core-utils "^2.0.0"
gatsby-core-utils "^2.1.0"
git-up "^4.0.2"
is-docker "^2.1.1"
lodash "^4.17.20"
lodash "^4.17.21"
node-fetch "^2.6.1"
uuid "3.4.0"

Expand Down

0 comments on commit f09a692

Please sign in to comment.