From 965d900aa2c03316b0444082e1418fd5f6904e10 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Nov 2023 04:42:58 +0000 Subject: [PATCH] fix: cli/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-584908 - https://snyk.io/vuln/SNYK-JS-JSONPOINTER-1577288 --- cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/package.json b/cli/package.json index 94b7e22045..76a62fc057 100644 --- a/cli/package.json +++ b/cli/package.json @@ -19,7 +19,7 @@ "node-libs-browser": "^2.2.1", "react": "^17.0.2", "react-dom": "^17.0.2", - "redoc": "2.0.0-rc.53", + "redoc": "2.0.0", "styled-components": "^5.3.0", "tslib": "^2.2.0", "yargs": "^17.0.1"