diff --git a/package-lock.json b/package-lock.json index 6020b1e..94f3de6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8082,9 +8082,9 @@ } }, "gatsby-plugin-react-helmet": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.1.2.tgz", - "integrity": "sha512-9rqa0D7qV+d7lMcnoV2Y4PTSNJcolTVZDygINYAboeef8fflcvGmOYUl16SbC0HjRjdGSiS9bmcsUNHeYPC/7g==", + "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==", "requires": { "@babel/runtime": "^7.0.0" } diff --git a/package.json b/package.json index 5493aba..92f8b9f 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "gatsby-plugin-mdx": "^1.0.22", "gatsby-plugin-offline": "^2.2.4", "gatsby-plugin-prefetch-google-fonts": "^1.4.3", - "gatsby-plugin-react-helmet": "^3.1.2", + "gatsby-plugin-react-helmet": "^3.1.3", "gatsby-plugin-react-svg": "^2.1.1", "gatsby-plugin-sharp": "^2.2.9", "gatsby-plugin-styled-components": "^3.1.2",