From cb1065be7f7c51db5cfc86c6c3e32b6d337b8b39 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Aug 2022 02:21:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ebd2497..18acedc 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "hooked-web3-provider": "^1.0.0", "ipfs": "^0.30.1", "js-sha256": "^0.6.0", - "keythereum": "0.4.10", + "keythereum": "2.0.0", "lodash": "^4.11.1", "memory-cache": "^0.2.0", "nano-ipfs-store": "^0.1.3",