diff --git a/package-lock.json b/package-lock.json index e54ddc945b..244b5f7bea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14807,18 +14807,18 @@ } }, "gatsby-plugin-styled-components": { - "version": "3.1.11", - "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.1.11.tgz", - "integrity": "sha512-10RgU3FcXNctDfFHpiAKQOmYBZlbeZSOfG1mqjWjz/BmYqkLoIaQfTwEMmBpH40DGf72pG2PUOGoDVDrikPKOA==", + "version": "3.1.13", + "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.1.13.tgz", + "integrity": "sha512-AR3uBAqEixvPoO/Y43qhMNLb/StYFrCLOwAFqngekQqaXEto8CJjEyG8S/7CFbCH+FITfDrHh19yyR1qwIuQcw==", "dev": true, "requires": { - "@babel/runtime": "^7.6.3" + "@babel/runtime": "^7.7.2" }, "dependencies": { "@babel/runtime": { - "version": "7.6.3", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.6.3.tgz", - "integrity": "sha512-kq6anf9JGjW8Nt5rYfEuGRaEAaH1mkv3Bbu6rYvLOpPh/RusSJXuKPEAoZ7L7gybZkchE8+NV5g9vKF4AGAtsA==", + "version": "7.7.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.2.tgz", + "integrity": "sha512-JONRbXbTXc9WQE2mAZd1p0Z3DZ/6vaQIkgYMSTP3KjRCyd7rCZCcfhCyX+YjwcKxcZ82UrxbRD358bpExNgrjw==", "dev": true, "requires": { "regenerator-runtime": "^0.13.2" diff --git a/package.json b/package.json index 2ad375f7aa..75e64667f3 100644 --- a/package.json +++ b/package.json @@ -206,7 +206,7 @@ "gatsby-plugin-page-creator": "^2.1.30", "gatsby-plugin-react-helmet": "^3.1.15", "gatsby-plugin-remove-trailing-slashes": "^2.1.14", - "gatsby-plugin-styled-components": "^3.1.11", + "gatsby-plugin-styled-components": "^3.1.13", "gatsby-plugin-typescript": "^2.1.18", "got": "^9.6.0", "humanize-string": "^2.1.0",