From dfa7ab598f573ef862fa420de47cd56c8811602b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Feb 2021 14:11:38 +0100 Subject: [PATCH] build(deps): bump gatsby-plugin-react-helmet in /docs (#1709) --- docs/package-lock.json | 6 +++--- docs/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 9d2b57c0..ab8dddcf 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -9617,9 +9617,9 @@ } }, "gatsby-plugin-react-helmet": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.7.0.tgz", - "integrity": "sha512-vynqIMOUR/sOfM2eXpZiECuEZ6G/97ic+ulkyCVw7CjHNTQCW2evzJKNbHQrBYgmQCGXzQJuyGf1F5khLm8H7g==", + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.10.0.tgz", + "integrity": "sha512-TktmUysb7wDwYOKowNcpXxLJfQiwQ7cSQ8ALH3pJrW63wBaCoBXvAHg3OhgHVR74CrqN2Tb89tr3GXa4JhO4Qw==", "requires": { "@babel/runtime": "^7.12.5" } diff --git a/docs/package.json b/docs/package.json index 6aaf9b6e..01d9a72d 100644 --- a/docs/package.json +++ b/docs/package.json @@ -22,7 +22,7 @@ "gatsby-plugin-netlify": "^2.11.0", "gatsby-plugin-netlify-cache": "^1.2.0", "gatsby-plugin-offline": "^3.10.0", - "gatsby-plugin-react-helmet": "^3.7.0", + "gatsby-plugin-react-helmet": "^3.10.0", "gatsby-plugin-react-svg": "^3.0.0", "gatsby-plugin-robots-txt": "^1.5.1", "gatsby-plugin-sharp": "^2.14.1",