From 6e04e5bc813b12847b51de1cb018bdf5eb9c1487 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Sep 2025 21:07:01 +0000 Subject: [PATCH] fix: tools/toolchain/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ERROREX-12554213 --- tools/toolchain/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/toolchain/package.json b/tools/toolchain/package.json index dbc6a113..9079ab96 100644 --- a/tools/toolchain/package.json +++ b/tools/toolchain/package.json @@ -20,7 +20,7 @@ "merge-stream": "~2.0.0", "npm-cli-login": "~0.1.1", "ip": "^1.1.5", - "gulp-cli": "2.3.0" + "gulp-cli": "3.0.0" }, "devDependencies": { "gulp": "^4.0.2"