From c17313413728118e3f58afe06bebccb81143e151 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 13:33:57 +0300 Subject: [PATCH] fix(deps): update dependency gatsby to v3.6.2 (#5478) 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 8ca62e15..28561489 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.6.1", + "gatsby": "3.6.2", "gatsby-plugin-catch-links": "3.6.0", "gatsby-plugin-emotion": "^4.0.0", "gatsby-plugin-manifest": "3.6.0", diff --git a/website/yarn.lock b/website/yarn.lock index 7fb77ae7..6cce85d3 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -5760,10 +5760,10 @@ gatsby-transformer-yaml@3.6.0: lodash "^4.17.21" unist-util-select "^1.5.0" -gatsby@3.6.1: - version "3.6.1" - resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-3.6.1.tgz#770201d53ce80cde3ca84400420a16a53b4214be" - integrity sha512-xNR6IMzl+6ejuMy2yGukyYmsasOXnmmb90U/v1/rwXpovo7nOHJUwGPDTblLTYsHiq2Bpv5RJcGS6P/yhfKqOw== +gatsby@3.6.2: + version "3.6.2" + resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-3.6.2.tgz#73e2e0e185974c39bf2fe1ccf269fdd977b0094a" + integrity sha512-gzwnyk37sGTrT/oqAWKbfwJCPeLWOlX5wgq2pumCJDOGBo0yjL95pRiBeH1GG3jQGadcx2lG/6MoM46M6v3w9A== dependencies: "@babel/code-frame" "^7.10.4" "@babel/core" "^7.12.3"