diff --git a/package-lock.json b/package-lock.json index 4f65a44..ce4b5c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9393,11 +9393,21 @@ } }, "gatsby-plugin-react-helmet": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.1.3.tgz", - "integrity": "sha512-S/1B/9JxHFEyeZ/d0BFzJYX9Gd5XBNvLJ7vLd7f7ZzFiqOYpNchnliF87cX+/BuR1gj+v2ypZ7tLRA4LE4PyBw==", + "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==", "requires": { - "@babel/runtime": "^7.0.0" + "@babel/runtime": "^7.6.0" + }, + "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" + } + } } }, "gatsby-plugin-react-svg": { diff --git a/package.json b/package.json index 4ac6aca..9f993e8 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "gatsby-plugin-mdx": "^1.0.43", "gatsby-plugin-offline": "^3.0.8", "gatsby-plugin-prefetch-google-fonts": "^1.4.3", - "gatsby-plugin-react-helmet": "^3.1.3", + "gatsby-plugin-react-helmet": "^3.1.8", "gatsby-plugin-react-svg": "^2.1.1", "gatsby-plugin-sharp": "^2.2.9", "gatsby-plugin-styled-components": "^3.1.2",