From c1411646da53b944a886216a901801fd465d9f07 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Sirois Date: Mon, 11 May 2020 02:06:57 -0400 Subject: [PATCH] chore(deps): bump gatsby-plugin-react-helmet to 3.3.1 --- 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 80d5ac2..65332b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11206,11 +11206,21 @@ } }, "gatsby-plugin-react-helmet": { - "version": "3.1.23", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.1.23.tgz", - "integrity": "sha512-l6OomFCfggJ6IG8XOw0WuCqbTnVrqtMRxA/O5qbCpXH7K9JxjE406vUM8To0dVjoaCiSvRZU/Dz0vU0wEWe0UQ==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.3.1.tgz", + "integrity": "sha512-DZ/IWs+zlGL8N3JAcewPJJUPkl1st6/hIWQ3YphKoTK64DUIoMd2wWSJCrC6LiurS7knGHa4pdGyc5clwV1EKA==", "requires": { - "@babel/runtime": "^7.7.6" + "@babel/runtime": "^7.9.6" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.9.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.9.6.tgz", + "integrity": "sha512-64AF1xY3OAkFHqOb9s4jpgk1Mm5vDZ4L3acHvAml+53nO1XbXLuDodsVpO4OIUsmemlUHMxNdYMNJmsvOwLrvQ==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + } } }, "gatsby-plugin-react-svg": { diff --git a/package.json b/package.json index 90a2db6..c99a3bf 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "gatsby-plugin-layout": "^1.3.1", "gatsby-plugin-manifest": "^2.4.2", "gatsby-plugin-prefetch-google-fonts": "^1.4.3", - "gatsby-plugin-react-helmet": "^3.1.23", + "gatsby-plugin-react-helmet": "^3.3.1", "gatsby-plugin-react-svg": "^3.0.0", "gatsby-plugin-sharp": "^2.4.8", "gatsby-plugin-styled-components": "^3.1.20",