From 29ee7c3a19635f0bf8a8902eb48b6528a91500e6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Mar 2026 19:08:54 +0000 Subject: [PATCH] fix: cli/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DOMPURIFY-15371386 --- cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/package.json b/cli/package.json index 9d1bf16c9d..a07932b2b4 100644 --- a/cli/package.json +++ b/cli/package.json @@ -19,7 +19,7 @@ "node-libs-browser": "^2.2.1", "react": "^16.13.1", "react-dom": "^16.13.1", - "redoc": "2.0.0-rc.47", + "redoc": "2.1.4", "styled-components": "^5.1.1", "tslib": "^2.0.0", "yargs": "^15.4.1"