From 634726348721a1566360e6fa9832e886f165165d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2020 02:43:30 +0000 Subject: [PATCH] build(deps): bump gatsby-plugin-react-helmet from 3.1.5 to 3.2.1 Bumps [gatsby-plugin-react-helmet](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-react-helmet) from 3.1.5 to 3.2.1. - [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.2.1/packages/gatsby-plugin-react-helmet) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 23 +++++++++++++++++++---- package.json | 2 +- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 46bf2b7b4d..0429d710b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8971,11 +8971,26 @@ } }, "gatsby-plugin-react-helmet": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.1.5.tgz", - "integrity": "sha1-AJ7rqweXiARXvDukZKbl6KBW1no=", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.2.1.tgz", + "integrity": "sha512-5oarZdVvp3k3keG26eVFagVHLYw7wCGs/MXRYQg8MEyJewU3X4Uc0eo7qu4TM5EIuZ2ekaL14r86RB6RM5TORA==", "requires": { - "@babel/runtime": "^7.5.5" + "@babel/runtime": "^7.8.7" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.9.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.9.2.tgz", + "integrity": "sha512-NE2DtOdufG7R5vnfQUTehdTfNycfUANEtCa9PssN9O/xmTzP4E08UI797ixaei6hBEVL9BI/PsdJS5x7mWoB9Q==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, + "regenerator-runtime": { + "version": "0.13.5", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz", + "integrity": "sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA==" + } } }, "gatsby-plugin-sharp": { diff --git a/package.json b/package.json index 9dded163f8..746e1696ce 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "gatsby-plugin-emotion": "^4.0.4", "gatsby-plugin-manifest": "^2.0.2", "gatsby-plugin-offline": "^3.0.16", - "gatsby-plugin-react-helmet": "^3.0.0", + "gatsby-plugin-react-helmet": "^3.2.1", "gatsby-plugin-sharp": "^2.0.17", "gatsby-plugin-sitemap": "^2.0.5", "gatsby-plugin-typescript": "^2.0.0",