From 574a5ad58f930e5c36d70372172827a4a17364c1 Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Mon, 5 Sep 2022 10:49:22 +1000 Subject: [PATCH] chore(deps): bump @libp2p/mplex to 5.1.1 --- package-lock.json | 34 +++++++++++++++++----------------- package.json | 2 +- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index e01094670..53024f3a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@libp2p/interface-peer-info": "^1.0.1", "@libp2p/interface-peer-store": "^1.0.0", "@libp2p/interfaces": "^3.0.2", - "@libp2p/mplex": "^4.0.1", + "@libp2p/mplex": "^5.1.1", "@libp2p/peer-id": "^1.1.10", "@libp2p/websockets": "^3.0.0", "@multiformats/multiaddr": "^10.2.0", @@ -1352,12 +1352,12 @@ } }, "node_modules/@libp2p/mplex": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@libp2p/mplex/-/mplex-4.0.1.tgz", - "integrity": "sha512-LOs5xEPjY10Bq98q1Ipa4/PQ83uj6i/JkvaAZ85/hgiqLrfVYkqs31AF0G35DgvM1eaVjmJoE7f1u4UHKaCEMQ==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/@libp2p/mplex/-/mplex-5.1.1.tgz", + "integrity": "sha512-a4hUUzHaFUmk6hx0lV6dveyOmHlOqB/MwDJJfIDyHvDILb2ZXGLJaI3JnbMYqPCwOCeSFkKu8Ixw5HphffV0Aw==", "dependencies": { "@libp2p/components": "^2.0.0", - "@libp2p/interface-connection": "^2.0.0", + "@libp2p/interface-connection": "^3.0.1", "@libp2p/interface-stream-muxer": "^2.0.0", "@libp2p/logger": "^2.0.0", "@libp2p/tracked-map": "^2.0.0", @@ -1365,9 +1365,9 @@ "any-signal": "^3.0.0", "err-code": "^3.0.1", "it-pipe": "^2.0.3", - "it-pushable": "^3.0.0", + "it-pushable": "^3.1.0", "it-stream-types": "^1.0.4", - "uint8arraylist": "^1.4.0", + "uint8arraylist": "^2.1.1", "uint8arrays": "^3.0.0", "varint": "^6.0.0" }, @@ -1377,9 +1377,9 @@ } }, "node_modules/@libp2p/mplex/node_modules/it-pushable": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/it-pushable/-/it-pushable-3.0.0.tgz", - "integrity": "sha512-Lpo9Q6wghDDoX8RyA2vIkpNckd5E0EY7RzIKwgiTPakrTmwDw7tKMx6DDJ1ZXrunYnHdKHnKSHYJL3Csya5U2w==" + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/it-pushable/-/it-pushable-3.1.0.tgz", + "integrity": "sha512-sEAdT86u6aIWvLkH4hlOmgvHpRyUOUG22HD365H+Dh67zYpaPdILmT4Om7Wjdb+m/SjEB81z3nYCoIrgVYpOFA==" }, "node_modules/@libp2p/multistream-select": { "version": "3.0.0", @@ -13105,9 +13105,9 @@ } }, "@libp2p/mplex": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@libp2p/mplex/-/mplex-4.0.1.tgz", - "integrity": "sha512-LOs5xEPjY10Bq98q1Ipa4/PQ83uj6i/JkvaAZ85/hgiqLrfVYkqs31AF0G35DgvM1eaVjmJoE7f1u4UHKaCEMQ==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/@libp2p/mplex/-/mplex-5.1.1.tgz", + "integrity": "sha512-a4hUUzHaFUmk6hx0lV6dveyOmHlOqB/MwDJJfIDyHvDILb2ZXGLJaI3JnbMYqPCwOCeSFkKu8Ixw5HphffV0Aw==", "requires": { "@libp2p/components": "^2.0.0", "@libp2p/interface-connection": "3.0.1", @@ -13118,7 +13118,7 @@ "any-signal": "^3.0.0", "err-code": "^3.0.1", "it-pipe": "^2.0.3", - "it-pushable": "^3.0.0", + "it-pushable": "^3.1.0", "it-stream-types": "^1.0.4", "uint8arraylist": "2.3.2", "uint8arrays": "^3.0.0", @@ -13126,9 +13126,9 @@ }, "dependencies": { "it-pushable": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/it-pushable/-/it-pushable-3.0.0.tgz", - "integrity": "sha512-Lpo9Q6wghDDoX8RyA2vIkpNckd5E0EY7RzIKwgiTPakrTmwDw7tKMx6DDJ1ZXrunYnHdKHnKSHYJL3Csya5U2w==" + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/it-pushable/-/it-pushable-3.1.0.tgz", + "integrity": "sha512-sEAdT86u6aIWvLkH4hlOmgvHpRyUOUG22HD365H+Dh67zYpaPdILmT4Om7Wjdb+m/SjEB81z3nYCoIrgVYpOFA==" } } }, diff --git a/package.json b/package.json index d86a11d00..8cf6d5573 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "@libp2p/interface-peer-info": "^1.0.1", "@libp2p/interface-peer-store": "^1.0.0", "@libp2p/interfaces": "^3.0.2", - "@libp2p/mplex": "^4.0.1", + "@libp2p/mplex": "^5.1.1", "@libp2p/peer-id": "^1.1.10", "@libp2p/websockets": "^3.0.0", "@multiformats/multiaddr": "^10.2.0",