From 569118da530ad0fc0398a264b8100e05fc5d0444 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 14 Apr 2020 13:20:31 +0000 Subject: [PATCH] chore(deps): update dependency gatsby to v2.20.20 --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index d97054e46..ab3679fec 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "eslint-plugin-react": "7.19.0", "eslint-plugin-standard": "4.0.1", "factory.ts": "0.5.1", - "gatsby": "2.20.16", + "gatsby": "2.20.20", "gatsby-source-filesystem": "2.2.2", "jest": "25.3.0", "jest-junit": "10.0.0", diff --git a/yarn.lock b/yarn.lock index 5709d2698..bf743681d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6684,10 +6684,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.11.6: - version "2.11.6" - resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.11.6.tgz#d6d12c86d879b531cf42007faf327d4ef793ff36" - integrity sha512-c5JePnqYGOQckvO1RYCt5UoFrDtvCiJrQgZn04uePImwuOQ7uK9hqua6baDyGhfNNVGjLDsvRLcUoTU38Q58dg== +gatsby-cli@^2.11.8: + version "2.11.8" + resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.11.8.tgz#1517ae1aaef09e95b16d18c4bd6715bf6a43d354" + integrity sha512-oYEfPKZJXUkiYGHdds5+Rt5oOHziCKiy6/g1UVRqODMmYmB0InMGaDfRU0R9O7EXjmkFbmNWruoweyCMYpG57Q== dependencies: "@babel/code-frame" "^7.8.3" "@babel/runtime" "^7.8.7" @@ -6837,10 +6837,10 @@ gatsby-telemetry@^1.2.3: stack-utils "1.0.2" uuid "3.4.0" -gatsby@2.20.16: - version "2.20.16" - resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.20.16.tgz#3935aef136073e244ce234beeaee56c99f6b0e25" - integrity sha512-l5O+chfPCNR9uO390cCA+P7ZE7gAIIdZMhtsXHRR2rp5ZFIZZfNRnKV7ipMtE2cMgPCAXjnx9pOauLqOTeU9Yg== +gatsby@2.20.20: + version "2.20.20" + resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.20.20.tgz#089d6350dff1b014202aeaca4e23c3a41da6da80" + integrity sha512-cwJgWRHAiD/WgNsYqcUcVqMmIdhKy8WiaV5RXUBhWK+wcN7HPA+kN2hPDZ/EjGSQ6234b4FEQaV030WbXkrv7g== dependencies: "@babel/code-frame" "^7.8.3" "@babel/core" "^7.8.7" @@ -6903,7 +6903,7 @@ gatsby@2.20.16: flat "^4.1.0" fs-exists-cached "1.0.0" fs-extra "^8.1.0" - gatsby-cli "^2.11.6" + gatsby-cli "^2.11.8" gatsby-core-utils "^1.1.1" gatsby-graphiql-explorer "^0.3.1" gatsby-link "^2.3.2"