diff --git a/package.json b/package.json index 0c17dea5..674890be 100644 --- a/package.json +++ b/package.json @@ -131,7 +131,8 @@ }, "resolutions": { "@bonfida/spl-name-service": "3.0.0", - "@libp2p/utils": "6.7.1" + "@libp2p/utils": "7.0.7", + "@noble/hashes": "1.8.0" }, "main": "electron/main.js", "build": { diff --git a/vite.config.js b/vite.config.js index 65f6fa73..ea25ae6a 100644 --- a/vite.config.js +++ b/vite.config.js @@ -163,7 +163,9 @@ export default defineConfig({ 'stream': 'stream-browserify', 'crypto': 'crypto-browserify', 'buffer': 'buffer', - } + }, + // Force resolving to main exports to avoid missing specifier errors + mainFields: ['browser', 'module', 'main'] }, server: { port: 3000, diff --git a/yarn.lock b/yarn.lock index cba173c9..218a9589 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7,14 +7,14 @@ resolved "https://registry.yarnpkg.com/7zip-bin/-/7zip-bin-5.2.0.tgz#7a03314684dd6572b7dfa89e68ce31d60286854d" integrity sha512-ukTPVhqG4jNzMro2qA9HSCSSVJN3aN7tlb+hfqYCt3ER0yWroeA2VR38MNrOHLQ/cVj+DaIMad0kFCtWWowh/A== -"@achingbrain/http-parser-js@^0.5.8", "@achingbrain/http-parser-js@^0.5.9": +"@achingbrain/http-parser-js@^0.5.9": version "0.5.9" resolved "https://registry.yarnpkg.com/@achingbrain/http-parser-js/-/http-parser-js-0.5.9.tgz#708aab4a46f7369f9f33d2a836fb37f5027f0038" integrity sha512-nPuMf2zVzBAGRigH/1jFpb/6HmJsps+15f4BPlGDp3vsjYB2ZgruAErUpKpcFiVRz3DHLXcGNmuwmqZx/sVI7A== dependencies: uint8arrays "^5.1.0" -"@achingbrain/nat-port-mapper@^4.0.2", "@achingbrain/nat-port-mapper@^4.0.4": +"@achingbrain/nat-port-mapper@^4.0.4": version "4.0.5" resolved "https://registry.yarnpkg.com/@achingbrain/nat-port-mapper/-/nat-port-mapper-4.0.5.tgz#a30d7c0c6e2a9dfaacc877e422ddfa237c190ae4" integrity sha512-YAA4MW6jO6W7pmJaFzQ0AOLpu8iQClUkdT2HbfKLmtFjrpoZugnFj9wH8EONV9LxnIW+0W1J98ri+oApKyAKLQ== @@ -49,7 +49,7 @@ resolved "https://registry.yarnpkg.com/@adraffy/ens-normalize/-/ens-normalize-1.10.1.tgz#63430d04bd8c5e74f8d7d049338f1cd9d4f02069" integrity sha512-96Z2IP3mYmF1Xg2cDm8f1gWGf/HUVedQ3FMifV4kG/PQ4yEP51xDtRAEfhVNt5f/uzpNkZHwWQuUcu6D6K+Ekw== -"@adraffy/ens-normalize@^1.10.1", "@adraffy/ens-normalize@^1.11.0": +"@adraffy/ens-normalize@^1.11.0": version "1.11.1" resolved "https://registry.yarnpkg.com/@adraffy/ens-normalize/-/ens-normalize-1.11.1.tgz#6c2d657d4b2dfb37f8ea811dcb3e60843d4ac24a" integrity sha512-nhCBV3quEgesuf7c7KYfperqSS14T8bYuvJ8PcLJp6znkZpFc0AuW4qBtr8eKVyPPe/8RSr7sglCWPU5eaxwKQ== @@ -1254,7 +1254,7 @@ resolved "https://registry.yarnpkg.com/@chainsafe/as-chacha20poly1305/-/as-chacha20poly1305-0.1.0.tgz#7da6f8796f9b42dac6e830a086d964f1f9189e09" integrity sha512-BpNcL8/lji/GM3+vZ/bgRWqJ1q5kwvTFmGPk7pxm/QQZDbaMI98waOHjEymTjq2JmdD/INdNBFOVSyJofXg7ew== -"@chainsafe/as-sha256@^1.0.0", "@chainsafe/as-sha256@^1.2.0": +"@chainsafe/as-sha256@^1.2.0": version "1.2.0" resolved "https://registry.yarnpkg.com/@chainsafe/as-sha256/-/as-sha256-1.2.0.tgz#5764ac9959e147fe0908dd0f66c0cce525a633b3" integrity sha512-H2BNHQ5C3RS+H0ZvOdovK6GjFAyq5T6LClad8ivwj9Oaiy28uvdsGVS7gNJKuZmg0FGHAI+n7F0Qju6U0QkKDA== @@ -1264,49 +1264,6 @@ resolved "https://registry.yarnpkg.com/@chainsafe/is-ip/-/is-ip-2.1.0.tgz#ba9ac32acd9027698e0b56b91c7af069d28d7931" integrity sha512-KIjt+6IfysQ4GCv66xihEitBjvhU/bixbbbFxdJ1sqCp4uJ0wuZiYBPhksZoy4lfaF0k9cwNzY5upEW/VWdw3w== -"@chainsafe/libp2p-gossipsub@14.1.1": - version "14.1.1" - resolved "https://registry.yarnpkg.com/@chainsafe/libp2p-gossipsub/-/libp2p-gossipsub-14.1.1.tgz#d75e7c4369908321d7aef3aa7e84adb1795d5b32" - integrity sha512-EUs2C+xHXXbw0pQQF2AN/ih4qB6BBWOGkDhvHz1VN52o2m/827IBEMT8RHdXMNZciQc90to1L57BKmhXkvztDw== - dependencies: - "@libp2p/crypto" "^5.0.0" - "@libp2p/interface" "^2.0.0" - "@libp2p/interface-internal" "^2.0.0" - "@libp2p/peer-id" "^5.0.0" - "@libp2p/pubsub" "^10.0.0" - "@multiformats/multiaddr" "^12.1.14" - denque "^2.1.0" - it-length-prefixed "^9.0.4" - it-pipe "^3.0.1" - it-pushable "^3.2.3" - multiformats "^13.0.1" - protons-runtime "^5.5.0" - uint8arraylist "^2.4.8" - uint8arrays "^5.0.1" - -"@chainsafe/libp2p-noise@^16.0.1", "@chainsafe/libp2p-noise@^16.1.3": - version "16.1.5" - resolved "https://registry.yarnpkg.com/@chainsafe/libp2p-noise/-/libp2p-noise-16.1.5.tgz#f846fcd9ca94d75450fbaba4d0b9ccbbb3473b68" - integrity sha512-yac0bknwfuYdXXOAFGVL4fYR0de0p1Uk7W0gIkuxlj8JSqhkHr+kEt3958PfnfmX880QJAIogsh/ZupFjg0uJA== - dependencies: - "@chainsafe/as-chacha20poly1305" "^0.1.0" - "@chainsafe/as-sha256" "^1.0.0" - "@libp2p/crypto" "^5.0.0" - "@libp2p/interface" "^2.9.0" - "@libp2p/peer-id" "^5.0.0" - "@noble/ciphers" "^1.1.3" - "@noble/curves" "^1.1.0" - "@noble/hashes" "^1.3.1" - it-length-prefixed "^10.0.1" - it-length-prefixed-stream "^2.0.1" - it-pair "^2.0.6" - it-pipe "^3.0.1" - it-stream-types "^2.0.1" - protons-runtime "^5.5.0" - uint8arraylist "^2.4.3" - uint8arrays "^5.0.0" - wherearewe "^2.0.1" - "@chainsafe/libp2p-noise@^17.0.0": version "17.0.0" resolved "https://registry.yarnpkg.com/@chainsafe/libp2p-noise/-/libp2p-noise-17.0.0.tgz#9bd690b414716a81531d66942206b893ef9bca2b" @@ -1326,20 +1283,6 @@ uint8arrays "^5.1.0" wherearewe "^2.0.1" -"@chainsafe/libp2p-yamux@^7.0.1": - version "7.0.4" - resolved "https://registry.yarnpkg.com/@chainsafe/libp2p-yamux/-/libp2p-yamux-7.0.4.tgz#aae2e9ef3fa80e90b60d6aa69c554cd81f618a9c" - integrity sha512-Qw+EB9ew/9hRCq9V702gkm5xXThFHQ3Bdvh01M+enI1RScriSDWFGod02dwNHUxsYRc743i49sLlHp0edC7hSQ== - dependencies: - "@libp2p/interface" "^2.0.0" - "@libp2p/utils" "^6.0.0" - get-iterator "^2.0.1" - it-foreach "^2.0.6" - it-pushable "^3.2.3" - it-stream-types "^2.0.1" - race-signal "^1.1.3" - uint8arraylist "^2.4.8" - "@chainsafe/libp2p-yamux@^8.0.0": version "8.0.1" resolved "https://registry.yarnpkg.com/@chainsafe/libp2p-yamux/-/libp2p-yamux-8.0.1.tgz#035e4161f54f98f637d11fa8670fd53954f1e609" @@ -2348,35 +2291,6 @@ dependencies: "@hapi/hoek" "^9.0.0" -"@helia/bitswap@^2.1.3", "@helia/bitswap@^2.2.0": - version "2.2.0" - resolved "https://registry.yarnpkg.com/@helia/bitswap/-/bitswap-2.2.0.tgz#e60334e390fcefa33f39547a8a14296534d51a4d" - integrity sha512-fYHjXM8SZpgRkGRM7qq8VVpBsrSLHlRGTLUEesfKZ+wYBYHZaqpn0mT9KbdLZowLrooz0qaUUiF6OIZBNmArcw== - dependencies: - "@helia/interface" "^5.4.0" - "@helia/utils" "^1.4.0" - "@libp2p/interface" "^2.2.1" - "@libp2p/logger" "^5.1.4" - "@libp2p/peer-collections" "^6.0.12" - "@libp2p/utils" "^6.2.1" - "@multiformats/multiaddr" "^12.3.3" - any-signal "^4.1.1" - interface-blockstore "^5.3.1" - interface-store "^6.0.2" - it-drain "^3.0.7" - it-length-prefixed "^10.0.1" - it-map "^3.1.1" - it-pipe "^3.0.1" - it-take "^3.0.6" - multiformats "^13.3.1" - p-defer "^4.0.1" - progress-events "^1.0.1" - protons-runtime "^5.5.0" - race-event "^1.3.0" - uint8-varint "^2.0.4" - uint8arraylist "^2.4.8" - uint8arrays "^5.1.0" - "@helia/bitswap@^3.0.4", "@helia/bitswap@^3.0.7": version "3.0.7" resolved "https://registry.yarnpkg.com/@helia/bitswap/-/bitswap-3.0.7.tgz#2d7d19d21fb2a87bdd18ea3ed4ccd6ec6702c223" @@ -2407,25 +2321,6 @@ uint8arraylist "^2.4.8" uint8arrays "^5.1.0" -"@helia/block-brokers@4.2.3": - version "4.2.3" - resolved "https://registry.yarnpkg.com/@helia/block-brokers/-/block-brokers-4.2.3.tgz#8186c059b664685ac88e7f49cb9ff0e4dc8608d2" - integrity sha512-Bv/CVJka2/XkD8SfnQloD6uQCu2hPHw57dEGPivTzyLR0s/TKC1HAP2nwaOcn64Bb29BQ18QK48/6agnVeEBaA== - dependencies: - "@helia/bitswap" "^2.1.3" - "@helia/interface" "^5.4.0" - "@helia/utils" "^1.4.0" - "@libp2p/interface" "^2.2.1" - "@libp2p/utils" "^6.2.1" - "@multiformats/multiaddr" "^12.3.3" - "@multiformats/multiaddr-matcher" "^2.0.1" - "@multiformats/multiaddr-to-uri" "^11.0.0" - interface-blockstore "^5.3.1" - interface-store "^6.0.2" - multiformats "^13.3.1" - progress-events "^1.0.1" - uint8arraylist "^2.4.8" - "@helia/block-brokers@5.0.4": version "5.0.4" resolved "https://registry.yarnpkg.com/@helia/block-brokers/-/block-brokers-5.0.4.tgz#e786e6dd04969f6128ac3b5b92f785f4545f5d43" @@ -2445,25 +2340,6 @@ progress-events "^1.0.1" uint8arraylist "^2.4.8" -"@helia/block-brokers@^4.2.3": - version "4.2.4" - resolved "https://registry.yarnpkg.com/@helia/block-brokers/-/block-brokers-4.2.4.tgz#247fd8911171b007e5172b1a79b3ccab591c516f" - integrity sha512-Xz7JyRIprbldi5bxfvuj5xTDijkfndgLPKoK/AUVeFOBD0n04Cb6RzqYGVQN6of8a6hfL6tD0fO4RVUFh/Jl6A== - dependencies: - "@helia/bitswap" "^2.2.0" - "@helia/interface" "^5.4.0" - "@helia/utils" "^1.4.0" - "@libp2p/interface" "^2.2.1" - "@libp2p/utils" "^6.2.1" - "@multiformats/multiaddr" "^12.3.3" - "@multiformats/multiaddr-matcher" "^2.0.1" - "@multiformats/multiaddr-to-uri" "^11.0.0" - interface-blockstore "^5.3.1" - interface-store "^6.0.2" - multiformats "^13.3.1" - progress-events "^1.0.1" - uint8arraylist "^2.4.8" - "@helia/block-brokers@^5.0.4": version "5.0.7" resolved "https://registry.yarnpkg.com/@helia/block-brokers/-/block-brokers-5.0.7.tgz#a4e4830c011838f8b50cd4bc79761b645fecd7d9" @@ -2483,26 +2359,6 @@ progress-events "^1.0.1" uint8arraylist "^2.4.8" -"@helia/delegated-routing-v1-http-api-client@4.2.5", "@helia/delegated-routing-v1-http-api-client@^4.2.1": - version "4.2.5" - resolved "https://registry.yarnpkg.com/@helia/delegated-routing-v1-http-api-client/-/delegated-routing-v1-http-api-client-4.2.5.tgz#a52c229b681ff8f66368306a20f027eb62a4648d" - integrity sha512-fFqVhs7a4TnpKQ1cZ4im3tj53v+8UZLFkQo85otl/GpbIVBmBoGbjkDHGPv4UdjJ2lmYM/cRdnHsYbfjuc5pwA== - dependencies: - "@libp2p/interface" "^2.2.0" - "@libp2p/logger" "^5.0.1" - "@libp2p/peer-id" "^5.0.1" - "@multiformats/multiaddr" "^12.3.1" - any-signal "^4.1.1" - browser-readablestream-to-it "^2.0.7" - ipns "^10.0.0" - it-first "^3.0.6" - it-map "^3.1.1" - it-ndjson "^1.0.7" - multiformats "^13.3.0" - p-defer "^4.0.1" - p-queue "^8.0.1" - uint8arrays "^5.1.0" - "@helia/delegated-routing-v1-http-api-client@5.0.0": version "5.0.0" resolved "https://registry.yarnpkg.com/@helia/delegated-routing-v1-http-api-client/-/delegated-routing-v1-http-api-client-5.0.0.tgz#96d8bb7edee34193d07ced23c09ffb8117065b4f" @@ -2543,20 +2399,6 @@ p-queue "^9.0.0" uint8arrays "^5.1.0" -"@helia/interface@^5.4.0": - version "5.4.0" - resolved "https://registry.yarnpkg.com/@helia/interface/-/interface-5.4.0.tgz#c3684c15a7082e0c8b079b2c993e75a0c34ee4e0" - integrity sha512-UfY/Xa2qYJ6Bh4XUUSgwU3s2VY69cKwRznkS9Ab0C3ciU+dUeyz3IPIn5qqRGVfNVM9SD2wISXmwA7FJvhdRAQ== - dependencies: - "@libp2p/interface" "^2.2.1" - "@multiformats/dns" "^1.0.6" - "@multiformats/multiaddr" "^12.4.0" - interface-blockstore "^5.3.1" - interface-datastore "^8.3.1" - interface-store "^6.0.2" - multiformats "^13.3.1" - progress-events "^1.0.1" - "@helia/interface@^6.0.0", "@helia/interface@^6.0.2": version "6.0.2" resolved "https://registry.yarnpkg.com/@helia/interface/-/interface-6.0.2.tgz#63e951c43ee5c24c33a65df6281cb9a48a536ba7" @@ -2571,23 +2413,6 @@ multiformats "^13.4.1" progress-events "^1.0.1" -"@helia/ipns@8.2.4": - version "8.2.4" - resolved "https://registry.yarnpkg.com/@helia/ipns/-/ipns-8.2.4.tgz#290fded2be3aa60a0db2d9758deda4e96b2d514d" - integrity sha512-Jdx6yQvSDpV2IRQR06TlBjW5yOPxj820eoNK44P+kU/xU+dwREs8JJAj455SsDboj2XV9YnA9OQJVhu7SmtpBw== - dependencies: - "@helia/interface" "^5.4.0" - "@libp2p/interface" "^2.2.1" - "@libp2p/kad-dht" "^15.0.2" - "@libp2p/logger" "^5.1.4" - "@libp2p/peer-id" "^5.1.0" - "@multiformats/dns" "^1.0.6" - interface-datastore "^8.3.1" - ipns "^10.0.0" - multiformats "^13.3.1" - progress-events "^1.0.1" - uint8arrays "^5.1.0" - "@helia/ipns@9.1.0": version "9.1.0" resolved "https://registry.yarnpkg.com/@helia/ipns/-/ipns-9.1.0.tgz#0a1b18c931873e29d464a7e8188811ad15c37c25" @@ -2608,22 +2433,6 @@ uint8arraylist "^2.4.8" uint8arrays "^5.1.0" -"@helia/routers@^3.1.3": - version "3.1.3" - resolved "https://registry.yarnpkg.com/@helia/routers/-/routers-3.1.3.tgz#076e5a49226e82a927bbd8548225c71c0a9918e8" - integrity sha512-BPbzN3WCe6EF3yXjeORJbbb5hZjv0PKaJri1sSPHRZX6sKUCvRzwAc0AkQKUMHeMzTLrrAcl0yAz5x1r8z3Ynw== - dependencies: - "@helia/delegated-routing-v1-http-api-client" "^4.2.1" - "@helia/interface" "^5.4.0" - "@libp2p/interface" "^2.2.1" - "@libp2p/peer-id" "^5.0.8" - "@multiformats/uri-to-multiaddr" "^9.0.1" - ipns "^10.0.0" - it-first "^3.0.6" - it-map "^3.1.1" - multiformats "^13.3.1" - uint8arrays "^5.1.0" - "@helia/routers@^4.0.1": version "4.0.3" resolved "https://registry.yarnpkg.com/@helia/routers/-/routers-4.0.3.tgz#96e465b2dea5524bf548a3a7eb1eb5718825b149" @@ -2640,32 +2449,6 @@ multiformats "^13.4.1" uint8arrays "^5.1.0" -"@helia/unixfs@5.0.4": - version "5.0.4" - resolved "https://registry.yarnpkg.com/@helia/unixfs/-/unixfs-5.0.4.tgz#b9aa954ba6444fa70304695ed698586d42991591" - integrity sha512-/s+S6xcXk750EyH2z5zq18m+Uw0Ngdu53OSiaDGvSdJi0zpkSSrspO0CDzn+d7SGD5G7HESzOMa32tcRtAYrGQ== - dependencies: - "@helia/interface" "^5.4.0" - "@ipld/dag-pb" "^4.1.3" - "@libp2p/interface" "^2.2.1" - "@libp2p/logger" "^5.1.4" - "@libp2p/utils" "^6.6.0" - "@multiformats/murmur3" "^2.1.8" - hamt-sharding "^3.0.6" - interface-blockstore "^5.3.1" - ipfs-unixfs "^11.2.0" - ipfs-unixfs-exporter "^13.6.1" - ipfs-unixfs-importer "^15.3.1" - it-all "^3.0.6" - it-first "^3.0.6" - it-glob "^3.0.1" - it-last "^3.0.6" - it-pipe "^3.0.1" - multiformats "^13.3.1" - progress-events "^1.0.1" - sparse-array "^1.3.2" - uint8arrays "^5.1.0" - "@helia/unixfs@6.0.1": version "6.0.1" resolved "https://registry.yarnpkg.com/@helia/unixfs/-/unixfs-6.0.1.tgz#e2a9075212d7c1ca2b9ff18a77c5ea47aabcb025" @@ -2693,38 +2476,6 @@ sparse-array "^1.3.2" uint8arrays "^5.1.0" -"@helia/utils@^1.4.0": - version "1.4.0" - resolved "https://registry.yarnpkg.com/@helia/utils/-/utils-1.4.0.tgz#bbcab48b7f5f68ed77c37bcb6d1bf8744e8c65f8" - integrity sha512-xXwhQbfSQEC5uHd6HVwdGXksZayy5xnYB5aOk0TU1fDnwbaeJz46o/GdWcxkTxnbfGyxqs9hyK5NqHw1B58yAw== - dependencies: - "@helia/interface" "^5.4.0" - "@ipld/dag-cbor" "^9.2.2" - "@ipld/dag-json" "^10.2.3" - "@ipld/dag-pb" "^4.1.3" - "@libp2p/interface" "^2.5.0" - "@libp2p/keychain" "^5.2.8" - "@libp2p/logger" "^5.1.8" - "@libp2p/utils" "^6.5.1" - "@multiformats/dns" "^1.0.6" - "@multiformats/multiaddr" "^12.4.0" - any-signal "^4.1.1" - blockstore-core "^5.0.2" - cborg "^4.2.6" - interface-blockstore "^5.3.1" - interface-datastore "^8.3.1" - interface-store "^6.0.2" - it-drain "^3.0.7" - it-filter "^3.1.1" - it-foreach "^2.1.1" - it-merge "^3.0.5" - libp2p "^2.9.0" - mortice "^3.0.6" - multiformats "^13.3.1" - p-defer "^4.0.1" - progress-events "^1.0.1" - uint8arrays "^5.1.0" - "@helia/utils@^2.2.0", "@helia/utils@^2.2.3": version "2.2.3" resolved "https://registry.yarnpkg.com/@helia/utils/-/utils-2.2.3.tgz#63370ba891319e6101568fc4f79595756ce548ab" @@ -2867,7 +2618,7 @@ untildify "^4.0.0" wrap-ansi "^7.0.0" -"@ipld/dag-cbor@^9.0.0", "@ipld/dag-cbor@^9.2.2", "@ipld/dag-cbor@^9.2.4", "@ipld/dag-cbor@^9.2.5": +"@ipld/dag-cbor@^9.0.0", "@ipld/dag-cbor@^9.2.4", "@ipld/dag-cbor@^9.2.5": version "9.2.5" resolved "https://registry.yarnpkg.com/@ipld/dag-cbor/-/dag-cbor-9.2.5.tgz#4f792380966190e7d5a82a8d9ba9c7a8589eb1b0" integrity sha512-84wSr4jv30biui7endhobYhXBQzQE4c/wdoWlFrKcfiwH+ofaPg8fwsM8okX9cOzkkrsAsNdDyH3ou+kiLquwQ== @@ -2875,7 +2626,7 @@ cborg "^4.0.0" multiformats "^13.1.0" -"@ipld/dag-json@^10.0.0", "@ipld/dag-json@^10.2.3", "@ipld/dag-json@^10.2.5": +"@ipld/dag-json@^10.0.0", "@ipld/dag-json@^10.2.5": version "10.2.5" resolved "https://registry.yarnpkg.com/@ipld/dag-json/-/dag-json-10.2.5.tgz#a17e1c10ba58ea5bf43b6c7de8b73bb6461f6654" integrity sha512-Q4Fr3IBDEN8gkpgNefynJ4U/ZO5Kwr7WSUMBDbZx0c37t0+IwQCTM9yJh8l5L4SRFjm31MuHwniZ/kM+P7GQ3Q== @@ -2883,35 +2634,13 @@ cborg "^4.0.0" multiformats "^13.1.0" -"@ipld/dag-pb@^4.0.0", "@ipld/dag-pb@^4.1.3", "@ipld/dag-pb@^4.1.5": +"@ipld/dag-pb@^4.0.0", "@ipld/dag-pb@^4.1.5": version "4.1.5" resolved "https://registry.yarnpkg.com/@ipld/dag-pb/-/dag-pb-4.1.5.tgz#e3bdf11995e038877a737e3684d2382e481b60df" integrity sha512-w4PZ2yPqvNmlAir7/2hsCRMqny1EY5jj26iZcSgxREJexmbAc2FI21jp26MqiNdfgAxvkCnf2N/TJI18GaDNwA== dependencies: multiformats "^13.1.0" -"@ipshipyard/libp2p-auto-tls@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@ipshipyard/libp2p-auto-tls/-/libp2p-auto-tls-1.0.0.tgz#8762caa615194722f7587a5d28d561792106ce6b" - integrity sha512-wV1smnqbg3xUCHmPB8KWFuP8G9MKlx8KDuiJvhCWPi7B03xJq2FMybMDPI8tM9boa9sHD+5+NFu+Teo3Lz76fw== - dependencies: - "@chainsafe/is-ip" "^2.0.2" - "@libp2p/crypto" "^5.0.9" - "@libp2p/http-fetch" "^2.1.0" - "@libp2p/interface" "^2.4.0" - "@libp2p/interface-internal" "^2.2.2" - "@libp2p/keychain" "^5.0.12" - "@libp2p/utils" "^6.3.1" - "@multiformats/multiaddr" "^12.3.3" - "@multiformats/multiaddr-matcher" "^1.6.0" - "@peculiar/x509" "^1.12.3" - acme-client "^5.4.0" - any-signal "^4.1.1" - delay "^6.0.0" - interface-datastore "^8.3.1" - multiformats "^13.3.1" - uint8arrays "^5.1.0" - "@ipshipyard/libp2p-auto-tls@^2.0.1": version "2.0.1" resolved "https://registry.yarnpkg.com/@ipshipyard/libp2p-auto-tls/-/libp2p-auto-tls-2.0.1.tgz#d85218252b9f7966d0f39bf8d571ea276493ae2e" @@ -2934,13 +2663,6 @@ multiformats "^13.3.1" uint8arrays "^5.1.0" -"@ipshipyard/node-datachannel@^0.26.6": - version "0.26.6" - resolved "https://registry.yarnpkg.com/@ipshipyard/node-datachannel/-/node-datachannel-0.26.6.tgz#d0e8a2787592e637a0c769a5bb817e0c8bf0efd9" - integrity sha512-70HdhYMyAGXEMuCUq9ATO1Rx/JmiENM5LrGN94KT/q/Et2VsMjJpOWbyFzgodtkQJjDG5saNXTOiQpYZ1AnvEg== - dependencies: - prebuild-install "^7.1.3" - "@isaacs/balanced-match@^4.0.1": version "4.0.1" resolved "https://registry.yarnpkg.com/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz#3081dadbc3460661b751e7591d7faea5df39dd29" @@ -3095,24 +2817,6 @@ resolved "https://registry.yarnpkg.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.5.tgz#4fc56c15c580b9adb7dc3c333a134e540b44bfb1" integrity sha512-Vo+PSpZG2/fmgmiNzYK9qWRh8h/CHrwD0mo1h1DzL4yzHNSfWYujGTYsWGreD000gcgmZ7K4Ys6Tx9TxtsKdDw== -"@libp2p/autonat@^2.0.19": - version "2.0.38" - resolved "https://registry.yarnpkg.com/@libp2p/autonat/-/autonat-2.0.38.tgz#38ab31e2ede7daaf38b8d4c971d7660903a87b17" - integrity sha512-SuJUbXsF0YQg926hxb6d/f7x4NEHqWHLSXnR6Og5fJSOv2A1i1xRUe8zXaCuxQkPa+CguH2tAPZ+l1A+NZlF5A== - dependencies: - "@libp2p/interface" "^2.11.0" - "@libp2p/interface-internal" "^2.3.19" - "@libp2p/peer-collections" "^6.0.35" - "@libp2p/peer-id" "^5.1.9" - "@libp2p/utils" "^6.7.2" - "@multiformats/multiaddr" "^12.4.4" - any-signal "^4.1.1" - it-protobuf-stream "^2.0.2" - main-event "^1.0.1" - multiformats "^13.3.6" - protons-runtime "^5.5.0" - uint8arraylist "^2.4.8" - "@libp2p/autonat@^3.0.5": version "3.0.7" resolved "https://registry.yarnpkg.com/@libp2p/autonat/-/autonat-3.0.7.tgz#f37137c17d7be706c938d8646bc54c92a208d0c0" @@ -3130,18 +2834,6 @@ protons-runtime "^5.6.0" uint8arraylist "^2.4.8" -"@libp2p/bootstrap@^11.0.20": - version "11.0.47" - resolved "https://registry.yarnpkg.com/@libp2p/bootstrap/-/bootstrap-11.0.47.tgz#bac0e737888a537821f5a4ccef0ee68706b08a99" - integrity sha512-D3V8AHZvX9R0cFD0BKmDp7fKTo+GgPFFWa55z62VP14yA3f3kSAELyZ7NujrD0QXEtUdd/d7suqeJ4tKGsnZ5A== - dependencies: - "@libp2p/interface" "^2.11.0" - "@libp2p/interface-internal" "^2.3.19" - "@libp2p/peer-id" "^5.1.9" - "@multiformats/mafmt" "^12.1.6" - "@multiformats/multiaddr" "^12.4.4" - main-event "^1.0.1" - "@libp2p/bootstrap@^12.0.6": version "12.0.8" resolved "https://registry.yarnpkg.com/@libp2p/bootstrap/-/bootstrap-12.0.8.tgz#730abc351a4e6f585651a7441c0ef43e38f18ea6" @@ -3154,32 +2846,6 @@ "@multiformats/multiaddr-matcher" "^3.0.1" main-event "^1.0.1" -"@libp2p/circuit-relay-v2@^3.1.10": - version "3.2.24" - resolved "https://registry.yarnpkg.com/@libp2p/circuit-relay-v2/-/circuit-relay-v2-3.2.24.tgz#2bd568f2be46e813cd201b968590e8da38cfce95" - integrity sha512-JXSm0dOOpPC+Yax0ngLYWqELHLFmaYPNZOhZkrr0iEtbiXwhDXuDuwT71pwmozp7h/rYd2YFoIk178AhZ4711Q== - 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" - 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" - nanoid "^5.1.5" - progress-events "^1.0.1" - protons-runtime "^5.5.0" - retimeable-signal "^1.0.1" - uint8arraylist "^2.4.8" - uint8arrays "^5.1.0" - "@libp2p/circuit-relay-v2@^4.0.5": version "4.1.0" resolved "https://registry.yarnpkg.com/@libp2p/circuit-relay-v2/-/circuit-relay-v2-4.1.0.tgz#5ae2dd9281e6c1d44c2f7ec9e1418c28050ae761" @@ -3204,17 +2870,6 @@ uint8arraylist "^2.4.8" uint8arrays "^5.1.0" -"@libp2p/config@^1.0.3": - version "1.1.20" - resolved "https://registry.yarnpkg.com/@libp2p/config/-/config-1.1.20.tgz#daada46ea047843ed003fd7a5dc4a856798d2dba" - integrity sha512-/1FGSuyAmW8zd5iDHRx/xtqYoyReIrc2i9FJFZQcAupvoKHnNo8wa9fhTH6wFbNF/veCqqscAtgzXtV66TsGSw== - dependencies: - "@libp2p/crypto" "^5.1.12" - "@libp2p/interface" "^3.0.2" - "@libp2p/keychain" "^6.0.5" - "@libp2p/logger" "^6.0.5" - interface-datastore "^9.0.1" - "@libp2p/config@^1.1.20": version "1.1.22" resolved "https://registry.yarnpkg.com/@libp2p/config/-/config-1.1.22.tgz#05e9dce2b82021ba66c179329b80f8196ef7b2be" @@ -3226,7 +2881,7 @@ "@libp2p/logger" "^6.2.0" interface-datastore "^9.0.1" -"@libp2p/crypto@5.1.12", "@libp2p/crypto@^5.0.0", "@libp2p/crypto@^5.0.6", "@libp2p/crypto@^5.0.9", "@libp2p/crypto@^5.1.12", "@libp2p/crypto@^5.1.7", "@libp2p/crypto@^5.1.8": +"@libp2p/crypto@5.1.12", "@libp2p/crypto@^5.0.0", "@libp2p/crypto@^5.0.9", "@libp2p/crypto@^5.1.12", "@libp2p/crypto@^5.1.7", "@libp2p/crypto@^5.1.8": version "5.1.12" resolved "https://registry.yarnpkg.com/@libp2p/crypto/-/crypto-5.1.12.tgz#dd5937d0142a24a89310b84bd37f1dd93505db90" integrity sha512-1yJS0BZj+HF4M3Uv/92y3oIbMcCar218accFBcX+nKVhBlwDbx6fkUURhs5GilIhMgDtir+qQ8Un1hwF4CgGzw== @@ -3266,21 +2921,6 @@ uint8arraylist "^2.4.8" uint8arrays "^5.1.0" -"@libp2p/dcutr@^2.0.18": - version "2.0.38" - resolved "https://registry.yarnpkg.com/@libp2p/dcutr/-/dcutr-2.0.38.tgz#7545818c9d3accc85580fc2f5acb616426d71746" - integrity sha512-Ny3yA/BqtmRrPIiWjobduccZrUCP+H0HD+2x83wO723iCqBYIMN8Usa5arLTu+TUiMTbxtlWHYaZxGHqfKqn9Q== - dependencies: - "@libp2p/interface" "^2.11.0" - "@libp2p/interface-internal" "^2.3.19" - "@libp2p/utils" "^6.7.2" - "@multiformats/multiaddr" "^12.4.4" - "@multiformats/multiaddr-matcher" "^2.0.0" - delay "^6.0.0" - it-protobuf-stream "^2.0.2" - protons-runtime "^5.5.0" - uint8arraylist "^2.4.8" - "@libp2p/dcutr@^3.0.5": version "3.0.7" resolved "https://registry.yarnpkg.com/@libp2p/dcutr/-/dcutr-3.0.7.tgz#6a80fc93f03260079ba3f953e5e109ec019d9b4c" @@ -3295,19 +2935,6 @@ protons-runtime "^5.6.0" uint8arraylist "^2.4.8" -"@libp2p/fetch@3.0.21": - version "3.0.21" - resolved "https://registry.yarnpkg.com/@libp2p/fetch/-/fetch-3.0.21.tgz#8313d02e9108af06d2e4fdd4c6f35f27140841ae" - integrity sha512-Tb7oitURrlof9k6MzjxlUIXQaOXHbC+MZAf+xlrhqLrhG4F3Gux2QrFtnEWtW83D6xnRHtTvsjBkxeAm6qNKNQ== - dependencies: - "@libp2p/interface" "^2.10.5" - "@libp2p/interface-internal" "^2.3.18" - it-protobuf-stream "^2.0.2" - main-event "^1.0.1" - protons-runtime "^5.5.0" - uint8arraylist "^2.4.8" - uint8arrays "^5.1.0" - "@libp2p/fetch@4.0.5": version "4.0.5" resolved "https://registry.yarnpkg.com/@libp2p/fetch/-/fetch-4.0.5.tgz#b8029bd907662ce7fe9697b1fa61f01ce4f1e9e5" @@ -3341,26 +2968,6 @@ uint8arraylist "^2.4.8" uint8arrays "^5.0.1" -"@libp2p/http-fetch@^2.1.0": - version "2.2.2" - resolved "https://registry.yarnpkg.com/@libp2p/http-fetch/-/http-fetch-2.2.2.tgz#258d32bd383a6a7e2fe1fc4b88019c29887a190c" - integrity sha512-dMPo2pe2h/AHAljgwDEErdiB8JbiJM5b0LzuF/Yq4HcplfJZf33VtzUHN1n8x+3K+F8fntWUKN30SwSisSoVaw== - dependencies: - "@achingbrain/http-parser-js" "^0.5.8" - "@libp2p/crypto" "^5.0.6" - "@libp2p/interface" "^2.2.0" - "@libp2p/interface-internal" "^2.0.10" - "@libp2p/peer-id" "^5.0.7" - "@multiformats/multiaddr" "^12.3.0" - "@multiformats/multiaddr-to-uri" "^11.0.0" - http-cookie-agent "^6.0.7" - p-defer "^4.0.1" - tough-cookie "^5.0.0" - uint8-varint "^2.0.4" - uint8arraylist "^2.4.8" - uint8arrays "^5.1.0" - undici "^6.21.0" - "@libp2p/http-fetch@^4.0.0": version "4.0.1" resolved "https://registry.yarnpkg.com/@libp2p/http-fetch/-/http-fetch-4.0.1.tgz#da250ee82269b6c13048f331d212d58634671b34" @@ -3432,27 +3039,6 @@ cookie "^1.0.2" undici "^7.16.0" -"@libp2p/identify@3.0.38": - version "3.0.38" - resolved "https://registry.yarnpkg.com/@libp2p/identify/-/identify-3.0.38.tgz#c58266472bd38fe9cbdadc3d22210a5c373b31fd" - integrity sha512-2eCZU5CSTvyt78jtMLQ88m6Rlrcrt7BVccGHsdjx8hguvFYWqBjq19RQ5Zm47bbHlNzjLwrAUi6vfKx2r7fKIg== - dependencies: - "@libp2p/crypto" "^5.1.7" - "@libp2p/interface" "^2.10.5" - "@libp2p/interface-internal" "^2.3.18" - "@libp2p/peer-id" "^5.1.8" - "@libp2p/peer-record" "^8.0.34" - "@libp2p/utils" "^6.7.1" - "@multiformats/multiaddr" "^12.4.4" - "@multiformats/multiaddr-matcher" "^2.0.0" - it-drain "^3.0.9" - it-parallel "^3.0.11" - it-protobuf-stream "^2.0.2" - main-event "^1.0.1" - protons-runtime "^5.5.0" - uint8arraylist "^2.4.8" - uint8arrays "^5.1.0" - "@libp2p/identify@4.0.5": version "4.0.5" resolved "https://registry.yarnpkg.com/@libp2p/identify/-/identify-4.0.5.tgz#fe1443ef1b778a0885ec12d584197e1bec0d6b88" @@ -3473,27 +3059,6 @@ uint8arraylist "^2.4.8" uint8arrays "^5.1.0" -"@libp2p/identify@^3.0.18": - version "3.0.39" - resolved "https://registry.yarnpkg.com/@libp2p/identify/-/identify-3.0.39.tgz#93cef746674fcdee8d60ba3decfeb62bab16bd38" - integrity sha512-302y1LAGuPy8im+LUiB5+2sUOa/VZuAphOAKLsAQ/74EglWlSrw0Q7f09WUQvfNXmn7XpQnDh7GEI3NZBl54Jw== - dependencies: - "@libp2p/crypto" "^5.1.8" - "@libp2p/interface" "^2.11.0" - "@libp2p/interface-internal" "^2.3.19" - "@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" - it-drain "^3.0.9" - it-parallel "^3.0.11" - it-protobuf-stream "^2.0.2" - main-event "^1.0.1" - protons-runtime "^5.5.0" - uint8arraylist "^2.4.8" - uint8arrays "^5.1.0" - "@libp2p/identify@^4.0.5": version "4.0.7" resolved "https://registry.yarnpkg.com/@libp2p/identify/-/identify-4.0.7.tgz#502ee13b3b1248cf59ad7ab4a6999e6a067320e1" @@ -3514,7 +3079,7 @@ uint8arraylist "^2.4.8" uint8arrays "^5.1.0" -"@libp2p/interface-internal@^2.0.0", "@libp2p/interface-internal@^2.0.10", "@libp2p/interface-internal@^2.2.2", "@libp2p/interface-internal@^2.3.18", "@libp2p/interface-internal@^2.3.19": +"@libp2p/interface-internal@^2.3.19": version "2.3.19" resolved "https://registry.yarnpkg.com/@libp2p/interface-internal/-/interface-internal-2.3.19.tgz#14df8fbefcc24b5309b949b6e9333a2d3e647567" integrity sha512-v335EB0i5CaNF+0SqT01CTBp0VyjJizpy46KprcshFFjX16UQ8+/QzoTZqmot9WiAmAzwR0b87oKmlAE9cpxzQ== @@ -3546,7 +3111,7 @@ progress-events "^1.0.0" uint8arraylist "^2.4.8" -"@libp2p/interface@^2.0.0", "@libp2p/interface@^2.10.5", "@libp2p/interface@^2.11.0", "@libp2p/interface@^2.2.0", "@libp2p/interface@^2.2.1", "@libp2p/interface@^2.4.0", "@libp2p/interface@^2.5.0", "@libp2p/interface@^2.9.0": +"@libp2p/interface@^2.11.0": version "2.11.0" resolved "https://registry.yarnpkg.com/@libp2p/interface/-/interface-2.11.0.tgz#a1032271d6532e53989781bd25b24f158e900e27" integrity sha512-0MUFKoXWHTQW3oWIgSHApmYMUKWO/Y02+7Hpyp+n3z+geD4Xo2Rku2gYWmxcq+Pyjkz6Q9YjDWz3Yb2SoV2E8Q== @@ -3589,43 +3154,6 @@ resolved "https://registry.yarnpkg.com/@libp2p/interfaces/-/interfaces-3.3.2.tgz#5d8079be845b0960939b5b18880e785a4714465a" integrity sha512-p/M7plbrxLzuQchvNwww1Was7ZeGE2NaOFulMaZBYIihU8z3fhaV+a033OqnC/0NTX/yhfdNOG7znhYq3XoR/g== -"@libp2p/kad-dht@^15.0.2": - version "15.1.11" - resolved "https://registry.yarnpkg.com/@libp2p/kad-dht/-/kad-dht-15.1.11.tgz#cba48339e04e7d866c3bbe087fa49ef6b7f8eb26" - integrity sha512-a5sdnkztx8AVRDG/+llboRfTLkjQJpSPsSD6F/q6xlI2GbAyEf+JnNKJv0GAUZe9UJCl+g4htM1jA/Rjl0IuCg== - 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/ping" "^2.0.37" - "@libp2p/record" "^4.0.7" - "@libp2p/utils" "^6.7.2" - "@multiformats/multiaddr" "^12.4.4" - any-signal "^4.1.1" - interface-datastore "^8.3.1" - it-all "^3.0.8" - it-drain "^3.0.9" - it-length "^3.0.8" - it-map "^3.1.3" - it-merge "^3.0.11" - it-parallel "^3.0.11" - it-pipe "^3.0.1" - it-protobuf-stream "^2.0.2" - it-pushable "^3.2.3" - it-take "^3.0.8" - main-event "^1.0.1" - multiformats "^13.3.6" - p-defer "^4.0.1" - p-event "^6.0.1" - progress-events "^1.0.1" - protons-runtime "^5.5.0" - race-signal "^1.1.3" - uint8-varint "^2.0.4" - uint8arraylist "^2.4.8" - uint8arrays "^5.1.0" - "@libp2p/kad-dht@^16.0.5": version "16.1.0" resolved "https://registry.yarnpkg.com/@libp2p/kad-dht/-/kad-dht-16.1.0.tgz#9dd5df68f758720a31c0130866aee67c820c9fa7" @@ -3663,21 +3191,6 @@ uint8arraylist "^2.4.8" uint8arrays "^5.1.0" -"@libp2p/keychain@^5.0.12", "@libp2p/keychain@^5.0.14", "@libp2p/keychain@^5.2.8", "@libp2p/keychain@^5.2.9": - version "5.2.9" - resolved "https://registry.yarnpkg.com/@libp2p/keychain/-/keychain-5.2.9.tgz#6c0d7af0f06a61efe0d88c36e90925dafea682a7" - integrity sha512-BgZKMqQCu3Xzd7YFIdwWqG2xXtvsO6RVHJKS8VOw6Dg5tuPAWcQhs0T84TZ5PCg5r6NNBwwI8fWdZGVtu/pPfQ== - dependencies: - "@libp2p/crypto" "^5.1.8" - "@libp2p/interface" "^2.11.0" - "@libp2p/utils" "^6.7.2" - "@noble/hashes" "^1.8.0" - asn1js "^3.0.6" - interface-datastore "^8.3.1" - multiformats "^13.3.6" - sanitize-filename "^1.6.3" - uint8arrays "^5.1.0" - "@libp2p/keychain@^6.0.4", "@libp2p/keychain@^6.0.7": version "6.0.7" resolved "https://registry.yarnpkg.com/@libp2p/keychain/-/keychain-6.0.7.tgz#3dec880ccb2d8e52c4f7ddb8f078308a21735821" @@ -3706,17 +3219,6 @@ sanitize-filename "^1.6.3" uint8arrays "^5.1.0" -"@libp2p/logger@^5.0.0", "@libp2p/logger@^5.0.1", "@libp2p/logger@^5.1.18", "@libp2p/logger@^5.1.21", "@libp2p/logger@^5.1.4", "@libp2p/logger@^5.1.8", "@libp2p/logger@^5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@libp2p/logger/-/logger-5.2.0.tgz#a3d85304c8341828bd675c5f016e9b0fc1f93e7e" - integrity sha512-OEFS529CnIKfbWEHmuCNESw9q0D0hL8cQ8klQfjIVPur15RcgAEgc1buQ7Y6l0B6tCYg120bp55+e9tGvn8c0g== - dependencies: - "@libp2p/interface" "^2.11.0" - "@multiformats/multiaddr" "^12.4.4" - interface-datastore "^8.3.1" - multiformats "^13.3.6" - weald "^1.0.4" - "@libp2p/logger@^6.0.0", "@libp2p/logger@^6.2.0": version "6.2.0" resolved "https://registry.yarnpkg.com/@libp2p/logger/-/logger-6.2.0.tgz#d93dad77eb38aa6dbf8a6c1db05bba7f27ae56fc" @@ -3739,21 +3241,6 @@ multiformats "^13.4.0" weald "^1.0.6" -"@libp2p/mdns@^11.0.20": - version "11.0.47" - resolved "https://registry.yarnpkg.com/@libp2p/mdns/-/mdns-11.0.47.tgz#f4779a046c45907cccb3d59e2253141f03a96f01" - integrity sha512-mHIOfzyrJaXw2oVba1xZ5/6ETqsckkdQZVe66+7XNbjlr1plfO+FneEQ66N03LkqeffHDLht0BAm3WYae6XGkw== - dependencies: - "@libp2p/interface" "^2.11.0" - "@libp2p/interface-internal" "^2.3.19" - "@libp2p/peer-id" "^5.1.9" - "@libp2p/utils" "^6.7.2" - "@multiformats/multiaddr" "^12.4.4" - "@types/multicast-dns" "^7.2.4" - dns-packet "^5.6.1" - main-event "^1.0.1" - multicast-dns "^7.2.5" - "@libp2p/mdns@^12.0.6": version "12.0.8" resolved "https://registry.yarnpkg.com/@libp2p/mdns/-/mdns-12.0.8.tgz#350c64dc13e9d25b42465088fa6fe533055bc2d4" @@ -3769,20 +3256,6 @@ main-event "^1.0.1" multicast-dns "^7.2.5" -"@libp2p/mplex@^11.0.20": - version "11.0.47" - resolved "https://registry.yarnpkg.com/@libp2p/mplex/-/mplex-11.0.47.tgz#659d85e05406b579c6cd670a3dd85a0ebcd16750" - integrity sha512-bZvToaf//ITkLzKx2FxpHP/J7IHvUI7lPHzSYAo2dRfB67VMnTnmAkP4IZmR9DV5oORaUrSt8ZRzQfXO7XjzlQ== - dependencies: - "@libp2p/interface" "^2.11.0" - "@libp2p/utils" "^6.7.2" - it-pipe "^3.0.1" - it-pushable "^3.2.3" - it-stream-types "^2.0.2" - uint8-varint "^2.0.4" - uint8arraylist "^2.4.8" - uint8arrays "^5.1.0" - "@libp2p/mplex@^12.0.6": version "12.0.8" resolved "https://registry.yarnpkg.com/@libp2p/mplex/-/mplex-12.0.8.tgz#ab6404392813369b6ae9baf97da5eaa87a8cd8f8" @@ -3795,21 +3268,6 @@ uint8arraylist "^2.4.8" uint8arrays "^5.1.0" -"@libp2p/multistream-select@^6.0.29": - version "6.0.29" - resolved "https://registry.yarnpkg.com/@libp2p/multistream-select/-/multistream-select-6.0.29.tgz#9dcf144c21b2a0831beb74a2ce9309a82e6b3de9" - integrity sha512-SWQbPcABOIpznEY7+vAp0Y3HNrE2PlaVY4EywN0lUZ7zvTv9VnAb7av3/gMvfaLI+YrOvhCr1mZ9qbSB93k4kA== - dependencies: - "@libp2p/interface" "^2.11.0" - it-length-prefixed "^10.0.1" - it-length-prefixed-stream "^2.0.2" - it-stream-types "^2.0.2" - p-defer "^4.0.1" - race-signal "^1.1.3" - uint8-varint "^2.0.4" - uint8arraylist "^2.4.8" - uint8arrays "^5.1.0" - "@libp2p/multistream-select@^7.0.7": version "7.0.7" resolved "https://registry.yarnpkg.com/@libp2p/multistream-select/-/multistream-select-7.0.7.tgz#78a50541b43791c7c2eb933cf870e8d21aee1fed" @@ -3821,7 +3279,7 @@ uint8arraylist "^2.4.8" uint8arrays "^5.1.0" -"@libp2p/peer-collections@^6.0.12", "@libp2p/peer-collections@^6.0.35": +"@libp2p/peer-collections@^6.0.35": version "6.0.35" resolved "https://registry.yarnpkg.com/@libp2p/peer-collections/-/peer-collections-6.0.35.tgz#7c933447b9487c938f5c283d3d916ff5b38c2f61" integrity sha512-QiloK3T7DXW7R2cpL38dBnALCHf5pMzs/TyFzlEK33WezA2YFVoj7CtOJKqbn29bmV9uspWOxMgfmLUXf8ALvA== @@ -3853,16 +3311,6 @@ uint8arraylist "^2.4.8" uint8arrays "^5.1.0" -"@libp2p/peer-id@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@libp2p/peer-id/-/peer-id-5.1.8.tgz#646fdda7d3346ce072adee6727c792ddcf1631ea" - integrity sha512-pGaM4BwjnXdGtAtd84L4/wuABpsnFYE+AQ+h3GxNFme0IsTaTVKWd1jBBE5YFeKHBHGUOhF3TlHsdjFfjQA7TA== - dependencies: - "@libp2p/crypto" "^5.1.7" - "@libp2p/interface" "^2.10.5" - multiformats "^13.3.6" - uint8arrays "^5.1.0" - "@libp2p/peer-id@6.0.3": version "6.0.3" resolved "https://registry.yarnpkg.com/@libp2p/peer-id/-/peer-id-6.0.3.tgz#7f6d63aa164802ffec64c08cfc57ed1274e5295c" @@ -3882,7 +3330,7 @@ multiformats "^13.1.0" uint8arrays "^5.1.0" -"@libp2p/peer-id@^5.0.0", "@libp2p/peer-id@^5.0.1", "@libp2p/peer-id@^5.0.7", "@libp2p/peer-id@^5.0.8", "@libp2p/peer-id@^5.1.0", "@libp2p/peer-id@^5.1.8", "@libp2p/peer-id@^5.1.9": +"@libp2p/peer-id@^5.1.9": version "5.1.9" resolved "https://registry.yarnpkg.com/@libp2p/peer-id/-/peer-id-5.1.9.tgz#9cde34f713c6255497e52e989f09492f6a412d40" integrity sha512-cVDp7lX187Epmi/zr0Qq2RsEMmueswP9eIxYSFoMcHL/qcvRFhsxOfUGB8361E26s2WJvC9sXZ0oJS9XVueJhQ== @@ -3902,22 +3350,6 @@ multiformats "^13.4.0" uint8arrays "^5.1.0" -"@libp2p/peer-record@^8.0.34", "@libp2p/peer-record@^8.0.35": - version "8.0.35" - resolved "https://registry.yarnpkg.com/@libp2p/peer-record/-/peer-record-8.0.35.tgz#feb5e2e0b30e36f5dfdd8ccd0119bc8d83fd7a78" - integrity sha512-0818zvjKbucq5XBnusG8oSWxJ992rVry/2qlfcn/nyK/uDrZ12tjDYHNMCoOWTNeFvFUVkMg9pRkvXvTNp6Yiw== - dependencies: - "@libp2p/crypto" "^5.1.8" - "@libp2p/interface" "^2.11.0" - "@libp2p/peer-id" "^5.1.9" - "@libp2p/utils" "^6.7.2" - "@multiformats/multiaddr" "^12.4.4" - multiformats "^13.3.6" - protons-runtime "^5.5.0" - uint8-varint "^2.0.4" - uint8arraylist "^2.4.8" - uint8arrays "^5.1.0" - "@libp2p/peer-record@^9.0.3", "@libp2p/peer-record@^9.0.4": version "9.0.4" resolved "https://registry.yarnpkg.com/@libp2p/peer-record/-/peer-record-9.0.4.tgz#f47dd4df26156c2afff3454c59dd71c24a7777e0" @@ -3933,26 +3365,6 @@ uint8arraylist "^2.4.8" uint8arrays "^5.1.0" -"@libp2p/peer-store@^11.2.7": - version "11.2.7" - resolved "https://registry.yarnpkg.com/@libp2p/peer-store/-/peer-store-11.2.7.tgz#45c36be5360ea881a4f19ae684b56d9d9d061e17" - integrity sha512-dwTM+0i7mAgAnZvMHghgGcFoWPGaTbKx2nBueMd2Yg38mCs9WeambmR6gQdjwvYpybvNgFDAA+XesCKCotuczg== - dependencies: - "@libp2p/crypto" "^5.1.8" - "@libp2p/interface" "^2.11.0" - "@libp2p/peer-collections" "^6.0.35" - "@libp2p/peer-id" "^5.1.9" - "@libp2p/peer-record" "^8.0.35" - "@multiformats/multiaddr" "^12.4.4" - interface-datastore "^8.3.1" - it-all "^3.0.8" - main-event "^1.0.1" - mortice "^3.2.1" - multiformats "^13.3.6" - protons-runtime "^5.5.0" - uint8arraylist "^2.4.8" - uint8arrays "^5.1.0" - "@libp2p/peer-store@^12.0.7": version "12.0.7" resolved "https://registry.yarnpkg.com/@libp2p/peer-store/-/peer-store-12.0.7.tgz#929d9f2308ff2ed9672454e6aac41bbcde086513" @@ -3973,19 +3385,6 @@ uint8arraylist "^2.4.8" uint8arrays "^5.1.0" -"@libp2p/ping@^2.0.18", "@libp2p/ping@^2.0.37": - version "2.0.37" - resolved "https://registry.yarnpkg.com/@libp2p/ping/-/ping-2.0.37.tgz#621813d32960a285e4c30f68607d48b977a3732e" - integrity sha512-SvCYM/tHvK3LQzCEa4eflQmrHEL5EAPWPxbIclqJ6SA0mi7jW3xO21AIsHkQDxfFVevIRWKaKoLj6MAythrNcg== - dependencies: - "@libp2p/crypto" "^5.1.8" - "@libp2p/interface" "^2.11.0" - "@libp2p/interface-internal" "^2.3.19" - "@multiformats/multiaddr" "^12.4.4" - it-byte-stream "^2.0.2" - main-event "^1.0.1" - uint8arrays "^5.1.0" - "@libp2p/ping@^3.0.5", "@libp2p/ping@^3.0.7": version "3.0.7" resolved "https://registry.yarnpkg.com/@libp2p/ping/-/ping-3.0.7.tgz#13a02a2d08f6288a4655e9d051d36879c92cab1a" @@ -4020,7 +3419,7 @@ uint8arraylist "^2.4.8" uint8arrays "^5.1.0" -"@libp2p/record@^4.0.7", "@libp2p/record@^4.0.8": +"@libp2p/record@^4.0.8": version "4.0.8" resolved "https://registry.yarnpkg.com/@libp2p/record/-/record-4.0.8.tgz#e97222b75d54b7fa7ff95ef7ca6d1d763864e5db" integrity sha512-ZsGKBA1zuzqiwNPO2q0PHFhZzAJi/p+YLDtYdkwLYW0FbIgeMb5FX7cmopDk5Aa8mM9UbINb+nK5xz4+Bz8ShQ== @@ -4029,23 +3428,6 @@ uint8arraylist "^2.4.8" uint8arrays "^5.1.0" -"@libp2p/tcp@^10.0.18": - version "10.1.19" - resolved "https://registry.yarnpkg.com/@libp2p/tcp/-/tcp-10.1.19.tgz#32e6304ca2d2cb1127a201aecb84c9faa82085c0" - integrity sha512-Z+s1n7gBexc32d+DUhOGgQpA8HVukubmNJHzolzZPqly5DYkG2f6SIelitp+M5tDYOPH/43EH9pPSSZ3vUuOwQ== - dependencies: - "@libp2p/interface" "^2.11.0" - "@libp2p/utils" "^6.7.2" - "@multiformats/multiaddr" "^12.4.4" - "@multiformats/multiaddr-matcher" "^2.0.0" - "@types/sinon" "^17.0.4" - main-event "^1.0.1" - p-defer "^4.0.1" - p-event "^6.0.1" - progress-events "^1.0.1" - race-event "^1.3.0" - stream-to-it "^1.0.1" - "@libp2p/tcp@^11.0.5": version "11.0.7" resolved "https://registry.yarnpkg.com/@libp2p/tcp/-/tcp-11.0.7.tgz#14e24407acf05c79bccb5277d8f7707fada95edb" @@ -4061,25 +3443,6 @@ progress-events "^1.0.1" uint8arraylist "^2.4.8" -"@libp2p/tls@^2.0.15": - version "2.2.7" - resolved "https://registry.yarnpkg.com/@libp2p/tls/-/tls-2.2.7.tgz#59983954eebcae45f6d26794dea374becb8bf169" - integrity sha512-sPCzDtyR24+4fV+0lTTLIa2iIQONRx6s+Ad96P5YyHvjFTff/SrHQEPpn0f+A/d93qIoiEuovVo/tGjcho5e1A== - dependencies: - "@libp2p/crypto" "^5.1.8" - "@libp2p/interface" "^2.11.0" - "@libp2p/peer-id" "^5.1.9" - "@peculiar/asn1-schema" "^2.3.15" - "@peculiar/asn1-x509" "^2.3.15" - "@peculiar/webcrypto" "^1.5.0" - "@peculiar/x509" "^1.12.3" - asn1js "^3.0.6" - it-queueless-pushable "^2.0.1" - it-stream-types "^2.0.2" - protons-runtime "^5.5.0" - uint8arraylist "^2.4.8" - uint8arrays "^5.1.0" - "@libp2p/tls@^3.0.5": version "3.0.7" resolved "https://registry.yarnpkg.com/@libp2p/tls/-/tls-3.0.7.tgz#193a54b53f8f936751a1be612280ac68398c4bf3" @@ -4099,22 +3462,6 @@ uint8arraylist "^2.4.8" uint8arrays "^5.1.0" -"@libp2p/upnp-nat@^3.1.1": - version "3.1.22" - resolved "https://registry.yarnpkg.com/@libp2p/upnp-nat/-/upnp-nat-3.1.22.tgz#58ed114480f8bb116aece52d4ea48703feb48b7f" - integrity sha512-+Hm78LtgJzEEFrQDqnL8A2tkiQVAwEEe8aAE1niyBmujNLu1KYmqmmjsH6F5F4wacBOetU0QGXmBNMx6eq42CA== - dependencies: - "@achingbrain/nat-port-mapper" "^4.0.2" - "@chainsafe/is-ip" "^2.1.0" - "@libp2p/interface" "^2.11.0" - "@libp2p/interface-internal" "^2.3.19" - "@libp2p/utils" "^6.7.2" - "@multiformats/multiaddr" "^12.4.4" - "@multiformats/multiaddr-matcher" "^2.0.0" - main-event "^1.0.1" - p-defer "^4.0.1" - race-signal "^1.1.3" - "@libp2p/upnp-nat@^4.0.5": version "4.0.7" resolved "https://registry.yarnpkg.com/@libp2p/upnp-nat/-/upnp-nat-4.0.7.tgz#ef68811abe2820c2c46dbe6db6c13342a50c6713" @@ -4131,71 +3478,31 @@ p-defer "^4.0.1" race-signal "^2.0.0" -"@libp2p/utils@6.7.1", "@libp2p/utils@^6.0.0", "@libp2p/utils@^6.2.1", "@libp2p/utils@^6.3.1", "@libp2p/utils@^6.5.1", "@libp2p/utils@^6.6.0", "@libp2p/utils@^6.7.1", "@libp2p/utils@^6.7.2", "@libp2p/utils@^7.0.0", "@libp2p/utils@^7.0.4", "@libp2p/utils@^7.0.5", "@libp2p/utils@^7.0.7": - version "6.7.1" - resolved "https://registry.yarnpkg.com/@libp2p/utils/-/utils-6.7.1.tgz#0f6dbe587474f62b2c2a32b7d5ede0be57ebebda" - integrity sha512-x3WImvw4unmx1ZeAedj8AkRe4UImUlkw0ZItYAiKiekElMNUXwv+Yt48dI/LmB38JIof8sng29XvUeCVU3F6OA== +"@libp2p/utils@7.0.7", "@libp2p/utils@^6.7.2", "@libp2p/utils@^7.0.0", "@libp2p/utils@^7.0.4", "@libp2p/utils@^7.0.5", "@libp2p/utils@^7.0.7": + version "7.0.7" + resolved "https://registry.yarnpkg.com/@libp2p/utils/-/utils-7.0.7.tgz#37ad52123be99fd92814d89f476fdd69a247169f" + integrity sha512-7DgXwFWKHTP4Teskh8R0IS+M0aPz4wUBd/mivfJbHEWTwwdf5cs/D5pZbIhF2wBA9+ZuP/r4BccTXvWI2A8iCw== dependencies: "@chainsafe/is-ip" "^2.1.0" "@chainsafe/netmask" "^2.0.0" - "@libp2p/crypto" "^5.1.7" - "@libp2p/interface" "^2.10.5" - "@libp2p/logger" "^5.1.21" - "@multiformats/multiaddr" "^12.4.4" + "@libp2p/crypto" "^5.1.13" + "@libp2p/interface" "^3.1.0" + "@libp2p/logger" "^6.2.0" + "@multiformats/multiaddr" "^13.0.1" "@sindresorhus/fnv1a" "^3.1.0" any-signal "^4.1.1" + cborg "^4.2.14" delay "^6.0.0" - get-iterator "^2.0.1" is-loopback-addr "^2.0.2" - is-plain-obj "^4.1.0" - it-foreach "^2.1.3" + 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" - race-event "^1.3.0" - race-signal "^1.1.3" - uint8arraylist "^2.4.8" - uint8arrays "^5.1.0" - -"@libp2p/webrtc@^5.1.0": - version "5.2.24" - resolved "https://registry.yarnpkg.com/@libp2p/webrtc/-/webrtc-5.2.24.tgz#13256c82df227f5b3299720e734d59c82b1ae181" - integrity sha512-0Ne/GDR0FBnKQ/KpJDdQ0Ohii1jyhSCJvbKRxLISm8XItCuJtE1WA2awiWZddZwp2lPDPh9iQmFaYUvv8Zel2w== - dependencies: - "@chainsafe/is-ip" "^2.1.0" - "@chainsafe/libp2p-noise" "^16.1.3" - "@ipshipyard/node-datachannel" "^0.26.6" - "@libp2p/crypto" "^5.1.8" - "@libp2p/interface" "^2.11.0" - "@libp2p/interface-internal" "^2.3.19" - "@libp2p/keychain" "^5.2.9" - "@libp2p/peer-id" "^5.1.9" - "@libp2p/utils" "^6.7.2" - "@multiformats/multiaddr" "^12.4.4" - "@multiformats/multiaddr-matcher" "^2.0.0" - "@peculiar/webcrypto" "^1.5.0" - "@peculiar/x509" "^1.12.3" - any-signal "^4.1.1" - detect-browser "^5.3.0" - get-port "^7.1.0" - interface-datastore "^8.3.1" - it-length-prefixed "^10.0.1" - it-protobuf-stream "^2.0.2" - it-pushable "^3.2.3" - it-stream-types "^2.0.2" - main-event "^1.0.1" - multiformats "^13.3.6" - p-defer "^4.0.1" - p-timeout "^6.1.4" - p-wait-for "^5.0.2" - progress-events "^1.0.1" - protons-runtime "^5.5.0" - race-event "^1.3.0" - race-signal "^1.1.3" - react-native-webrtc "^124.0.5" + p-event "^7.0.0" + race-signal "^2.0.0" uint8-varint "^2.0.4" uint8arraylist "^2.4.8" uint8arrays "^5.1.0" @@ -4273,25 +3580,6 @@ uint8arrays "^5.1.0" ws "^8.18.3" -"@libp2p/websockets@^9.1.5": - version "9.2.19" - resolved "https://registry.yarnpkg.com/@libp2p/websockets/-/websockets-9.2.19.tgz#e680b896a803a6a9d1e4f2a0f62fc8f9f7d60a08" - integrity sha512-+g2qI9Lgvyofoc6GFztPoPVZV+z/lg9pIUfneHht6j88Y7tH3NrAQ7Ki+9lqS5XBX2h1O1bHULWbCaVYCj9TZg== - dependencies: - "@libp2p/interface" "^2.11.0" - "@libp2p/utils" "^6.7.2" - "@multiformats/multiaddr" "^12.4.4" - "@multiformats/multiaddr-matcher" "^2.0.0" - "@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" - "@malept/cross-spawn-promise@^1.1.0": version "1.1.1" resolved "https://registry.yarnpkg.com/@malept/cross-spawn-promise/-/cross-spawn-promise-1.1.1.tgz#504af200af6b98e198bce768bc1730c6936ae01d" @@ -4316,7 +3604,7 @@ lodash "^4.17.15" tmp-promise "^3.0.2" -"@mapbox/node-pre-gyp@^1.0.11", "@mapbox/node-pre-gyp@^1.0.9": +"@mapbox/node-pre-gyp@^1.0.9": version "1.0.11" resolved "https://registry.yarnpkg.com/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.11.tgz#417db42b7f5323d79e93b34a6d7a2a12c0df43fa" integrity sha512-Yhlar6v9WQgUp/He7BdgzOz8lqMQ8sU+jkCq7Wx8Myc5YFJLbEe7lgui/V7G1qB1DJykHSGwreceSaD60Y0PUQ== @@ -4360,29 +3648,6 @@ progress-events "^1.0.0" uint8arrays "^5.0.2" -"@multiformats/mafmt@^12.1.6": - version "12.1.6" - resolved "https://registry.yarnpkg.com/@multiformats/mafmt/-/mafmt-12.1.6.tgz#e7c1831c1e94c94932621826049afc89f3ad43b7" - integrity sha512-tlJRfL21X+AKn9b5i5VnaTD6bNttpSpcqwKVmDmSHLwxoz97fAHaepqFOk/l1fIu94nImIXneNbhsJx/RQNIww== - dependencies: - "@multiformats/multiaddr" "^12.0.0" - -"@multiformats/multiaddr-matcher@^1.6.0": - version "1.8.0" - resolved "https://registry.yarnpkg.com/@multiformats/multiaddr-matcher/-/multiaddr-matcher-1.8.0.tgz#40a4813a591f64938335b12ebb100ee4a932e40b" - integrity sha512-tR/HFhDucXjvwCef5lfXT7kikqR2ffUjliuYlg/RKYGPySVKVlvrDufz86cIuHNc+i/fNR16FWWgD/pMJ6RW4w== - dependencies: - "@chainsafe/is-ip" "^2.0.1" - "@multiformats/multiaddr" "^12.0.0" - multiformats "^13.0.0" - -"@multiformats/multiaddr-matcher@^2.0.0", "@multiformats/multiaddr-matcher@^2.0.1": - version "2.0.2" - resolved "https://registry.yarnpkg.com/@multiformats/multiaddr-matcher/-/multiaddr-matcher-2.0.2.tgz#6db95e8d2a54b9cb711234964f3811562f7c6b40" - integrity sha512-si7EZCI93mfBJKKRkh+u2bB9W6W5APVN3XfdwuseEJ0OS7ysg0Jno9SuAi0bRzsl5OEFESoF71SjsRqgp8PXAA== - dependencies: - "@multiformats/multiaddr" "^12.0.0" - "@multiformats/multiaddr-matcher@^3.0.1": version "3.0.1" resolved "https://registry.yarnpkg.com/@multiformats/multiaddr-matcher/-/multiaddr-matcher-3.0.1.tgz#6866ae198edeca1f4a04e4ca3bc97bf063af0d12" @@ -4390,13 +3655,6 @@ dependencies: "@multiformats/multiaddr" "^13.0.0" -"@multiformats/multiaddr-to-uri@^11.0.0": - version "11.0.2" - resolved "https://registry.yarnpkg.com/@multiformats/multiaddr-to-uri/-/multiaddr-to-uri-11.0.2.tgz#60efd8209b0d94d6ad73467fc7b7707954d0f64a" - integrity sha512-SiLFD54zeOJ0qMgo9xv1Tl9O5YktDKAVDP4q4hL16mSq4O4sfFNagNADz8eAofxd6TfQUzGQ3TkRRG9IY2uHRg== - dependencies: - "@multiformats/multiaddr" "^12.3.0" - "@multiformats/multiaddr-to-uri@^12.0.0": version "12.0.0" resolved "https://registry.yarnpkg.com/@multiformats/multiaddr-to-uri/-/multiaddr-to-uri-12.0.0.tgz#312c4eebeee2bf7e32e7d477b6ad4b32d3bceccb" @@ -4404,7 +3662,7 @@ dependencies: "@multiformats/multiaddr" "^13.0.0" -"@multiformats/multiaddr@^12.0.0", "@multiformats/multiaddr@^12.1.14", "@multiformats/multiaddr@^12.2.1", "@multiformats/multiaddr@^12.2.3", "@multiformats/multiaddr@^12.3.0", "@multiformats/multiaddr@^12.3.1", "@multiformats/multiaddr@^12.3.3", "@multiformats/multiaddr@^12.4.0", "@multiformats/multiaddr@^12.4.4": +"@multiformats/multiaddr@^12.2.3", "@multiformats/multiaddr@^12.4.4": version "12.5.1" resolved "https://registry.yarnpkg.com/@multiformats/multiaddr/-/multiaddr-12.5.1.tgz#45d64456eddbf8cbe179366d7cb7b72efabe049f" integrity sha512-+DDlr9LIRUS8KncI1TX/FfUn8F2dl6BIxJgshS/yFQCNB5IAF0OGzcwB39g5NLE22s4qqDePv0Qof6HdpJ/4aQ== @@ -4443,14 +3701,6 @@ "@multiformats/multiaddr" "^13.0.0" is-ip "^5.0.0" -"@multiformats/uri-to-multiaddr@^9.0.1": - version "9.0.2" - resolved "https://registry.yarnpkg.com/@multiformats/uri-to-multiaddr/-/uri-to-multiaddr-9.0.2.tgz#2469c5a48af7fa2ab08a268870dfaceb58bbb7ab" - integrity sha512-2TCQR5Y2unG2s9Jm1BdBMTSFmmfgHy8D0777PRT+U2D+IXC1E9JkKF1OS0QlHtGyKUA0IRIk8T0JV4D3v5iOyQ== - dependencies: - "@multiformats/multiaddr" "^12.1.14" - is-ip "^5.0.0" - "@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1": version "5.1.1-v1" resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz#dbf733a965ca47b1973177dc0bb6c889edcfb129" @@ -4458,7 +3708,7 @@ dependencies: eslint-scope "5.1.1" -"@noble/ciphers@^1.1.3", "@noble/ciphers@^1.3.0": +"@noble/ciphers@^1.3.0": version "1.3.0" resolved "https://registry.yarnpkg.com/@noble/ciphers/-/ciphers-1.3.0.tgz#f64b8ff886c240e644e5573c097f86e5b43676dc" integrity sha512-2I0gnIVPtfnMw9ee9h1dJG7tp81+8Ob3OJb3Mv37rx5L40/b0i7djjCVvGOVqc9AEIQyvyu1i6ypKdFw8R8gQw== @@ -4475,13 +3725,6 @@ dependencies: "@noble/hashes" "1.3.2" -"@noble/curves@1.8.2", "@noble/curves@~1.8.1": - version "1.8.2" - resolved "https://registry.yarnpkg.com/@noble/curves/-/curves-1.8.2.tgz#8f24c037795e22b90ae29e222a856294c1d9ffc7" - integrity sha512-vnI7V6lFNe0tLAuJMu+2sX+FcL14TaCWy1qiczg1VwRmPrpQCdq5ESXQMqUc2tluRNf6irBXrWbl1mGN8uaU/g== - dependencies: - "@noble/hashes" "1.7.2" - "@noble/curves@1.9.1": version "1.9.1" resolved "https://registry.yarnpkg.com/@noble/curves/-/curves-1.9.1.tgz#9654a0bc6c13420ae252ddcf975eaf0f58f0a35c" @@ -4489,7 +3732,7 @@ dependencies: "@noble/hashes" "1.8.0" -"@noble/curves@^1.1.0", "@noble/curves@^1.4.0", "@noble/curves@^1.4.2", "@noble/curves@^1.6.0", "@noble/curves@~1.9.0": +"@noble/curves@^1.4.0", "@noble/curves@^1.4.2", "@noble/curves@~1.9.0": version "1.9.7" resolved "https://registry.yarnpkg.com/@noble/curves/-/curves-1.9.7.tgz#79d04b4758a43e4bca2cbdc62e7771352fa6b951" integrity sha512-gbKGcRUYIjA3/zCCNaWDciTMFI0dCkvou3TL8Zmy5Nc7sJ47a0jtOeZoTaMxkuqRo9cRhjOdZJXegxYE5FN/xw== @@ -4508,31 +3751,11 @@ resolved "https://registry.yarnpkg.com/@noble/ed25519/-/ed25519-1.7.5.tgz#94df8bdb9fec9c4644a56007eecb57b0e9fbd0d7" integrity sha512-xuS0nwRMQBvSxDa7UxMb61xTiH3MxTgUfhyPUALVIe0FlOAz4sjELwyDRyUvqeEYfRSG9qNjFIycqLZppg4RSA== -"@noble/hashes@1.3.2": - version "1.3.2" - resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.3.2.tgz#6f26dbc8fbc7205873ce3cee2f690eba0d421b39" - integrity sha512-MVC8EAQp7MvEcm30KWENFjgR+Mkmf+D189XJTkFIlwohU5hcBbn1ZkKq7KVTi2Hme3PMGF390DaL52beVrIihQ== - -"@noble/hashes@1.7.2", "@noble/hashes@~1.7.1": - version "1.7.2" - resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.7.2.tgz#d53c65a21658fb02f3303e7ee3ba89d6754c64b4" - integrity sha512-biZ0NUSxyjLLqo6KxEJ1b+C2NAx0wtDoFvCaXHGgUkeHzf3Xc1xKumFKREuT7f7DARNZ/slvYUwFG6B0f2b6hQ== - -"@noble/hashes@1.8.0", "@noble/hashes@^1.3.1", "@noble/hashes@^1.4.0", "@noble/hashes@^1.5.0", "@noble/hashes@^1.8.0", "@noble/hashes@~1.8.0": +"@noble/hashes@1.3.2", "@noble/hashes@1.8.0", "@noble/hashes@2.0.1", "@noble/hashes@^1.4.0", "@noble/hashes@^1.8.0", "@noble/hashes@^2.0.1", "@noble/hashes@~1.3.0", "@noble/hashes@~1.3.2", "@noble/hashes@~1.8.0": version "1.8.0" resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.8.0.tgz#cee43d801fcef9644b11b8194857695acd5f815a" integrity sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A== -"@noble/hashes@2.0.1", "@noble/hashes@^2.0.1": - version "2.0.1" - resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-2.0.1.tgz#fc1a928061d1232b0a52bb754393c37a5216c89e" - integrity sha512-XlOlEbQcE9fmuXxrVTXCTlG2nlRXa9Rj3rr5Ue/+tX+nmkgbX720YHh0VR3hBF9xDvwnb8D2shVGOwNx+ulArw== - -"@noble/hashes@~1.3.0", "@noble/hashes@~1.3.2": - version "1.3.3" - resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.3.3.tgz#39908da56a4adc270147bb07968bf3b16cfe1699" - integrity sha512-V7/fPHgl+jsVPXqqeOzT8egNj2iBIVt+ECeMMG8TdcnTikP3oaBtUVqpT/gYCR68aEBJSF+XbYUxStjbFMqIIA== - "@noble/secp256k1@^1.3.0": version "1.7.2" resolved "https://registry.yarnpkg.com/@noble/secp256k1/-/secp256k1-1.7.2.tgz#c2c3343e2dce80e15a914d7442147507f8a98e7f" @@ -4668,7 +3891,7 @@ asn1js "^3.0.6" tslib "^2.8.1" -"@peculiar/asn1-schema@^2.3.13", "@peculiar/asn1-schema@^2.3.15", "@peculiar/asn1-schema@^2.3.8", "@peculiar/asn1-schema@^2.4.0", "@peculiar/asn1-schema@^2.5.0": +"@peculiar/asn1-schema@^2.3.13", "@peculiar/asn1-schema@^2.3.8", "@peculiar/asn1-schema@^2.4.0", "@peculiar/asn1-schema@^2.5.0": version "2.5.0" resolved "https://registry.yarnpkg.com/@peculiar/asn1-schema/-/asn1-schema-2.5.0.tgz#4e58d7c3087c4259cebf5363e092f85b9cbf0ca1" integrity sha512-YM/nFfskFJSlHqv59ed6dZlLZqtZQwjRVJ4bBAiWV08Oc+1rSd5lDZcBEx0lGDHfSoH3UziI2pXt2UM33KerPQ== @@ -4687,7 +3910,7 @@ asn1js "^3.0.6" tslib "^2.8.1" -"@peculiar/asn1-x509@^2.3.15", "@peculiar/asn1-x509@^2.4.0", "@peculiar/asn1-x509@^2.5.0": +"@peculiar/asn1-x509@^2.4.0", "@peculiar/asn1-x509@^2.5.0": version "2.5.0" resolved "https://registry.yarnpkg.com/@peculiar/asn1-x509/-/asn1-x509-2.5.0.tgz#305f9cd534f4b6a723d27fc59363f382debf5500" integrity sha512-CpwtMCTJvfvYTFMuiME5IH+8qmDe3yEWzKHe7OOADbGfq7ohxeLaXwQo0q4du3qs0AII3UbLCvb9NF/6q0oTKQ== @@ -4742,69 +3965,6 @@ resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33" integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg== -"@plebbit/plebbit-js@https://github.com/plebbit/plebbit-js.git#8958f72cc1e4487cabe7d6458df5e77a47571692": - version "0.0.7" - resolved "https://github.com/plebbit/plebbit-js.git#8958f72cc1e4487cabe7d6458df5e77a47571692" - dependencies: - "@bonfida/spl-name-service" "3.0.10" - "@chainsafe/libp2p-gossipsub" "14.1.1" - "@enhances/with-resolvers" "0.0.5" - "@helia/block-brokers" "4.2.3" - "@helia/delegated-routing-v1-http-api-client" "4.2.5" - "@helia/ipns" "8.2.4" - "@helia/unixfs" "5.0.4" - "@libp2p/fetch" "3.0.21" - "@libp2p/identify" "3.0.38" - "@libp2p/interfaces" "3.3.2" - "@libp2p/peer-id" "5.1.8" - "@libp2p/peer-id-factory" "4.2.4" - "@plebbit/plebbit-logger" "github:plebbit/plebbit-logger#355a96d7659ed820047980049dfa627d30d83a69" - "@plebbit/proper-lockfile" "github:plebbit/node-proper-lockfile#7fd6332117340c1d3d98dd0afee2d31cc06f72b8" - "@types/proper-lockfile" "4.1.2" - assert "2.1.0" - better-sqlite3 "11.10.0" - blockstore-core "5.0.4" - blockstore-fs "2.0.4" - blockstore-idb "2.0.3" - buffer "6.0.3" - captcha-canvas "3.2.1" - cbor "9.0.1" - debounce "1.2.1" - err-code "3.0.1" - ethers "6.14.0" - ext-name "5.0.0" - helia "5.5.0" - hpagent "1.2.0" - it-all "3.0.6" - jose "4.11.0" - js-sha256 "0.11.0" - js-sha512 "0.9.0" - kubo-rpc-client "5.2.0" - libp2p-crypto "0.21.2" - limiter-es6-compat "2.1.2" - localforage "1.10.0" - lodash.merge "4.6.2" - lru-cache "10.1.0" - open-graph-scraper "6.9.0" - p-limit "4.0.0" - p-timeout "6.1.2" - peer-id "0.16.0" - probe-image-size "7.2.3" - remeda "1.57.0" - retry "0.13.1" - rpc-websockets "10.0.0" - safe-stable-stringify "2.4.3" - sha1-uint8array "0.10.7" - skia-canvas "2.0.2" - tcp-port-used "1.0.2" - tiny-typed-emitter "2.1.0" - tinycache "1.1.2" - ts-custom-error "3.3.1" - typestub-ipfs-only-hash "4.0.0" - uuid "11.1.0" - viem "2.29.0" - zod "3.25.64" - "@plebbit/plebbit-js@https://github.com/plebbit/plebbit-js.git#cf45d92364c34c45d83ada8d753a3d2c2b1c9857": version "0.0.7" resolved "https://github.com/plebbit/plebbit-js.git#cf45d92364c34c45d83ada8d753a3d2c2b1c9857" @@ -4899,22 +4059,6 @@ uuid "11.1.0" zustand "4.0.0" -"@plebbit/plebbit-react-hooks@https://github.com/plebbit/plebbit-react-hooks.git#eecac4503b7099b2dde22505869f2a70d280e14f": - version "0.0.1" - resolved "https://github.com/plebbit/plebbit-react-hooks.git#eecac4503b7099b2dde22505869f2a70d280e14f" - dependencies: - "@plebbit/plebbit-js" "https://github.com/plebbit/plebbit-js.git#8958f72cc1e4487cabe7d6458df5e77a47571692" - "@plebbit/plebbit-logger" "https://github.com/plebbit/plebbit-logger.git" - assert "2.0.0" - ethers "5.6.9" - localforage "1.10.0" - lodash.isequal "4.5.0" - memoizee "0.4.15" - quick-lru "5.1.1" - uint8arrays "3.1.1" - uuid "11.1.0" - zustand "4.0.0" - "@plebbit/proper-lockfile@github:plebbit/node-proper-lockfile#7fd6332117340c1d3d98dd0afee2d31cc06f72b8": version "4.1.2" resolved "https://codeload.github.com/plebbit/node-proper-lockfile/tar.gz/7fd6332117340c1d3d98dd0afee2d31cc06f72b8" @@ -5240,7 +4384,7 @@ resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.14.0.tgz#61b05741089552a3d352b3503d6a242978a2cb08" integrity sha512-WJFej426qe4RWOm9MMtP4V3CV4AucXolQty+GRgAWLgQXmpCuwzs7hEpxxhSc/znXUSxum9d/P/32MW0FlAAlA== -"@scure/base@^1.1.6", "@scure/base@~1.2.2", "@scure/base@~1.2.4", "@scure/base@~1.2.5": +"@scure/base@^1.1.6", "@scure/base@~1.2.5": version "1.2.6" resolved "https://registry.yarnpkg.com/@scure/base/-/base-1.2.6.tgz#ca917184b8231394dd8847509c67a0be522e59f6" integrity sha512-g/nm5FgUa//MCj1gV09zTJTaM6KBAHqLN907YVQqf7zC49+DcO4B1so4ZX07Ef10Twr6nuqYEH9GEggFXA4Fmg== @@ -5259,16 +4403,7 @@ "@noble/hashes" "~1.3.2" "@scure/base" "~1.1.2" -"@scure/bip32@1.6.2": - version "1.6.2" - resolved "https://registry.yarnpkg.com/@scure/bip32/-/bip32-1.6.2.tgz#093caa94961619927659ed0e711a6e4bf35bffd0" - integrity sha512-t96EPDMbtGgtb7onKKqxRLfE5g05k7uHnHRM2xdE6BP/ZmxaLtPek4J4KfVn/90IQNrU1IOAqMgiDtUdtbe3nw== - dependencies: - "@noble/curves" "~1.8.1" - "@noble/hashes" "~1.7.1" - "@scure/base" "~1.2.2" - -"@scure/bip32@1.7.0", "@scure/bip32@^1.5.0", "@scure/bip32@^1.7.0": +"@scure/bip32@1.7.0", "@scure/bip32@^1.7.0": version "1.7.0" resolved "https://registry.yarnpkg.com/@scure/bip32/-/bip32-1.7.0.tgz#b8683bab172369f988f1589640e53c4606984219" integrity sha512-E4FFX/N3f4B80AKWp5dP6ow+flD1LQZo/w8UnLGYZO674jS6YnYeepycOOksv+vLPSpgN35wgKgy+ybfTb2SMw== @@ -5285,15 +4420,7 @@ "@noble/hashes" "~1.3.0" "@scure/base" "~1.1.0" -"@scure/bip39@1.5.4": - version "1.5.4" - resolved "https://registry.yarnpkg.com/@scure/bip39/-/bip39-1.5.4.tgz#07fd920423aa671be4540d59bdd344cc1461db51" - integrity sha512-TFM4ni0vKvCfBpohoh+/lY05i9gRbSwXWngAsF4CABQxoaOHijxuaZ2R6cStDQ5CHtHO9aGJTr4ksVJASRRyMA== - dependencies: - "@noble/hashes" "~1.7.1" - "@scure/base" "~1.2.4" - -"@scure/bip39@1.6.0", "@scure/bip39@^1.4.0", "@scure/bip39@^1.6.0": +"@scure/bip39@1.6.0", "@scure/bip39@^1.6.0": version "1.6.0" resolved "https://registry.yarnpkg.com/@scure/bip39/-/bip39-1.6.0.tgz#475970ace440d7be87a6086cbee77cb8f1a684f9" integrity sha512-+lF0BbLiJNwVlev4eKelw1WWLaiKXw7sSl8T6FvBlWkdX+94aGJ4o8XjUdlyhTCjd8c+B3KT3JfS8P0bLRNU6A== @@ -5973,11 +5100,6 @@ resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.5.tgz#f090ff4bd8d2e5b940ff270ab39fd5ca1834a07e" integrity sha512-3xSjTp3v03X/lSQLkczaN9UIEwJMoMCA1+Nb5HfbJEQWogdeQIyVtTvxPXDQjZ5zws8rFQfVfRdz03ARihPJgw== -"@types/retry@0.12.2": - version "0.12.2" - resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.2.tgz#ed279a64fa438bb69f2480eda44937912bb7480a" - integrity sha512-XISRgDJ2Tc5q4TRqvgJtzsRkFYNJzZrhTdtMoGVBttwzzQJkPnS3WWTFc7kuDRoPtPakl+T+OfdEUjYJj7Jbow== - "@types/scheduler@*": version "0.26.0" resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.26.0.tgz#2b7183b9bbb622d130b23bedf06899b7fec7eed5" @@ -6049,7 +5171,7 @@ dependencies: "@types/node" "*" -"@types/ws@^8.18.1", "@types/ws@^8.2.2": +"@types/ws@^8.2.2": version "8.18.1" resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.18.1.tgz#48464e4bf2ddfd17db13d845467f6070ffea4aa9" integrity sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg== @@ -6298,17 +5420,12 @@ abitype@0.10.0: resolved "https://registry.yarnpkg.com/abitype/-/abitype-0.10.0.tgz#d3504747cc81df2acaa6c460250ef7bc9219a77c" integrity sha512-QvMHEUzgI9nPj9TWtUGnS2scas80/qaL5PBxGdwWhhvzqXfOph+IEiiiWrzuisu3U3JgDQVruW9oLbJoQ3oZ3A== -abitype@1.0.8: - version "1.0.8" - resolved "https://registry.yarnpkg.com/abitype/-/abitype-1.0.8.tgz#3554f28b2e9d6e9f35eb59878193eabd1b9f46ba" - integrity sha512-ZeiI6h3GnW06uYDLx0etQtX/p8E24UaHHBj57RSjK7YBFe7iuVn07EDpOeP451D06sF27VOz9JJPlIKJmXgkEg== - abitype@1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/abitype/-/abitype-1.1.0.tgz#510c5b3f92901877977af5e864841f443bf55406" integrity sha512-6Vh4HcRxNMLA0puzPjM5GBgT4aAcFGKZzSgAXvuZ27shJP6NEpielTuqbBmZILR5/xd0PizkBGy5hReKz9jl5A== -abitype@^1.0.6, abitype@^1.0.9: +abitype@^1.0.9: version "1.1.1" resolved "https://registry.yarnpkg.com/abitype/-/abitype-1.1.1.tgz#b50ed400f8bfca5452eb4033445c309d3e1117c8" integrity sha512-Loe5/6tAgsBukY95eGaPSDmQHIjRZYQq8PB1MpsNccDIK8WiV+Uw6WzaIXipvaxTEL2yEB0OpEaQv3gs8pkS9Q== @@ -6368,7 +5485,7 @@ agent-base@6, agent-base@^6.0.2: dependencies: debug "4" -agent-base@^7.1.2, agent-base@^7.1.3: +agent-base@^7.1.2: version "7.1.4" resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-7.1.4.tgz#e3cd76d4c548ee895d3c3fd8dc1f6c5b9032e7a8" integrity sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ== @@ -6877,14 +5994,6 @@ bech32@1.1.4: resolved "https://registry.yarnpkg.com/bech32/-/bech32-1.1.4.tgz#e38c9f37bf179b8eb16ae3a772b40c356d4832e9" integrity sha512-s0IrSOzLlbvX7yp4WBfPITzpAU8sqQcpsmwXDiKwrG4r491vwCO/XpejasRNl0piBMe/DvP4Tz0mIS/X1DPJBQ== -better-sqlite3@11.10.0: - version "11.10.0" - resolved "https://registry.yarnpkg.com/better-sqlite3/-/better-sqlite3-11.10.0.tgz#2b1b14c5acd75a43fd84d12cc291ea98cef57d98" - integrity sha512-EwhOpyXiOEL/lKzHz9AW1msWFNzGc/z+LzeB3/jnFJpxu+th2yqvzsSWas1v9jgs9+xiXJcD5A8CJxAG2TaghQ== - dependencies: - bindings "^1.5.0" - prebuild-install "^7.1.1" - better-sqlite3@12.4.1: version "12.4.1" resolved "https://registry.yarnpkg.com/better-sqlite3/-/better-sqlite3-12.4.1.tgz#f78df6c80530d1a0b750b538033e6199b7d30d26" @@ -6962,18 +6071,6 @@ blob-to-it@^2.0.5: dependencies: browser-readablestream-to-it "^2.0.0" -blockstore-core@5.0.4, blockstore-core@^5.0.0, blockstore-core@^5.0.2: - version "5.0.4" - resolved "https://registry.yarnpkg.com/blockstore-core/-/blockstore-core-5.0.4.tgz#5f04fd4df7e38036737ef88cfb79ea1393532e1f" - integrity sha512-v7wtBEpW2J/kKljN7Z2u4Tnwr7qwnOvW1aPVfynIxEdejlVC7gg4z9k6iJt7n5XMGkdNnH4HOmVcjYcaMnu7yg== - dependencies: - "@libp2p/logger" "^5.1.18" - interface-blockstore "^5.0.0" - interface-store "^6.0.0" - it-filter "^3.1.3" - it-merge "^3.0.11" - multiformats "^13.3.6" - blockstore-core@6.1.1, blockstore-core@^6.0.0, blockstore-core@^6.1.1: version "6.1.1" resolved "https://registry.yarnpkg.com/blockstore-core/-/blockstore-core-6.1.1.tgz#a7f1b533c6c28c9fb6e86af1360a2eb08a6dffdf" @@ -6987,20 +6084,6 @@ blockstore-core@6.1.1, blockstore-core@^6.0.0, blockstore-core@^6.1.1: it-merge "^3.0.11" multiformats "^13.3.6" -blockstore-fs@2.0.4: - version "2.0.4" - resolved "https://registry.yarnpkg.com/blockstore-fs/-/blockstore-fs-2.0.4.tgz#d980c6d65caba168edf3a33ad23d1ae3cc2a1d9d" - integrity sha512-39k/euFgKrVLo2MoSAAy0PC99aZfL9K6ltS4jdo7sZapIqEQuFpJecqWA9BrW3pIo9tcT5YTGP49vpMPVbZyzg== - dependencies: - interface-blockstore "^5.0.0" - interface-store "^6.0.0" - it-glob "^3.0.3" - it-map "^3.1.3" - it-parallel-batch "^3.0.8" - multiformats "^13.3.6" - race-signal "^1.1.3" - steno "^4.0.2" - blockstore-fs@3.0.2: version "3.0.2" resolved "https://registry.yarnpkg.com/blockstore-fs/-/blockstore-fs-3.0.2.tgz#651e688b4c45ad2b34d808e78c4f988e80192148" @@ -7015,18 +6098,6 @@ blockstore-fs@3.0.2: race-signal "^2.0.0" steno "^4.0.2" -blockstore-idb@2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/blockstore-idb/-/blockstore-idb-2.0.3.tgz#4cc5ca2eb896de5289338fe6ee88f468cb6feeb1" - integrity sha512-YyMan8RqJPbi66UsEkS4pOsi1T7/ewzrqLgPxCxi8+prCqR7yUlzOM16yS23Y9uX8qYlAIa7Rl3v1pqRScrXvg== - dependencies: - blockstore-core "^5.0.0" - idb "^8.0.3" - interface-blockstore "^5.0.0" - interface-store "^6.0.0" - multiformats "^13.3.6" - race-signal "^1.1.3" - blockstore-idb@3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/blockstore-idb/-/blockstore-idb-3.0.1.tgz#7b80b7523dd2f4d0312fb414b375513ac0e22ce1" @@ -7126,7 +6197,7 @@ brorand@^1.0.1, brorand@^1.1.0: resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f" integrity sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w== -browser-readablestream-to-it@^2.0.0, browser-readablestream-to-it@^2.0.5, browser-readablestream-to-it@^2.0.7, browser-readablestream-to-it@^2.0.9: +browser-readablestream-to-it@^2.0.0, browser-readablestream-to-it@^2.0.5, browser-readablestream-to-it@^2.0.9: version "2.0.10" resolved "https://registry.yarnpkg.com/browser-readablestream-to-it/-/browser-readablestream-to-it-2.0.10.tgz#e37098be227623af21ee815af74d43ffb9307a6d" integrity sha512-I/9hEcRtjct8CzD9sVo9Mm4ntn0D+7tOVrjbPl69XAoOfgJ8NBdOQU+WX+5SHhcELJDb14mWt7zuvyqha+MEAQ== @@ -7442,13 +6513,6 @@ caniuse-lite@^1.0.30001746: resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001751.tgz#dacd5d9f4baeea841641640139d2b2a4df4226ad" integrity sha512-A0QJhug0Ly64Ii3eIqHu5X51ebln3k4yTUkY1j8drqpWHVreg/VLijN48cZ1bYPiqOQuqpkIKnzr/Ul8V+p6Cw== -captcha-canvas@3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/captcha-canvas/-/captcha-canvas-3.2.1.tgz#99ec155be869db76588ebd8bd056c84ebbbcca6a" - integrity sha512-uOXuQtGM3ug6FiNNLZiK0eO5izrW4M3tato1lVpBDsjjZRF8mpxSAZ5kmqIeEz6yc3ecOUGN3RZqOvZcyi2KWA== - dependencies: - skia-canvas "^1.0.0" - captcha-canvas@3.3.4: version "3.3.4" resolved "https://registry.yarnpkg.com/captcha-canvas/-/captcha-canvas-3.3.4.tgz#beda13ad5c74751bb71490308ed45010e1380da5" @@ -7468,7 +6532,7 @@ cbor@9.0.1: dependencies: nofilter "^3.1.0" -cborg@^4.0.0, cborg@^4.2.15, cborg@^4.2.3, cborg@^4.2.6: +cborg@^4.0.0, cborg@^4.2.14, cborg@^4.2.15, cborg@^4.2.3: version "4.2.18" resolved "https://registry.yarnpkg.com/cborg/-/cborg-4.2.18.tgz#d17dca8dc93d375e05dfdae08462614abf73697d" integrity sha512-uzhkd5HOaLccokqeZa5B0Qz7/aa9C12pmUq5yU3vcy6I6OhTKdPHSzOuBPZfcoQHdcx8Emz/dWZbPNNfF/puvg== @@ -7518,11 +6582,6 @@ chardet@^0.7.0: resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e" integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA== -chardet@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/chardet/-/chardet-2.1.0.tgz#1007f441a1ae9f9199a4a67f6e978fb0aa9aa3fe" - integrity sha512-bNFETTG/pM5ryzQ9Ad0lJOTa6HWD/YsScAR3EnCPZRPlQh77JocYktSHOUHelyhm8IARL+o4c4F1bP5KVOjiRA== - chardet@^2.1.0: version "2.1.1" resolved "https://registry.yarnpkg.com/chardet/-/chardet-2.1.1.tgz#5c75593704a642f71ee53717df234031e65373c8" @@ -8254,22 +7313,6 @@ data-view-byte-offset@^1.0.1: es-errors "^1.3.0" is-data-view "^1.0.1" -datastore-core@^10.0.2: - version "10.0.4" - resolved "https://registry.yarnpkg.com/datastore-core/-/datastore-core-10.0.4.tgz#c5f05238a08fc05017e6c1b5faa9e6578a068fc0" - integrity sha512-IctgCO0GA7GHG7aRm3JRruibCsfvN4EXNnNIlLCZMKIv0TPkdAL5UFV3/xTYFYrrZ1jRNrXZNZRvfcVf/R+rAw== - dependencies: - "@libp2p/logger" "^5.1.18" - interface-datastore "^8.0.0" - interface-store "^6.0.0" - it-drain "^3.0.9" - it-filter "^3.1.3" - it-map "^3.1.3" - it-merge "^3.0.11" - it-pipe "^3.0.1" - it-sort "^3.0.8" - it-take "^3.0.8" - datastore-core@^11.0.1, datastore-core@^11.0.2: version "11.0.2" resolved "https://registry.yarnpkg.com/datastore-core/-/datastore-core-11.0.2.tgz#a2b117705ee8a8c911c2a610d2028ab14359490c" @@ -9520,19 +8563,6 @@ ethers@5.6.9: "@ethersproject/web" "5.6.1" "@ethersproject/wordlists" "5.6.1" -ethers@6.14.0: - version "6.14.0" - resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.14.0.tgz#b80eca3b60fc97da53f73b77629ce7392568eae0" - integrity sha512-KgHwltNSMdbrGWEyKkM0Rt2s+u1nDH/5BVDQakLinzGEJi4bWindBzZSCC4gKsbZjwDTI6ex/8suR9Ihbmz4IQ== - dependencies: - "@adraffy/ens-normalize" "1.10.1" - "@noble/curves" "1.2.0" - "@noble/hashes" "1.3.2" - "@types/node" "22.7.5" - aes-js "4.0.0-beta.5" - tslib "2.7.0" - ws "8.17.1" - ethers@6.15.0: version "6.15.0" resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.15.0.tgz#2980f2a3baf0509749b7e21f8692fa8a8349c0e3" @@ -9554,11 +8584,6 @@ event-emitter@^0.3.5: d "1" es5-ext "~0.10.14" -event-iterator@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/event-iterator/-/event-iterator-2.0.0.tgz#10f06740cc1e9fd6bc575f334c2bc1ae9d2dbf62" - integrity sha512-KGft0ldl31BZVV//jj+IAIGCxkvvUkkON+ScH6zfoX+l+omX6001ggyRSpI0Io2Hlro0ThXotswCtfzS8UkIiQ== - event-target-shim@6.0.2: version "6.0.2" resolved "https://registry.yarnpkg.com/event-target-shim/-/event-target-shim-6.0.2.tgz#ea5348c3618ee8b62ff1d344f01908ee2b8a2b71" @@ -10522,44 +9547,6 @@ hastscript@^9.0.0: property-information "^7.0.0" space-separated-tokens "^2.0.0" -helia@5.5.0: - version "5.5.0" - resolved "https://registry.yarnpkg.com/helia/-/helia-5.5.0.tgz#ec21e3f81afadf7ed82e018b0a0d6d1d334176e9" - integrity sha512-nQT+447bM1WYOrKjy0jQkhwSsvoTlfeu0yjSaoa6/3iFCQp9dsoIo5SbKeiSLumiOM+JAkrBz8w2Y9fSJQA+bQ== - dependencies: - "@chainsafe/libp2p-noise" "^16.0.1" - "@chainsafe/libp2p-yamux" "^7.0.1" - "@helia/block-brokers" "^4.2.3" - "@helia/delegated-routing-v1-http-api-client" "^4.2.1" - "@helia/interface" "^5.4.0" - "@helia/routers" "^3.1.3" - "@helia/utils" "^1.4.0" - "@ipshipyard/libp2p-auto-tls" "^1.0.0" - "@libp2p/autonat" "^2.0.19" - "@libp2p/bootstrap" "^11.0.20" - "@libp2p/circuit-relay-v2" "^3.1.10" - "@libp2p/config" "^1.0.3" - "@libp2p/dcutr" "^2.0.18" - "@libp2p/identify" "^3.0.18" - "@libp2p/interface" "^2.5.0" - "@libp2p/kad-dht" "^15.0.2" - "@libp2p/keychain" "^5.0.14" - "@libp2p/mdns" "^11.0.20" - "@libp2p/mplex" "^11.0.20" - "@libp2p/ping" "^2.0.18" - "@libp2p/tcp" "^10.0.18" - "@libp2p/tls" "^2.0.15" - "@libp2p/upnp-nat" "^3.1.1" - "@libp2p/webrtc" "^5.1.0" - "@libp2p/websockets" "^9.1.5" - "@multiformats/dns" "^1.0.6" - blockstore-core "^5.0.2" - datastore-core "^10.0.2" - interface-datastore "^8.3.1" - ipns "^10.0.0" - libp2p "^2.9.0" - multiformats "^13.3.1" - helia@6.0.5: version "6.0.5" resolved "https://registry.yarnpkg.com/helia/-/helia-6.0.5.tgz#8a040c991afe62cefa1c55e6faf7ac962a4ebc0c" @@ -10678,13 +9665,6 @@ http-cache-semantics@^4.0.0, http-cache-semantics@^4.1.0: resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.2.0.tgz#205f4db64f8562b76a4ff9235aa5279839a09dd5" integrity sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ== -http-cookie-agent@^6.0.7: - version "6.0.8" - resolved "https://registry.yarnpkg.com/http-cookie-agent/-/http-cookie-agent-6.0.8.tgz#f2635638f4172c7de0c482396ea7313e9731a62b" - integrity sha512-qnYh3yLSr2jBsTYkw11elq+T361uKAJaZ2dR4cfYZChw1dt9uL5t3zSUwehoqqVb4oldk1BpkXKm2oat8zV+oA== - dependencies: - agent-base "^7.1.3" - http-proxy-agent@^4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz#8a8c8ef7f5932ccf953c296ca8291b95aa74aa3a" @@ -10919,14 +9899,6 @@ inquirer@8.2.5: through "^2.3.6" wrap-ansi "^7.0.0" -interface-blockstore@^5.0.0, interface-blockstore@^5.3.1, interface-blockstore@^5.3.2: - version "5.3.2" - resolved "https://registry.yarnpkg.com/interface-blockstore/-/interface-blockstore-5.3.2.tgz#0fb32bb94c12ba5211d417b83abd1f34ed785779" - integrity sha512-oA9Pjkxun/JHAsZrYEyKX+EoPjLciTzidE7wipLc/3YoHDjzsnXRJzAzFJXNUvogtY4g7hIwxArx8+WKJs2RIg== - dependencies: - interface-store "^6.0.0" - multiformats "^13.3.6" - interface-blockstore@^6.0.0, interface-blockstore@^6.0.1: version "6.0.1" resolved "https://registry.yarnpkg.com/interface-blockstore/-/interface-blockstore-6.0.1.tgz#e446c1ec4dd38cf0fcbf0e46e9eafc75dd4ea6c9" @@ -10935,14 +9907,6 @@ interface-blockstore@^6.0.0, interface-blockstore@^6.0.1: interface-store "^7.0.0" multiformats "^13.3.6" -interface-datastore@^8.0.0, interface-datastore@^8.3.1: - version "8.3.2" - resolved "https://registry.yarnpkg.com/interface-datastore/-/interface-datastore-8.3.2.tgz#1ae2f78d1cbc7a99421d551fd0cec00b8859399d" - integrity sha512-R3NLts7pRbJKc3qFdQf+u40hK8XWc0w4Qkx3OFEstC80VoaDUABY/dXA2EJPhtNC+bsrf41Ehvqb6+pnIclyRA== - dependencies: - interface-store "^6.0.0" - uint8arrays "^5.1.0" - interface-datastore@^9.0.0, interface-datastore@^9.0.1, interface-datastore@^9.0.2: version "9.0.2" resolved "https://registry.yarnpkg.com/interface-datastore/-/interface-datastore-9.0.2.tgz#6cc02cc07d5946b6198e7262ea03937297de6662" @@ -10960,11 +9924,6 @@ interface-ipld-format@^1.0.0: multicodec "^3.0.1" multihashes "^4.0.2" -interface-store@^6.0.0, interface-store@^6.0.2, interface-store@^6.0.3: - version "6.0.3" - resolved "https://registry.yarnpkg.com/interface-store/-/interface-store-6.0.3.tgz#a4443490976f52e1b40ff99ddfbc690dfbb00863" - integrity sha512-+WvfEZnFUhRwFxgz+QCQi7UC6o9AM0EHM9bpIe2Nhqb100NHCsTvNAn4eJgvgV2/tmLo1MP9nGxQKEcZTAueLA== - interface-store@^7.0.0: version "7.0.1" resolved "https://registry.yarnpkg.com/interface-store/-/interface-store-7.0.1.tgz#6d1c011854218a075eae6d471b5adc1edc372a95" @@ -11007,28 +9966,6 @@ ipfs-only-hash@^4.0.0: ipfs-unixfs-importer "^7.0.1" meow "^9.0.0" -ipfs-unixfs-exporter@^13.6.1: - version "13.7.3" - resolved "https://registry.yarnpkg.com/ipfs-unixfs-exporter/-/ipfs-unixfs-exporter-13.7.3.tgz#0b2f5de59ad8429356e2a02633b362a58d085243" - integrity sha512-sTFjAEnsPu5irh9rvT1j5mNf7nXnW78x5SJrCIrNZb1UqkXQtNX81RjAnTBShUtZ5ujSOc/yrC9Az8il8NVkKQ== - dependencies: - "@ipld/dag-cbor" "^9.2.4" - "@ipld/dag-json" "^10.2.5" - "@ipld/dag-pb" "^4.1.5" - "@multiformats/murmur3" "^2.1.8" - hamt-sharding "^3.0.6" - interface-blockstore "^5.3.2" - ipfs-unixfs "^11.0.0" - it-filter "^3.1.4" - it-last "^3.0.9" - it-map "^3.1.4" - it-parallel "^3.0.13" - it-pipe "^3.0.1" - it-pushable "^3.2.3" - multiformats "^13.3.7" - p-queue "^8.1.0" - progress-events "^1.0.1" - ipfs-unixfs-exporter@^14.0.1: version "14.0.1" resolved "https://registry.yarnpkg.com/ipfs-unixfs-exporter/-/ipfs-unixfs-exporter-14.0.1.tgz#5de0b2224330ae61444dfd33fb16e2749a292591" @@ -11052,27 +9989,6 @@ ipfs-unixfs-exporter@^14.0.1: p-queue "^9.0.0" progress-events "^1.0.1" -ipfs-unixfs-importer@^15.3.1: - version "15.4.0" - resolved "https://registry.yarnpkg.com/ipfs-unixfs-importer/-/ipfs-unixfs-importer-15.4.0.tgz#d58777708476ea5a09782b60694f6ea4cfe391cb" - integrity sha512-laypY07Q0uGLMSxx5YsfVAEPVzdbV2p9cEC1/HNxqoWoz83LA2nX45usr8dcehalKLHm38u0FwUiRHq5wCHngQ== - dependencies: - "@ipld/dag-pb" "^4.1.5" - "@multiformats/murmur3" "^2.1.8" - hamt-sharding "^3.0.6" - interface-blockstore "^5.3.2" - interface-store "^6.0.3" - ipfs-unixfs "^11.0.0" - it-all "^3.0.9" - it-batch "^3.0.9" - it-first "^3.0.9" - it-parallel-batch "^3.0.9" - multiformats "^13.3.7" - progress-events "^1.0.1" - rabin-wasm "^0.1.5" - uint8arraylist "^2.4.8" - uint8arrays "^5.1.0" - ipfs-unixfs-importer@^16.0.1: version "16.0.1" resolved "https://registry.yarnpkg.com/ipfs-unixfs-importer/-/ipfs-unixfs-importer-16.0.1.tgz#65341eedcbfb2cd0cbba20f11561e0818ee2ceb3" @@ -11114,14 +10030,6 @@ ipfs-unixfs-importer@^7.0.1: rabin-wasm "^0.1.4" uint8arrays "^2.1.2" -ipfs-unixfs@^11.0.0, ipfs-unixfs@^11.1.4, ipfs-unixfs@^11.2.0: - version "11.2.5" - resolved "https://registry.yarnpkg.com/ipfs-unixfs/-/ipfs-unixfs-11.2.5.tgz#6b684bb2058689b1fe562715e8f69bbe94cfb86a" - integrity sha512-uasYJ0GLPbViaTFsOLnL9YPjX5VmhnqtWRriogAHOe4ApmIi9VAOFBzgDHsUW2ub4pEa/EysbtWk126g2vkU/g== - dependencies: - protons-runtime "^5.5.0" - uint8arraylist "^2.4.8" - ipfs-unixfs@^12.0.0: version "12.0.0" resolved "https://registry.yarnpkg.com/ipfs-unixfs/-/ipfs-unixfs-12.0.0.tgz#3b62c872fa8bd0fe820d7061a6edbff805053acf" @@ -11151,7 +10059,7 @@ ipld-dag-pb@^0.22.2: stable "^0.1.8" uint8arrays "^2.0.5" -ipns@^10.0.0, ipns@^10.0.2, ipns@^10.1.2: +ipns@^10.0.2, ipns@^10.1.2: version "10.1.3" resolved "https://registry.yarnpkg.com/ipns/-/ipns-10.1.3.tgz#371db68357c0e633a72cc6ec9ca7565e1f733cf6" integrity sha512-b2Zeh8+7qOV11NjnTsYLpG8K6T13uBMndpzk9N9E2Qjz/u80qsxvKpspSP32sErOLr/GWjdFVVc02E9PMojQNA== @@ -11362,7 +10270,7 @@ is-negative-zero@^2.0.3: resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.3.tgz#ced903a027aca6381b777a5743069d7376a49747" integrity sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw== -is-network-error@^1.0.0, is-network-error@^1.1.0: +is-network-error@^1.1.0: version "1.3.0" resolved "https://registry.yarnpkg.com/is-network-error/-/is-network-error-1.3.0.tgz#2ce62cbca444abd506f8a900f39d20b898d37512" integrity sha512-6oIwpsgRfnDiyEDLMay/GqCl3HoAtH5+RUKW29gYkL0QA+ipzpDLA16yQs7/RHCSu+BwgbJaOUqa4A99qNVQVw== @@ -11405,7 +10313,7 @@ is-plain-obj@^2.1.0: resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-2.1.0.tgz#45e42e37fccf1f40da8e5f76ee21515840c09287" integrity sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA== -is-plain-obj@^4.0.0, is-plain-obj@^4.1.0: +is-plain-obj@^4.0.0: version "4.1.0" resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-4.1.0.tgz#d65025edec3657ce032fd7db63c97883eaed71f0" integrity sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg== @@ -11605,11 +10513,6 @@ isows@1.0.3: resolved "https://registry.yarnpkg.com/isows/-/isows-1.0.3.tgz#93c1cf0575daf56e7120bab5c8c448b0809d0d74" integrity sha512-2cKei4vlmg2cxEjm3wVSqn8pcoRF/LX/wpifuuNquFO4SQmPwarClT+SUCA2lt+l581tTeZIPIZuIDo2jWN1fg== -isows@1.0.6: - version "1.0.6" - resolved "https://registry.yarnpkg.com/isows/-/isows-1.0.6.tgz#0da29d706fa51551c663c627ace42769850f86e7" - integrity sha512-lPHCayd40oW98/I0uvgaHKWCSvkzY27LjWLbtzOm64yQ+G3Q5npjjbdppU65iZXkK1Zt+kH9pfegli0AYfwYYw== - isows@1.0.7: version "1.0.7" resolved "https://registry.yarnpkg.com/isows/-/isows-1.0.7.tgz#1c06400b7eed216fbba3bcbd68f12490fc342915" @@ -11625,7 +10528,7 @@ it-all@^1.0.5: resolved "https://registry.yarnpkg.com/it-all/-/it-all-1.0.6.tgz#852557355367606295c4c3b7eff0136f07749335" integrity sha512-3cmCc6Heqe3uWi3CVM/k51fa/XbMFpQVzFoDsV0IZNHSQDyAXl3c4MjHkFX5kF3922OGj7Myv1nSEUgRtcuM1A== -it-all@^3.0.0, it-all@^3.0.4, it-all@^3.0.6, it-all@^3.0.8, it-all@^3.0.9: +it-all@^3.0.0, it-all@^3.0.4, it-all@^3.0.9: version "3.0.9" resolved "https://registry.yarnpkg.com/it-all/-/it-all-3.0.9.tgz#9b9b54ddb42786260c3d9e25feeaa02e667be1cc" integrity sha512-fz1oJJ36ciGnu2LntAlE6SA97bFZpW7Rnt0uEc1yazzR2nKokZLr8lIRtgnpex4NsmaBcvHF+Z9krljWFy/mmg== @@ -11640,7 +10543,7 @@ it-batch@^3.0.0, it-batch@^3.0.9: resolved "https://registry.yarnpkg.com/it-batch/-/it-batch-3.0.9.tgz#d0e3b57403908d3ea14a44ec2b40026b0c44e709" integrity sha512-z6p89Q8gm2urBtF3JcpnbJogacijWk3m1uc3xZYI3x0eJUoYLUbgF8IxJ2fnuVObV7yRv3SixfwGCufaZY1NCg== -it-byte-stream@^2.0.0, it-byte-stream@^2.0.2: +it-byte-stream@^2.0.0: version "2.0.3" resolved "https://registry.yarnpkg.com/it-byte-stream/-/it-byte-stream-2.0.3.tgz#42bfac48d918d865113aa5838d7463b250752405" integrity sha512-h7FFcn4DWiWsJw1dCJhuPdiY8cGi1z8g4aLAfFspTaJbwQxvEMlEBFG/f8lIVGwM8YK26ClM4/9lxLVhF33b8g== @@ -11651,12 +10554,12 @@ it-byte-stream@^2.0.0, it-byte-stream@^2.0.2: race-signal "^1.1.3" uint8arraylist "^2.4.8" -it-drain@^3.0.10, it-drain@^3.0.7, it-drain@^3.0.9: +it-drain@^3.0.10, it-drain@^3.0.9: version "3.0.10" resolved "https://registry.yarnpkg.com/it-drain/-/it-drain-3.0.10.tgz#23b4584482576712fd57d546629a8204bec958e7" integrity sha512-0w/bXzudlyKIyD1+rl0xUKTI7k4cshcS43LTlBiGFxI8K1eyLydNPxGcsVLsFVtKh1/ieS8AnVWt6KwmozxyEA== -it-filter@^3.1.1, it-filter@^3.1.3, it-filter@^3.1.4: +it-filter@^3.1.3, it-filter@^3.1.4: version "3.1.4" resolved "https://registry.yarnpkg.com/it-filter/-/it-filter-3.1.4.tgz#bcbeb74edd45c6b8d522e6581edf8a4c0bbb02af" integrity sha512-80kWEKgiFEa4fEYD3mwf2uygo1dTQ5Y5midKtL89iXyjinruA/sNXl6iFkTcdNedydjvIsFhWLiqRPQP4fAwWQ== @@ -11668,12 +10571,12 @@ it-first@^1.0.6: resolved "https://registry.yarnpkg.com/it-first/-/it-first-1.0.7.tgz#a4bef40da8be21667f7d23e44dae652f5ccd7ab1" integrity sha512-nvJKZoBpZD/6Rtde6FXqwDqDZGF1sCADmr2Zoc0hZsIvnE449gRFnGctxDf09Bzc/FWnHXAdaHVIetY6lrE0/g== -it-first@^3.0.4, it-first@^3.0.6, it-first@^3.0.8, it-first@^3.0.9: +it-first@^3.0.4, it-first@^3.0.8, it-first@^3.0.9: version "3.0.9" resolved "https://registry.yarnpkg.com/it-first/-/it-first-3.0.9.tgz#cee48427aaa36ec34df6644042c7f22349832070" integrity sha512-ZWYun273Gbl7CwiF6kK5xBtIKR56H1NoRaiJek2QzDirgen24u8XZ0Nk+jdnJSuCTPxC2ul1TuXKxu/7eK6NuA== -it-foreach@^2.0.6, it-foreach@^2.1.1, it-foreach@^2.1.3, it-foreach@^2.1.4: +it-foreach@^2.1.4: version "2.1.4" resolved "https://registry.yarnpkg.com/it-foreach/-/it-foreach-2.1.4.tgz#f7295feefe40b47569863b34271efc3682f62708" integrity sha512-gFntBbNLpVK9uDmaHusugICD8/Pp+OCqbF5q1Z8K+B8WaG20YgMePWbMxI1I25+JmNWWr3hk0ecKyiI9pOLgeA== @@ -11687,12 +10590,12 @@ it-glob@^3.0.1, it-glob@^3.0.3, it-glob@^3.0.4: dependencies: fast-glob "^3.3.3" -it-last@^3.0.4, it-last@^3.0.6, it-last@^3.0.9: +it-last@^3.0.4, it-last@^3.0.9: version "3.0.9" resolved "https://registry.yarnpkg.com/it-last/-/it-last-3.0.9.tgz#c9e54b7bc16c2c19da10b4658ec465f38d463683" integrity sha512-AtfUEnGDBHBEwa1LjrpGHsJMzJAWDipD6zilvhakzJcm+BCvNX8zlX2BsHClHJLLTrsY4lY9JUjc+TQV4W7m1w== -it-length-prefixed-stream@^2.0.0, it-length-prefixed-stream@^2.0.1, it-length-prefixed-stream@^2.0.2: +it-length-prefixed-stream@^2.0.0: version "2.0.3" resolved "https://registry.yarnpkg.com/it-length-prefixed-stream/-/it-length-prefixed-stream-2.0.3.tgz#8020d64e2dc7fea0999f9f4eb95455e43749f49b" integrity sha512-Ns3jNFy2mcFnV59llCYitJnFHapg8wIcOsWkEaAwOkG9v4HBCk24nze/zGDQjiJdDTyFXTT5GOY3M/uaksot3w== @@ -11714,51 +10617,32 @@ it-length-prefixed@^10.0.1: uint8arraylist "^2.0.0" uint8arrays "^5.0.1" -it-length-prefixed@^9.0.4: - version "9.1.1" - resolved "https://registry.yarnpkg.com/it-length-prefixed/-/it-length-prefixed-9.1.1.tgz#631c6e0b95c3c4554baeee008d096d7ebe411be5" - integrity sha512-O88nBweT6M9ozsmok68/auKH7ik/slNM4pYbM9lrfy2z5QnpokW5SlrepHZDKtN71llhG2sZvd6uY4SAl+lAQg== - 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" - -it-length@^3.0.8, it-length@^3.0.9: +it-length@^3.0.9: version "3.0.9" resolved "https://registry.yarnpkg.com/it-length/-/it-length-3.0.9.tgz#aa72ef740865b7ee8e5a2af3345eb100f980a4ce" integrity sha512-cPhRPzyulYqyL7x4sX4MOjG/xu3vvEIFAhJ1aCrtrnbfxloCOtejOONib5oC3Bz8tLL6b6ke6+YHu4Bm6HCG7A== -it-map@^3.0.5, it-map@^3.1.1, it-map@^3.1.3, it-map@^3.1.4: +it-map@^3.0.5, it-map@^3.1.3, it-map@^3.1.4: version "3.1.4" resolved "https://registry.yarnpkg.com/it-map/-/it-map-3.1.4.tgz#e27641c3eb2f195e1bf62f63b6d932fceee851e5" integrity sha512-QB9PYQdE9fUfpVFYfSxBIyvKynUCgblb143c+ktTK6ZuKSKkp7iH58uYFzagqcJ5HcqIfn1xbfaralHWam+3fg== dependencies: it-peekable "^3.0.0" -it-merge@^3.0.0, it-merge@^3.0.11, it-merge@^3.0.12, it-merge@^3.0.5: +it-merge@^3.0.0, it-merge@^3.0.11, it-merge@^3.0.12: version "3.0.12" resolved "https://registry.yarnpkg.com/it-merge/-/it-merge-3.0.12.tgz#3534be25161e7af024bcf867093077c3d7ea290c" integrity sha512-nnnFSUxKlkZVZD7c0jYw6rDxCcAQYcMsFj27thf7KkDhpj0EA0g9KHPxbFzHuDoc6US2EPS/MtplkNj8sbCx4Q== dependencies: it-queueless-pushable "^2.0.0" -it-ndjson@^1.0.7, it-ndjson@^1.1.3: +it-ndjson@^1.1.3: version "1.1.4" resolved "https://registry.yarnpkg.com/it-ndjson/-/it-ndjson-1.1.4.tgz#24976f9428f8ba2e4b00e147adf1058ee3224ce2" integrity sha512-ZMgTUrNo/UQCeRUT3KqnC0UaClzU6D+ItSmzVt7Ks7pcJ7DboYeYBSPeFLAaEthf5zlvaApDuACLmOWepgkrRg== dependencies: uint8arraylist "^2.4.8" -it-pair@^2.0.6: - version "2.0.6" - resolved "https://registry.yarnpkg.com/it-pair/-/it-pair-2.0.6.tgz#072defa6b96f611af34e0b0c84573107ddb9f28f" - integrity sha512-5M0t5RAcYEQYNG5BV7d7cqbdwbCAp5yLdzvkxsZmkuZsLbTdZzah6MQySYfaAQjNDCq6PUnDt0hqBZ4NwMfW6g== - dependencies: - it-stream-types "^2.0.1" - p-defer "^4.0.0" - it-parallel-batch@^1.0.9: version "1.0.11" resolved "https://registry.yarnpkg.com/it-parallel-batch/-/it-parallel-batch-1.0.11.tgz#f889b4e1c7a62ef24111dbafbaaa010b33d00f69" @@ -11773,7 +10657,7 @@ it-parallel-batch@^3.0.8, it-parallel-batch@^3.0.9: dependencies: it-batch "^3.0.0" -it-parallel@^3.0.11, it-parallel@^3.0.13: +it-parallel@^3.0.13: version "3.0.13" resolved "https://registry.yarnpkg.com/it-parallel/-/it-parallel-3.0.13.tgz#bc08878b76d384e7099e3ab7058127261449def5" integrity sha512-85PPJ/O8q97Vj9wmDTSBBXEkattwfQGruXitIzrh0RLPso6RHfiVqkuTqBNufYYtB1x6PSkh0cwvjmMIkFEPHA== @@ -11794,7 +10678,7 @@ it-pipe@^3.0.1: it-pushable "^3.1.2" it-stream-types "^2.0.1" -it-protobuf-stream@^2.0.2, it-protobuf-stream@^2.0.3: +it-protobuf-stream@^2.0.3: version "2.0.3" resolved "https://registry.yarnpkg.com/it-protobuf-stream/-/it-protobuf-stream-2.0.3.tgz#9106cd2a6cd419a25f964ca0d6f9ad29ae674c76" integrity sha512-Dus9qyylOSnC7l75/3qs6j3Fe9MCM2K5luXi9o175DYijFRne5FPucdOGIYdwaDBDQ4Oy34dNCuFobOpcusvEQ== @@ -11822,7 +10706,7 @@ it-queue@^1.1.0: race-event "^1.3.0" race-signal "^1.1.3" -it-queueless-pushable@^2.0.0, it-queueless-pushable@^2.0.1: +it-queueless-pushable@^2.0.0: version "2.0.2" resolved "https://registry.yarnpkg.com/it-queueless-pushable/-/it-queueless-pushable-2.0.2.tgz#9b4ff163cb5ed471cdf5129d58e3ec68571ed82d" integrity sha512-2BqIt7XvDdgEgudLAdJkdseAwbVSBc0yAd8yPVHrll4eBuJPWIj9+8C3OIxzEKwhswLtd3bi+yLrzgw9gCyxMA== @@ -11851,7 +10735,7 @@ it-stream-types@^2.0.1, it-stream-types@^2.0.2: resolved "https://registry.yarnpkg.com/it-stream-types/-/it-stream-types-2.0.2.tgz#60bbace90096796b4e6cc3bfab99cf9f2b86c152" integrity sha512-Rz/DEZ6Byn/r9+/SBCuJhpPATDF9D+dz5pbgSUyBsCDtza6wtNATrz/jz1gDyNanC3XdLboriHnOC925bZRBww== -it-take@^3.0.6, it-take@^3.0.8, it-take@^3.0.9: +it-take@^3.0.8, it-take@^3.0.9: version "3.0.9" resolved "https://registry.yarnpkg.com/it-take/-/it-take-3.0.9.tgz#50c99ef24991f87bc4351a9a537db292e7facfe2" integrity sha512-XMeUbnjOcgrhFXPUqa7H0VIjYSV/BvyxxjCp76QHVAFDJw2LmR1SHxUFiqyGeobgzJr7P2ZwSRRJQGn4D2BVlA== @@ -11882,17 +10766,6 @@ it-to-stream@^1.0.0: p-fifo "^1.0.0" readable-stream "^3.6.0" -it-ws@^6.1.5: - version "6.1.5" - resolved "https://registry.yarnpkg.com/it-ws/-/it-ws-6.1.5.tgz#317db04256f3d54b891a4d29110df25d72016def" - integrity sha512-uWjMtpy5HqhSd/LlrlP3fhYrr7rUfJFFMABv0F5d6n13Q+0glhZthwUKpEAVhDrXY95Tb1RB5lLqqef+QbVNaw== - dependencies: - "@types/ws" "^8.2.2" - event-iterator "^2.0.0" - it-stream-types "^2.0.1" - uint8arrays "^5.0.0" - ws "^8.4.0" - iterator.prototype@^1.1.4: version "1.1.5" resolved "https://registry.yarnpkg.com/iterator.prototype/-/iterator.prototype-1.1.5.tgz#12c959a29de32de0aa3bbbb801f4d777066dae39" @@ -12087,11 +10960,6 @@ js-base64@^3.6.0: resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-3.7.8.tgz#af44496bc09fa178ed9c4adf67eb2b46f5c6d2a4" integrity sha512-hNngCeKxIUQiEUN3GPJOkz4wF/YvdUdbNL9hsBcMQTkKzboD7T/q3OYOuuPZLUE6dBxSGpwhk5mwuDud7JVAow== -js-sha256@0.11.0: - version "0.11.0" - resolved "https://registry.yarnpkg.com/js-sha256/-/js-sha256-0.11.0.tgz#256a921d9292f7fe98905face82e367abaca9576" - integrity sha512-6xNlKayMZvds9h1Y1VWc0fQHQ82BxTXizWPEtEeGvmOUYpBRy4gbWroHLpzowe6xiQhHpelCQiE7HEdznyBL9Q== - js-sha256@0.11.1: version "0.11.1" resolved "https://registry.yarnpkg.com/js-sha256/-/js-sha256-0.11.1.tgz#712262e8fc9569d6f7f6eea72c0d8e5ccc7c976c" @@ -12256,45 +11124,6 @@ kleur@^4.0.3, kleur@^4.1.5: resolved "https://registry.yarnpkg.com/kleur/-/kleur-4.1.5.tgz#95106101795f7050c6c650f350c683febddb1780" integrity sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ== -kubo-rpc-client@5.2.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/kubo-rpc-client/-/kubo-rpc-client-5.2.0.tgz#b8dfe823305ee7bc957f98a01532479b2c7005b7" - integrity sha512-J3ppL1xf7f27NDI9jUPGkr1QiExXLyxUTUwHUMMB1a4AZR4s6113SVXPHRYwe1pFIO3hRb5G+0SuHaxYSfhzBA== - dependencies: - "@ipld/dag-cbor" "^9.0.0" - "@ipld/dag-json" "^10.0.0" - "@ipld/dag-pb" "^4.0.0" - "@libp2p/crypto" "^5.0.0" - "@libp2p/interface" "^2.0.0" - "@libp2p/logger" "^5.0.0" - "@libp2p/peer-id" "^5.0.0" - "@multiformats/multiaddr" "^12.2.1" - "@multiformats/multiaddr-to-uri" "^11.0.0" - any-signal "^4.1.1" - blob-to-it "^2.0.5" - browser-readablestream-to-it "^2.0.5" - dag-jose "^5.0.0" - electron-fetch "^1.9.1" - err-code "^3.0.1" - ipfs-unixfs "^11.1.4" - iso-url "^1.2.1" - it-all "^3.0.4" - it-first "^3.0.4" - it-glob "^3.0.1" - it-last "^3.0.4" - it-map "^3.0.5" - it-peekable "^3.0.3" - it-to-stream "^1.0.0" - merge-options "^3.0.4" - multiformats "^13.1.0" - nanoid "^5.0.7" - native-fetch "^4.0.2" - parse-duration "^2.1.2" - react-native-fetch-api "^3.0.0" - stream-to-it "^1.0.1" - uint8arrays "^5.0.3" - wherearewe "^2.0.1" - kubo-rpc-client@6.0.2: version "6.0.2" resolved "https://registry.yarnpkg.com/kubo-rpc-client/-/kubo-rpc-client-6.0.2.tgz#1501e9f7501ce5b995d4b2556d924ac1c1b45250" @@ -12362,7 +11191,7 @@ levn@^0.4.1: prelude-ls "^1.2.1" type-check "~0.4.0" -libp2p-crypto@0.21.2, libp2p-crypto@^0.21.0: +libp2p-crypto@^0.21.0: version "0.21.2" resolved "https://registry.yarnpkg.com/libp2p-crypto/-/libp2p-crypto-0.21.2.tgz#7f9875436f24ca3887b077210b217b702bd72916" integrity sha512-EXFrhSpiHtJ+/L8xXDvQNK5VjUMG51u878jzZcaT5XhuN/zFg6PWJFnl/qB2Y2j7eMWnvCRP7Kp+ua2H36cG4g== @@ -12376,40 +11205,6 @@ libp2p-crypto@0.21.2, libp2p-crypto@^0.21.0: protobufjs "^6.11.2" uint8arrays "^3.0.0" -libp2p@^2.9.0: - version "2.10.0" - resolved "https://registry.yarnpkg.com/libp2p/-/libp2p-2.10.0.tgz#8c69731e80b77e76c821a904b805c22b4448f92b" - integrity sha512-tgDz7YuGg1XX7UfxebCUii+IGsly/8V0ZRZdFJSDySY2i3UuqpCTsEbRApH3cBKFhcAf00nx9xj8GL9zfo+XWw== - dependencies: - "@chainsafe/is-ip" "^2.1.0" - "@chainsafe/netmask" "^2.0.0" - "@libp2p/crypto" "^5.1.8" - "@libp2p/interface" "^2.11.0" - "@libp2p/interface-internal" "^2.3.19" - "@libp2p/logger" "^5.2.0" - "@libp2p/multistream-select" "^6.0.29" - "@libp2p/peer-collections" "^6.0.35" - "@libp2p/peer-id" "^5.1.9" - "@libp2p/peer-store" "^11.2.7" - "@libp2p/utils" "^6.7.2" - "@multiformats/dns" "^1.0.6" - "@multiformats/multiaddr" "^12.4.4" - "@multiformats/multiaddr-matcher" "^2.0.0" - any-signal "^4.1.1" - datastore-core "^10.0.2" - interface-datastore "^8.3.1" - it-byte-stream "^2.0.2" - it-merge "^3.0.11" - it-parallel "^3.0.11" - main-event "^1.0.1" - multiformats "^13.3.6" - p-defer "^4.0.1" - p-retry "^6.2.1" - progress-events "^1.0.1" - race-event "^1.3.0" - race-signal "^1.1.3" - uint8arrays "^5.1.0" - libp2p@^3.0.6: version "3.1.0" resolved "https://registry.yarnpkg.com/libp2p/-/libp2p-3.1.0.tgz#f103e360d9d7457e8769fda75743faaca45fc614" @@ -13505,7 +12300,7 @@ modify-filename@^1.1.0: resolved "https://registry.yarnpkg.com/modify-filename/-/modify-filename-1.1.0.tgz#9a2dec83806fbb2d975f22beec859ca26b393aa1" integrity sha512-EickqnKq3kVVaZisYuCxhtKbZjInCuwgwZWyAmRIp1NTMhri7r3380/uqwrUHfaDiPzLVTuoNy4whX66bxPVog== -mortice@^3.0.6, mortice@^3.2.1, mortice@^3.3.1: +mortice@^3.3.1: version "3.3.1" resolved "https://registry.yarnpkg.com/mortice/-/mortice-3.3.1.tgz#ff52db518da2f5f389abf987c01fc190638c6a2f" integrity sha512-t3oESfijIPGsmsdLEKjF+grHfrbnKSXflJtgb1wY14cjxZpS6GnhHRXTxxzCAoCCnq1YYfpEPwY3gjiCPhOufQ== @@ -13567,7 +12362,7 @@ multiformats@^12.0.1: resolved "https://registry.yarnpkg.com/multiformats/-/multiformats-12.1.3.tgz#cbf7a9861e11e74f8228b21376088cb43ba8754e" integrity sha512-eajQ/ZH7qXZQR2AgtfpmSMizQzmyYVmCql7pdhldPuYQi4atACekbJaQplk6dWyIi10jCaFnd6pqvcEFXjbaJw== -multiformats@^13.0.0, multiformats@^13.0.1, multiformats@^13.1.0, multiformats@^13.2.2, multiformats@^13.3.0, multiformats@^13.3.1, multiformats@^13.3.6, multiformats@^13.3.7, multiformats@^13.4.0, multiformats@^13.4.1: +multiformats@^13.0.0, multiformats@^13.0.1, multiformats@^13.1.0, multiformats@^13.2.2, multiformats@^13.3.1, multiformats@^13.3.6, multiformats@^13.3.7, multiformats@^13.4.0, multiformats@^13.4.1: version "13.4.1" resolved "https://registry.yarnpkg.com/multiformats/-/multiformats-13.4.1.tgz#d4d0aeaef73ed9dde1b04ea20c40554372085704" integrity sha512-VqO6OSvLrFVAYYjgsr8tyv62/rCQhPgsZUXLTqoFLSgdkgiUYKYeArbt1uWLlEpkjxQe+P0+sHlbPEte1Bi06Q== @@ -13628,11 +12423,6 @@ napi-build-utils@^2.0.0: resolved "https://registry.yarnpkg.com/napi-build-utils/-/napi-build-utils-2.0.0.tgz#13c22c0187fcfccce1461844136372a47ddc027e" integrity sha512-GEbrYkbfF7MoNaoh2iGG84Mnf/WZfB0GdGEsM8wz7Expx/LlWf5U8t9nvJKXSp3qr5IsEbK04cBGhol/KwOsWA== -native-fetch@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/native-fetch/-/native-fetch-4.0.2.tgz#75c8a44c5f3bb021713e5e24f2846750883e49af" - integrity sha512-4QcVlKFtv2EYVS5MBgsGX5+NWKtbDbIECdUXDBGDMAZXq3Jkv9zf+y8iS7Ub8fEdga3GpYeazp9gauNqXHJOCg== - native-run@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/native-run/-/native-run-2.0.1.tgz#a9b213c32824b007cbdd0279e0edd3c24bcc2f7a" @@ -13993,16 +12783,6 @@ open-graph-scraper@6.10.0: iconv-lite "^0.6.3" undici "^6.21.2" -open-graph-scraper@6.9.0: - version "6.9.0" - resolved "https://registry.yarnpkg.com/open-graph-scraper/-/open-graph-scraper-6.9.0.tgz#e3121144b99fbef1f05b944aacabe6f149e16be4" - integrity sha512-1KoV5v6GT0/MqlryrVGQROhEAD4u8wC3VjYOxsnhj3mWeGJ6N6nF/rbrcZREFr+kiYm9I5LMrzdK9t9hBMbL2Q== - dependencies: - chardet "^2.0.0" - cheerio "^1.0.0-rc.12" - iconv-lite "^0.6.3" - undici "^6.21.0" - open@^8.4.0: version "8.4.2" resolved "https://registry.yarnpkg.com/open/-/open-8.4.2.tgz#5b5ffe2a8f793dcd2aad73e550cb87b59cb084f9" @@ -14063,19 +12843,6 @@ own-keys@^1.0.1: object-keys "^1.1.1" safe-push-apply "^1.0.0" -ox@0.6.9: - version "0.6.9" - resolved "https://registry.yarnpkg.com/ox/-/ox-0.6.9.tgz#da1ee04fa10de30c8d04c15bfb80fe58b1f554bd" - integrity sha512-wi5ShvzE4eOcTwQVsIPdFr+8ycyX+5le/96iAJutaZAvCes1J0+RvpEPg5QDPDiaR0XQQAvZVl7AwqQcINuUug== - dependencies: - "@adraffy/ens-normalize" "^1.10.1" - "@noble/curves" "^1.6.0" - "@noble/hashes" "^1.5.0" - "@scure/bip32" "^1.5.0" - "@scure/bip39" "^1.4.0" - abitype "^1.0.6" - eventemitter3 "5.0.1" - ox@0.9.6: version "0.9.6" resolved "https://registry.yarnpkg.com/ox/-/ox-0.9.6.tgz#5cf02523b6db364c10ee7f293ff1e664e0e1eab7" @@ -14105,13 +12872,6 @@ p-defer@^4.0.0, p-defer@^4.0.1: resolved "https://registry.yarnpkg.com/p-defer/-/p-defer-4.0.1.tgz#d12c6d41420785ed0d162dbd86b71ba490f7f99e" integrity sha512-Mr5KC5efvAK5VUptYEIopP1bakB85k2IWXaRC0rsh1uwn1L6M0LVml8OIQ4Gudg4oyZakf7FmeRLkMMtZW1i5A== -p-event@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/p-event/-/p-event-6.0.1.tgz#8f62a1e3616d4bc01fce3abda127e0383ef4715b" - integrity sha512-Q6Bekk5wpzW5qIyUP4gdMEujObYstZl6DMMOSenwBvV0BlE5LkDwkjs5yHbZmdCEq2o4RJx4tE1vwxFVf2FG1w== - dependencies: - p-timeout "^6.1.2" - p-event@^7.0.0: version "7.0.0" resolved "https://registry.yarnpkg.com/p-event/-/p-event-7.0.0.tgz#e2306cab667a689c98fd15b30d38a8dc89f0a15c" @@ -14176,7 +12936,7 @@ p-map@^4.0.0: dependencies: aggregate-error "^3.0.0" -p-queue@^8.0.1, p-queue@^8.1.0: +p-queue@^8.1.0: version "8.1.1" resolved "https://registry.yarnpkg.com/p-queue/-/p-queue-8.1.1.tgz#dac3e8c57412fffa18fe6c341b141dbb3a16408b" integrity sha512-aNZ+VfjobsWryoiPnEApGGmf5WmNsCo9xu8dfaYamG5qaLP7ClhLN6NgsFe6SwJ2UbLEBK5dv9x8Mn5+RVhMWQ== @@ -14192,15 +12952,6 @@ p-queue@^9.0.0: eventemitter3 "^5.0.1" p-timeout "^7.0.0" -p-retry@^6.2.1: - version "6.2.1" - resolved "https://registry.yarnpkg.com/p-retry/-/p-retry-6.2.1.tgz#81828f8dc61c6ef5a800585491572cc9892703af" - integrity sha512-hEt02O4hUct5wtwg4H4KcWgDdm+l1bOaEy/hWzd8xtXB9BqxTWBBhb+2ImAtH4Cv4rPjV76xN3Zumqk3k3AhhQ== - dependencies: - "@types/retry" "0.12.2" - is-network-error "^1.0.0" - retry "^0.13.1" - p-retry@^7.0.0: version "7.1.0" resolved "https://registry.yarnpkg.com/p-retry/-/p-retry-7.1.0.tgz#bddc957f94e8483f3c046a4318e1513fd0e784b4" @@ -14213,7 +12964,7 @@ p-timeout@6.1.2: resolved "https://registry.yarnpkg.com/p-timeout/-/p-timeout-6.1.2.tgz#22b8d8a78abf5e103030211c5fc6dee1166a6aa5" integrity sha512-UbD77BuZ9Bc9aABo74gfXhNvzC9Tx7SxtHSh1fxvx3jTLLYvmVhiQZZrJzqqU0jKbN32kb5VOKiLEQI/3bIjgQ== -p-timeout@^6.0.0, p-timeout@^6.1.2, p-timeout@^6.1.4: +p-timeout@^6.1.2, p-timeout@^6.1.4: version "6.1.4" resolved "https://registry.yarnpkg.com/p-timeout/-/p-timeout-6.1.4.tgz#418e1f4dd833fa96a2e3f532547dd2abdb08dbc2" integrity sha512-MyIV3ZA/PmyBN/ud8vV9XzwTrNtR4jFrObymZYnZqMmW0zA8Z17vnT0rBgFE/TlohB+YCHqXMgZzb3Csp49vqg== @@ -14228,13 +12979,6 @@ p-try@^2.0.0: resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6" integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ== -p-wait-for@^5.0.2: - version "5.0.2" - resolved "https://registry.yarnpkg.com/p-wait-for/-/p-wait-for-5.0.2.tgz#1546a15e64accf1897377cb1507fa4c756fffe96" - integrity sha512-lwx6u1CotQYPVju77R+D0vFomni/AqRfqLmqQ8hekklqZ6gAY9rONh7lBQ0uxWMkC2AuX9b2DVAl8To0NyP1JA== - dependencies: - p-timeout "^6.0.0" - p-wait-for@^6.0.0: version "6.0.0" resolved "https://registry.yarnpkg.com/p-wait-for/-/p-wait-for-6.0.0.tgz#c31fdf0a40e2154968a26abc835688d1226dcaa3" @@ -14868,14 +13612,7 @@ react-markdown@8.0.6: unist-util-visit "^4.0.0" vfile "^5.0.0" -react-native-fetch-api@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/react-native-fetch-api/-/react-native-fetch-api-3.0.0.tgz#81e1bb6562c292521bc4eca52fe1097f4c1ebab5" - integrity sha512-g2rtqPjdroaboDKTsJCTlcmtw54E25OjyaunUP0anOZn4Fuo2IKs8BVfe02zVggA/UysbmfSnRJIqtNkAgggNA== - dependencies: - p-defer "^3.0.0" - -react-native-webrtc@^124.0.5, react-native-webrtc@^124.0.6: +react-native-webrtc@^124.0.6: version "124.0.7" resolved "https://registry.yarnpkg.com/react-native-webrtc/-/react-native-webrtc-124.0.7.tgz#f50647a8eb3fae0ef29843eb1b5fe2c4ff75a56e" integrity sha512-gnXPdbUS8IkKHq9WNaWptW/yy5s6nMyI6cNn90LXdobPVCgYSk6NA2uUGdT4c4J14BRgaFA95F+cR28tUPkMVA== @@ -15251,7 +13988,7 @@ retimeable-signal@^1.0.1: resolved "https://registry.yarnpkg.com/retimeable-signal/-/retimeable-signal-1.0.1.tgz#4df862708bd99a222655265358adc2698cdcbece" integrity sha512-Cy26CYfbWnYu8HMoJeDhaMpW/EYFIbne3vMf6G9RSrOyWYXbPehja/BEdzpqmM84uy2bfBD7NPZhoQ4GZEtgvg== -retry@0.13.1, retry@^0.13.1: +retry@0.13.1: version "0.13.1" resolved "https://registry.yarnpkg.com/retry/-/retry-0.13.1.tgz#185b1587acf67919d63b357349e03537b2484658" integrity sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg== @@ -15692,18 +14429,6 @@ sisteransi@^1.0.5: resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-1.0.5.tgz#134d681297756437cc05ca01370d3a7a571075ed" integrity sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg== -skia-canvas@2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/skia-canvas/-/skia-canvas-2.0.2.tgz#22f1bac9dbddc356ceb617656f3bcb1736d98f79" - integrity sha512-LUa7P41NRNoCWhvPyX4aKP5SpeWDXmWYbonCt4FfkEdTuSssxpvYiK5Y69B0MudDR6LVNt9RBwpZfuCRpVSbbw== - dependencies: - "@mapbox/node-pre-gyp" "^1.0.11" - cargo-cp-artifact "^0.1" - glob "^11.0.0" - path-browserify "^1.0.1" - simple-get "^4.0.1" - string-split-by "^1.0.0" - skia-canvas@3.0.8: version "3.0.8" resolved "https://registry.yarnpkg.com/skia-canvas/-/skia-canvas-3.0.8.tgz#60abcaa7f8aaae50002a63374cb2b6a1f47453a3" @@ -15714,7 +14439,7 @@ skia-canvas@3.0.8: https-proxy-agent "^7.0.6" string-split-by "^1.0.0" -skia-canvas@^1.0.0, skia-canvas@^1.0.2: +skia-canvas@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/skia-canvas/-/skia-canvas-1.0.2.tgz#00d2d1b0554c31c96b7e70cf1c72c01190d0c758" integrity sha512-9IjebOdBf6ir5Ktq0aM0wPshZ61oNX+T+2/ZBNJQZ63Z3SsSAd7i6YaYbqqtP6X8bK9mqB8QO1Y5DUZXNXuYHw== @@ -16448,18 +15173,6 @@ tinyglobby@^0.2.10: fdir "^6.5.0" picomatch "^4.0.3" -tldts-core@^6.1.86: - version "6.1.86" - resolved "https://registry.yarnpkg.com/tldts-core/-/tldts-core-6.1.86.tgz#a93e6ed9d505cb54c542ce43feb14c73913265d8" - integrity sha512-Je6p7pkk+KMzMv2XXKmAE3McmolOQFdxkKw0R8EYNr7sELW46JqnNeTX8ybPiQgvg1ymCoF8LXs5fzFaZvJPTA== - -tldts@^6.1.32: - version "6.1.86" - resolved "https://registry.yarnpkg.com/tldts/-/tldts-6.1.86.tgz#087e0555b31b9725ee48ca7e77edc56115cd82f7" - integrity sha512-WMi/OQ2axVTf/ykqCQgXiIct+mSQDFdH2fkwhPwgEwvJ1kSzZRiinb0zF2Xb8u4+OqPChmyI6MEu4EezNJz+FQ== - dependencies: - tldts-core "^6.1.86" - tmp-promise@^3.0.2: version "3.0.3" resolved "https://registry.yarnpkg.com/tmp-promise/-/tmp-promise-3.0.3.tgz#60a1a1cc98c988674fcbfd23b6e3367bdeac4ce7" @@ -16495,13 +15208,6 @@ to-regex-range@^5.0.1: dependencies: is-number "^7.0.0" -tough-cookie@^5.0.0: - version "5.1.2" - resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-5.1.2.tgz#66d774b4a1d9e12dc75089725af3ac75ec31bed7" - integrity sha512-FVDYdxtnj0G6Qm/DhNPSb8Ju59ULcup3tuJxkFb5K8Bv2pUXILbf0xZWU8PX8Ov19OXljbUyveOFwRMwkXzO+A== - dependencies: - tldts "^6.1.32" - tr46@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/tr46/-/tr46-1.0.1.tgz#a8b13fd6bfd2489519674ccde55ba3693b706d09" @@ -16812,7 +15518,7 @@ undici-types@~7.14.0: resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.14.0.tgz#4c037b32ca4d7d62fae042174604341588bc0840" integrity sha512-QQiYxHuyZ9gQUIrmPo3IA+hUl4KYk8uSA7cHrcKd/l3p1OTpZcM0Tbp9x7FAtXdAYhlasd60ncPpgu6ihG6TOA== -undici@^6.21.0, undici@^6.21.2: +undici@^6.21.2: version "6.22.0" resolved "https://registry.yarnpkg.com/undici/-/undici-6.22.0.tgz#281adbc157af41da8e75393c9d75a1b788811bc3" integrity sha512-hU/10obOIu62MGYjdskASR3CUAiYaFTtC9Pa6vHyf//mAipSvSQg6od2CnJswq7fvzNS3zJhxoRkgNVaHurWKw== @@ -17182,20 +15888,6 @@ viem@2.0.0: isows "1.0.3" ws "8.13.0" -viem@2.29.0: - version "2.29.0" - resolved "https://registry.yarnpkg.com/viem/-/viem-2.29.0.tgz#acaf936e534f61a2dfccd8128acce92bc724aba7" - integrity sha512-N6GeIuuay/spDyw+5FbSuNIkVN0da+jGOjdlC0bdatIN+N0jtOf9Zfj0pbXgpIJGwnM9ocxzTRt0HZVbHBdL2Q== - dependencies: - "@noble/curves" "1.8.2" - "@noble/hashes" "1.7.2" - "@scure/bip32" "1.6.2" - "@scure/bip39" "1.5.4" - abitype "1.0.8" - isows "1.0.6" - ox "0.6.9" - ws "8.18.1" - viem@2.38.3: version "2.38.3" resolved "https://registry.yarnpkg.com/viem/-/viem-2.38.3.tgz#316905584d60188d3a921fc3960e55e9e46cb3f4" @@ -17277,7 +15969,7 @@ wcwidth@^1.0.1: dependencies: defaults "^1.0.3" -weald@^1.0.4, weald@^1.0.6: +weald@^1.0.6: version "1.0.6" resolved "https://registry.yarnpkg.com/weald/-/weald-1.0.6.tgz#988e7c01a332909e7cb347287ba6bd662d2fa64a" integrity sha512-sX1PzkcMJZUJ848JbFzB6aKHHglTxqACEnq2KgI75b7vWYvfXFBNbOuDKqFKwCT44CrP6c5r+L4+5GmPnb5/SQ== @@ -17668,12 +16360,7 @@ ws@8.17.1: resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.1.tgz#9293da530bb548febc95371d90f9c878727d919b" integrity sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ== -ws@8.18.1: - version "8.18.1" - resolved "https://registry.yarnpkg.com/ws/-/ws-8.18.1.tgz#ea131d3784e1dfdff91adb0a4a116b127515e3cb" - integrity sha512-RKW2aJZMXeMxVpnZ6bck+RswznaxmzdULiBr6KY7XkTnW8uvt0iT9H5DkHUChXrc+uurzwa0rVI16n/Xzjdz1w== - -ws@8.18.3, ws@^8.18.2, ws@^8.18.3, ws@^8.4.0, ws@^8.5.0: +ws@8.18.3, ws@^8.18.3, ws@^8.5.0: version "8.18.3" resolved "https://registry.yarnpkg.com/ws/-/ws-8.18.3.tgz#b56b88abffde62791c639170400c93dcb0c95472" integrity sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg== @@ -17772,11 +16459,6 @@ zod-validation-error@^3.0.3: resolved "https://registry.yarnpkg.com/zod-validation-error/-/zod-validation-error-3.5.3.tgz#85ba33290200d8db9f043621e284f40dddefb7e5" integrity sha512-OT5Y8lbUadqVZCsnyFaTQ4/O2mys4tj7PqhdbBCp7McPwvIEKfPtdA6QfPeFQK2/Rz5LgwmAXRJTugBNBi0btw== -zod@3.25.64: - version "3.25.64" - resolved "https://registry.yarnpkg.com/zod/-/zod-3.25.64.tgz#57b5c7e76dd64e447f7e710285fcdb396b32f803" - integrity sha512-hbP9FpSZf7pkS7hRVUrOjhwKJNyampPgtXKc3AN6DsWtoHsg2Sb4SQaS4Tcay380zSwd2VPo9G9180emBACp5g== - zod@4.1.12: version "4.1.12" resolved "https://registry.yarnpkg.com/zod/-/zod-4.1.12.tgz#64f1ea53d00eab91853195653b5af9eee68970f0"