From 8f615aa121bacf5a1316fff77d478a112d8a46d6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 May 2024 14:13:49 +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 c2445fa..41a999e 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": "^4.0.0", "gulp-autoprefixer": "^3.0.2", "gulp-cached": "^1.1.0", "gulp-csso": "^1.0.0",