From fe287549a1b86baf3f415cd30b0f15b80a59458d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Jan 2022 17:39:13 +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 d784fb5..70fd750 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "rotating-file-stream":"^1.0.5", "net":"^1.0.2", "path":"^0.12.7", - "log4js":"^1.1.0", + "log4js":"^6.4.0", "rimraf": "^2.6.1", "rx": "^4.1.0" },