From a33192f0583166988046a13b36b06a8112a4bd0b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 01:03:50 +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 48a3090fb..eceaed567 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "ethereumjs-tx": "^1.3.3", "ethereumjs-util": "^5.1.2", "highlight.js": "^9.12.0", - "lodash": "^4.17.4", + "lodash": "^4.17.17", "marked": "^0.3.17", "moment": "^2.21.0", "nan": "^2.10.0",