From 0957f3327a592a81270176c7f7d3de5fd1ef1ef5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Feb 2021 13:02:43 +0000 Subject: [PATCH] build(deps): bump gatsby-plugin-react-helmet in /docs Bumps [gatsby-plugin-react-helmet](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-react-helmet) from 3.7.0 to 3.10.0. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-react-helmet/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-helmet@3.10.0/packages/gatsby-plugin-react-helmet) Signed-off-by: dependabot[bot] --- 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 9d2b57c076fc..ab8dddcfecd0 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 6aaf9b6e4b1d..01d9a72dd3a7 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",