From 2d4f305bd1c84e8b93e4f4f94aa45ffdac0a8b7a Mon Sep 17 00:00:00 2001 From: Jean-Philippe Sirois Date: Thu, 3 Dec 2020 13:46:23 -0500 Subject: [PATCH] chore(deps): bump gatsby-plugin-react-helmet to 3.6.0 --- 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 f6da185..22ab2ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14621,11 +14621,21 @@ } }, "gatsby-plugin-react-helmet": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.3.2.tgz", - "integrity": "sha512-uRZlX4ejy0Txlw+9qbIVkULsuc6iniSwDgD+Ed6BOryKmF42qaqmdbcc78ZwPVN2SZJCDhcZKXoJf6QftTwwDg==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.6.0.tgz", + "integrity": "sha512-nuI9UyLuxaRRGiTbAkYW5EXEKqrRJiaAnTrmXhLf5btQZSG0EGVrRFtQeN9KTuCi43czenZ2IDcbBg5yf0p1Gg==", "requires": { - "@babel/runtime": "^7.9.6" + "@babel/runtime": "^7.12.5" + }, + "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-react-svg": { diff --git a/package.json b/package.json index 8878e7c..03a4cf4 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "gatsby-plugin-manifest": "^2.8.0", "gatsby-plugin-mdx": "^1.6.0", "gatsby-plugin-polished": "^1.0.4", - "gatsby-plugin-react-helmet": "^3.3.2", + "gatsby-plugin-react-helmet": "^3.6.0", "gatsby-plugin-react-svg": "^3.0.0", "gatsby-plugin-sharp": "^2.6.9", "gatsby-plugin-styled-components": "^3.3.2",