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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-10-19 16:52:58 -05:00
committed by Caleb Cartwright
parent 5142bf299f
commit 3ceede8f1d
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -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"

View File

@@ -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",