From eafc037a794c6acbbed88934b1c51f4e44d16c21 Mon Sep 17 00:00:00 2001 From: noffle Date: Sun, 4 Aug 2019 13:39:38 -0700 Subject: [PATCH] Bump multifeed to latest (PROTOCOL BREAKING) This is a breaking change for us but not for multifeed, since peers on existing cabals will change their root hypercore from a shared global key to one that is unique to their cabal. Old and new versions of cabal will not be able to communicate. --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index e5f405a..cd80485 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3350,9 +3350,9 @@ } }, "multifeed": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/multifeed/-/multifeed-4.0.5.tgz", - "integrity": "sha512-sE20oiK9+OA1H5UUfYG/yhXwcutgFoSfnShdW0BTY0p/CAnaneC8CP/NbzNnCngeI0edG4r+kQENxxgXM2CSEg==", + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/multifeed/-/multifeed-4.1.3.tgz", + "integrity": "sha512-Wx/6JzW8I26BnV0wShvTfFJSTvA2ZvAvQRDFy/WJixy2pzelWhWPrRfsqdslelxC+VBu4heznH3sh37H8XTTBw==", "requires": { "debug": "^4.1.0", "hypercore-protocol": "^6.8.0",