From 74661e3176a7d96a1184bd4f62f76f237514cee7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Jan 2026 08:58: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 84bb1bc4..c7774a09 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,7 @@ "jws": "^3.0.0", "ldapauth-fork": "^2.2.12", "livereload": "^0.3.7", - "lodash": "^4.15.0", + "lodash": "^4.17.23", "logger-asq": "ASQ-USI/logger-asq#master", "mocha": "^3.2.0", "moment": "^2.8.3",