diff --git a/package-lock.json b/package-lock.json index 24290325..ff80c1ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1056,9 +1056,9 @@ } }, "babel-plugin-styled-components": { - "version": "1.6.4", - "resolved": "https://registry.npmjs.org/babel-plugin-styled-components/-/babel-plugin-styled-components-1.6.4.tgz", - "integrity": "sha512-WRbUn/3aDlyE0+pQ4k9oaXoCytZxSuAW1zieNUKFMO+g89giwv1soV3TsK9RgeBIZ1mmtNEPwwUuQwIlowUhxg==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/babel-plugin-styled-components/-/babel-plugin-styled-components-1.7.0.tgz", + "integrity": "sha512-RI01rdu6cB52WcvzvmzyrC5cG3OkOf6KIfwf9xq2LCSzjq41c64u8SvHu0IWKaP43DuigrwKepJY9XGn+Yb9ZA==", "requires": { "lodash": "^4.17.10" } diff --git a/package.json b/package.json index 1c534490..01f04c7b 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "gatsby/react-dom": "16.0.0" }, "dependencies": { - "babel-plugin-styled-components": "1.6.4", + "babel-plugin-styled-components": "1.7.0", "gatsby": "1.9.277", "gatsby-link": "1.6.46", "gatsby-plugin-catch-links": "1.0.24",