From 51a8668a29af89982772c405182f8643f5e86314 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 30 Mar 2024 19:05:55 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESS-6474509 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8aac49e..653ce5d 100644 --- a/package.json +++ b/package.json @@ -29,10 +29,10 @@ "coffeelint": "1.16.0", "cookie-parser": "1.4.3", "dotenv": "4.0.0", - "express": "4.14.1", + "express": "4.19.2", "git-guppy": "2.1.0", "googleapis": "16.1.0", - "gulp": "3.9.1", + "gulp": "5.0.0", "gulp-coffee": "2.3.3", "gulp-coffee-istanbul": "0.9.1", "gulp-coffeelint": "0.6.0",