diff --git a/package-lock.json b/package-lock.json index 2411243..f6f3f11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9825,11 +9825,21 @@ } }, "gatsby-plugin-react-helmet": { - "version": "3.3.4", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.3.4.tgz", - "integrity": "sha512-tBHxEDqqaqVz6aAgBqpwB+Hg8qcaqb/qPFbdGBggllAoCuFclZfqnxCpy5c65JIBl2xenQVXfBkhn+yBUh4vGg==", + "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.10.2" + "@babel/runtime": "^7.12.5" + }, + "dependencies": { + "@babel/runtime": { + "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" + } + } } }, "gatsby-plugin-sharp": { diff --git a/package.json b/package.json index 73322d2..59b2342 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "gatsby-plugin-manifest": "^2.4.11", "gatsby-plugin-offline": "^3.2.9", "gatsby-plugin-preload-fonts": "^1.2.10", - "gatsby-plugin-react-helmet": "^3.3.4", + "gatsby-plugin-react-helmet": "^3.10.0", "gatsby-plugin-sharp": "^2.6.11", "gatsby-plugin-web-font-loader": "^1.0.4", "gatsby-source-airtable": "^2.1.1",