diff --git a/client/package-lock.json b/client/package-lock.json index 15b30b294a..6227883845 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -12268,17 +12268,17 @@ } }, "gatsby-plugin-react-helmet": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.9.0.tgz", - "integrity": "sha512-u9KAVomMMYvX5swwMF2ToyyVWwwduLMuRggeydYGVae9IOz9pRK4QZYpN303tWeuOSKNSAOVo4tcSQ40//jgVg==", + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.10.0.tgz", + "integrity": "sha512-TktmUysb7wDwYOKowNcpXxLJfQiwQ7cSQ8ALH3pJrW63wBaCoBXvAHg3OhgHVR74CrqN2Tb89tr3GXa4JhO4Qw==", "requires": { "@babel/runtime": "^7.12.5" }, "dependencies": { "@babel/runtime": { - "version": "7.12.5", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz", - "integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.13.tgz", + "integrity": "sha512-8+3UMPBrjFa/6TtKi/7sehPKqfAm4g6K+YQjyyFOLUTxzOngcRZTlAVY8sc2CORJYqdHQY8gRPHmn+qo15rCBw==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/client/package.json b/client/package.json index e06ebc278c..4f32c7dadd 100644 --- a/client/package.json +++ b/client/package.json @@ -36,7 +36,7 @@ "gatsby-plugin-create-client-paths": "^2.9.0", "gatsby-plugin-manifest": "^2.12.0", "gatsby-plugin-postcss": "^2.3.13", - "gatsby-plugin-react-helmet": "^3.9.0", + "gatsby-plugin-react-helmet": "^3.10.0", "gatsby-plugin-remove-serviceworker": "^1.0.0", "gatsby-remark-prismjs": "^3.12.0", "gatsby-source-filesystem": "^2.11.0",