From 90ad71eb0bd197a79f89354e6b0129fd0c171e67 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 4 Mar 2023 14:20:23 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-STYLEDCOMPONENTS-3149924 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 16132e61..15f3986e 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "secp256k1": "^4.0.3", "socket.io-client": "^4.5.4", "socks-proxy-agent": "^7.0.0", - "styled-components": "^5.3.6", + "styled-components": "^5.3.7", "styled-react-modal": "^3.0.0", "styled-theming": "^2.2.0", "tiny-secp256k1": "^2.2.1",