From afc4746c6d34ad5fbee50aeda219fa372bf15cb0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 29 Mar 2024 22:38:56 +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 71cdb935..2bb72e41 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "colors": "^1.1.2", "fetch": "^1.0.0", - "gulp": "^3.8.0", + "gulp": "^5.0.0", "gulp-conflict": "^0.4.0", "gulp-install": "^0.6.0", "gulp-rename": "^1.2.0",