From a93f9cf22c0bde5379eb8442992e215c757be5b9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Jan 2026 10:38:29 +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 b5ce130f30..2b0b331af0 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "jsonwebtoken": "9.0.2", "jwks-rsa": "3.2.0", "ldapjs": "3.0.7", - "lodash": "4.17.21", + "lodash": "4.17.23", "lru-cache": "10.4.0", "mime": "4.0.7", "mongodb": "6.20.0",