From 91e15bf395e39e1c43c246759c45af0b4975b78c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Sep 2021 19:28:19 +0000 Subject: [PATCH] Bump gatsby-plugin-react-helmet from 4.13.0 to 4.14.0 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] --- 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 62b8561..b44b722 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "gatsby-plugin-dark-mode": "^1.1.2", "gatsby-plugin-manifest": "^3.13.0", "gatsby-plugin-offline": "^4.13.0", - "gatsby-plugin-react-helmet": "^4.13.0", + "gatsby-plugin-react-helmet": "^4.14.0", "gatsby-plugin-react-svg": "^3.0.1", "gatsby-plugin-robots-txt": "^1.6.10", "gatsby-plugin-sharp": "^3.13.0", @@ -10257,11 +10257,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" @@ -30059,11 +30059,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-react-svg": { diff --git a/package.json b/package.json index f82db41..0b66149 100644 --- a/package.json +++ b/package.json @@ -152,7 +152,7 @@ "gatsby-plugin-dark-mode": "^1.1.2", "gatsby-plugin-manifest": "^3.13.0", "gatsby-plugin-offline": "^4.13.0", - "gatsby-plugin-react-helmet": "^4.13.0", + "gatsby-plugin-react-helmet": "^4.14.0", "gatsby-plugin-react-svg": "^3.0.1", "gatsby-plugin-robots-txt": "^1.6.10", "gatsby-plugin-sharp": "^3.13.0",