From 7096787333409fc68ee038a0ffbee42c9cabdf72 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 23 Dec 2019 10:53:37 +0000 Subject: [PATCH] fix(deps): update dependency gatsby to ^2.18.17 --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index dbbf335..23d015f 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "bluebird": "^3.7.2", "classnames": "^2.2.6", "codecov": "^3.6.1", - "gatsby": "^2.18.16", + "gatsby": "^2.18.17", "gatsby-link": "^2.2.27", "gatsby-plugin-catch-links": "^2.1.21", "gatsby-plugin-feed": "^2.3.25", diff --git a/yarn.lock b/yarn.lock index 04a9d27..c69bce6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6350,10 +6350,10 @@ fuzzy@^0.1.1: version "0.1.3" resolved "https://registry.yarnpkg.com/fuzzy/-/fuzzy-0.1.3.tgz#4c76ec2ff0ac1a36a9dccf9a00df8623078d4ed8" -gatsby-cli@^2.8.21: - version "2.8.21" - resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.8.21.tgz#456277538b983545be5dc2ce036616f5a5b43fdf" - integrity sha512-lRf9xm9qa0Zzp6N/sfPXot01WLm6ABjREeKQgZ8pxNYngVZFtR3N51/+NIEY4VMEGvaALBanhAD5MiOcPYoiOQ== +gatsby-cli@^2.8.22: + version "2.8.22" + resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.8.22.tgz#3c3ccb228767f329ff29047935595a1a1414ef96" + integrity sha512-uZix0CalIzZ6Wx5pbu5VoWA7KalWdWdfofm+thXRe4VlyJ9VnKmHAslBB03NOl707JoMsBLshHsGYynHwp0jdA== dependencies: "@babel/code-frame" "^7.5.5" "@babel/runtime" "^7.7.6" @@ -6788,10 +6788,10 @@ gatsby-transformer-sharp@^2.3.9: semver "^5.7.1" sharp "^0.23.4" -gatsby@^2.18.16: - version "2.18.16" - resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.18.16.tgz#ad4a0b29fd90edec35437bb1dbb22d1d77bd6773" - integrity sha512-8ukvbONXQbVGNFo3WxCIlLrNDgnYGkz/ZIJy1DdVFbNqhky7swdvA8DzK/9Cwt7u/I8QKOTzgYMoCfqUlTgzWw== +gatsby@^2.18.17: + version "2.18.17" + resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.18.17.tgz#43fb4c092b09e76cc9137cfc20c67ba7fdcd755d" + integrity sha512-Zj/LjZwzM0RXoqMmM+6H48IOazmJcuzyVY2yfTi8oYtcQH0F4xIELiDZJkZQb7mttlIsJTX3U1NLCYXPcohWwg== dependencies: "@babel/code-frame" "^7.5.5" "@babel/core" "^7.7.5" @@ -6852,7 +6852,7 @@ gatsby@^2.18.16: flat "^4.1.0" fs-exists-cached "1.0.0" fs-extra "^8.1.0" - gatsby-cli "^2.8.21" + gatsby-cli "^2.8.22" gatsby-core-utils "^1.0.25" gatsby-graphiql-explorer "^0.2.31" gatsby-link "^2.2.27"