From b315e2a652b28770df078ff6fd684a11b58d2207 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Sirois Date: Tue, 26 May 2020 22:39:29 -0400 Subject: [PATCH] chore(deps): bump gatsby-plugin-react-helmet to 3.3.2 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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",