From 92ce142183af1693ae04e759f1bec7a6c253e263 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Sep 2021 22:23:13 +0200 Subject: [PATCH] Update dependency gatsby to v3.13.1 (#45) Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f6c8930..6cb6155 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "axios": "0.21.4", - "gatsby": "3.13.0", + "gatsby": "3.13.1", "gatsby-plugin-manifest": "3.13.0", "gatsby-plugin-react-helmet": "4.13.0", "gatsby-plugin-sass": "4.13.0", diff --git a/yarn.lock b/yarn.lock index a9b06af..f580a66 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4928,10 +4928,10 @@ gatsby-worker@^0.4.0: dependencies: "@babel/core" "^7.14.8" -gatsby@3.13.0: - version "3.13.0" - resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-3.13.0.tgz#3314b191fa9cb02470a59d54c0dda58e087e1a9a" - integrity sha512-nZOQkV6CF8ixtkbr+VNeiD2ISwuSkRLafeK+x/1btPB/l+b/w8ar0XrJGIWNX4DHr2Pohf3wy166IPfEkNqNTA== +gatsby@3.13.1: + version "3.13.1" + resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-3.13.1.tgz#63ea75a836dd0b2e7c94d8f01339f1cf96533adf" + integrity sha512-ZSxdP8v/wdQxGzRur373U2GNmpGuMk3J7bqUTTzY/QGI0sb0AeczD954qdTylTeUV88Ud2UKQ+qFYG1BjX1GJA== dependencies: "@babel/code-frame" "^7.14.0" "@babel/core" "^7.14.8"