From d809a9b2719e783e835514f787b0305b56403833 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 23:44:26 +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 5fd9f88..aa0b6f5 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,6 @@ }, "dependencies": { "currency-symbol-map": "~4.0.4", - "lodash": "~4.17.15" + "lodash": "~4.17.17" } }