From 8a07ac190c2ddbef665d2edb642b6ea38c4c85fe Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 8 Feb 2022 21:43:55 +0000 Subject: [PATCH] Update dependency gatsby to v4.7.1 --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index e72e070..7a3b900 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "axios": "0.25.0", - "gatsby": "4.7.0", + "gatsby": "4.7.1", "gatsby-plugin-manifest": "4.7.0", "gatsby-plugin-react-helmet": "5.7.0", "gatsby-plugin-sass": "5.7.0", diff --git a/yarn.lock b/yarn.lock index 94494a9..2462dd2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5008,10 +5008,10 @@ gatsby-legacy-polyfills@^2.7.0: "@babel/runtime" "^7.15.4" core-js-compat "3.9.0" -gatsby-link@^4.7.0: - version "4.7.0" - resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-4.7.0.tgz#4eac19967a0c8a7ce4c4a0db9b4c7da1ac400128" - integrity sha512-uDA0iwOEk8d4lXB7TfocnCo3Mxb8O4ZwUggHNH6lIo+H/geG7Gfr9RMGKwdXtarvsknCggA3qTcSOpQHJOVDuQ== +gatsby-link@^4.7.1: + version "4.7.1" + resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-4.7.1.tgz#2fd1e63d615898f4afc2832b27626ad1ff0ba013" + integrity sha512-4xbuCnBmlZ4IWHPreIeC2TjwDPseRkwaNekEpUo53r/xoIB2PBMO1uMUrqNx2C0+DxEQXhMhaprK2A+eCFa8Kw== dependencies: "@babel/runtime" "^7.15.4" "@types/reach__router" "^1.3.10" @@ -5172,10 +5172,10 @@ gatsby-worker@^1.7.0: "@babel/core" "^7.15.5" "@babel/runtime" "^7.15.4" -gatsby@4.7.0: - version "4.7.0" - resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-4.7.0.tgz#220811752523aad0a50e6f197aca647ce75c02d9" - integrity sha512-xudU3fBaM+ibh+hvgxEUoWElJG9qapflXcD4mXikcR3LK9aCeAjFjQXbdsIqhHEvAI5NRb7XtneWDXARhPzHbA== +gatsby@4.7.1: + version "4.7.1" + resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-4.7.1.tgz#0c59c74b5856c27c007490d14cdf07f79ea11b94" + integrity sha512-tcrS859gMlh1Ng53TezzkOkWQFs4dY/HeSXV70MnZtoxMOirsIKrIx46f+26eHYlCi2Fp8Fi1Et6jicunB6OkA== dependencies: "@babel/code-frame" "^7.14.0" "@babel/core" "^7.15.5" @@ -5248,7 +5248,7 @@ gatsby@4.7.0: gatsby-core-utils "^3.7.0" gatsby-graphiql-explorer "^2.7.0" gatsby-legacy-polyfills "^2.7.0" - gatsby-link "^4.7.0" + gatsby-link "^4.7.1" gatsby-page-utils "^2.7.0" gatsby-plugin-page-creator "^4.7.0" gatsby-plugin-typescript "^4.7.0"