From b649b13cc7b7bacad5ddff3c6c26384f305ce019 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Jan 2026 03:25:20 +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 cdf719c..d05c553 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "bluebird": "^3.5.1", "js-yaml": "^3.10.0", "knex": "^0.14.2", - "lodash": "^4.17.4", + "lodash": "^4.17.23", "merge-stream": "^1.0.1", "moment": "^2.20.1", "request": "^2.83.0",