From 137ff2ea02a92188bb6219231e993e352d0a340d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 8 Sep 2022 01:00:17 +0000 Subject: [PATCH] fix: examples/custom-libp2p/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GOT-2932019 - https://snyk.io/vuln/SNYK-JS-JUSTSAFESET-1920917 --- examples/custom-libp2p/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/custom-libp2p/package.json b/examples/custom-libp2p/package.json index b76e3b9483..38d16c3ddc 100644 --- a/examples/custom-libp2p/package.json +++ b/examples/custom-libp2p/package.json @@ -10,7 +10,7 @@ }, "license": "MIT", "dependencies": { - "ipfs": "^0.53.2", + "ipfs": "^0.64.0", "libp2p": "^0.29.3", "libp2p-bootstrap": "^0.12.1", "libp2p-kad-dht": "^0.20.1",