From 86fefd88fa98f97c95a00758d1b97e92c9ba4668 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 29 Mar 2024 21:23:47 +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 2a460bc6..95e599ce 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "boom": "^5.1.0", "chalk": "*", "extend": "^3.0.0", - "gulp": "^3.9.1", + "gulp": "^5.0.0", "gulp-exit": "0.0.2", "hapi": "^16.4.3", "hapi-swagger": "7.8.1",