Bump gatsby-plugin-react-helmet in /packages/website
Bumps [gatsby-plugin-react-helmet](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-react-helmet) from 4.9.0 to 4.10.0. - [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@4.10.0/packages/gatsby-plugin-react-helmet) --- updated-dependencies: - dependency-name: gatsby-plugin-react-helmet dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
0aa025a70c
commit
27cde16f44
|
@ -27,7 +27,7 @@
|
||||||
"gatsby-plugin-offline": "^4.9.0",
|
"gatsby-plugin-offline": "^4.9.0",
|
||||||
"gatsby-plugin-postcss": "^4.10.0",
|
"gatsby-plugin-postcss": "^4.10.0",
|
||||||
"gatsby-plugin-purgecss": "^6.0.2",
|
"gatsby-plugin-purgecss": "^6.0.2",
|
||||||
"gatsby-plugin-react-helmet": "^4.9.0",
|
"gatsby-plugin-react-helmet": "^4.10.0",
|
||||||
"gatsby-plugin-robots-txt": "^1.6.8",
|
"gatsby-plugin-robots-txt": "^1.6.8",
|
||||||
"gatsby-plugin-sharp": "^3.10.2",
|
"gatsby-plugin-sharp": "^3.10.2",
|
||||||
"gatsby-plugin-svgr": "^3.0.0-beta.0",
|
"gatsby-plugin-svgr": "^3.0.0-beta.0",
|
||||||
|
@ -12096,11 +12096,11 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/gatsby-plugin-react-helmet": {
|
"node_modules/gatsby-plugin-react-helmet": {
|
||||||
"version": "4.9.0",
|
"version": "4.10.0",
|
||||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.9.0.tgz",
|
"resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.10.0.tgz",
|
||||||
"integrity": "sha512-x0M2LbY0tkO/EjtgpJwwVv0NHRQV1znoap6tfBOXxhSGCdZHc4zY4/v6fpEXwM4r5YGdT+6MpUQJyy75BWb9Hg==",
|
"integrity": "sha512-cmYU2Y0krb6L5Bgb4RoR/LW9ZJw946eDrvVOYk71hoSEjsvIIYkAwAI+kVziApdCGH9Is79y1qMrLKMAG+YKSw==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.14.0"
|
"@babel/runtime": "^7.14.6"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=12.13.0"
|
"node": ">=12.13.0"
|
||||||
|
@ -37559,11 +37559,11 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"gatsby-plugin-react-helmet": {
|
"gatsby-plugin-react-helmet": {
|
||||||
"version": "4.9.0",
|
"version": "4.10.0",
|
||||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.9.0.tgz",
|
"resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.10.0.tgz",
|
||||||
"integrity": "sha512-x0M2LbY0tkO/EjtgpJwwVv0NHRQV1znoap6tfBOXxhSGCdZHc4zY4/v6fpEXwM4r5YGdT+6MpUQJyy75BWb9Hg==",
|
"integrity": "sha512-cmYU2Y0krb6L5Bgb4RoR/LW9ZJw946eDrvVOYk71hoSEjsvIIYkAwAI+kVziApdCGH9Is79y1qMrLKMAG+YKSw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/runtime": "^7.14.0"
|
"@babel/runtime": "^7.14.6"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"gatsby-plugin-robots-txt": {
|
"gatsby-plugin-robots-txt": {
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
"gatsby-plugin-offline": "^4.9.0",
|
"gatsby-plugin-offline": "^4.9.0",
|
||||||
"gatsby-plugin-postcss": "^4.10.0",
|
"gatsby-plugin-postcss": "^4.10.0",
|
||||||
"gatsby-plugin-purgecss": "^6.0.2",
|
"gatsby-plugin-purgecss": "^6.0.2",
|
||||||
"gatsby-plugin-react-helmet": "^4.9.0",
|
"gatsby-plugin-react-helmet": "^4.10.0",
|
||||||
"gatsby-plugin-robots-txt": "^1.6.8",
|
"gatsby-plugin-robots-txt": "^1.6.8",
|
||||||
"gatsby-plugin-sharp": "^3.10.2",
|
"gatsby-plugin-sharp": "^3.10.2",
|
||||||
"gatsby-plugin-svgr": "^3.0.0-beta.0",
|
"gatsby-plugin-svgr": "^3.0.0-beta.0",
|
||||||
|
|
Reference in New Issue