From 633067e0d5da4d8503109726c4a04b098160424f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 01:08:36 +0000 Subject: [PATCH] build(deps): bump @libp2p/circuit-relay-v2 from 3.2.24 to 4.0.4 Bumps [@libp2p/circuit-relay-v2](https://github.com/libp2p/js-libp2p) from 3.2.24 to 4.0.4. - [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/circuit-relay-v2-v3.2.24...perf-v4.0.4) --- updated-dependencies: - dependency-name: "@libp2p/circuit-relay-v2" dependency-version: 4.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 199 ++++++++++++++++++++++++++++++++++++++++------ package.json | 2 +- 2 files changed, 176 insertions(+), 25 deletions(-) diff --git a/package-lock.json b/package-lock.json index f4851b85..7c1f5e9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@chainsafe/libp2p-noise": "^16.1.5", "@chainsafe/libp2p-yamux": "^7.0.4", - "@libp2p/circuit-relay-v2": "^3.2.24", + "@libp2p/circuit-relay-v2": "^4.0.4", "@libp2p/identify": "^3.0.39", "@libp2p/mplex": "^12.0.4", "@libp2p/ping": "^2.0.37", @@ -2937,40 +2937,191 @@ "license": "MIT" }, "node_modules/@libp2p/circuit-relay-v2": { - "version": "3.2.24", - "resolved": "https://registry.npmjs.org/@libp2p/circuit-relay-v2/-/circuit-relay-v2-3.2.24.tgz", - "integrity": "sha512-JXSm0dOOpPC+Yax0ngLYWqELHLFmaYPNZOhZkrr0iEtbiXwhDXuDuwT71pwmozp7h/rYd2YFoIk178AhZ4711Q==", + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/@libp2p/circuit-relay-v2/-/circuit-relay-v2-4.0.4.tgz", + "integrity": "sha512-E3C+nUOeftetRnK1vDGpvETEf1JBW+wpPdZvZCamn+zduJ47rPe2pW15Z4DgH9jhM+ZSC0P90NTLCR8U7K/1UA==", "license": "Apache-2.0 OR MIT", "dependencies": { - "@libp2p/crypto": "^5.1.8", - "@libp2p/interface": "^2.11.0", - "@libp2p/interface-internal": "^2.3.19", - "@libp2p/peer-collections": "^6.0.35", - "@libp2p/peer-id": "^5.1.9", - "@libp2p/peer-record": "^8.0.35", - "@libp2p/utils": "^6.7.2", - "@multiformats/multiaddr": "^12.4.4", - "@multiformats/multiaddr-matcher": "^2.0.0", + "@libp2p/crypto": "^5.1.12", + "@libp2p/interface": "^3.0.2", + "@libp2p/interface-internal": "^3.0.4", + "@libp2p/peer-collections": "^7.0.4", + "@libp2p/peer-id": "^6.0.3", + "@libp2p/peer-record": "^9.0.3", + "@libp2p/utils": "^7.0.4", + "@multiformats/multiaddr": "^13.0.1", + "@multiformats/multiaddr-matcher": "^3.0.1", "any-signal": "^4.1.1", - "it-protobuf-stream": "^2.0.2", - "it-stream-types": "^2.0.2", "main-event": "^1.0.1", - "multiformats": "^13.3.6", + "multiformats": "^13.4.0", "nanoid": "^5.1.5", "progress-events": "^1.0.1", - "protons-runtime": "^5.5.0", + "protons-runtime": "^5.6.0", "retimeable-signal": "^1.0.1", "uint8arraylist": "^2.4.8", "uint8arrays": "^5.1.0" } }, + "node_modules/@libp2p/circuit-relay-v2/node_modules/@libp2p/interface": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@libp2p/interface/-/interface-3.0.2.tgz", + "integrity": "sha512-nb3H0eu9RPCBjwWUCafSL3TpFmt1Jhe4zgWlV98VrrWhtxg8xaunbEWzfVnU+R2TvV8IAljGw80OcqSst3gBlw==", + "license": "Apache-2.0 OR MIT", + "dependencies": { + "@multiformats/dns": "^1.0.6", + "@multiformats/multiaddr": "^13.0.1", + "main-event": "^1.0.1", + "multiformats": "^13.4.0", + "progress-events": "^1.0.1", + "uint8arraylist": "^2.4.8" + } + }, + "node_modules/@libp2p/circuit-relay-v2/node_modules/@libp2p/interface-internal": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@libp2p/interface-internal/-/interface-internal-3.0.4.tgz", + "integrity": "sha512-ssYkHS8mnxQfgyGbpORV5KwHzZ5RV8XwrB/SPDAR5bmKu0Fthl9o6nNslJ1oXMZv/hdcT9RPe9x3PMs56OIYoA==", + "license": "Apache-2.0 OR MIT", + "dependencies": { + "@libp2p/interface": "^3.0.2", + "@libp2p/peer-collections": "^7.0.4", + "@multiformats/multiaddr": "^13.0.1", + "progress-events": "^1.0.1" + } + }, + "node_modules/@libp2p/circuit-relay-v2/node_modules/@libp2p/logger": { + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/@libp2p/logger/-/logger-6.0.4.tgz", + "integrity": "sha512-S5oaJYRm2PpCTeLttLfU9tLKv4Ay+FwlJBTL9R9yORRVPqe9r3oCW4JkokyLdUHuPlStdJJoAUO5KhYHvTpOAw==", + "license": "Apache-2.0 OR MIT", + "dependencies": { + "@libp2p/interface": "^3.0.2", + "@multiformats/multiaddr": "^13.0.1", + "interface-datastore": "^8.3.2", + "multiformats": "^13.4.0", + "weald": "^1.0.6" + } + }, + "node_modules/@libp2p/circuit-relay-v2/node_modules/@libp2p/peer-collections": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/@libp2p/peer-collections/-/peer-collections-7.0.4.tgz", + "integrity": "sha512-mUakbkYe9/neWv4KgtmpT2equ5rQjLGsud2rIYEfLpl+8ZSUllNcOvR1TMxrJACO+0u4ko4OqX/HGpHhzrTIYQ==", + "license": "Apache-2.0 OR MIT", + "dependencies": { + "@libp2p/interface": "^3.0.2", + "@libp2p/peer-id": "^6.0.3", + "@libp2p/utils": "^7.0.4", + "multiformats": "^13.4.0" + } + }, + "node_modules/@libp2p/circuit-relay-v2/node_modules/@libp2p/peer-id": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/@libp2p/peer-id/-/peer-id-6.0.3.tgz", + "integrity": "sha512-kNecI7YYeh55Jrx+ra0AxEx5CfpKB4/i+4rBJ8jRyLaMgJvwhTC055mZrKv+rUWEEfp/9VqCnDKQ8cVoDbDydA==", + "license": "Apache-2.0 OR MIT", + "dependencies": { + "@libp2p/crypto": "^5.1.12", + "@libp2p/interface": "^3.0.2", + "multiformats": "^13.4.0", + "uint8arrays": "^5.1.0" + } + }, + "node_modules/@libp2p/circuit-relay-v2/node_modules/@libp2p/peer-record": { + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/@libp2p/peer-record/-/peer-record-9.0.3.tgz", + "integrity": "sha512-W1K/fdyLDZpxEEcS08JafyNyDUAKHhdjxdt2M7ZwDtBbRrM9RFseZaGHufpMEgPZxne6RriLpJp1NLeFPF9bZA==", + "license": "Apache-2.0 OR MIT", + "dependencies": { + "@libp2p/crypto": "^5.1.12", + "@libp2p/interface": "^3.0.2", + "@libp2p/peer-id": "^6.0.3", + "@multiformats/multiaddr": "^13.0.1", + "multiformats": "^13.4.0", + "protons-runtime": "^5.6.0", + "uint8-varint": "^2.0.4", + "uint8arraylist": "^2.4.8", + "uint8arrays": "^5.1.0" + } + }, + "node_modules/@libp2p/circuit-relay-v2/node_modules/@libp2p/utils": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/@libp2p/utils/-/utils-7.0.4.tgz", + "integrity": "sha512-ZtudYpZBHp0SRkSGgX04Ajpkhj6HVdBdhtvRYNO4bXvK0vKzb6J9dj1ARnqon7zjZC0cGWrDPpSiK4pCXeqJ+Q==", + "license": "Apache-2.0 OR MIT", + "dependencies": { + "@chainsafe/is-ip": "^2.1.0", + "@chainsafe/netmask": "^2.0.0", + "@libp2p/crypto": "^5.1.12", + "@libp2p/interface": "^3.0.2", + "@libp2p/logger": "^6.0.4", + "@multiformats/multiaddr": "^13.0.1", + "@sindresorhus/fnv1a": "^3.1.0", + "any-signal": "^4.1.1", + "cborg": "^4.2.14", + "delay": "^6.0.0", + "is-loopback-addr": "^2.0.2", + "it-length-prefixed": "^10.0.1", + "it-pipe": "^3.0.1", + "it-pushable": "^3.2.3", + "it-stream-types": "^2.0.2", + "main-event": "^1.0.1", + "netmask": "^2.0.2", + "p-defer": "^4.0.1", + "p-event": "^7.0.0", + "race-signal": "^2.0.0", + "uint8-varint": "^2.0.4", + "uint8arraylist": "^2.4.8", + "uint8arrays": "^5.1.0" + } + }, + "node_modules/@libp2p/circuit-relay-v2/node_modules/@multiformats/multiaddr": { + "version": "13.0.1", + "resolved": "https://registry.npmjs.org/@multiformats/multiaddr/-/multiaddr-13.0.1.tgz", + "integrity": "sha512-XToN915cnfr6Lr9EdGWakGJbPT0ghpg/850HvdC+zFX8XvpLZElwa8synCiwa8TuvKNnny6m8j8NVBNCxhIO3g==", + "license": "Apache-2.0 OR MIT", + "dependencies": { + "@chainsafe/is-ip": "^2.0.1", + "multiformats": "^13.0.0", + "uint8-varint": "^2.0.1", + "uint8arrays": "^5.0.0" + } + }, + "node_modules/@libp2p/circuit-relay-v2/node_modules/@multiformats/multiaddr-matcher": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@multiformats/multiaddr-matcher/-/multiaddr-matcher-3.0.1.tgz", + "integrity": "sha512-jvjwzCPysVTQ53F4KqwmcqZw73BqHMk0UUZrMP9P4OtJ/YHrfs122ikTqhVA2upe0P/Qz9l8HVlhEifVYB2q9A==", + "license": "Apache-2.0 OR MIT", + "dependencies": { + "@multiformats/multiaddr": "^13.0.0" + } + }, + "node_modules/@libp2p/circuit-relay-v2/node_modules/p-event": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/p-event/-/p-event-7.0.0.tgz", + "integrity": "sha512-z4Xv/ieHhi6Dx3A5xbZI8WWTn+eSRo6buGTvA8Yv2iLyX+61SUIMKcBszZRHA6e2Apld6QEDSclAuha2iUntyA==", + "license": "MIT", + "dependencies": { + "p-timeout": "^6.1.4" + }, + "engines": { + "node": ">=20" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@libp2p/circuit-relay-v2/node_modules/race-signal": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/race-signal/-/race-signal-2.0.0.tgz", + "integrity": "sha512-P31bLhE4ByBX/70QDXMutxnqgwrF1WUXea1O8DXuviAgkdbQ1iQMQotNgzJIBC9yUSn08u/acZrMUhgw7w6GpA==", + "license": "Apache-2.0 OR MIT" + }, "node_modules/@libp2p/crypto": { - "version": "5.1.11", - "resolved": "https://registry.npmjs.org/@libp2p/crypto/-/crypto-5.1.11.tgz", - "integrity": "sha512-J+C4bntXEhf43fJZbgyoa4XI8/kzwB5wE/2FoNQcwhIwgDd4YyRB1SHswgI0KWqF0pgKtFLE+sLnUBn/ZYUTjw==", + "version": "5.1.12", + "resolved": "https://registry.npmjs.org/@libp2p/crypto/-/crypto-5.1.12.tgz", + "integrity": "sha512-1yJS0BZj+HF4M3Uv/92y3oIbMcCar218accFBcX+nKVhBlwDbx6fkUURhs5GilIhMgDtir+qQ8Un1hwF4CgGzw==", "license": "Apache-2.0 OR MIT", "dependencies": { - "@libp2p/interface": "^3.0.1", + "@libp2p/interface": "^3.0.2", "@noble/curves": "^2.0.1", "@noble/hashes": "^2.0.1", "multiformats": "^13.4.0", @@ -2980,9 +3131,9 @@ } }, "node_modules/@libp2p/crypto/node_modules/@libp2p/interface": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@libp2p/interface/-/interface-3.0.1.tgz", - "integrity": "sha512-Fc502I77E+vLiADk7PyydM3NwW6F1HCQGhhtbzi9jLb+X8KgVBL3wlPqWXVM8fyQ++4CpOcAyMel8UYhIXr26w==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@libp2p/interface/-/interface-3.0.2.tgz", + "integrity": "sha512-nb3H0eu9RPCBjwWUCafSL3TpFmt1Jhe4zgWlV98VrrWhtxg8xaunbEWzfVnU+R2TvV8IAljGw80OcqSst3gBlw==", "license": "Apache-2.0 OR MIT", "dependencies": { "@multiformats/dns": "^1.0.6", diff --git a/package.json b/package.json index ab27a2f0..dc676155 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "dependencies": { "@chainsafe/libp2p-noise": "^16.1.5", "@chainsafe/libp2p-yamux": "^7.0.4", - "@libp2p/circuit-relay-v2": "^3.2.24", + "@libp2p/circuit-relay-v2": "^4.0.4", "@libp2p/identify": "^3.0.39", "@libp2p/mplex": "^12.0.4", "@libp2p/ping": "^2.0.37",