From 6298ad6499df1dc6e62cdac8dac93dd3baba59cc Mon Sep 17 00:00:00 2001 From: Jean-Philippe Sirois Date: Thu, 21 Nov 2019 04:01:25 -0500 Subject: [PATCH] chore(deps): bump gatsby-plugin-react-helmet to 3.1.15 --- 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 c395fa6..c94074c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10966,11 +10966,21 @@ } }, "gatsby-plugin-react-helmet": { - "version": "3.1.13", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.1.13.tgz", - "integrity": "sha512-O3Fvxm76t58RPVUz0Fo2tbXeJnXV6vmlLnKBPMz+smr0Mtx8vnGP1Pi6DuWdRepJsnVespNNth/L8n7iucQCYQ==", + "version": "3.1.15", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.1.15.tgz", + "integrity": "sha512-VrPv3rD/YrYN7lZsRX7YpFO8qj2uZj0iHvhNEeg2+iEVI2GTegK5wlRut85bnlR/ezpeuzm7v4qhCx2mgeYEKw==", "requires": { - "@babel/runtime": "^7.6.3" + "@babel/runtime": "^7.7.2" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.7.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.2.tgz", + "integrity": "sha512-JONRbXbTXc9WQE2mAZd1p0Z3DZ/6vaQIkgYMSTP3KjRCyd7rCZCcfhCyX+YjwcKxcZ82UrxbRD358bpExNgrjw==", + "requires": { + "regenerator-runtime": "^0.13.2" + } + } } }, "gatsby-plugin-react-svg": { diff --git a/package.json b/package.json index 0ef8cc5..3c3fbfe 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "gatsby-plugin-mdx": "^1.0.57", "gatsby-plugin-offline": "^3.0.22", "gatsby-plugin-prefetch-google-fonts": "^1.4.3", - "gatsby-plugin-react-helmet": "^3.1.13", + "gatsby-plugin-react-helmet": "^3.1.15", "gatsby-plugin-react-svg": "^2.1.2", "gatsby-plugin-sharp": "^2.2.32", "gatsby-plugin-styled-components": "^3.1.11",