From a007a11f34ee1e8d1c55ab478131387f979f5273 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Sirois Date: Tue, 10 Mar 2020 01:29:35 -0400 Subject: [PATCH] chore(deps): bump styled-components to 5.0.1 --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index fbefa91..2afe07a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1302,9 +1302,9 @@ } }, "@emotion/is-prop-valid": { - "version": "0.8.6", - "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-0.8.6.tgz", - "integrity": "sha512-mnZMho3Sq8BfzkYYRVc8ilQTnc8U02Ytp6J1AwM6taQStZ3AhsEJBX2LzhA/LJirNCwM2VtHL3VFIZ+sNJUgUQ==", + "version": "0.8.8", + "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-0.8.8.tgz", + "integrity": "sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA==", "requires": { "@emotion/memoize": "0.7.4" } @@ -18713,9 +18713,9 @@ } }, "styled-components": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-5.0.0.tgz", - "integrity": "sha512-F7VhIXIbUXJ8KO3pU9wap2Hxdtqa6PZ1uHrx+YXTgRjyxGlwvBHb8LULXPabmDA+uEliTXRJM5WcZntJnKNn3g==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-5.0.1.tgz", + "integrity": "sha512-E0xKTRIjTs4DyvC1MHu/EcCXIj6+ENCP8hP01koyoADF++WdBUOrSGwU1scJRw7/YaYOhDvvoad6VlMG+0j53A==", "requires": { "@babel/helper-module-imports": "^7.0.0", "@babel/traverse": "^7.4.5", diff --git a/package.json b/package.json index aea2397..2b448a9 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "react-highlight": "^0.12.0", "react-particles-js": "^2.7.1", "react-perfect-scrollbar": "^1.5.8", - "styled-components": "^5.0.0", + "styled-components": "^5.0.1", "typescript": "^3.7.5" }, "devDependencies": {