Build(deps-dev): bump gatsby-plugin-react-helmet from 3.3.1 to 3.3.2 (#5124)

Bumps [gatsby-plugin-react-helmet](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-react-helmet) from 3.3.1 to 3.3.2.
- [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.3.2/packages/gatsby-plugin-react-helmet)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot]
2020-05-23 11:08:37 +00:00
committed by GitHub
parent 8788ad82e6
commit 018e9bafa6
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -14955,9 +14955,9 @@
}
},
"gatsby-plugin-react-helmet": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.3.1.tgz",
"integrity": "sha512-DZ/IWs+zlGL8N3JAcewPJJUPkl1st6/hIWQ3YphKoTK64DUIoMd2wWSJCrC6LiurS7knGHa4pdGyc5clwV1EKA==",
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.3.2.tgz",
"integrity": "sha512-uRZlX4ejy0Txlw+9qbIVkULsuc6iniSwDgD+Ed6BOryKmF42qaqmdbcc78ZwPVN2SZJCDhcZKXoJf6QftTwwDg==",
"dev": true,
"requires": {
"@babel/runtime": "^7.9.6"

View File

@@ -197,7 +197,7 @@
"gatsby": "2.21.33",
"gatsby-plugin-catch-links": "^2.3.2",
"gatsby-plugin-page-creator": "^2.3.7",
"gatsby-plugin-react-helmet": "^3.3.1",
"gatsby-plugin-react-helmet": "^3.3.2",
"gatsby-plugin-remove-trailing-slashes": "^2.3.2",
"gatsby-plugin-styled-components": "^3.3.1",
"gatsby-plugin-typescript": "^2.4.2",