From 4f23f1c4e47f72d76fa9129667e1ebf8bcb00569 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 16:36:01 +0000 Subject: [PATCH] fix: packages/polymath-investor/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- packages/polymath-investor/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 packages/polymath-investor/package.json diff --git a/packages/polymath-investor/package.json b/packages/polymath-investor/package.json old mode 100755 new mode 100644 index 9a41f4df7..84dc4fb65 --- a/packages/polymath-investor/package.json +++ b/packages/polymath-investor/package.json @@ -63,7 +63,7 @@ "carbon-components": "^9.13.0", "carbon-components-react": "^6.29.2", "carbon-icons": "^7.0.7", - "lodash": "4.17.14", + "lodash": "4.17.17", "moment": "2.20.1", "normalize.css": "7.0.0", "react": "16.5.2",