From 4e09a72e5c95aa803d09b957f1a5cd372f64add2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Jan 2022 17:21:20 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LOG4JS-2348757 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4a19f3c39..8da307079 100644 --- a/package.json +++ b/package.json @@ -341,7 +341,7 @@ "http-proxy": "^1.13.0", "isbinaryfile": "^3.0.0", "lodash": "^4.17.4", - "log4js": "^1.1.1", + "log4js": "^6.4.0", "mime": "^1.3.4", "minimatch": "^3.0.2", "optimist": "^0.6.1",