From d6781555304f755713ceb6c742de1b82ffb47446 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 10:26:09 +0000 Subject: [PATCH] deps: bump @libp2p/peer-id from 5.0.12 to 5.0.14 Bumps [@libp2p/peer-id](https://github.com/libp2p/js-libp2p) from 5.0.12 to 5.0.14. - [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-v5.0.12...webrtc-v5.0.14) --- updated-dependencies: - dependency-name: "@libp2p/peer-id" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6c534cecd..318b6136b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2736,12 +2736,12 @@ "license": "MIT" }, "node_modules/@libp2p/crypto": { - "version": "5.0.11", - "resolved": "https://registry.npmjs.org/@libp2p/crypto/-/crypto-5.0.11.tgz", - "integrity": "sha512-1//iAZAO6XKFPwKqX7xCNJFwIgSyLOTE7wVS0gFaD7jWXeYmD78cojFq5QC1jRl04iTJe4COTTNHen/cpqurwA==", + "version": "5.0.13", + "resolved": "https://registry.npmjs.org/@libp2p/crypto/-/crypto-5.0.13.tgz", + "integrity": "sha512-OM6uYNA32K/iZPyz3X+4I811FyA7//b8x+H6kwu5bra9qzKOAuUoTKZpOhjL6OKrzeuJ7ULUR4q7UuVItEA1yQ==", "license": "Apache-2.0 OR MIT", "dependencies": { - "@libp2p/interface": "^2.5.0", + "@libp2p/interface": "^2.6.1", "@noble/curves": "^1.7.0", "@noble/hashes": "^1.6.1", "asn1js": "^3.0.5", @@ -2752,9 +2752,9 @@ } }, "node_modules/@libp2p/interface": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/@libp2p/interface/-/interface-2.5.0.tgz", - "integrity": "sha512-XKUHsDMbMVwEGgYYj1uB5XCnlFeF21SgyynKbc4sqfVCEJdjxF7ILYX0dm6tjBGjVThubjUd2b82RwOqeds3Kg==", + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/@libp2p/interface/-/interface-2.6.1.tgz", + "integrity": "sha512-iCH686hAGu1p8nSCCTTDz5jyJ89D9HvhpnmVehknVjNLO63TPAntsaDzEs6wi2nsUJ3xThsXEbani6Ij5dL8Vg==", "license": "Apache-2.0 OR MIT", "dependencies": { "@multiformats/multiaddr": "^12.3.3", @@ -2779,13 +2779,13 @@ } }, "node_modules/@libp2p/peer-id": { - "version": "5.0.12", - "resolved": "https://registry.npmjs.org/@libp2p/peer-id/-/peer-id-5.0.12.tgz", - "integrity": "sha512-SovviVLG+vBwYZVIiJ+NN/f29jXczPVzoDGp9bMLBQoDPqGAB8IQ71BZLba25CUF+llJlXZRNzYwjZiJ0Y2DuA==", + "version": "5.0.14", + "resolved": "https://registry.npmjs.org/@libp2p/peer-id/-/peer-id-5.0.14.tgz", + "integrity": "sha512-tDghtkrhk4MTjaNUGhsGPb+o0BKuYB1Pdcd31jBuymPTCQNx/DHklRjOG6F1Zcllti9a/bUoxVCUITP9gAEiow==", "license": "Apache-2.0 OR MIT", "dependencies": { - "@libp2p/crypto": "^5.0.11", - "@libp2p/interface": "^2.5.0", + "@libp2p/crypto": "^5.0.13", + "@libp2p/interface": "^2.6.1", "multiformats": "^13.3.1", "uint8arrays": "^5.1.0" }