From 41c315de7b114462ce4b2715b231caf4fd3b64b7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Apr 2024 21:25:34 +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 5250a53..2cfcd71 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "del": "^2.2", "eslint-config-punchcard": "^1.0", "eyeglass": "^1.1", - "gulp": "^3.9.1", + "gulp": "^5.0.0", "gulp-autoprefixer": "^4.0.0", "gulp-eslint": "^3.0", "gulp-if": "^2.0",