From d5de2c3e2bcf7cea959c885756842869a10e546b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Sep 2021 11:30:20 +0200 Subject: [PATCH] Bump gatsby-plugin-react-helmet from 4.13.0 to 4.14.0 (#674) Bumps [gatsby-plugin-react-helmet](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-react-helmet) from 4.13.0 to 4.14.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.14.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 49d75e8..c02ac7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "gatsby-plugin-manifest": "^3.14.0", "gatsby-plugin-matomo": "^0.10.0", "gatsby-plugin-offline": "^4.14.0", - "gatsby-plugin-react-helmet": "^4.13.0", + "gatsby-plugin-react-helmet": "^4.14.0", "gatsby-plugin-sharp": "^3.14.0", "gatsby-plugin-sitemap": "^4.9.0", "gatsby-plugin-svgr": "^3.0.0-beta.0", @@ -11594,11 +11594,11 @@ } }, "node_modules/gatsby-plugin-react-helmet": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.13.0.tgz", - "integrity": "sha512-GwIqbhFtPDryftM6NEWdjgWNDpWhyifgshDxtIh8PMSEIs7VMg2tgLQf8W8EpSP7yXu3aKDm/pxFXRlPZPk9cA==", + "version": "4.14.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.14.0.tgz", + "integrity": "sha512-IpLC0mWRNP+E0ezDBXHciVATW+mv2MCvCP3lEYtFQ8mfcm3K//MpeynouNQSPCXn9cH7fr5w0Y355Wl5w1kw1A==", "dependencies": { - "@babel/runtime": "^7.14.8" + "@babel/runtime": "^7.15.4" }, "engines": { "node": ">=12.13.0" @@ -36140,11 +36140,11 @@ } }, "gatsby-plugin-react-helmet": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.13.0.tgz", - "integrity": "sha512-GwIqbhFtPDryftM6NEWdjgWNDpWhyifgshDxtIh8PMSEIs7VMg2tgLQf8W8EpSP7yXu3aKDm/pxFXRlPZPk9cA==", + "version": "4.14.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.14.0.tgz", + "integrity": "sha512-IpLC0mWRNP+E0ezDBXHciVATW+mv2MCvCP3lEYtFQ8mfcm3K//MpeynouNQSPCXn9cH7fr5w0Y355Wl5w1kw1A==", "requires": { - "@babel/runtime": "^7.14.8" + "@babel/runtime": "^7.15.4" } }, "gatsby-plugin-sharp": { diff --git a/package.json b/package.json index 9d86fa2..b920705 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "gatsby-plugin-manifest": "^3.14.0", "gatsby-plugin-matomo": "^0.10.0", "gatsby-plugin-offline": "^4.14.0", - "gatsby-plugin-react-helmet": "^4.13.0", + "gatsby-plugin-react-helmet": "^4.14.0", "gatsby-plugin-sharp": "^3.14.0", "gatsby-plugin-sitemap": "^4.9.0", "gatsby-plugin-svgr": "^3.0.0-beta.0",