chore(deps)(deps): bump @libp2p/websockets from 9.2.16 to 10.0.6

Bumps [@libp2p/websockets](https://github.com/libp2p/js-libp2p) from 9.2.16 to 10.0.6.
- [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/websockets-v9.2.16...tcp-v10.0.6)

---
updated-dependencies:
- dependency-name: "@libp2p/websockets"
  dependency-version: 10.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-10-22 15:09:10 +00:00 committed by GitHub
parent ff9c43038e
commit b59b1448e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 298 additions and 37 deletions

333
package-lock.json generated
View File

@ -4313,30 +4313,203 @@
}
},
"node_modules/@libp2p/websockets": {
"version": "9.2.16",
"resolved": "https://registry.npmjs.org/@libp2p/websockets/-/websockets-9.2.16.tgz",
"integrity": "sha512-jD96ClKeaZvTs+YyGJxOOQSWVe9e9SHmacJ9uE9dqWZjCbPICdCJnOj2pLg258WxVrc+/MRFKSHE/v5f2ZJGCA==",
"version": "10.0.6",
"resolved": "https://registry.npmjs.org/@libp2p/websockets/-/websockets-10.0.6.tgz",
"integrity": "sha512-rHsV3IR9fTsKUV/dexzmA1CIsIzkqgc5npwgUepXdrejTHhCZfmDSo52fdEsN4kfoWlOK4RmDxXrgQxxkrQeSw==",
"license": "Apache-2.0 OR MIT",
"dependencies": {
"@libp2p/interface": "^2.10.4",
"@libp2p/utils": "^6.7.0",
"@multiformats/multiaddr": "^12.4.4",
"@multiformats/multiaddr-matcher": "^1.7.2",
"@multiformats/multiaddr-to-uri": "^11.0.0",
"@types/ws": "^8.18.1",
"it-ws": "^6.1.5",
"@libp2p/interface": "^3.0.2",
"@libp2p/utils": "^7.0.5",
"@multiformats/multiaddr": "^13.0.1",
"@multiformats/multiaddr-matcher": "^3.0.1",
"@multiformats/multiaddr-to-uri": "^12.0.0",
"main-event": "^1.0.1",
"p-defer": "^4.0.1",
"p-event": "^6.0.1",
"p-event": "^7.0.0",
"progress-events": "^1.0.1",
"race-signal": "^1.1.3",
"ws": "^8.18.2"
"uint8arraylist": "^2.4.8",
"uint8arrays": "^5.1.0",
"ws": "^8.18.3"
}
},
"node_modules/@libp2p/websockets/node_modules/@libp2p/crypto": {
"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.2",
"@noble/curves": "^2.0.1",
"@noble/hashes": "^2.0.1",
"multiformats": "^13.4.0",
"protons-runtime": "^5.6.0",
"uint8arraylist": "^2.4.8",
"uint8arrays": "^5.1.0"
}
},
"node_modules/@libp2p/websockets/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/websockets/node_modules/@libp2p/logger": {
"version": "6.0.5",
"resolved": "https://registry.npmjs.org/@libp2p/logger/-/logger-6.0.5.tgz",
"integrity": "sha512-4HdUwusPh57KKSY0v0YMYw6T2wl93svOLFNJuosy2xLto9zty1KWkrjaEFyF6jF0a7zBd1k5trjJsDXo8OKDxw==",
"license": "Apache-2.0 OR MIT",
"dependencies": {
"@libp2p/interface": "^3.0.2",
"@multiformats/multiaddr": "^13.0.1",
"interface-datastore": "^9.0.1",
"multiformats": "^13.4.0",
"weald": "^1.0.6"
}
},
"node_modules/@libp2p/websockets/node_modules/@libp2p/utils": {
"version": "7.0.5",
"resolved": "https://registry.npmjs.org/@libp2p/utils/-/utils-7.0.5.tgz",
"integrity": "sha512-SmefnIdRXjLh9SdJ8nIL0LFvBqVuti3kujzk0/4Xj8mvAEzYl7h/Ge5VU6PHpzat9CZMplGQGGfr/vxX1WuckQ==",
"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.5",
"@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/websockets/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/websockets/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/websockets/node_modules/@noble/curves": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@noble/curves/-/curves-2.0.1.tgz",
"integrity": "sha512-vs1Az2OOTBiP4q0pwjW5aF0xp9n4MxVrmkFBxc6EKZc6ddYx5gaZiAsZoq0uRRXWbi3AT/sBqn05eRPtn1JCPw==",
"license": "MIT",
"dependencies": {
"@noble/hashes": "2.0.1"
},
"engines": {
"node": ">= 20.19.0"
},
"funding": {
"url": "https://paulmillr.com/funding/"
}
},
"node_modules/@libp2p/websockets/node_modules/@noble/hashes": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-2.0.1.tgz",
"integrity": "sha512-XlOlEbQcE9fmuXxrVTXCTlG2nlRXa9Rj3rr5Ue/+tX+nmkgbX720YHh0VR3hBF9xDvwnb8D2shVGOwNx+ulArw==",
"license": "MIT",
"engines": {
"node": ">= 20.19.0"
},
"funding": {
"url": "https://paulmillr.com/funding/"
}
},
"node_modules/@libp2p/websockets/node_modules/interface-datastore": {
"version": "9.0.2",
"resolved": "https://registry.npmjs.org/interface-datastore/-/interface-datastore-9.0.2.tgz",
"integrity": "sha512-jebn+GV/5LTDDoyicNIB4D9O0QszpPqT09Z/MpEWvf3RekjVKpXJCDguM5Au2fwIFxFDAQMZe5bSla0jMamCNg==",
"license": "Apache-2.0 OR MIT",
"dependencies": {
"interface-store": "^7.0.0",
"uint8arrays": "^5.1.0"
}
},
"node_modules/@libp2p/websockets/node_modules/interface-store": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/interface-store/-/interface-store-7.0.1.tgz",
"integrity": "sha512-OPRRUO3Cs6Jr/t98BrJLQp1jUTPgrRH0PqFfuNoPAqd+J7ABN1tjFVjQdaOBiybYJTS/AyBSZnZVWLPvp3dW3w==",
"license": "Apache-2.0 OR MIT"
},
"node_modules/@libp2p/websockets/node_modules/it-length-prefixed": {
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/it-length-prefixed/-/it-length-prefixed-10.0.1.tgz",
"integrity": "sha512-BhyluvGps26u9a7eQIpOI1YN7mFgi8lFwmiPi07whewbBARKAG9LE09Odc8s1Wtbt2MB6rNUrl7j9vvfXTJwdQ==",
"license": "Apache-2.0 OR MIT",
"dependencies": {
"it-reader": "^6.0.1",
"it-stream-types": "^2.0.1",
"uint8-varint": "^2.0.1",
"uint8arraylist": "^2.0.0",
"uint8arrays": "^5.0.1"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
}
},
"node_modules/@libp2p/websockets/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/websockets/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/websockets/node_modules/ws": {
"version": "8.18.2",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.2.tgz",
"integrity": "sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ==",
"version": "8.18.3",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz",
"integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
"license": "MIT",
"engines": {
"node": ">=10.0.0"
@ -4429,12 +4602,24 @@
}
},
"node_modules/@multiformats/multiaddr-to-uri": {
"version": "11.0.0",
"resolved": "https://registry.npmjs.org/@multiformats/multiaddr-to-uri/-/multiaddr-to-uri-11.0.0.tgz",
"integrity": "sha512-9RNmlIGwZbBLsHekT50dbt4o4u8Iciw9kGjv+WHiGxQdsJ6xKKjU1+C0Vbas6RilMbaVOAOnEyfNcXbUmTkLxQ==",
"version": "12.0.0",
"resolved": "https://registry.npmjs.org/@multiformats/multiaddr-to-uri/-/multiaddr-to-uri-12.0.0.tgz",
"integrity": "sha512-3uIEBCiy8tfzxYYBl81x1tISiNBQ7mHU4pGjippbJRoQYHzy/ZdZM/7JvTldr8pc/dzpkaNJxnsuxxlhsPOJsA==",
"license": "Apache-2.0 OR MIT",
"dependencies": {
"@multiformats/multiaddr": "^12.3.0"
"@multiformats/multiaddr": "^13.0.0"
}
},
"node_modules/@multiformats/multiaddr-to-uri/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/@napi-rs/wasm-runtime": {
@ -10887,6 +11072,15 @@
"node": ">= 10"
}
},
"node_modules/cborg": {
"version": "4.2.18",
"resolved": "https://registry.npmjs.org/cborg/-/cborg-4.2.18.tgz",
"integrity": "sha512-uzhkd5HOaLccokqeZa5B0Qz7/aa9C12pmUq5yU3vcy6I6OhTKdPHSzOuBPZfcoQHdcx8Emz/dWZbPNNfF/puvg==",
"license": "Apache-2.0",
"bin": {
"cborg": "lib/bin.js"
}
},
"node_modules/ccount": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz",
@ -21609,9 +21803,9 @@
"license": "MIT"
},
"node_modules/multiformats": {
"version": "13.3.7",
"resolved": "https://registry.npmjs.org/multiformats/-/multiformats-13.3.7.tgz",
"integrity": "sha512-meL9DERHj+fFVWoOX9fXqfcYcSpUfSYJPcFvDPKrxitICbwAoWR+Ut4j5NO9zAT917HUHLQmqzQbAsGNHlDcxQ==",
"version": "13.4.1",
"resolved": "https://registry.npmjs.org/multiformats/-/multiformats-13.4.1.tgz",
"integrity": "sha512-VqO6OSvLrFVAYYjgsr8tyv62/rCQhPgsZUXLTqoFLSgdkgiUYKYeArbt1uWLlEpkjxQe+P0+sHlbPEte1Bi06Q==",
"license": "Apache-2.0 OR MIT"
},
"node_modules/multimatch": {
@ -27880,9 +28074,9 @@
}
},
"node_modules/protons-runtime": {
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/protons-runtime/-/protons-runtime-5.5.0.tgz",
"integrity": "sha512-EsALjF9QsrEk6gbCx3lmfHxVN0ah7nG3cY7GySD4xf4g8cr7g543zB88Foh897Sr1RQJ9yDCUsoT1i1H/cVUFA==",
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/protons-runtime/-/protons-runtime-5.6.0.tgz",
"integrity": "sha512-/Kde+sB9DsMFrddJT/UZWe6XqvL7SL5dbag/DBCElFKhkwDj7XKt53S+mzLyaDP5OqS0wXjV5SA572uWDaT0Hg==",
"license": "Apache-2.0 OR MIT",
"dependencies": {
"uint8-varint": "^2.0.2",
@ -33767,13 +33961,13 @@
}
},
"node_modules/weald": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/weald/-/weald-1.0.4.tgz",
"integrity": "sha512-+kYTuHonJBwmFhP1Z4YQK/dGi3jAnJGCYhyODFpHK73rbxnp9lnZQj7a2m+WVgn8fXr5bJaxUpF6l8qZpPeNWQ==",
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/weald/-/weald-1.0.6.tgz",
"integrity": "sha512-sX1PzkcMJZUJ848JbFzB6aKHHglTxqACEnq2KgI75b7vWYvfXFBNbOuDKqFKwCT44CrP6c5r+L4+5GmPnb5/SQ==",
"license": "Apache-2.0 OR MIT",
"dependencies": {
"ms": "^3.0.0-canary.1",
"supports-color": "^9.4.0"
"supports-color": "^10.0.0"
}
},
"node_modules/weald/node_modules/ms": {
@ -33786,12 +33980,12 @@
}
},
"node_modules/weald/node_modules/supports-color": {
"version": "9.4.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-9.4.0.tgz",
"integrity": "sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==",
"version": "10.2.2",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-10.2.2.tgz",
"integrity": "sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==",
"license": "MIT",
"engines": {
"node": ">=12"
"node": ">=18"
},
"funding": {
"url": "https://github.com/chalk/supports-color?sponsor=1"
@ -34937,6 +35131,36 @@
"node": ">=12"
}
},
"packages/browser-tests/node_modules/@libp2p/websockets": {
"version": "9.2.16",
"resolved": "https://registry.npmjs.org/@libp2p/websockets/-/websockets-9.2.16.tgz",
"integrity": "sha512-jD96ClKeaZvTs+YyGJxOOQSWVe9e9SHmacJ9uE9dqWZjCbPICdCJnOj2pLg258WxVrc+/MRFKSHE/v5f2ZJGCA==",
"license": "Apache-2.0 OR MIT",
"dependencies": {
"@libp2p/interface": "^2.10.4",
"@libp2p/utils": "^6.7.0",
"@multiformats/multiaddr": "^12.4.4",
"@multiformats/multiaddr-matcher": "^1.7.2",
"@multiformats/multiaddr-to-uri": "^11.0.0",
"@types/ws": "^8.18.1",
"it-ws": "^6.1.5",
"main-event": "^1.0.1",
"p-defer": "^4.0.1",
"p-event": "^6.0.1",
"progress-events": "^1.0.1",
"race-signal": "^1.1.3",
"ws": "^8.18.2"
}
},
"packages/browser-tests/node_modules/@multiformats/multiaddr-to-uri": {
"version": "11.0.2",
"resolved": "https://registry.npmjs.org/@multiformats/multiaddr-to-uri/-/multiaddr-to-uri-11.0.2.tgz",
"integrity": "sha512-SiLFD54zeOJ0qMgo9xv1Tl9O5YktDKAVDP4q4hL16mSq4O4sfFNagNADz8eAofxd6TfQUzGQ3TkRRG9IY2uHRg==",
"license": "Apache-2.0 OR MIT",
"dependencies": {
"@multiformats/multiaddr": "^12.3.0"
}
},
"packages/browser-tests/node_modules/@types/node": {
"version": "20.17.52",
"dev": true,
@ -35072,6 +35296,22 @@
"node": ">=22"
}
},
"packages/browser-tests/node_modules/@waku/sdk/node_modules/@waku/utils": {
"version": "0.0.26",
"resolved": "https://registry.npmjs.org/@waku/utils/-/utils-0.0.26.tgz",
"integrity": "sha512-SAtusOZMSe9IGfeEucxkdsIiFYX0/2qrJUUC837Gqr6bJpimnrbSfO2cC7OpQ8SjeNbe3NUPa+/+kl3F8UDQkg==",
"license": "MIT OR Apache-2.0",
"dependencies": {
"@noble/hashes": "^1.3.2",
"@waku/interfaces": "0.0.33",
"chai": "^4.3.10",
"debug": "^4.3.4",
"uint8arrays": "^5.0.1"
},
"engines": {
"node": ">=22"
}
},
"packages/browser-tests/node_modules/dotenv": {
"version": "7.0.0",
"license": "BSD-2-Clause",
@ -35149,6 +35389,27 @@
"uuid": "dist/bin/uuid"
}
},
"packages/browser-tests/node_modules/ws": {
"version": "8.18.3",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz",
"integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
"license": "MIT",
"engines": {
"node": ">=10.0.0"
},
"peerDependencies": {
"bufferutil": "^4.0.1",
"utf-8-validate": ">=5.0.2"
},
"peerDependenciesMeta": {
"bufferutil": {
"optional": true
},
"utf-8-validate": {
"optional": true
}
}
},
"packages/build-utils": {
"name": "@waku/build-utils",
"version": "1.0.0",
@ -35988,7 +36249,7 @@
"@libp2p/identify": "3.0.36",
"@libp2p/mplex": "11.0.42",
"@libp2p/ping": "2.0.35",
"@libp2p/websockets": "9.2.16",
"@libp2p/websockets": "10.0.6",
"@noble/hashes": "^1.3.3",
"@types/lodash.debounce": "^4.0.9",
"@waku/core": "0.0.39",

View File

@ -65,7 +65,7 @@
"@libp2p/identify": "3.0.36",
"@libp2p/mplex": "11.0.42",
"@libp2p/ping": "2.0.35",
"@libp2p/websockets": "9.2.16",
"@libp2p/websockets": "10.0.6",
"@noble/hashes": "^1.3.3",
"@types/lodash.debounce": "^4.0.9",
"@waku/core": "0.0.39",