From 4a907d7a35fe0cdb3d8f1b797f6fee4e9f0be52d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 07:06:01 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 25203bfcc4..7dfdfafdbd 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "jest-editor-support": "19.0.2", "js-yaml": "3.7.0", "lodash.memoize": "3.0.4", - "log4js": "1.1.1", + "log4js": "2.4.1", "lru-cache": "4.0.2", "marked": "0.3.6", "minimatch": "3.0.3",