From 35313b112a8560a45742ba4b1ce3eafa73af5006 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 11 Jul 2025 07:02:34 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:braces:20180219 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2bd1431248a..5145fe246f9 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,6 @@ }, "devDependencies": { "gulp": "^3.9.1", - "gulp-watch": "^4.3.6" + "gulp-watch": "^5.0.0" } }