From b5fe630ac6d89bad7d9d76dc25c4520c1855fe70 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 Oct 2025 11:41:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 03b319e..869a7ca 100644 --- a/package.json +++ b/package.json @@ -2,15 +2,15 @@ "name": "@flat/api-reference", "version": "2.9.0", "dependencies": { - "@redocly/cli": "1.25.7", + "@redocly/cli": "2.0.0", "bower": "^1.8.14", "connect": "^3.7.0", "cors": "^2.8.5", - "gulp": "^4.0.2", + "gulp": "^5.0.0", "gulp-connect": "^5.7.0", "gulp-util": "^3.0.7", "portfinder": "^1.0.32", - "shelljs": "^0.8.5" + "shelljs": "^0.9.0" }, "private": true, "scripts": {