From a58c4bee2ec19fcdc2cb99f5decf922859cdd5c0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 13 Sep 2025 21:18:57 +0000 Subject: [PATCH] fix: cli/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-12552895 --- cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/package.json b/cli/package.json index 9d1bf16c9d..43768f8c1a 100644 --- a/cli/package.json +++ b/cli/package.json @@ -20,7 +20,7 @@ "react": "^16.13.1", "react-dom": "^16.13.1", "redoc": "2.0.0-rc.47", - "styled-components": "^5.1.1", + "styled-components": "^6.1.0", "tslib": "^2.0.0", "yargs": "^15.4.1" },