From 3325dc9d48733149f8f1d56c1a18ebc5a3562ab9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Jan 2026 08:45:21 +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 26728ab..67f4e04 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "fuzzy": "^0.1.3", "googleapis": "^41.0.1", "jethro": "^4.4.3", - "lodash": "^4.17.14", + "lodash": "^4.17.23", "moment": "^2.24.0", "node-schedule": "^1.3.0", "request": "^2.88.0",