From abacc3218817d00c8b8652c70f3b4515eeba0c5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jun 2022 10:51:17 +0000 Subject: [PATCH] chore(deps): bump @libp2p/utils from 1.0.10 to 2.0.0 Bumps [@libp2p/utils](https://github.com/libp2p/js-libp2p-utils) from 1.0.10 to 2.0.0. - [Release notes](https://github.com/libp2p/js-libp2p-utils/releases) - [Changelog](https://github.com/libp2p/js-libp2p-utils/blob/master/CHANGELOG.md) - [Commits](https://github.com/libp2p/js-libp2p-utils/compare/v1.0.10...v2.0.0) --- updated-dependencies: - dependency-name: "@libp2p/utils" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e38b60..d007a58 100644 --- a/package.json +++ b/package.json @@ -146,7 +146,7 @@ "@libp2p/interface-record": "^1.0.1", "@libp2p/logger": "^1.1.0", "@libp2p/peer-id": "^1.1.13", - "@libp2p/utils": "^1.0.9", + "@libp2p/utils": "^2.0.0", "@multiformats/multiaddr": "^10.1.5", "err-code": "^3.0.1", "interface-datastore": "^6.1.0",