From 51c2229273c465675faccdb3cc337bd1c274ce1e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 04:55:03 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 26728ab..f0003d3 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.17", "moment": "^2.24.0", "node-schedule": "^1.3.0", "request": "^2.88.0",