From fab98612fd59fa6d98b8e64d1f1225a0f48b6ecd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 29 Mar 2024 15:33:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c2445fa..f7b5e40 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "express": "^4.13.3", "express-error-handler": "^1.0.1", "globby": "^3.0.1", - "gulp": "^3.9.0", + "gulp": "^5.0.0", "gulp-autoprefixer": "^3.0.2", "gulp-cached": "^1.1.0", "gulp-csso": "^1.0.0",