diff --git a/package.json b/package.json index b810ece00..edde965a4 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "gatsby-plugin-mdx": "^2.0.0", "gatsby-plugin-postcss": "^4.0.0", "gatsby-plugin-react-helmet": "^4.0.0", - "gatsby-plugin-sharp": "^3.0.0", + "gatsby-plugin-sharp": "^3.0.1", "gatsby-plugin-sitemap": "^3.0.0", "gatsby-source-filesystem": "^3.0.0", "gatsby-transformer-sharp": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index d0fe56fbd..333414eb4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7122,10 +7122,10 @@ gatsby-plugin-react-helmet@^4.0.0: dependencies: "@babel/runtime" "^7.12.5" -gatsby-plugin-sharp@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-3.0.0.tgz#276557883ccfc9ea5503bb16b2fcd24f7a55928e" - integrity sha512-gmIzHjv+JaW1Gyyrz81s43yBkqtMpgvGb6qbPzH2ZX8V2YTyd9LnfUxKx/uTwluEB5oz/om4jtHSCH5DSUsTFA== +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== dependencies: "@babel/runtime" "^7.12.5" async "^3.2.0"