From 6b9de50a222f187f14cd9fac0acfaa8d79991700 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 12:09:05 +0000 Subject: [PATCH] chore(deps): bump it-length-prefixed-stream from 1.2.1 to 2.0.1 Bumps [it-length-prefixed-stream](https://github.com/achingbrain/it) from 1.2.1 to 2.0.1. - [Release notes](https://github.com/achingbrain/it/releases) - [Commits](https://github.com/achingbrain/it/compare/it-length-prefixed-stream-1.2.1...it-length-prefixed-stream-2.0.1) --- updated-dependencies: - dependency-name: it-length-prefixed-stream dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/js-libp2p-example-custom-protocols/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/js-libp2p-example-custom-protocols/package.json b/examples/js-libp2p-example-custom-protocols/package.json index 4cc5dee..395e391 100644 --- a/examples/js-libp2p-example-custom-protocols/package.json +++ b/examples/js-libp2p-example-custom-protocols/package.json @@ -22,7 +22,7 @@ "@libp2p/websockets": "^9.0.0", "@multiformats/multiaddr": "^12.1.5", "@nodeutils/defaults-deep": "^1.1.0", - "it-length-prefixed-stream": "^1.1.4", + "it-length-prefixed-stream": "^2.0.1", "it-pipe": "^3.0.1", "libp2p": "^2.0.0", "uint8arrays": "^5.1.0"