From f7dfa8f6ab87c3f686990163cb6ce75b76514a5a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 15 Jul 2025 00:20:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 03b319e..2d6e8c0 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "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",