From 4f92e87a890769c188d39831ba4fe8f426756251 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Sirois Date: Tue, 1 Jun 2021 00:46:32 -0400 Subject: [PATCH] chore(deps): bump gatsby-plugin-react-helmet to 4.6.0 --- 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 904bc05..3436901 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11538,9 +11538,9 @@ } }, "gatsby-plugin-react-helmet": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.10.0.tgz", - "integrity": "sha512-TktmUysb7wDwYOKowNcpXxLJfQiwQ7cSQ8ALH3pJrW63wBaCoBXvAHg3OhgHVR74CrqN2Tb89tr3GXa4JhO4Qw==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.6.0.tgz", + "integrity": "sha512-+OR34N+H3vZcSN4e4dEyk6tR6NBBP8gINWztDw6/b3sXVJM0hfHRCpbBtgtJGclyjaxAdwbtfos1geKh3AvDHA==", "requires": { "@babel/runtime": "^7.12.5" } diff --git a/package.json b/package.json index 154cd4c..a2c1e3b 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "gatsby-plugin-manifest": "^3.6.0", "gatsby-plugin-mdx": "^2.6.0", "gatsby-plugin-polished": "^1.0.4", - "gatsby-plugin-react-helmet": "^3.6.0", + "gatsby-plugin-react-helmet": "^4.6.0", "gatsby-plugin-react-svg": "^3.0.0", "gatsby-plugin-sharp": "^2.10.0", "gatsby-plugin-styled-components": "^3.6.0",