From 4da0c7b8dd1c4415ffb1eb0a14217270cffeb30d Mon Sep 17 00:00:00 2001
From: "dependabot-preview[bot]"
 <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Tue, 5 May 2020 05:33:02 +0000
Subject: [PATCH] Build(deps-dev): bump gatsby-plugin-react-helmet from 3.1.24
 to 3.3.0 (#5032)

Bumps [gatsby-plugin-react-helmet](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-react-helmet) from 3.1.24 to 3.3.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.3.0/packages/gatsby-plugin-react-helmet)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[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 2069dc638d..7ad5c84b4a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -16020,18 +16020,18 @@
       }
     },
     "gatsby-plugin-react-helmet": {
-      "version": "3.1.24",
-      "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.1.24.tgz",
-      "integrity": "sha512-kLR/RMDBVriJptsJufoL1UBVHgq2fZIMXen7nru2ugGn0m8xwpArFoOz6meYlpiDB3Z41eYR/+Nr8GizQnYcxg==",
+      "version": "3.3.0",
+      "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.3.0.tgz",
+      "integrity": "sha512-Z0G2/+fvX+FRkvd5H5VezJKlWNz39P6SZnPliIk6tGbKP4RIry5xdZYmyd3bn+IsyNvm2GmDoTQfOSqxsYNweQ==",
       "dev": true,
       "requires": {
-        "@babel/runtime": "^7.8.7"
+        "@babel/runtime": "^7.9.2"
       },
       "dependencies": {
         "@babel/runtime": {
-          "version": "7.9.2",
-          "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.9.2.tgz",
-          "integrity": "sha512-NE2DtOdufG7R5vnfQUTehdTfNycfUANEtCa9PssN9O/xmTzP4E08UI797ixaei6hBEVL9BI/PsdJS5x7mWoB9Q==",
+          "version": "7.9.6",
+          "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.9.6.tgz",
+          "integrity": "sha512-64AF1xY3OAkFHqOb9s4jpgk1Mm5vDZ4L3acHvAml+53nO1XbXLuDodsVpO4OIUsmemlUHMxNdYMNJmsvOwLrvQ==",
           "dev": true,
           "requires": {
             "regenerator-runtime": "^0.13.4"
diff --git a/package.json b/package.json
index 3d02185b5a..2805c4ddb9 100644
--- a/package.json
+++ b/package.json
@@ -198,7 +198,7 @@
     "gatsby": "2.19.41",
     "gatsby-plugin-catch-links": "^2.3.0",
     "gatsby-plugin-page-creator": "^2.3.0",
-    "gatsby-plugin-react-helmet": "^3.1.24",
+    "gatsby-plugin-react-helmet": "^3.3.0",
     "gatsby-plugin-remove-trailing-slashes": "^2.3.0",
     "gatsby-plugin-styled-components": "^3.3.0",
     "gatsby-plugin-typescript": "^2.4.0",
-- 
GitLab