diff --git a/package-lock.json b/package-lock.json index a9f9184..6adacc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15397,11 +15397,21 @@ } }, "gatsby-plugin-styled-components": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.3.2.tgz", - "integrity": "sha512-35HizeyitTzt7Eph42eWEVEUxfV3YXo1xPzuXILQ/P/U+awoW2VfdbEps3x61kfb668sDOAULFPcS+9EAWvK8w==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.6.0.tgz", + "integrity": "sha512-Pk7BtQfxuCoQKmzhVa762bhWtSIiY3EX86GemXyaLh81+HSkmQR371/GRAXB5CuiLi87Uf64+KcTYUJXyFOOAg==", "requires": { - "@babel/runtime": "^7.9.6" + "@babel/runtime": "^7.12.5" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.12.5", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz", + "integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + } } }, "gatsby-plugin-typescript": { diff --git a/package.json b/package.json index 6268198..a7d9af1 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "gatsby-plugin-react-helmet": "^3.6.0", "gatsby-plugin-react-svg": "^3.0.0", "gatsby-plugin-sharp": "^2.10.0", - "gatsby-plugin-styled-components": "^3.3.2", + "gatsby-plugin-styled-components": "^3.6.0", "gatsby-remark-auto-headers-improved": "^1.0.4", "gatsby-source-filesystem": "^2.3.8", "gatsby-transformer-sharp": "^2.5.3",