From f4b1729afbd665c4b7597995bbdf6303f93440b3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 Dec 2023 14:03:24 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:debug:20170905 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ebd2497..adc968a 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "ethereumjs-util": "^4.5.0", "express": "^4.13.4", "hooked-web3-provider": "^1.0.0", - "ipfs": "^0.30.1", + "ipfs": "^0.51.0", "js-sha256": "^0.6.0", "keythereum": "0.4.10", "lodash": "^4.11.1",