From e7b6d925cb42c5061ed6fafdb9c6aad9ab13f9a9 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Tue, 19 Apr 2022 10:23:27 +0100 Subject: [PATCH] fix: tests/solidity/package.json to reduce vulnerabilities (#1036) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com> --- tests/solidity/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/solidity/package.json b/tests/solidity/package.json index 6925da1e..c8388868 100644 --- a/tests/solidity/package.json +++ b/tests/solidity/package.json @@ -13,7 +13,7 @@ ] }, "dependencies": { - "truffle": "5.4.14", + "truffle": "5.5.8", "yargs": "^17.0.1", "patch-package": "^6.4.7" },