From d11994a6c708ed7ff8ca405c31b2204b868089f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 12:50:19 +0000 Subject: [PATCH] chore(deps): bump it-length-prefixed-stream from 1.2.1 to 2.0.3 Bumps [it-length-prefixed-stream](https://github.com/achingbrain/it) from 1.2.1 to 2.0.3. - [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.3) --- updated-dependencies: - dependency-name: it-length-prefixed-stream dependency-version: 2.0.3 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..4b7cce0 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.3", "it-pipe": "^3.0.1", "libp2p": "^2.0.0", "uint8arrays": "^5.1.0"