From 89bf81aca8b69db1a998d0c22af931b2d9657949 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 9 Feb 2025 16:33:50 +0000 Subject: [PATCH] fix: cli/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REDOC-8664933 --- cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/package.json b/cli/package.json index 9d1bf16c9d..87d6292fac 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.4.0", "styled-components": "^5.1.1", "tslib": "^2.0.0", "yargs": "^15.4.1"