From c82aab4b3261dcbe8e63c08d91af2a8206d0e691 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 16:35:56 +0000 Subject: [PATCH] fix: packages/polymath-offchain/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- packages/polymath-offchain/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/polymath-offchain/package.json b/packages/polymath-offchain/package.json index 7b77b6eef..71bd1581d 100644 --- a/packages/polymath-offchain/package.json +++ b/packages/polymath-offchain/package.json @@ -27,7 +27,7 @@ "koa-body": "^2.5.0", "koa-router": "^7.4.0", "koa-static": "^5.0.0", - "lodash": "4.17.14", + "lodash": "4.17.17", "moment": "2.20.1", "mongoose": "^5.0.14", "react": "16.4.0",