From a7a6a0c692a9ec15910c8795e451e80b43ba6372 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Jan 2026 09:04:56 +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 999e7fb7b..444dabeb5 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "js-green-licenses": "^4.0.0", "klaw-sync": "^6.0.0", "license-check-and-add": "^4.0.5", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "mock-fs": "^5.5.0", "prettier": "^3.5.3" },