From dd4c51d9d83c460c08f129f1666460ab5459e176 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 19:46:16 +0000 Subject: [PATCH] fix: packages/polymath-issuer/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- packages/polymath-issuer/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/polymath-issuer/package.json b/packages/polymath-issuer/package.json index 300dc5d85..66c5ad7fb 100644 --- a/packages/polymath-issuer/package.json +++ b/packages/polymath-issuer/package.json @@ -35,7 +35,7 @@ "graphql-tag": "2.9.2", "history": "^4.7.2", "identity-obj-proxy": "3.0.0", - "lodash": "4.17.14", + "lodash": "4.17.17", "moment": "^2.22.2", "moment-timezone": "^0.5.26", "normalize.css": "^8.0.0",