From e5498e6e90919901f769b3d0b59bea51436da7e5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Oct 2021 22:49:04 +0000 Subject: [PATCH] fix: upgrade libp2p-bootstrap from 0.9.7 to 0.13.0 Snyk has created this PR to upgrade libp2p-bootstrap from 0.9.7 to 0.13.0. See this package in npm: https://www.npmjs.com/package/libp2p-bootstrap 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..8dacc39820 100644 --- a/examples/custom-libp2p/package.json +++ b/examples/custom-libp2p/package.json @@ -11,7 +11,7 @@ "dependencies": { "ipfs": "file:../../", "libp2p": "^0.26.2", - "libp2p-bootstrap": "~0.9.7", + "libp2p-bootstrap": "~0.13.0", "libp2p-kad-dht": "~0.16.0", "libp2p-mdns": "~0.12.2", "libp2p-secio": "~0.11.1",