From f3bb6b5d7a2c001d2426a223196068d02bbfebff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 11:00:52 +0000 Subject: [PATCH] deps: bump @libp2p/crypto from 4.1.9 to 5.0.0 Bumps [@libp2p/crypto](https://github.com/libp2p/js-libp2p) from 4.1.9 to 5.0.0. - [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/crypto-v4.1.9...utils-v5.0.0) --- updated-dependencies: - dependency-name: "@libp2p/crypto" 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 f2ba919..d442b12 100644 --- a/package.json +++ b/package.json @@ -166,7 +166,7 @@ "docs:no-publish": "NODE_OPTIONS=--max_old_space_size=8192 aegir docs --publish false" }, "dependencies": { - "@libp2p/crypto": "^4.0.0", + "@libp2p/crypto": "^5.0.0", "@libp2p/interface": "^1.1.0", "@libp2p/logger": "^4.0.3", "@libp2p/peer-id": "^4.0.3",