From 48f05f2f0386619884503c85a1e3198fd8b83300 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Apr 2021 03:42:09 +0000 Subject: [PATCH] fix: upgrade styled-components from 5.2.1 to 5.2.3 Snyk has created this PR to upgrade styled-components from 5.2.1 to 5.2.3. See this package in npm: https://www.npmjs.com/package/styled-components See this project in Snyk: https://app.snyk.io/org/wambugucoder/project/4ad982c5-88ce-4f1c-98fc-b63137218714?utm_source=github&utm_medium=upgrade-pr --- client/package-lock.json | 8 ++++---- client/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 2a7dc985..b240bff3 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -20083,16 +20083,16 @@ } }, "styled-components": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-5.2.1.tgz", - "integrity": "sha512-sBdgLWrCFTKtmZm/9x7jkIabjFNVzCUeKfoQsM6R3saImkUnjx0QYdLwJHBjY9ifEcmjDamJDVfknWm1yxZPxQ==", + "version": "5.2.3", + "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-5.2.3.tgz", + "integrity": "sha512-BlR+KrLW3NL1yhvEB+9Nu9Dt51CuOnHoxd+Hj+rYPdtyR8X11uIW9rvhpy3Dk4dXXBsiW1u5U78f00Lf/afGoA==", "requires": { "@babel/helper-module-imports": "^7.0.0", "@babel/traverse": "^7.4.5", "@emotion/is-prop-valid": "^0.8.8", "@emotion/stylis": "^0.8.4", "@emotion/unitless": "^0.7.4", - "babel-plugin-styled-components": ">= 1", + "babel-plugin-styled-components": ">= 1.12.0", "css-to-react-native": "^3.0.0", "hoist-non-react-statics": "^3.0.0", "shallowequal": "^1.1.0", diff --git a/client/package.json b/client/package.json index 3996df9a..50365abe 100644 --- a/client/package.json +++ b/client/package.json @@ -35,7 +35,7 @@ "react-text-loop": "^2.3.0", "redux": "^4.0.5", "redux-thunk": "^2.3.0", - "styled-components": "^5.2.1" + "styled-components": "^5.2.3" }, "scripts": { "start": "react-scripts start",