From 46b310a2595ef2d5855ea42f0c1c209c8ea143fe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 01:48:47 +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 1c17d61..9b7a5a6 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "bluebird": "^3.5.1", "jubatus": "^0.9.9", - "lodash": "^4.17.11", + "lodash": "^4.17.17", "minimist": "^1.2.0" }, "repository": {