From 7c06e994edcc4cc1b1ab987ed6beedcc55e64aad Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Nov 2023 14:04:10 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b422dd1..9f74c47 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "csvtojson": "^1.1.7", "express": "^4.15.3", "gulp": "^4.0.0", - "gulp-less": "^3.3.2", + "gulp-less": "^4.0.0", "lodash": "^4.17.4", "log4js": "^1.1.1", "mongoose": "^4.11.1",