From 18441c27407a1083c9da75f60cc6b7a2f5f10064 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Sirois Date: Wed, 23 Oct 2019 11:31:19 -0400 Subject: [PATCH] chore(deps): bump gatsby-plugin-react-helmet to 3.1.13 --- package-lock.json | 18 ++++-------------- package.json | 2 +- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 55d8c9c..96ee310 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9339,21 +9339,11 @@ } }, "gatsby-plugin-react-helmet": { - "version": "3.1.10", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.1.10.tgz", - "integrity": "sha512-xv3FlZGDPscXkm0jwZJvcwe50T4EcU7t8TnCsf7FC7YBzfil7FQ2k5YUB8LaG4DNEM5Vl35WKS5ad/5eSkmGIA==", + "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==", "requires": { - "@babel/runtime": "^7.6.2" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.6.2", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.6.2.tgz", - "integrity": "sha512-EXxN64agfUqqIGeEjI5dL5z0Sw0ZwWo1mLTi4mQowCZ42O59b7DRpZAnTC6OqdF28wMBMFKNb/4uFGrVaigSpg==", - "requires": { - "regenerator-runtime": "^0.13.2" - } - } + "@babel/runtime": "^7.6.3" } }, "gatsby-plugin-react-svg": { diff --git a/package.json b/package.json index 98eee78..7777e9b 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "gatsby-plugin-mdx": "^1.0.53", "gatsby-plugin-offline": "^3.0.16", "gatsby-plugin-prefetch-google-fonts": "^1.4.3", - "gatsby-plugin-react-helmet": "^3.1.10", + "gatsby-plugin-react-helmet": "^3.1.13", "gatsby-plugin-react-svg": "^2.1.2", "gatsby-plugin-sharp": "^2.2.28", "gatsby-plugin-styled-components": "^3.1.8",