From d27b9fe11f863c7455b842aa7f61fa6ca6a7be57 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 05:21:26 +0000 Subject: [PATCH] fix: packages/new-polymath-issuer/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- packages/new-polymath-issuer/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/new-polymath-issuer/package.json b/packages/new-polymath-issuer/package.json index 1cfb5c118..ab96db7df 100644 --- a/packages/new-polymath-issuer/package.json +++ b/packages/new-polymath-issuer/package.json @@ -61,7 +61,7 @@ "@polymathnetwork/new-ui": "0.0.0", "@polymathnetwork/sdk": "0.0.0", "bignumber.js": "8.0.1", - "lodash": "^4.17.11", + "lodash": "^4.17.17", "luxon": "1.10.0", "numeral": "^2.0.6", "react": "16.8.2", @@ -109,7 +109,7 @@ "interpolate-html-plugin": "^3.0.0", "jest": "^24.1.0", "jest-dom": "^3.0.0", - "lodash": "4.17.14", + "lodash": "4.17.17", "postcss-flexbugs-fixes": "^4.1.0", "postcss-loader": "^3.0.0", "react-dev-utils": "^6.1.1",