From a917eabeb32cd43fc8268fbdf5cb54340a575a77 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Jan 2022 08:20:39 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-OPENZEPPELINCONTRACTS-2336323 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7f98f2da3..b158baf29 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "test": "jest --verbose ./tests" }, "dependencies": { - "@avalabs/avalanche-wallet-sdk": "0.11.1-beta.3", + "@avalabs/avalanche-wallet-sdk": "0.14.0", "@avalabs/vue_components": "0.10.0", "@ethereumjs/common": "2.0.0", "@ethereumjs/tx": "3.0.0",