From 4d33162e4e941b74f57a48311344efc1dd53f9e4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 30 May 2022 23:14:22 +0000 Subject: [PATCH] fix: examples/explore-ethereum-blockchain/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JUSTSAFESET-1920917 --- examples/explore-ethereum-blockchain/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/explore-ethereum-blockchain/package.json b/examples/explore-ethereum-blockchain/package.json index 1ad75b5eda..859ba6e7b1 100644 --- a/examples/explore-ethereum-blockchain/package.json +++ b/examples/explore-ethereum-blockchain/package.json @@ -10,7 +10,7 @@ "keywords": [], "license": "MIT", "devDependencies": { - "ipfs": "^0.55.1", + "ipfs": "^0.63.0", "ipfs-http-client": "^50.0.0", "ipfsd-ctl": "^8.0.1", "ipld-ethereum": "^6.0.0",