From d96e2b70f6aa98031cd2e920246eebecf83f8e76 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Tue, 19 Apr 2022 10:24:34 +0100 Subject: [PATCH] fix: tests/solidity/suites/storage/package.json to reduce vulnerabilities (#1039) 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/storage/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/solidity/suites/storage/package.json b/tests/solidity/suites/storage/package.json index eaffdc3f..7c75a170 100644 --- a/tests/solidity/suites/storage/package.json +++ b/tests/solidity/suites/storage/package.json @@ -4,7 +4,7 @@ "main": "index.js", "license": "MIT", "dependencies": { - "@truffle/hdwallet-provider": "^1.4.1", + "@truffle/hdwallet-provider": "^1.6.0", "concurrently": "^6.2.0", "truffle-assertions": "^0.9.2" },