diff --git a/package-lock.json b/package-lock.json index 8e7f9fc480..25f84dd7db 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.2", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.2.2.tgz", + "integrity": "sha512-mPd7gefGIxqAuxFJgDuttR9+DnRLKLrCh61ND1iLSeOp9GoYS/qH8Rhka6fkpmBXOtUVyujzaUthhB/ll/a4RA==", "requires": { "@babel/runtime": "^7.8.7" }, diff --git a/package.json b/package.json index a1a1707032..587ffccd0b 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.2", "gatsby-plugin-sharp": "^2.5.4", "gatsby-plugin-sitemap": "^2.0.5", "gatsby-plugin-typescript": "^2.3.1",