diff --git a/package-lock.json b/package-lock.json index cde9f5e..0a9c580 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11807,11 +11807,21 @@ } }, "gatsby-plugin-styled-components": { - "version": "3.1.20", - "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.1.20.tgz", - "integrity": "sha512-ledGQkZL9DS40IrhbJudZPAIc9gDqL+WcjB630JhT7bJvA0Ss8ugnAHKJYrVslbeCgWUg3ey07NnmLePoaLnXQ==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.3.1.tgz", + "integrity": "sha512-Z21mc6/dJmbch+iAQuCc8dqxOiSDwXitiRq+3zqBloOJAOduHw3Xxb+vyso8iaZBaazpFPUzReqUcGOHZbinig==", "requires": { - "@babel/runtime": "^7.7.6" + "@babel/runtime": "^7.9.6" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.9.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.9.6.tgz", + "integrity": "sha512-64AF1xY3OAkFHqOb9s4jpgk1Mm5vDZ4L3acHvAml+53nO1XbXLuDodsVpO4OIUsmemlUHMxNdYMNJmsvOwLrvQ==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + } } }, "gatsby-plugin-typescript": { diff --git a/package.json b/package.json index d35906b..4618d5d 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "gatsby-plugin-react-helmet": "^3.3.1", "gatsby-plugin-react-svg": "^3.0.0", "gatsby-plugin-sharp": "^2.6.2", - "gatsby-plugin-styled-components": "^3.1.20", + "gatsby-plugin-styled-components": "^3.3.1", "gatsby-plugin-typescript": "^2.2.2", "gatsby-remark-auto-headers": "^1.0.3", "gatsby-remark-katex": "^3.1.25",