diff --git a/package-lock.json b/package-lock.json index 15ca977..5bff9e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8555,9 +8555,9 @@ } }, "gatsby-plugin-react-helmet": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.6.0.tgz", - "integrity": "sha512-nuI9UyLuxaRRGiTbAkYW5EXEKqrRJiaAnTrmXhLf5btQZSG0EGVrRFtQeN9KTuCi43czenZ2IDcbBg5yf0p1Gg==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.8.0.tgz", + "integrity": "sha512-N3foQUlaA7S7hRHpUtM30eYfhaE/wfC5xJhZ2UJCeos/rRDA6RHEp4IGI+VIs6+4T4ClS9pM9jwg8TfcqNlAiQ==", "requires": { "@babel/runtime": "^7.12.5" }, diff --git a/package.json b/package.json index 813709e..7209778 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "gatsby": "^2.28.0", "gatsby-image": "^2.4.16", "gatsby-plugin-dark-mode": "^1.1.2", - "gatsby-plugin-react-helmet": "^3.6.0", + "gatsby-plugin-react-helmet": "^3.8.0", "gatsby-plugin-sharp": "^2.6.31", "gatsby-source-filesystem": "^2.7.0", "gatsby-source-sanity": "^6.0.4",