From 34446112e88a12373102196ad93d425fa9c72412 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 26 May 2024 01:43:11 +0000 Subject: [PATCH] fix: packages/new-polymath-scripts/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- packages/new-polymath-scripts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/new-polymath-scripts/package.json b/packages/new-polymath-scripts/package.json index eb3c889c4..d823f5a54 100644 --- a/packages/new-polymath-scripts/package.json +++ b/packages/new-polymath-scripts/package.json @@ -19,7 +19,7 @@ "fs-extra": "^7.0.0", "ganache-cli": "6.2.5", "lodash": "4.17.14", - "truffle": "4.1.14", + "truffle": "5.0.20", "web3": "1.0.0-beta.30" } }