From 5166b90f0c849f4c731432eb4229c969882fa933 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Aug 2021 10:57:14 +0000 Subject: [PATCH] Bump gatsby from 3.12.0 to 3.12.1 in /packages/website Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 3.12.0 to 3.12.1. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.12.0...gatsby@3.12.1) --- updated-dependencies: - dependency-name: gatsby dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/website/package.json | 2 +- packages/website/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/website/package.json b/packages/website/package.json index 8aff9232..d9b19e43 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -15,7 +15,7 @@ "copy-text-to-clipboard": "^3.0.1", "crypto-browserify": "^3.12.0", "framer-motion": "^4.1.17", - "gatsby": "^3.12.0", + "gatsby": "^3.12.1", "gatsby-background-image": "^1.5.3", "gatsby-image": "^3.11.0", "gatsby-plugin-image": "^1.12.0", diff --git a/packages/website/yarn.lock b/packages/website/yarn.lock index dec8da7b..33f63589 100644 --- a/packages/website/yarn.lock +++ b/packages/website/yarn.lock @@ -7183,10 +7183,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"