From ba46084942537e499f91d757d50f6107ba65cda7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Jan 2026 07:06: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 0fd54cc..55eafe4 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "express-jwt": "^5.1.0", "handlebars": "^4.0.5", "jsonwebtoken": "^7.1.9", - "lodash": "^4.16.4", + "lodash": "^4.17.23", "nconf": "^0.8.4", "webtask-tools": "^3.1.0", "winston": "^2.2.0"