diff --git a/package-lock.json b/package-lock.json index 4cf8bd2..2329e25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10646,11 +10646,26 @@ } }, "gatsby-plugin-react-helmet": { - "version": "3.1.16", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.1.16.tgz", - "integrity": "sha512-U8JL1o2WBYdr8x1qyA9FSFc1A6snYUuCW/WFqfYQjDcv6VFyPJhw5gQnmh5n+4yGcPhV3ktYDMSWKnXFegNu4A==", + "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.7.4" + "@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" + } + }, + "regenerator-runtime": { + "version": "0.13.7", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz", + "integrity": "sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew==" + } } }, "gatsby-plugin-sharp": { diff --git a/package.json b/package.json index 316b6e4..84f4fea 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "gatsby-plugin-material-ui": "^2.1.6", "gatsby-plugin-mdx": "^1.0.67", "gatsby-plugin-offline": "^3.0.27", - "gatsby-plugin-react-helmet": "^3.1.16", + "gatsby-plugin-react-helmet": "^3.10.0", "gatsby-plugin-sharp": "^2.3.5", "gatsby-plugin-typescript": "^2.1.26", "gatsby-plugin-use-dark-mode": "^1.1.2",