From fb3afba53845b6c91c083f67e7c8ce9980588544 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jul 2025 12:04:38 +0000 Subject: [PATCH] chore(deps): bump @multiformats/multiaddr-matcher from 1.8.0 to 2.0.2 Bumps [@multiformats/multiaddr-matcher](https://github.com/multiformats/js-multiaddr-matcher) from 1.8.0 to 2.0.2. - [Release notes](https://github.com/multiformats/js-multiaddr-matcher/releases) - [Changelog](https://github.com/multiformats/js-multiaddr-matcher/blob/main/CHANGELOG.md) - [Commits](https://github.com/multiformats/js-multiaddr-matcher/compare/v1.8.0...v2.0.2) --- updated-dependencies: - dependency-name: "@multiformats/multiaddr-matcher" dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/js-libp2p-example-auto-tls/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/js-libp2p-example-auto-tls/package.json b/examples/js-libp2p-example-auto-tls/package.json index 7649b3c..03bfa35 100644 --- a/examples/js-libp2p-example-auto-tls/package.json +++ b/examples/js-libp2p-example-auto-tls/package.json @@ -28,7 +28,7 @@ "@libp2p/ping": "^2.0.27", "@libp2p/upnp-nat": "^3.0.1", "@libp2p/websockets": "^9.1.0", - "@multiformats/multiaddr-matcher": "^1.6.0", + "@multiformats/multiaddr-matcher": "^2.0.2", "datastore-level": "^11.0.1", "libp2p": "^2.0.0" },