From 3dd7f74ab93e210893419036eeb86a5e44ae1fe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 10:19:25 +0000 Subject: [PATCH] fix: bump @libp2p/crypto from 3.0.4 to 4.0.0 Bumps [@libp2p/crypto](https://github.com/libp2p/js-libp2p) from 3.0.4 to 4.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/perf-v3.0.4...utils-v4.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 8920509..727255e 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "dependencies": { "@chainsafe/as-chacha20poly1305": "^0.1.0", "@chainsafe/as-sha256": "^0.4.1", - "@libp2p/crypto": "^3.0.0", + "@libp2p/crypto": "^4.0.0", "@libp2p/interface": "^1.0.0", "@libp2p/peer-id": "^4.0.0", "@noble/ciphers": "^0.4.0",