From b1fc6b0b2bf9201a77d31cee6802fa26b794f9d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 08:56:39 +0000 Subject: [PATCH] deps: bump the interplanetary-deps group with 2 updates Bumps the interplanetary-deps group with 2 updates: [@libp2p/interface](https://github.com/libp2p/js-libp2p) and [@libp2p/logger](https://github.com/libp2p/js-libp2p). Updates `@libp2p/interface` from 2.11.0 to 3.0.2 - [Release notes](https://github.com/libp2p/js-libp2p/releases) - [Changelog](https://github.com/libp2p/js-libp2p/blob/main/.release-please.json) - [Commits](https://github.com/libp2p/js-libp2p/compare/interface-v2.11.0...tls-v3.0.2) Updates `@libp2p/logger` from 5.2.0 to 6.0.5 - [Release notes](https://github.com/libp2p/js-libp2p/releases) - [Changelog](https://github.com/libp2p/js-libp2p/blob/main/.release-please.json) - [Commits](https://github.com/libp2p/js-libp2p/compare/utils-v5.2.0...utils-v6.0.5) --- updated-dependencies: - dependency-name: "@libp2p/interface" dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: interplanetary-deps - dependency-name: "@libp2p/logger" dependency-version: 6.0.5 dependency-type: direct:production update-type: version-update:semver-major dependency-group: interplanetary-deps ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 97af5ca2..971f31bc 100644 --- a/package.json +++ b/package.json @@ -142,8 +142,8 @@ "dependencies": { "@hapi/boom": "^10.0.0", "@hapi/hapi": "^21.1.0", - "@libp2p/interface": "^2.0.1", - "@libp2p/logger": "^5.0.1", + "@libp2p/interface": "^3.0.2", + "@libp2p/logger": "^6.0.5", "execa": "^9.3.1", "joi": "^17.2.1", "kubo-rpc-client": "^5.0.0",