From de14bdeac8b01a052d8918592ed7839959c5d342 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Tue, 18 Sep 2018 04:55:07 +0000 Subject: [PATCH 1/2] fix(package): update gatsby-plugin-react-helmet to version 3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index feccacc2..3312f6a7 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "gatsby": "^1.9.118", "gatsby-link": "^1.6.24", "gatsby-plugin-glamor": "^1.6.8", - "gatsby-plugin-react-helmet": "^2.0.10", + "gatsby-plugin-react-helmet": "^3.0.0", "gatsby-plugin-typography": "^1.7.10", "gatsby-source-filesystem": "^1.5.34", "gatsby-transformer-remark": "^1.7.40", From ea58b461bbf6d632ea716cf27e492f6278ef433f Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Tue, 18 Sep 2018 04:56:44 +0000 Subject: [PATCH 2/2] chore(package): update lockfile yarn.lock --- yarn.lock | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/yarn.lock b/yarn.lock index 4923845a..b4e42c21 100644 --- a/yarn.lock +++ b/yarn.lock @@ -39,6 +39,12 @@ esutils "^2.0.2" js-tokens "^3.0.0" +"@babel/runtime@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.0.0.tgz#adeb78fedfc855aa05bc041640f3f6f98e85424c" + dependencies: + regenerator-runtime "^0.12.0" + "@babel/template@7.0.0-beta.31": version "7.0.0-beta.31" resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.31.tgz#577bb29389f6c497c3e7d014617e7d6713f68bda" @@ -4264,11 +4270,11 @@ gatsby-plugin-glamor@^1.6.8: babel-runtime "^6.26.0" glamor "^2.20.29" -gatsby-plugin-react-helmet@^2.0.10: - version "2.0.11" - resolved "https://registry.yarnpkg.com/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-2.0.11.tgz#a2db81755f5b41d54e0e535ca1d9a008d3ccff0a" +gatsby-plugin-react-helmet@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.0.0.tgz#d833a7f7f65b6d2c5adb2d99095a7bd3882d33cd" dependencies: - babel-runtime "^6.26.0" + "@babel/runtime" "^7.0.0" gatsby-plugin-typography@^1.7.10: version "1.7.10" @@ -8865,6 +8871,10 @@ regenerator-runtime@^0.11.0: version "0.11.1" resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9" +regenerator-runtime@^0.12.0: + version "0.12.1" + resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.12.1.tgz#fa1a71544764c036f8c49b13a08b2594c9f8a0de" + regenerator-transform@^0.10.0: version "0.10.1" resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.10.1.tgz#1e4996837231da8b7f3cf4114d71b5691a0680dd"