From 66a1b3c5eb66054e25edf345d06d7d349f4cc89a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Jan 2026 10:06:32 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f6397c5b32bc..6230afaaeb06 100644 --- a/package.json +++ b/package.json @@ -3495,7 +3495,7 @@ "is-online": "^8.2.1", "jsonc-parser": "^2.0.3", "line-by-line": "^0.1.6", - "lodash": "^4.17.19", + "lodash": "^4.17.23", "log4js": "^6.1.2", "md5": "^2.2.1", "minimatch": "^3.0.4",