diff --git a/package-lock.json b/package-lock.json index 8e7f9fc480..22bf7fca3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12588,9 +12588,9 @@ } }, "gatsby-plugin-react-helmet": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.2.1.tgz", - "integrity": "sha512-5oarZdVvp3k3keG26eVFagVHLYw7wCGs/MXRYQg8MEyJewU3X4Uc0eo7qu4TM5EIuZ2ekaL14r86RB6RM5TORA==", + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.2.4.tgz", + "integrity": "sha512-AHmmhodv7E8+qkHC5W0XSTgoQb1iHMB15Jn4NnEnDz696pZ448g1MCnX3bEMGCjYg2wHKJlo29EVoa4z5dS5lw==", "requires": { "@babel/runtime": "^7.8.7" }, diff --git a/package.json b/package.json index a1a1707032..c764818b30 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "gatsby-plugin-emotion": "^4.2.1", "gatsby-plugin-manifest": "^2.3.3", "gatsby-plugin-offline": "^3.1.2", - "gatsby-plugin-react-helmet": "^3.2.1", + "gatsby-plugin-react-helmet": "^3.2.4", "gatsby-plugin-sharp": "^2.5.4", "gatsby-plugin-sitemap": "^2.0.5", "gatsby-plugin-typescript": "^2.3.1",