1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2025-02-14 21:10:41 +01:00

Bump gatsby-plugin-react-helmet from 3.3.1 to 3.3.2

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>
This commit is contained in:
dependabot-preview[bot] 2020-05-22 05:31:53 +00:00 committed by GitHub
parent 57fc9399cd
commit 8f7aea8749
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

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

View File

@ -30,7 +30,7 @@
"gatsby-plugin-matomo": "^0.8.3", "gatsby-plugin-matomo": "^0.8.3",
"gatsby-plugin-offline": "^3.2.3", "gatsby-plugin-offline": "^3.2.3",
"gatsby-plugin-postcss": "^2.3.2", "gatsby-plugin-postcss": "^2.3.2",
"gatsby-plugin-react-helmet": "^3.3.1", "gatsby-plugin-react-helmet": "^3.3.2",
"gatsby-plugin-sharp": "^2.6.6", "gatsby-plugin-sharp": "^2.6.6",
"gatsby-plugin-sitemap": "^2.4.3", "gatsby-plugin-sitemap": "^2.4.3",
"gatsby-plugin-svgr": "^2.0.2", "gatsby-plugin-svgr": "^2.0.2",