From 64fb2c4eacde335f738cd2959a67f85133fdc456 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 00:13:00 +0000 Subject: [PATCH] fix: packages/polymath-ui/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- packages/polymath-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/polymath-ui/package.json b/packages/polymath-ui/package.json index e293abe52..4f8922e43 100644 --- a/packages/polymath-ui/package.json +++ b/packages/polymath-ui/package.json @@ -30,7 +30,7 @@ "carbon-icons": "7.0.7", "eth-sig-util": "^1.4.2", "formik": "^1.3.1", - "lodash": "4.17.14", + "lodash": "4.17.17", "moment-timezone": "^0.5.23", "numeral": "^2.0.6", "react": "16.8.2",