From 3ceede8f1d8a2d0bd63809428b53c449582f8e5c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2019 16:52:58 -0500 Subject: [PATCH] Build(deps-dev): bump gatsby-plugin-react-helmet from 3.1.11 to 3.1.13 (#4213) Bumps [gatsby-plugin-react-helmet](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-react-helmet) from 3.1.11 to 3.1.13. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-react-helmet/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-helmet@3.1.13/packages/gatsby-plugin-react-helmet) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 71847cbb0f..c8eb59ed39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12715,9 +12715,9 @@ } }, "gatsby-plugin-react-helmet": { - "version": "3.1.11", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.1.11.tgz", - "integrity": "sha512-obVj6fzH0Hr6UdmQGaIYz29a1+h89pI+vKgIb2MwXCCDESCYgVYTcDmtBzYTZVLXupW6fqGlybFQwUKxEI0ZAQ==", + "version": "3.1.13", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.1.13.tgz", + "integrity": "sha512-O3Fvxm76t58RPVUz0Fo2tbXeJnXV6vmlLnKBPMz+smr0Mtx8vnGP1Pi6DuWdRepJsnVespNNth/L8n7iucQCYQ==", "dev": true, "requires": { "@babel/runtime": "^7.6.3" diff --git a/package.json b/package.json index 93ef612862..cda936b9c4 100644 --- a/package.json +++ b/package.json @@ -202,7 +202,7 @@ "gatsby": "2.16.5", "gatsby-plugin-catch-links": "^2.1.15", "gatsby-plugin-page-creator": "^2.1.27", - "gatsby-plugin-react-helmet": "^3.1.11", + "gatsby-plugin-react-helmet": "^3.1.13", "gatsby-plugin-remove-trailing-slashes": "^2.1.12", "gatsby-plugin-styled-components": "^3.1.11", "gatsby-plugin-typescript": "^2.1.15",