From 836eb2e0087726a954a50d4e96e678f8da717a8f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2020 10:43:59 +0000 Subject: [PATCH] Bump gatsby from 2.19.19 to 2.19.22 Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 2.19.19 to 2.19.22. - [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@2.19.19...gatsby@2.19.22) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 5b1e7f7d..ffefe293 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Nebulous", "dependencies": { "classnames": "^2.2.6", - "gatsby": "^2.19.19", + "gatsby": "^2.19.22", "gatsby-image": "^2.2.41", "gatsby-plugin-manifest": "^2.2.41", "gatsby-plugin-offline": "^3.0.35", diff --git a/yarn.lock b/yarn.lock index 6516fb61..ac74aa75 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5302,10 +5302,10 @@ functional-red-black-tree@^1.0.1: resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327" integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc= -gatsby-cli@^2.8.30: - version "2.8.30" - resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.8.30.tgz#29655d05890d7c54b04d3fecd97446941e0c0507" - integrity sha512-dEGuvF91EwSzLwBV98NDihtn6e6uZedcPljlx9Mr7ZQLlOhGAVDcWR9KNq0Z1SWeRInwWc3cEdUJ6TUmPa308Q== +gatsby-cli@^2.9.0: + version "2.9.0" + resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.9.0.tgz#eba30607ca126384676778851460cf1c4bddc631" + integrity sha512-aK8yDAt5S8pj/l/+RHMO2UJeBpsUARmAhC5lDh1dhfRfqdlKXwuAIStw8PY+aLpKAd/oyunvqI0D2y4BH3+eNA== dependencies: "@babel/code-frame" "^7.5.5" "@babel/runtime" "^7.7.6" @@ -5547,10 +5547,10 @@ gatsby-transformer-sharp@^2.3.14: semver "^5.7.1" sharp "^0.23.4" -gatsby@^2.19.19: - version "2.19.19" - resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.19.19.tgz#8d4aa54e8c8da9cb38c5c7a15cfa358aec496f65" - integrity sha512-Is2s9qJ5p9fSzwhAf2LpKcv5l3/03Le3ZMJiU4ZOOauFhzLbsEIWK/Fu90GwnC8T7t9iWH3myI9NGh3a9+6cAQ== +gatsby@^2.19.22: + version "2.19.22" + resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.19.22.tgz#23696b9d9e0ef5195fcda8f8f6c00bfc60695891" + integrity sha512-Q64XdeMcI4wv/kr6CZCMTCF0PLOGUQ9fYal68cqMDuIPWdLB+0b5roMw/GZMnc0EOyv3GsXQrcvbjH24NzHGGQ== dependencies: "@babel/code-frame" "^7.5.5" "@babel/core" "^7.7.5" @@ -5611,7 +5611,7 @@ gatsby@^2.19.19: flat "^4.1.0" fs-exists-cached "1.0.0" fs-extra "^8.1.0" - gatsby-cli "^2.8.30" + gatsby-cli "^2.9.0" gatsby-core-utils "^1.0.28" gatsby-graphiql-explorer "^0.2.34" gatsby-link "^2.2.29"