diff --git a/package-lock.json b/package-lock.json index 0369666..c9b3cef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9674,11 +9674,11 @@ } }, "gatsby-plugin-styled-components": { - "version": "3.1.6", - "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.1.6.tgz", - "integrity": "sha512-JAvOGuF9y9L3jmTjn9s5YDuAtmdVENH8s2awXdgDN3dnoSa4DM8f7jKn7Sb2p+vw5cHqr7ZRC2izAs6iwvd6bw==", + "version": "3.1.8", + "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.1.8.tgz", + "integrity": "sha512-TtCGZWO1+XeiwHuZx8hCEYZUOwdoh4wdQAH4/UYJuf0ZrpufdcOCfyZr0fHwQuvYm/G8EKD50u6WS2sm5s3/5w==", "requires": { - "@babel/runtime": "^7.6.0" + "@babel/runtime": "^7.6.2" }, "dependencies": { "@babel/runtime": { diff --git a/package.json b/package.json index 77d8c04..db0997c 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "gatsby-plugin-react-helmet": "^3.1.10", "gatsby-plugin-react-svg": "^2.1.2", "gatsby-plugin-sharp": "^2.2.28", - "gatsby-plugin-styled-components": "^3.1.6", + "gatsby-plugin-styled-components": "^3.1.8", "gatsby-plugin-typescript": "^2.1.9", "gatsby-remark-auto-headers": "^1.0.3", "gatsby-remark-katex": "^3.1.12",