From 80e94a5efa2ddf5c8c66937be1e26faed17f52a9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 14 Sep 2022 00:24:44 +0000 Subject: [PATCH] fix: cli/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MARKED-2342073 - https://snyk.io/vuln/SNYK-JS-MARKED-2342082 - https://snyk.io/vuln/SNYK-JS-MARKED-584281 --- 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"