diff --git a/package-lock.json b/package-lock.json index 3df60448..b244bd34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "gatsby-plugin-netlify": "^3.10.0", "gatsby-plugin-node-fields": "^3.1.0", "gatsby-plugin-offline": "^4.10.0", - "gatsby-plugin-react-helmet": "^4.9.0", + "gatsby-plugin-react-helmet": "^4.10.0", "gatsby-plugin-robots-txt": "1.5.6", "gatsby-plugin-sass": "^4.10.0", "gatsby-plugin-sharp": "^3.9.0", @@ -11471,11 +11471,11 @@ } }, "node_modules/gatsby-plugin-react-helmet": { - "version": "4.9.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.9.0.tgz", - "integrity": "sha512-x0M2LbY0tkO/EjtgpJwwVv0NHRQV1znoap6tfBOXxhSGCdZHc4zY4/v6fpEXwM4r5YGdT+6MpUQJyy75BWb9Hg==", + "version": "4.10.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.10.0.tgz", + "integrity": "sha512-cmYU2Y0krb6L5Bgb4RoR/LW9ZJw946eDrvVOYk71hoSEjsvIIYkAwAI+kVziApdCGH9Is79y1qMrLKMAG+YKSw==", "dependencies": { - "@babel/runtime": "^7.14.0" + "@babel/runtime": "^7.14.6" }, "engines": { "node": ">=12.13.0" @@ -36611,11 +36611,11 @@ } }, "gatsby-plugin-react-helmet": { - "version": "4.9.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.9.0.tgz", - "integrity": "sha512-x0M2LbY0tkO/EjtgpJwwVv0NHRQV1znoap6tfBOXxhSGCdZHc4zY4/v6fpEXwM4r5YGdT+6MpUQJyy75BWb9Hg==", + "version": "4.10.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.10.0.tgz", + "integrity": "sha512-cmYU2Y0krb6L5Bgb4RoR/LW9ZJw946eDrvVOYk71hoSEjsvIIYkAwAI+kVziApdCGH9Is79y1qMrLKMAG+YKSw==", "requires": { - "@babel/runtime": "^7.14.0" + "@babel/runtime": "^7.14.6" } }, "gatsby-plugin-robots-txt": { diff --git a/package.json b/package.json index b93ee687..81aeef02 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "gatsby-plugin-netlify": "^3.10.0", "gatsby-plugin-node-fields": "^3.1.0", "gatsby-plugin-offline": "^4.10.0", - "gatsby-plugin-react-helmet": "^4.9.0", + "gatsby-plugin-react-helmet": "^4.10.0", "gatsby-plugin-robots-txt": "1.5.6", "gatsby-plugin-sass": "^4.10.0", "gatsby-plugin-sharp": "^3.9.0",