diff --git a/package-lock.json b/package-lock.json index d663c30..1380bda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19592,9 +19592,9 @@ } }, "styled-components": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-5.1.0.tgz", - "integrity": "sha512-0Qs2wEkFBXHFlysz6CV831VG6HedcrFUwChjnWylNivsx14MtmqQsohi21rMHZxzuTba063dEyoe/SR6VGJI7Q==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-5.1.1.tgz", + "integrity": "sha512-1ps8ZAYu2Husx+Vz8D+MvXwEwvMwFv+hqqUwhNlDN5ybg6A+3xyW1ECrAgywhvXapNfXiz79jJyU0x22z0FFTg==", "requires": { "@babel/helper-module-imports": "^7.0.0", "@babel/traverse": "^7.4.5", diff --git a/package.json b/package.json index f7d5a1c..5c8e447 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "react-highlight": "^0.12.0", "react-particles-js": "^3.2.1", "react-perfect-scrollbar": "^1.5.8", - "styled-components": "^5.1.0", + "styled-components": "^5.1.1", "typescript": "^3.9.3" }, "devDependencies": {