diff --git a/package-lock.json b/package-lock.json index 0e70599..f167883 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9447,11 +9447,11 @@ } }, "gatsby-plugin-react-helmet": { - "version": "3.1.8", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.1.8.tgz", - "integrity": "sha512-EpBpTwRLOHrxQLL9D3pBikgtW/4TIeUbZc93raerLr14ihht6wdWcGs4pjYAt0cKhRJ2WCvk3pgC3/yM6CEDww==", + "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==", "requires": { - "@babel/runtime": "^7.6.0" + "@babel/runtime": "^7.6.2" }, "dependencies": { "@babel/runtime": { diff --git a/package.json b/package.json index b184f36..abf25b0 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "gatsby-plugin-mdx": "^1.0.47", "gatsby-plugin-offline": "^3.0.11", "gatsby-plugin-prefetch-google-fonts": "^1.4.3", - "gatsby-plugin-react-helmet": "^3.1.8", + "gatsby-plugin-react-helmet": "^3.1.10", "gatsby-plugin-react-svg": "^2.1.2", "gatsby-plugin-sharp": "^2.2.25", "gatsby-plugin-styled-components": "^3.1.6",