From e4abbe1bbc0097af22ffac206e2d5fab7845e04c Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Tue, 19 Apr 2022 10:25:51 +0100 Subject: [PATCH] fix: tests/solidity/suites/eip1559/package.json to reduce vulnerabilities (#1038) 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-NODEFETCH-2342118 Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com> --- tests/solidity/suites/eip1559/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/solidity/suites/eip1559/package.json b/tests/solidity/suites/eip1559/package.json index eb5f0e0c..019a6870 100644 --- a/tests/solidity/suites/eip1559/package.json +++ b/tests/solidity/suites/eip1559/package.json @@ -11,6 +11,6 @@ "truffle-assertions": "^0.9.2" }, "dependencies": { - "@truffle/hdwallet-provider": "^1.5.1-alpha.1" + "@truffle/hdwallet-provider": "^1.6.0" } }