From d4cff97945ad4009d10aba115197a0690618e0ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jun 2021 10:18:44 +0000 Subject: [PATCH] Bump gatsby-plugin-react-helmet from 4.6.0 to 4.7.1 in /packages/website Bumps [gatsby-plugin-react-helmet](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-react-helmet) from 4.6.0 to 4.7.1. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/gatsby-plugin-react-helmet@4.7.1/packages/gatsby-plugin-react-helmet/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-helmet@4.7.1/packages/gatsby-plugin-react-helmet) --- updated-dependencies: - dependency-name: gatsby-plugin-react-helmet dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/website/package-lock.json | 18 +++++++++--------- packages/website/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/website/package-lock.json b/packages/website/package-lock.json index 5219dffb..205a6321 100644 --- a/packages/website/package-lock.json +++ b/packages/website/package-lock.json @@ -27,7 +27,7 @@ "gatsby-plugin-offline": "^4.6.0", "gatsby-plugin-postcss": "^4.6.0", "gatsby-plugin-purgecss": "^6.0.2", - "gatsby-plugin-react-helmet": "^4.6.0", + "gatsby-plugin-react-helmet": "^4.7.1", "gatsby-plugin-robots-txt": "^1.6.2", "gatsby-plugin-sharp": "^3.6.0", "gatsby-plugin-svgr": "^3.0.0-beta.0", @@ -11843,11 +11843,11 @@ } }, "node_modules/gatsby-plugin-react-helmet": { - "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==", + "version": "4.7.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.7.1.tgz", + "integrity": "sha512-lu+Fgs8pWfYvqKdaSgAkbeE9wgVTnAS8sKgykcqaEgK+STpmhFtzpuJqmhBK3wJwP7yK5BePK5Dte+aRbtkpJQ==", "dependencies": { - "@babel/runtime": "^7.12.5" + "@babel/runtime": "^7.14.0" }, "engines": { "node": ">=12.13.0" @@ -37739,11 +37739,11 @@ } }, "gatsby-plugin-react-helmet": { - "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==", + "version": "4.7.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.7.1.tgz", + "integrity": "sha512-lu+Fgs8pWfYvqKdaSgAkbeE9wgVTnAS8sKgykcqaEgK+STpmhFtzpuJqmhBK3wJwP7yK5BePK5Dte+aRbtkpJQ==", "requires": { - "@babel/runtime": "^7.12.5" + "@babel/runtime": "^7.14.0" } }, "gatsby-plugin-robots-txt": { diff --git a/packages/website/package.json b/packages/website/package.json index 11424dcc..11fa7de1 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -24,7 +24,7 @@ "gatsby-plugin-offline": "^4.6.0", "gatsby-plugin-postcss": "^4.6.0", "gatsby-plugin-purgecss": "^6.0.2", - "gatsby-plugin-react-helmet": "^4.6.0", + "gatsby-plugin-react-helmet": "^4.7.1", "gatsby-plugin-robots-txt": "^1.6.2", "gatsby-plugin-sharp": "^3.6.0", "gatsby-plugin-svgr": "^3.0.0-beta.0",