From 2ee4cefd0b19a4a516c1bc2a9a80a71742a92e44 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Jan 2026 10:04:38 +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 48419bb..3b0ac26 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "dependencies": { "axios": "~1.7.9", "debug": "^3.1.0", - "lodash": "^4.17.21" + "lodash": "^4.17.23" }, "devDependencies": { "chai": "^2.2.0",