From 0b49eaf008226a404ffbe5a1f4699dbf64af442c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 13 Feb 2025 06:16:56 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REDOC-8664933 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 03b319e..c807290 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@flat/api-reference", "version": "2.9.0", "dependencies": { - "@redocly/cli": "1.25.7", + "@redocly/cli": "1.28.4", "bower": "^1.8.14", "connect": "^3.7.0", "cors": "^2.8.5",