diff --git a/package-lock.json b/package-lock.json index 8e7650f140..62f6b096d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15555,18 +15555,18 @@ } }, "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.1.21", + "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.1.21.tgz", + "integrity": "sha512-uU4MtUAw3zazeVnKnOL0c0+mhtpNfEKee983jyUnAGZnXyXa9EYfZ7Lw+b++FqCce+e6EDlI7VemUR4voSD0DQ==", "dev": true, "requires": { - "@babel/runtime": "^7.7.6" + "@babel/runtime": "^7.8.7" }, "dependencies": { "@babel/runtime": { - "version": "7.8.7", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.8.7.tgz", - "integrity": "sha512-+AATMUFppJDw6aiR5NVPHqIQBlV/Pj8wY/EZH+lmvRdUo9xBaz/rF3alAwFJQavvKfeOlPE7oaaDHVbcySbCsg==", + "version": "7.9.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.9.2.tgz", + "integrity": "sha512-NE2DtOdufG7R5vnfQUTehdTfNycfUANEtCa9PssN9O/xmTzP4E08UI797ixaei6hBEVL9BI/PsdJS5x7mWoB9Q==", "dev": true, "requires": { "regenerator-runtime": "^0.13.4" diff --git a/package.json b/package.json index 712af8d4bc..48f5b2ccfa 100644 --- a/package.json +++ b/package.json @@ -198,7 +198,7 @@ "gatsby-plugin-page-creator": "^2.1.45", "gatsby-plugin-react-helmet": "^3.1.24", "gatsby-plugin-remove-trailing-slashes": "^2.1.23", - "gatsby-plugin-styled-components": "^3.1.20", + "gatsby-plugin-styled-components": "^3.1.21", "gatsby-plugin-typescript": "^2.2.3", "got": "^9.6.0", "humanize-string": "^2.1.0",