From 35329826d9e90ec6c323d883e5838bd347dea71c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 12:19:02 +0100 Subject: [PATCH] deps: bump @multiformats/multiaddr from 11.6.1 to 12.0.0 (#169) Bumps [@multiformats/multiaddr](https://github.com/multiformats/js-multiaddr) from 11.6.1 to 12.0.0. - [Release notes](https://github.com/multiformats/js-multiaddr/releases) - [Changelog](https://github.com/multiformats/js-multiaddr/blob/master/CHANGELOG.md) - [Commits](https://github.com/multiformats/js-multiaddr/compare/v11.6.1...v12.0.0) --- updated-dependencies: - dependency-name: "@multiformats/multiaddr" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6f23492..5035813 100644 --- a/package.json +++ b/package.json @@ -146,7 +146,7 @@ "@libp2p/logger": "^2.0.1", "@libp2p/peer-id": "^2.0.0", "@multiformats/mafmt": "^11.0.3", - "@multiformats/multiaddr": "^11.0.0" + "@multiformats/multiaddr": "^12.0.0" }, "devDependencies": { "@libp2p/interface-peer-discovery-compliance-tests": "^2.0.0",