From 97353b677818e61a5d6e277b19e9824b5e9505d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 12:22:36 +0300 Subject: [PATCH] fix(deps): update dependency gatsby to v3.8.1 (#5579) 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 11e6c74b..deb4336d 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.8.0", + "gatsby": "3.8.1", "gatsby-plugin-catch-links": "3.8.0", "gatsby-plugin-emotion": "^4.0.0", "gatsby-plugin-manifest": "3.8.0", diff --git a/website/yarn.lock b/website/yarn.lock index f1d7d796..2a0945a2 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -5706,10 +5706,10 @@ gatsby-transformer-yaml@3.8.0: lodash "^4.17.21" unist-util-select "^1.5.0" -gatsby@3.8.0: - version "3.8.0" - resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-3.8.0.tgz#b147967fa264d278804e6dae38a67e68b93bc3b8" - integrity sha512-6l1IOslajKT8Umz+qDIfu2Bv1ldAbLnsrMId6ExWvcoqNjOw2eSyGHkGjwnQIwl17A0UcA1wSTAw/Gsj480IxA== +gatsby@3.8.1: + version "3.8.1" + resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-3.8.1.tgz#e94f53c7bd07585ab8f6dee3fb10ad97766aff66" + integrity sha512-IZphTACphil3F9ODtAYASA4+l8ErIae4eSTG0a5q9YSpSsfZBBCA5YblRIv+j/7Qi1XX9fP/eNnaxbyurqsPOw== dependencies: "@babel/code-frame" "^7.14.0" "@babel/core" "^7.14.0"