From 030b517624e20a8f08d28b1314fb5b58831b45a4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 17 Oct 2024 15:38:32 +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-ELLIPTIC-8187303 --- 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..7969766b0e 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.66.1", "ipfs-http-client": "^50.0.0", "ipfsd-ctl": "^8.0.1", "ipld-ethereum": "^6.0.0",