From 9c518fc5de1976d78bbe1285fdaa24037172d635 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Jun 2022 23:09:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HAWK-2808852 --- 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",