From c1f8c1127c2a97138ea0f74b4a71e8d92189433b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 19:42:11 +0000 Subject: [PATCH] fix: packages/new-polymath-ui/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- packages/new-polymath-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/new-polymath-ui/package.json b/packages/new-polymath-ui/package.json index 4e957227c..ffc6fe3a8 100644 --- a/packages/new-polymath-ui/package.json +++ b/packages/new-polymath-ui/package.json @@ -25,7 +25,7 @@ "bignumber.js": "^8.0.1", "flatpickr": "^4.5.2", "formik": "^1.5.1", - "lodash": "4.17.14", + "lodash": "4.17.17", "polished": "^2.3.1", "popper.js": "^1.14.7", "react": "16.8.2",