From fba44f0d31118739f40decf351aa4c86f2bc42cb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 May 2022 18:00:31 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 398af31..ed9bf52 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "events": "^1.0.2", "express": "^4.9.5", "express-favicon": "^1.0.1", - "gulp": "^3.6.0", + "gulp": "^4.0.0", "gulp-less": "^3.0.1", "gulp-minify-css": "^0.3.4", "gulp-rename": "^1.2.0",