From 96e52cb9d426c19925c3c9962cd060981ad78972 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 10 Oct 2021 18:36:01 +0000 Subject: [PATCH] fix: upgrade libp2p from 0.26.2 to 0.32.4 Snyk has created this PR to upgrade libp2p from 0.26.2 to 0.32.4. See this package in npm: https://www.npmjs.com/package/libp2p See this project in Snyk: https://app.snyk.io/org/pardo/project/53b0aff5-b724-4c71-9678-c167f3521414?utm_source=github&utm_medium=referral&page=upgrade-pr --- 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 197b8d5c5f..51dd597f26 100644 --- a/examples/custom-libp2p/package.json +++ b/examples/custom-libp2p/package.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "ipfs": "file:../../", - "libp2p": "^0.26.2", + "libp2p": "^0.32.4", "libp2p-bootstrap": "~0.9.7", "libp2p-kad-dht": "~0.16.0", "libp2p-mdns": "~0.12.2",