From bb930d157663cfe8c925e5cb0b2a07bd4afdc0e4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 29 Mar 2024 21:23: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 82e35710..301c0d75 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "chalk": "*", "dotenv": "^2.0.0", "glue": "^4.1.0", - "gulp": "^3.9.1", + "gulp": "^5.0.0", "gulp-exit": "0.0.2", "gulp-nodemon": "^2.0.6", "gulp-util": "latest",