diff --git a/package-lock.json b/package-lock.json index f6da185..22ab2ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14621,11 +14621,21 @@ } }, "gatsby-plugin-react-helmet": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.3.2.tgz", - "integrity": "sha512-uRZlX4ejy0Txlw+9qbIVkULsuc6iniSwDgD+Ed6BOryKmF42qaqmdbcc78ZwPVN2SZJCDhcZKXoJf6QftTwwDg==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.6.0.tgz", + "integrity": "sha512-nuI9UyLuxaRRGiTbAkYW5EXEKqrRJiaAnTrmXhLf5btQZSG0EGVrRFtQeN9KTuCi43czenZ2IDcbBg5yf0p1Gg==", "requires": { - "@babel/runtime": "^7.9.6" + "@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==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + } } }, "gatsby-plugin-react-svg": { diff --git a/package.json b/package.json index 8878e7c..03a4cf4 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "gatsby-plugin-manifest": "^2.8.0", "gatsby-plugin-mdx": "^1.6.0", "gatsby-plugin-polished": "^1.0.4", - "gatsby-plugin-react-helmet": "^3.3.2", + "gatsby-plugin-react-helmet": "^3.6.0", "gatsby-plugin-react-svg": "^3.0.0", "gatsby-plugin-sharp": "^2.6.9", "gatsby-plugin-styled-components": "^3.3.2",