From 7d51d39a3339f7af068737f8360fa4fdb8b97161 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 08:49:38 +0000 Subject: [PATCH] fix: source/agent/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- source/agent/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/agent/package.json b/source/agent/package.json index 7ccf24d3e..fafa3cac6 100644 --- a/source/agent/package.json +++ b/source/agent/package.json @@ -3,7 +3,7 @@ "version":"4.2.0", "dependencies": { "amqp": "*", - "log4js": "^1.1.1", + "log4js": "^2.4.1", "node-getopt": "*", "toml": "*" },