From 911fbd55f28f25f95e8dfdf7cd095bf72c0e2e29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 12:38:32 +0200 Subject: [PATCH] Bump gatsby-plugin-react-helmet from 4.5.0 to 4.6.0 (#569) Bumps [gatsby-plugin-react-helmet](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-react-helmet) from 4.5.0 to 4.6.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.6.0/packages/gatsby-plugin-react-helmet) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 04b79fa..113fe9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "gatsby-plugin-matomo": "^0.10.0", "gatsby-plugin-offline": "^4.6.0", "gatsby-plugin-postcss": "^4.5.0", - "gatsby-plugin-react-helmet": "^4.5.0", + "gatsby-plugin-react-helmet": "^4.6.0", "gatsby-plugin-sharp": "^3.5.0", "gatsby-plugin-sitemap": "^4.1.0", "gatsby-plugin-svgr": "^3.0.0-beta.0", @@ -12519,9 +12519,9 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "node_modules/gatsby-plugin-react-helmet": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.5.0.tgz", - "integrity": "sha512-QDddKLz2aVDVIAttdQot4S/5H+KP6yUTkZySWyNsvClPovZ+XXgsrmav/Dt0w/6dAzIJA7RXqGvFwOJRHIKncQ==", + "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==", "dependencies": { "@babel/runtime": "^7.12.5" }, @@ -43872,9 +43872,9 @@ } }, "gatsby-plugin-react-helmet": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.5.0.tgz", - "integrity": "sha512-QDddKLz2aVDVIAttdQot4S/5H+KP6yUTkZySWyNsvClPovZ+XXgsrmav/Dt0w/6dAzIJA7RXqGvFwOJRHIKncQ==", + "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==", "requires": { "@babel/runtime": "^7.12.5" } diff --git a/package.json b/package.json index 91f0cdf..fe461db 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "gatsby-plugin-matomo": "^0.10.0", "gatsby-plugin-offline": "^4.6.0", "gatsby-plugin-postcss": "^4.5.0", - "gatsby-plugin-react-helmet": "^4.5.0", + "gatsby-plugin-react-helmet": "^4.6.0", "gatsby-plugin-sharp": "^3.5.0", "gatsby-plugin-sitemap": "^4.1.0", "gatsby-plugin-svgr": "^3.0.0-beta.0",