Merge pull request #938 from SkynetLabs/dependabot/npm_and_yarn/packages/website/gatsby-plugin-react-helmet-4.8.0

Bump gatsby-plugin-react-helmet from 4.7.1 to 4.8.0 in /packages/website
This commit is contained in:
Karol Wypchło 2021-07-05 12:27:02 +02:00 committed by GitHub
commit 8f57c6e336
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -27,7 +27,7 @@
"gatsby-plugin-offline": "^4.8.0",
"gatsby-plugin-postcss": "^4.8.0",
"gatsby-plugin-purgecss": "^6.0.2",
"gatsby-plugin-react-helmet": "^4.7.1",
"gatsby-plugin-react-helmet": "^4.8.0",
"gatsby-plugin-robots-txt": "^1.6.8",
"gatsby-plugin-sharp": "^3.8.0",
"gatsby-plugin-svgr": "^3.0.0-beta.0",
@ -12131,9 +12131,9 @@
}
},
"node_modules/gatsby-plugin-react-helmet": {
"version": "4.7.1",
"resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.7.1.tgz",
"integrity": "sha512-lu+Fgs8pWfYvqKdaSgAkbeE9wgVTnAS8sKgykcqaEgK+STpmhFtzpuJqmhBK3wJwP7yK5BePK5Dte+aRbtkpJQ==",
"version": "4.8.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.8.0.tgz",
"integrity": "sha512-MzsWiJFGKIYhIPLLp5zb0hX8ppL5tWpEuAHDeqI4DJ6egsAvcXt65RrunZNnAdP26367LKuz+X0ZEla0II3lsQ==",
"dependencies": {
"@babel/runtime": "^7.14.0"
},
@ -37698,9 +37698,9 @@
}
},
"gatsby-plugin-react-helmet": {
"version": "4.7.1",
"resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.7.1.tgz",
"integrity": "sha512-lu+Fgs8pWfYvqKdaSgAkbeE9wgVTnAS8sKgykcqaEgK+STpmhFtzpuJqmhBK3wJwP7yK5BePK5Dte+aRbtkpJQ==",
"version": "4.8.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.8.0.tgz",
"integrity": "sha512-MzsWiJFGKIYhIPLLp5zb0hX8ppL5tWpEuAHDeqI4DJ6egsAvcXt65RrunZNnAdP26367LKuz+X0ZEla0II3lsQ==",
"requires": {
"@babel/runtime": "^7.14.0"
}

View File

@ -24,7 +24,7 @@
"gatsby-plugin-offline": "^4.8.0",
"gatsby-plugin-postcss": "^4.8.0",
"gatsby-plugin-purgecss": "^6.0.2",
"gatsby-plugin-react-helmet": "^4.7.1",
"gatsby-plugin-react-helmet": "^4.8.0",
"gatsby-plugin-robots-txt": "^1.6.8",
"gatsby-plugin-sharp": "^3.8.0",
"gatsby-plugin-svgr": "^3.0.0-beta.0",