From 3af385d8d785e92dd5cf453425442762e7ff8dc0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Aug 2021 13:40:58 +0300 Subject: [PATCH] fix(deps): update dependency gatsby to v3.12.1 (#5756) Co-authored-by: Renovate Bot --- website/package.json | 2 +- website/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/package.json b/website/package.json index 50f3d6ab..69c1b283 100644 --- a/website/package.json +++ b/website/package.json @@ -19,7 +19,7 @@ "@emotion/styled": "^10.0.27", "dayjs": "^1.8.23", "emotion-theming": "^10.0.27", - "gatsby": "3.12.0", + "gatsby": "3.12.1", "gatsby-plugin-catch-links": "3.12.0", "gatsby-plugin-emotion": "^4.0.0", "gatsby-plugin-manifest": "3.12.0", diff --git a/website/yarn.lock b/website/yarn.lock index b72bc92d..f2a91c1e 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -5741,10 +5741,10 @@ gatsby-worker@^0.3.0: dependencies: "@babel/core" "^7.14.8" -gatsby@3.12.0: - version "3.12.0" - resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-3.12.0.tgz#f6e39716b8d9412353be9d2fa880f19dd5f03216" - integrity sha512-H0F2ZNLuYZAg2TyHSjvsKlYfLo9bNUoMha3W4csLeAsI8okP3HV9m0J8FXVMrK4CdGc1RXqQzNu+2HdUpdMZZQ== +gatsby@3.12.1: + version "3.12.1" + resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-3.12.1.tgz#89899c2966df6a51228f39a099f68aab2baabc1a" + integrity sha512-Z2lh2EB8Oh68JHImnlHpqgivAKQ81CYNA9faMgQM/okvF0n5Zrb8/1cKb1VuEwwbjhwZjLAlCQAIZ79vs7IHDg== dependencies: "@babel/code-frame" "^7.14.0" "@babel/core" "^7.14.8"