From 442ff0d80ca251c94c46bd5c1824b7caddbb2ae6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 29 Mar 2024 19:37:43 +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 f3e563a..e6e80fa 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dependencies": { "core-js": "^2.5.7", "cheerio": "^1.0.0-rc.2", - "gulp": "^3.9.1", + "gulp": "^5.0.0", "gulp-csslint": "^1.0.1", "gulp-csslint-report": "^2.0.0", "gulp-gzip": "^1.4.2",