From 760a6c4108c033fb08dab09249f51a692bf90d9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Nov 2020 05:59:16 +0000 Subject: [PATCH] Bump gatsby-plugin-react-helmet from 3.3.4 to 3.4.0 Bumps [gatsby-plugin-react-helmet](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-react-helmet) from 3.3.4 to 3.4.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@3.4.0/packages/gatsby-plugin-react-helmet) Signed-off-by: dependabot[bot] --- package-lock.json | 18 ++++++++++++++---- package.json | 2 +- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2411243..c0d1c0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9825,11 +9825,21 @@ } }, "gatsby-plugin-react-helmet": { - "version": "3.3.4", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.3.4.tgz", - "integrity": "sha512-tBHxEDqqaqVz6aAgBqpwB+Hg8qcaqb/qPFbdGBggllAoCuFclZfqnxCpy5c65JIBl2xenQVXfBkhn+yBUh4vGg==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.4.0.tgz", + "integrity": "sha512-SPMXDDDwMJ9AQKqNbyWhlE2rJwmm6f/HDx7mOn8Jnkcu0jlq/ZiAfbNMfCzX2gufeRiQR9VTRPz0Fs6rUuoxgQ==", "requires": { - "@babel/runtime": "^7.10.2" + "@babel/runtime": "^7.11.2" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.12.5", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz", + "integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + } } }, "gatsby-plugin-sharp": { diff --git a/package.json b/package.json index 73322d2..1786cfe 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "gatsby-plugin-manifest": "^2.4.11", "gatsby-plugin-offline": "^3.2.9", "gatsby-plugin-preload-fonts": "^1.2.10", - "gatsby-plugin-react-helmet": "^3.3.4", + "gatsby-plugin-react-helmet": "^3.4.0", "gatsby-plugin-sharp": "^2.6.11", "gatsby-plugin-web-font-loader": "^1.0.4", "gatsby-source-airtable": "^2.1.1",