From 2910370c4f2b2819688ff5acc34d602ff6ea3439 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 19:41:16 +0000 Subject: [PATCH] fix: packages/new-polymath-sdk/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- packages/new-polymath-sdk/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/new-polymath-sdk/package.json b/packages/new-polymath-sdk/package.json index 3ef45124c..85de47f64 100644 --- a/packages/new-polymath-sdk/package.json +++ b/packages/new-polymath-sdk/package.json @@ -38,7 +38,7 @@ "@polymathnetwork/new-shared": "0.0.0", "@types/json-stable-stringify": "^1.0.32", "bignumber.js": "^8.0.1", - "lodash": "4.17.14", + "lodash": "4.17.17", "semver": "^5.6.0", "uuid": "^3.3.2", "web3": "1.0.0-beta.30"