diff --git a/package-lock.json b/package-lock.json index bb7e729..a7dd786 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10520,11 +10520,26 @@ } }, "gatsby-plugin-react-helmet": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.4.0.tgz", - "integrity": "sha512-LVWGgMVQbOrBIHPz8ghjmglDbFM5X/IdX4g8WT7o4IknktRLlHY8ETkn3DQzuB7/3PFgAbFpEXerCXb7XpwQdA==", + "version": "4.15.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.15.0.tgz", + "integrity": "sha512-wA3DbF7njlp4TkgWz3M8kBV3OBahE/1TJmF20rFAm5OBt3ak9VCg8x6CjB73qVdJPsyd4ETF7fhxjgrgVmXwpw==", "requires": { - "@babel/runtime": "^7.12.5" + "@babel/runtime": "^7.15.4" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.20.7.tgz", + "integrity": "sha512-UF0tvkUtxwAgZ5W/KrkHf0Rn0fdnLDU9ScxBrEVNUprE/MzirjK4MJUX1/BVDv00Sv8cljtukVK1aky++X1SjQ==", + "requires": { + "regenerator-runtime": "^0.13.11" + } + }, + "regenerator-runtime": { + "version": "0.13.11", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", + "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==" + } } }, "gatsby-plugin-sharp": { diff --git a/package.json b/package.json index 7c80515..7eab400 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "gatsby-plugin-image": "^1.1.2", "gatsby-plugin-manifest": "^3.6.0", "gatsby-plugin-mdx": "^2.10.1", - "gatsby-plugin-react-helmet": "^4.4.0", + "gatsby-plugin-react-helmet": "^4.15.0", "gatsby-plugin-sharp": "^3.6.0", "gatsby-plugin-theme-ui": "^0.6.0", "gatsby-remark-autolink-headers": "^4.11.0",