From 1f063179af04472938c1333bbac9d9c57e4c35cb Mon Sep 17 00:00:00 2001 From: Jean-Philippe Sirois Date: Tue, 10 Mar 2020 01:24:46 -0400 Subject: [PATCH] chore(deps): bump gatsby-plugin-react-helmet to 3.1.23 --- 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 495fe39..d10e0e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9884,9 +9884,9 @@ } }, "gatsby-plugin-react-helmet": { - "version": "3.1.21", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.1.21.tgz", - "integrity": "sha512-6LZ2LEYTwqD+ZqyCH55mVpk2xEXbQoCTfijP1W4ZCQsKtpWGJP+vyd6b96FWVyEb2k5LsQ1u+jk4R8xXULSX+w==", + "version": "3.1.23", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.1.23.tgz", + "integrity": "sha512-l6OomFCfggJ6IG8XOw0WuCqbTnVrqtMRxA/O5qbCpXH7K9JxjE406vUM8To0dVjoaCiSvRZU/Dz0vU0wEWe0UQ==", "requires": { "@babel/runtime": "^7.7.6" } diff --git a/package.json b/package.json index 7a9b1c4..3f8a43d 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "gatsby-plugin-layout": "^1.1.23", "gatsby-plugin-manifest": "^2.2.45", "gatsby-plugin-prefetch-google-fonts": "^1.4.3", - "gatsby-plugin-react-helmet": "^3.1.21", + "gatsby-plugin-react-helmet": "^3.1.23", "gatsby-plugin-react-svg": "^3.0.0", "gatsby-plugin-sharp": "^2.4.3", "gatsby-plugin-styled-components": "^3.1.18",