From fbe60d89935cf2abdd3fbe77661672f5e30de45b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Feb 2022 12:10:11 +0000 Subject: [PATCH] build(deps): bump gatsby from 4.7.1 to 4.7.2 in /packages/website Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 4.7.1 to 4.7.2. - [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@4.7.1...gatsby@4.7.2) --- 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 c64abf13..9ac91711 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -13,7 +13,7 @@ "copy-text-to-clipboard": "3.0.1", "crypto-browserify": "3.12.0", "framer-motion": "6.2.6", - "gatsby": "4.7.1", + "gatsby": "4.7.2", "gatsby-background-image": "1.6.0", "gatsby-plugin-image": "2.7.0", "gatsby-plugin-manifest": "4.7.0", diff --git a/packages/website/yarn.lock b/packages/website/yarn.lock index d32f5f7d..7949c72c 100644 --- a/packages/website/yarn.lock +++ b/packages/website/yarn.lock @@ -6258,10 +6258,10 @@ gatsby-worker@^1.7.0: "@babel/core" "^7.15.5" "@babel/runtime" "^7.15.4" -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== +gatsby@4.7.2: + version "4.7.2" + resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-4.7.2.tgz#3bc8f7fa762361e83308dfc3d67316a236ab168e" + integrity sha512-DY7qoFQ8y+14UsmEkzWigHWPkkJ79elu6A2nDjg19YV8K8k96PlexkYLDYOI5kSBiCmCV+ZURVfexuVU0U0HDA== dependencies: "@babel/code-frame" "^7.14.0" "@babel/core" "^7.15.5"