From c5aea131fd96c1e8d4299e872f1bb72077fff812 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 13 Jun 2019 01:32:55 +0000 Subject: [PATCH] fix(deps): update gatsby --- package.json | 6 +++--- yarn.lock | 26 +++++++++++++------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index 86698d6..5f54a98 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "bluebird": "^3.5.5", "classnames": "^2.2.6", "codecov": "^3.5.0", - "gatsby": "^2.9.1", + "gatsby": "^2.9.2", "gatsby-link": "^2.1.1", "gatsby-plugin-catch-links": "^2.0.15", "gatsby-plugin-feed": "^2.2.3", @@ -52,10 +52,10 @@ "gatsby-plugin-manifest": "^2.1.1", "gatsby-plugin-netlify": "^2.0.17", "gatsby-plugin-netlify-cms": "^3.0.18", - "gatsby-plugin-offline": "^2.1.1", + "gatsby-plugin-offline": "^2.1.3", "gatsby-plugin-react-helmet": "^3.0.12", "gatsby-plugin-sass": "^2.0.11", - "gatsby-plugin-sharp": "^2.1.4", + "gatsby-plugin-sharp": "^2.1.5", "gatsby-plugin-sitemap": "^2.1.0", "gatsby-remark-autolink-headers": "^2.0.16", "gatsby-remark-copy-linked-files": "^2.0.13", diff --git a/yarn.lock b/yarn.lock index 54efa14..2e77b96 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5605,9 +5605,9 @@ fuzzy@^0.1.1: version "0.1.3" resolved "https://registry.yarnpkg.com/fuzzy/-/fuzzy-0.1.3.tgz#4c76ec2ff0ac1a36a9dccf9a00df8623078d4ed8" -gatsby-cli@^2.6.6: - version "2.6.6" - resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.6.6.tgz#1876b99d5a10f102c445d0d5f000870ba8dc44fb" +gatsby-cli@^2.6.7: + version "2.6.7" + resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.6.7.tgz#8e2038c4e35cec3edcb465c16e74c1ae9483eecb" dependencies: "@babel/code-frame" "^7.0.0" "@babel/runtime" "^7.0.0" @@ -5721,9 +5721,9 @@ gatsby-plugin-netlify@^2.0.17: lodash "^4.17.10" webpack-assets-manifest "^3.0.2" -gatsby-plugin-offline@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/gatsby-plugin-offline/-/gatsby-plugin-offline-2.1.1.tgz#8009b4f61189aa6a8fc9949d1e0020b91bf2a4f7" +gatsby-plugin-offline@^2.1.3: + version "2.1.3" + resolved "https://registry.yarnpkg.com/gatsby-plugin-offline/-/gatsby-plugin-offline-2.1.3.tgz#0757f9ae4dd91c9cb5100a8d0b56e0c96e67f101" dependencies: "@babel/runtime" "^7.0.0" cheerio "^1.0.0-rc.2" @@ -5757,9 +5757,9 @@ gatsby-plugin-sass@^2.0.11: "@babel/runtime" "^7.0.0" sass-loader "^7.0.1" -gatsby-plugin-sharp@^2.1.4: - version "2.1.4" - resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.1.4.tgz#15df65b4d9bfe29adce7582919e091d95b29cb51" +gatsby-plugin-sharp@^2.1.5: + version "2.1.5" + resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.1.5.tgz#f032cd6e1a42980685cbb386a58420a168002060" dependencies: "@babel/runtime" "^7.0.0" async "^2.1.2" @@ -5956,9 +5956,9 @@ gatsby-transformer-sharp@^2.1.21: semver "^5.6.0" sharp "^0.22.1" -gatsby@^2.9.1: - version "2.9.1" - resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.9.1.tgz#f9c0cd72bf15a6cc1b8dd394fd41895186c2e6f7" +gatsby@^2.9.2: + version "2.9.2" + resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.9.2.tgz#caab8b601a2e3e2ba47c486b39ea9a1079060cda" dependencies: "@babel/code-frame" "^7.0.0" "@babel/core" "^7.0.0" @@ -6016,7 +6016,7 @@ gatsby@^2.9.1: flat "^4.0.0" fs-exists-cached "1.0.0" fs-extra "^5.0.0" - gatsby-cli "^2.6.6" + gatsby-cli "^2.6.7" gatsby-graphiql-explorer "^0.1.2" gatsby-link "^2.1.1" gatsby-plugin-page-creator "^2.0.13"