diff --git a/package-lock.json b/package-lock.json index 5ea316f..a93b60c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9814,9 +9814,9 @@ } }, "gatsby-plugin-react-helmet": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.3.1.tgz", - "integrity": "sha512-DZ/IWs+zlGL8N3JAcewPJJUPkl1st6/hIWQ3YphKoTK64DUIoMd2wWSJCrC6LiurS7knGHa4pdGyc5clwV1EKA==", + "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==", "requires": { "@babel/runtime": "^7.9.6" } diff --git a/package.json b/package.json index 364765b..fd0fa67 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "gatsby-plugin-manifest": "^2.4.9", "gatsby-plugin-polished": "^1.0.4", "gatsby-plugin-prefetch-google-fonts": "^1.4.3", - "gatsby-plugin-react-helmet": "^3.3.1", + "gatsby-plugin-react-helmet": "^3.3.2", "gatsby-plugin-react-svg": "^3.0.0", "gatsby-plugin-sharp": "^2.6.6", "gatsby-plugin-styled-components": "^3.3.1",