From 9de3c4c12f742137eced56a23ec08ec3529af6f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jul 2021 09:35:23 +0000 Subject: [PATCH] Bump gatsby-plugin-react-helmet from 4.8.0 to 4.9.0 in /packages/website Bumps [gatsby-plugin-react-helmet](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-react-helmet) from 4.8.0 to 4.9.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@4.9.0/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 | 14 +++++++------- packages/website/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/website/package-lock.json b/packages/website/package-lock.json index d1be3013..dc36b618 100644 --- a/packages/website/package-lock.json +++ b/packages/website/package-lock.json @@ -27,7 +27,7 @@ "gatsby-plugin-offline": "^4.8.0", "gatsby-plugin-postcss": "^4.9.0", "gatsby-plugin-purgecss": "^6.0.2", - "gatsby-plugin-react-helmet": "^4.8.0", + "gatsby-plugin-react-helmet": "^4.9.0", "gatsby-plugin-robots-txt": "^1.6.8", "gatsby-plugin-sharp": "^3.8.0", "gatsby-plugin-svgr": "^3.0.0-beta.0", @@ -12107,9 +12107,9 @@ } }, "node_modules/gatsby-plugin-react-helmet": { - "version": "4.8.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.8.0.tgz", - "integrity": "sha512-MzsWiJFGKIYhIPLLp5zb0hX8ppL5tWpEuAHDeqI4DJ6egsAvcXt65RrunZNnAdP26367LKuz+X0ZEla0II3lsQ==", + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.9.0.tgz", + "integrity": "sha512-x0M2LbY0tkO/EjtgpJwwVv0NHRQV1znoap6tfBOXxhSGCdZHc4zY4/v6fpEXwM4r5YGdT+6MpUQJyy75BWb9Hg==", "dependencies": { "@babel/runtime": "^7.14.0" }, @@ -37589,9 +37589,9 @@ } }, "gatsby-plugin-react-helmet": { - "version": "4.8.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.8.0.tgz", - "integrity": "sha512-MzsWiJFGKIYhIPLLp5zb0hX8ppL5tWpEuAHDeqI4DJ6egsAvcXt65RrunZNnAdP26367LKuz+X0ZEla0II3lsQ==", + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.9.0.tgz", + "integrity": "sha512-x0M2LbY0tkO/EjtgpJwwVv0NHRQV1znoap6tfBOXxhSGCdZHc4zY4/v6fpEXwM4r5YGdT+6MpUQJyy75BWb9Hg==", "requires": { "@babel/runtime": "^7.14.0" } diff --git a/packages/website/package.json b/packages/website/package.json index d879d3a6..379c1000 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -24,7 +24,7 @@ "gatsby-plugin-offline": "^4.8.0", "gatsby-plugin-postcss": "^4.9.0", "gatsby-plugin-purgecss": "^6.0.2", - "gatsby-plugin-react-helmet": "^4.8.0", + "gatsby-plugin-react-helmet": "^4.9.0", "gatsby-plugin-robots-txt": "^1.6.8", "gatsby-plugin-sharp": "^3.8.0", "gatsby-plugin-svgr": "^3.0.0-beta.0",