From 6e2c1243d69bf08655c26cb688f40f8895565b90 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 10 Mar 2021 22:53:18 +0000 Subject: [PATCH] fix(deps): update gatsby monorepo --- package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 0b8674a8..c35f695d 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "babel-plugin-styled-components": "1.12.0", "color": "3.1.3", "download-stats": "0.3.4", - "gatsby": "3.0.3", + "gatsby": "3.0.4", "gatsby-image": "3.0.0", "gatsby-plugin-google-analytics": "3.0.0", "gatsby-plugin-layout": "2.0.0", @@ -20,7 +20,7 @@ "gatsby-plugin-offline": "4.0.0", "gatsby-plugin-react-helmet": "4.0.0", "gatsby-plugin-react-svg": "3.0.0", - "gatsby-plugin-sharp": "3.0.0", + "gatsby-plugin-sharp": "3.0.1", "gatsby-plugin-styled-components": "4.0.0", "gatsby-plugin-web-font-loader": "1.0.4", "gatsby-remark-images": "4.0.0", diff --git a/yarn.lock b/yarn.lock index 326f3f74..85460e92 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6859,10 +6859,10 @@ gatsby-plugin-react-svg@3.0.0: dependencies: svg-react-loader "^0.4.4" -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" @@ -7110,10 +7110,10 @@ gatsby-transformer-sharp@3.0.0: semver "^7.3.4" sharp "^0.27.0" -gatsby@3.0.3: - version "3.0.3" - resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-3.0.3.tgz#9bbd6fbafebef27a3d6e616bc5341cc5aa3f49b1" - integrity sha512-MXW2xpFfK5k+CxDVo2iiy0ogoUdjoSqLi4Zri4vQy+4y26LUHfZkn6jNu83DVr5iXylm1P7eEJqwMQAhux2iLA== +gatsby@3.0.4: + version "3.0.4" + resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-3.0.4.tgz#dce3e44cb85ee6a4cdc71a5be9b3485206bea0fc" + integrity sha512-LIBeox/O4XlgfpPYScS5LwFreWlZuuz4OZl0cnkA3M8EfxelHwLpqMvOeSYsoMHvogBJzlLocfRQIgzqvXS7kA== dependencies: "@babel/code-frame" "^7.10.4" "@babel/core" "^7.12.3"