From a2776bbff5e6520e0f2af7e2b926dec76b75d23f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Jan 2026 11:56:11 +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 dec0a52..54ae54c 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "tslint": "^5.12.1" }, "dependencies": { - "lodash": "^4.17.11", + "lodash": "^4.17.23", "sequential-event": "^0.4.5" } }