From 31d67259504998e5b0aebf4dd1fedae7edcb0788 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 10:49:48 +0000 Subject: [PATCH] deps(dev): bump @chainsafe/libp2p-yamux from 5.0.4 to 6.0.1 Bumps [@chainsafe/libp2p-yamux](https://github.com/ChainSafe/js-libp2p-yamux) from 5.0.4 to 6.0.1. - [Release notes](https://github.com/ChainSafe/js-libp2p-yamux/releases) - [Changelog](https://github.com/ChainSafe/js-libp2p-yamux/blob/master/CHANGELOG.md) - [Commits](https://github.com/ChainSafe/js-libp2p-yamux/compare/v5.0.4...v6.0.1) --- updated-dependencies: - dependency-name: "@chainsafe/libp2p-yamux" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/interop/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/interop/package.json b/packages/interop/package.json index 99c135c..5eb53a6 100644 --- a/packages/interop/package.json +++ b/packages/interop/package.json @@ -50,7 +50,7 @@ }, "devDependencies": { "@chainsafe/libp2p-noise": "^13.0.1", - "@chainsafe/libp2p-yamux": "^5.0.0", + "@chainsafe/libp2p-yamux": "^6.0.1", "@helia/interface": "^2.0.0", "@helia/strings": "^1.0.0", "@libp2p/tcp": "^8.0.8",