From 18d4f2166c43d741f520f8b538d50b2ba81a51f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Jan 2021 22:22:27 +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.3.10 to 3.7.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.7.0/packages/gatsby-plugin-react-helmet) Signed-off-by: dependabot[bot] --- docs/package-lock.json | 8 ++++---- docs/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 01fe282e3cfe..ffe4c25abdc3 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -9423,11 +9423,11 @@ } }, "gatsby-plugin-react-helmet": { - "version": "3.3.10", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.3.10.tgz", - "integrity": "sha512-AcXYwmS3r298JWs6iQ3OLNxIe8L8i5a2iSdLr/SDMpHqumYm7q/vB9kCX0et5wM7DIuZ7aPXDrdi5yDCAvU5lg==", + "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==", "requires": { - "@babel/runtime": "^7.10.3" + "@babel/runtime": "^7.12.5" } }, "gatsby-plugin-react-svg": { diff --git a/docs/package.json b/docs/package.json index a767ab40a783..dd52207d9d2f 100644 --- a/docs/package.json +++ b/docs/package.json @@ -22,7 +22,7 @@ "gatsby-plugin-netlify": "^2.3.13", "gatsby-plugin-netlify-cache": "^1.2.0", "gatsby-plugin-offline": "^3.7.1", - "gatsby-plugin-react-helmet": "^3.3.10", + "gatsby-plugin-react-helmet": "^3.7.0", "gatsby-plugin-react-svg": "^3.0.0", "gatsby-plugin-robots-txt": "^1.5.1", "gatsby-plugin-sharp": "^2.11.2",