diff --git a/constants/config.ts b/constants/config.ts index 08c06c8..f75ab64 100644 --- a/constants/config.ts +++ b/constants/config.ts @@ -210,21 +210,6 @@ export const chains: Chain[] = [ type: "substrate", threshold: 100000, }, - { - name: "Foucoco (Amplitude)", - url: "rococo-amplitude", - chainId: "", - chainType: "Rococo & Parachains", - rpcUrl: "wss://rpc-foucoco.pendulumchain.tech", - nativeCurrency: { - name: "AMPE", - symbol: "AMPE", - decimals: 12, - }, - prefix: 57, - type: "substrate", - threshold: 100000, - }, { name: "Basilisk testnet", url: "rococo-basilisk", @@ -379,6 +364,7 @@ export const chains: Chain[] = [ type: "substrate", threshold: 500000, }, + /* RPC is down { name: "RegionX Cocos", url: "regionx-cocos", @@ -394,6 +380,8 @@ export const chains: Chain[] = [ type: "substrate", threshold: 50000, }, + */ + /* RPC is down { name: "Rhala (Phala)", url: "rococo-phala", @@ -409,6 +397,7 @@ export const chains: Chain[] = [ type: "substrate", threshold: 1000, }, + */ { name: "RILT (Kilt)", url: "rococo-kilt", @@ -538,7 +527,7 @@ export const chains: Chain[] = [ url: "paseo-bridge-hub", chainId: "", chainType: "Paseo & Parachains", - rpcUrl: "wss://sys.ibp.network/bridge-hub-paseo", + rpcUrl: "wss://bridge-hub-paseo.dotters.network", nativeCurrency: { name: "PAS", symbol: "PAS", @@ -591,7 +580,22 @@ export const chains: Chain[] = [ }, prefix: 1328, type: "substrate", - threshold: 115000, + threshold: 50000, + }, + { + name: "Foucoco (Amplitude)", + url: "paseo-amplitude", + chainId: "", + chainType: "Paseo & Parachains", + rpcUrl: "wss://rpc-foucoco.pendulumchain.tech", + nativeCurrency: { + name: "AMPE", + symbol: "AMPE", + decimals: 12, + }, + prefix: 57, + type: "substrate", + threshold: 100000, }, { name: "AvN (Aventus)", @@ -621,7 +625,7 @@ export const chains: Chain[] = [ }, prefix: 1337, type: "substrate", - threshold: 115000, + threshold: 50000, }, { name: "Bifrost Paseo", @@ -757,6 +761,21 @@ export const chains: Chain[] = [ type: "substrate", threshold: 150000, }, + { + name: "Myriad Social Testnet", + url: "myriad", + chainId: "", + chainType: "Paseo & Parachains", + rpcUrl: "wss://ws-rpc.paseo.myriad.social", + nativeCurrency: { + name: "MYRIA", + symbol: "MYRIA", + decimals: 18, + }, + prefix: 42, + type: "substrate", + threshold: 100000, + }, { name: "Niskala (Mandalachain)", url: "niskala", @@ -1189,6 +1208,21 @@ export const chains: Chain[] = [ type: "evm", threshold: 220, }, + { + name: "Tangle Testnet", + url: "tangle-testnet", + chainId: "", + chainType: "Solochains", + rpcUrl: "wss://testnet-rpc.tangle.tools", + nativeCurrency: { + name: "tTNT", + symbol: "tTNT", + decimals: 18, + }, + prefix: 42, + type: "substrate", + threshold: 100000, + }, { name: "Ternoa Alphanet", url: "ternoa-alphanet", diff --git a/package.json b/package.json index e6b838b..b084f4b 100644 --- a/package.json +++ b/package.json @@ -12,9 +12,9 @@ "dependencies": { "@hcaptcha/react-hcaptcha": "^1.11.0", "@headlessui/react": "^2.1.8", - "@polkadot/api": "^13.1.1", - "@polkadot/extension-dapp": "^0.52.3", - "@polkadot/types": "^13.1.1", + "@polkadot/api": "^13.2.1", + "@polkadot/extension-dapp": "^0.53.1", + "@polkadot/types": "^13.2.1", "@polkadot/util": "^13.1.1", "@polkadot/util-crypto": "^13.1.1", "@polymeshassociation/polymesh-types": "^5.13.0", diff --git a/public/images/myriad.svg b/public/images/myriad.svg new file mode 100644 index 0000000..345a7a0 --- /dev/null +++ b/public/images/myriad.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/images/rococo-amplitude.svg b/public/images/paseo-amplitude.svg similarity index 100% rename from public/images/rococo-amplitude.svg rename to public/images/paseo-amplitude.svg diff --git a/public/images/tangle.svg b/public/images/tangle-testnet.svg similarity index 100% rename from public/images/tangle.svg rename to public/images/tangle-testnet.svg diff --git a/yarn.lock b/yarn.lock index b8229e8..89696d3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -352,156 +352,93 @@ resolved "https://registry.yarnpkg.com/@polkadot-api/utils/-/utils-0.1.0.tgz#d36937cdc465c2ea302f3278cf53157340ab33a0" integrity sha512-MXzWZeuGxKizPx2Xf/47wx9sr/uxKw39bVJUptTJdsaQn/TGq+z310mHzf1RCGvC1diHM8f593KrnDgc9oNbJA== -"@polkadot/api-augment@12.4.2": - version "12.4.2" - resolved "https://registry.yarnpkg.com/@polkadot/api-augment/-/api-augment-12.4.2.tgz#6c52a6d04f398e786a834839948b0bc0069b391c" - integrity sha512-BkG2tQpUUO0iUm65nSqP8hwHkNfN8jQw8apqflJNt9H8EkEL6v7sqwbLvGqtlxM9wzdxbg7lrWp3oHg4rOP31g== - dependencies: - "@polkadot/api-base" "12.4.2" - "@polkadot/rpc-augment" "12.4.2" - "@polkadot/types" "12.4.2" - "@polkadot/types-augment" "12.4.2" - "@polkadot/types-codec" "12.4.2" - "@polkadot/util" "^13.0.2" - tslib "^2.6.3" - -"@polkadot/api-augment@13.1.1": - version "13.1.1" - resolved "https://registry.yarnpkg.com/@polkadot/api-augment/-/api-augment-13.1.1.tgz#0cb7f29ed204a94b280811b5269f77dbf8c8d111" - integrity sha512-QWqw2zWpEEyP2s220b6rv0iq44XwhqQabicpGzCeMPAEJOnvzGjZMVD95o2C3oOq1FR025wQ1CU+4la2P4djNw== - dependencies: - "@polkadot/api-base" "13.1.1" - "@polkadot/rpc-augment" "13.1.1" - "@polkadot/types" "13.1.1" - "@polkadot/types-augment" "13.1.1" - "@polkadot/types-codec" "13.1.1" +"@polkadot/api-augment@13.2.1": + version "13.2.1" + resolved "https://registry.yarnpkg.com/@polkadot/api-augment/-/api-augment-13.2.1.tgz#adbcb3b83c8cffdd7288304be0f3f0dcf1d7c484" + integrity sha512-NTkI+/Hm48eWc/4Ojh/5elxnjnow5ptXK97IZdkWAe7mWi9hJR05Uq5lGt/T/57E9LSRWEuYje8cIDS3jbbAAw== + dependencies: + "@polkadot/api-base" "13.2.1" + "@polkadot/rpc-augment" "13.2.1" + "@polkadot/types" "13.2.1" + "@polkadot/types-augment" "13.2.1" + "@polkadot/types-codec" "13.2.1" "@polkadot/util" "^13.1.1" tslib "^2.7.0" -"@polkadot/api-base@12.4.2": - version "12.4.2" - resolved "https://registry.yarnpkg.com/@polkadot/api-base/-/api-base-12.4.2.tgz#c8312bae8dfc70c0fdec0c1366e405906e66575f" - integrity sha512-XYI7Po8i6C4lYZah7Xo0v7zOAawBUfkmtx0YxsLY/665Sup8oqzEj666xtV9qjBzR9coNhQonIFOn+9fh27Ncw== - dependencies: - "@polkadot/rpc-core" "12.4.2" - "@polkadot/types" "12.4.2" - "@polkadot/util" "^13.0.2" - rxjs "^7.8.1" - tslib "^2.6.3" - -"@polkadot/api-base@13.1.1": - version "13.1.1" - resolved "https://registry.yarnpkg.com/@polkadot/api-base/-/api-base-13.1.1.tgz#32c638d5bea7a16af52e2b36d7394331d5ae2f17" - integrity sha512-VEIOit6oTkOUi3CRUD1c6b/QF3cP0J1XxyMJR5q1/58fgTeUBjREmIyDgZzoXNX5ZK/9VD6pzqoWnKMeJGV5dA== +"@polkadot/api-base@13.2.1": + version "13.2.1" + resolved "https://registry.yarnpkg.com/@polkadot/api-base/-/api-base-13.2.1.tgz#ac6ab450447daf60300ca78e6566e3f5d750e778" + integrity sha512-00twdIjTjzdYNdU19i2YKLoWBmf2Yr6b3qrvqIVScHipUkKMbfFBgoPRB5FtcviBbEvLurgfyzHklwnrbWo8GQ== dependencies: - "@polkadot/rpc-core" "13.1.1" - "@polkadot/types" "13.1.1" + "@polkadot/rpc-core" "13.2.1" + "@polkadot/types" "13.2.1" "@polkadot/util" "^13.1.1" rxjs "^7.8.1" tslib "^2.7.0" -"@polkadot/api-derive@12.4.2": - version "12.4.2" - resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-12.4.2.tgz#2a1fbd79ff4842edc20378957374000ca6f7bd70" - integrity sha512-R0AMANEnqs5AiTaiQX2FXCxUlOibeDSgqlkyG1/0KDsdr6PO/l3dJOgEO+grgAwh4hdqzk4I9uQpdKxG83f2Gw== - dependencies: - "@polkadot/api" "12.4.2" - "@polkadot/api-augment" "12.4.2" - "@polkadot/api-base" "12.4.2" - "@polkadot/rpc-core" "12.4.2" - "@polkadot/types" "12.4.2" - "@polkadot/types-codec" "12.4.2" - "@polkadot/util" "^13.0.2" - "@polkadot/util-crypto" "^13.0.2" - rxjs "^7.8.1" - tslib "^2.6.3" - -"@polkadot/api-derive@13.1.1": - version "13.1.1" - resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-13.1.1.tgz#174ecf4e365841eadfe1a3a850c2c4da3f314cf5" - integrity sha512-Avj4iSZlXXAPEhwnVAA0ZczW1HsgYYIpJFeC6Em3FhpDl4GLxS/UqwpGRhr97Ibqj6Ukv0dJ755xljyXkXiP+A== - dependencies: - "@polkadot/api" "13.1.1" - "@polkadot/api-augment" "13.1.1" - "@polkadot/api-base" "13.1.1" - "@polkadot/rpc-core" "13.1.1" - "@polkadot/types" "13.1.1" - "@polkadot/types-codec" "13.1.1" +"@polkadot/api-derive@13.2.1": + version "13.2.1" + resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-13.2.1.tgz#8d475f295c7fc02fa6a0c90d3f9b380749ec99c5" + integrity sha512-npxvS0kYcSFqmYv2G8QKWAJwFhIv/MBuGU0bV7cGP9K1A3j2Do3yYjvN1dTtY20jBavWNwmWFdXBV6/TRRsgmg== + dependencies: + "@polkadot/api" "13.2.1" + "@polkadot/api-augment" "13.2.1" + "@polkadot/api-base" "13.2.1" + "@polkadot/rpc-core" "13.2.1" + "@polkadot/types" "13.2.1" + "@polkadot/types-codec" "13.2.1" "@polkadot/util" "^13.1.1" "@polkadot/util-crypto" "^13.1.1" rxjs "^7.8.1" tslib "^2.7.0" -"@polkadot/api@12.4.2", "@polkadot/api@^12.4.1": - version "12.4.2" - resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-12.4.2.tgz#c13dc1ad7fab670c5fd6d8d970a8462b999d7c1d" - integrity sha512-e1KS048471iBWZU10TJNEYOZqLO+8h8ajmVqpaIBOVkamN7tmacBxmHgq0+IA8VrGxjxtYNa1xF5Sqrg76uBEg== - dependencies: - "@polkadot/api-augment" "12.4.2" - "@polkadot/api-base" "12.4.2" - "@polkadot/api-derive" "12.4.2" - "@polkadot/keyring" "^13.0.2" - "@polkadot/rpc-augment" "12.4.2" - "@polkadot/rpc-core" "12.4.2" - "@polkadot/rpc-provider" "12.4.2" - "@polkadot/types" "12.4.2" - "@polkadot/types-augment" "12.4.2" - "@polkadot/types-codec" "12.4.2" - "@polkadot/types-create" "12.4.2" - "@polkadot/types-known" "12.4.2" - "@polkadot/util" "^13.0.2" - "@polkadot/util-crypto" "^13.0.2" - eventemitter3 "^5.0.1" - rxjs "^7.8.1" - tslib "^2.6.3" - -"@polkadot/api@13.1.1", "@polkadot/api@^13.1.1": - version "13.1.1" - resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-13.1.1.tgz#ef50a51f8aaeb5f76979c691b6b8e67f685b60f5" - integrity sha512-s4BTMKcf/3YoU14C0GmRC9APQTilNR/kNprRrfP1S+6umwsNoSuFXSZhaUWUovVlNWw7v7dca8NbFDSTjkoS4w== +"@polkadot/api@13.2.1", "@polkadot/api@^13.2.1": + version "13.2.1" + resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-13.2.1.tgz#4e093b9f070894013ff4bd4e4e88f4b40c15634f" + integrity sha512-QvgKD3/q6KIU3ZuNYFJUNc6B8bGBoqeMF+iaPxJn3Twhh4iVD5XIymD5fVszSqiL1uPXMhzcWecjwE8rDidBoQ== dependencies: - "@polkadot/api-augment" "13.1.1" - "@polkadot/api-base" "13.1.1" - "@polkadot/api-derive" "13.1.1" + "@polkadot/api-augment" "13.2.1" + "@polkadot/api-base" "13.2.1" + "@polkadot/api-derive" "13.2.1" "@polkadot/keyring" "^13.1.1" - "@polkadot/rpc-augment" "13.1.1" - "@polkadot/rpc-core" "13.1.1" - "@polkadot/rpc-provider" "13.1.1" - "@polkadot/types" "13.1.1" - "@polkadot/types-augment" "13.1.1" - "@polkadot/types-codec" "13.1.1" - "@polkadot/types-create" "13.1.1" - "@polkadot/types-known" "13.1.1" + "@polkadot/rpc-augment" "13.2.1" + "@polkadot/rpc-core" "13.2.1" + "@polkadot/rpc-provider" "13.2.1" + "@polkadot/types" "13.2.1" + "@polkadot/types-augment" "13.2.1" + "@polkadot/types-codec" "13.2.1" + "@polkadot/types-create" "13.2.1" + "@polkadot/types-known" "13.2.1" "@polkadot/util" "^13.1.1" "@polkadot/util-crypto" "^13.1.1" eventemitter3 "^5.0.1" rxjs "^7.8.1" tslib "^2.7.0" -"@polkadot/extension-dapp@^0.52.3": - version "0.52.3" - resolved "https://registry.yarnpkg.com/@polkadot/extension-dapp/-/extension-dapp-0.52.3.tgz#f192c4bb5659dd5cc1032617dbaeb7f50806fa84" - integrity sha512-wI2c/VZHlEMK7OMDMqeIzyE2+MqGwXC+5MTVDNLYfMQdDdESMj3V0yYSB9lgWwBAr5bGToiThX2MwlYlLJ737w== +"@polkadot/extension-dapp@^0.53.1": + version "0.53.1" + resolved "https://registry.yarnpkg.com/@polkadot/extension-dapp/-/extension-dapp-0.53.1.tgz#b79141e87f8cca4ebe8e78b5d36c13fee9adc413" + integrity sha512-mKzCwiI+biQWnWvyHg9D8nJXqJy61169aoOy1UfyOYBf3UjeGT5SCW+QsP1t9+i6tsDD/fAbHauqfm1fGIDpFg== dependencies: - "@polkadot/extension-inject" "0.52.3" - "@polkadot/util" "^13.0.2" - "@polkadot/util-crypto" "^13.0.2" + "@polkadot/extension-inject" "0.53.1" + "@polkadot/util" "^13.1.1" + "@polkadot/util-crypto" "^13.1.1" tslib "^2.6.2" -"@polkadot/extension-inject@0.52.3": - version "0.52.3" - resolved "https://registry.yarnpkg.com/@polkadot/extension-inject/-/extension-inject-0.52.3.tgz#5f214db57b64aace5485286cdbcc6500b719eecb" - integrity sha512-T4SBImnpzGrx64SGeUQgWqhkONIck7xVHELzq2JiGJ1taVVijb85R+AoWZrMeapdEI713ELWARwJZAW18C5VAw== - dependencies: - "@polkadot/api" "^12.4.1" - "@polkadot/rpc-provider" "^12.4.1" - "@polkadot/types" "^12.4.1" - "@polkadot/util" "^13.0.2" - "@polkadot/util-crypto" "^13.0.2" - "@polkadot/x-global" "^13.0.2" +"@polkadot/extension-inject@0.53.1": + version "0.53.1" + resolved "https://registry.yarnpkg.com/@polkadot/extension-inject/-/extension-inject-0.53.1.tgz#14c86b30a3d3e6a28abc960a647a8fa2c6605c6a" + integrity sha512-4vIA2LtUJBXu4BuWO22rV+Y6/yQEwK6NbGNHj8Ykg8OvoK++lnc1p01X62TX6xzyTHxJQ1X7xC3CLkT9jxpzoA== + dependencies: + "@polkadot/api" "^13.2.1" + "@polkadot/rpc-provider" "^13.2.1" + "@polkadot/types" "^13.2.1" + "@polkadot/util" "^13.1.1" + "@polkadot/util-crypto" "^13.1.1" + "@polkadot/x-global" "^13.1.1" tslib "^2.6.2" -"@polkadot/keyring@^13.0.2", "@polkadot/keyring@^13.1.1": +"@polkadot/keyring@^13.1.1": version "13.1.1" resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-13.1.1.tgz#14b85d4e73ebfa8ccb0fadcdee127e102624dc11" integrity sha512-Wm+9gn946GIPjGzvueObLGBBS9s541HE6mvKdWGEmPFMzH93ESN931RZlOd67my5MWryiSP05h5SHTp7bSaQTA== @@ -510,7 +447,7 @@ "@polkadot/util-crypto" "13.1.1" tslib "^2.7.0" -"@polkadot/networks@13.1.1", "@polkadot/networks@^13.0.2", "@polkadot/networks@^13.1.1": +"@polkadot/networks@13.1.1", "@polkadot/networks@^13.1.1": version "13.1.1" resolved "https://registry.yarnpkg.com/@polkadot/networks/-/networks-13.1.1.tgz#e1a05ef6f78ffc37272c6474df7b55244b311f9c" integrity sha512-eEQ4+Mfl1xFtApeU5PdXZ2XBhxNSvUz9yW+YQVGUCkXRjWFbqNRsTOYWGd9uFbiAOXiiiXbtqfZpxSDzIm4XOg== @@ -519,80 +456,37 @@ "@substrate/ss58-registry" "^1.50.0" tslib "^2.7.0" -"@polkadot/rpc-augment@12.4.2": - version "12.4.2" - resolved "https://registry.yarnpkg.com/@polkadot/rpc-augment/-/rpc-augment-12.4.2.tgz#fbe310260f3e5159fc2fa924c1a7c52f69162f9c" - integrity sha512-IEco5pnso+fYkZNMlMAN5i4XAxdXPv0PZ0HNuWlCwF/MmRvWl8pq5JFtY1FiByHEbeuHwMIUhHM5SDKQ85q9Hg== +"@polkadot/rpc-augment@13.2.1": + version "13.2.1" + resolved "https://registry.yarnpkg.com/@polkadot/rpc-augment/-/rpc-augment-13.2.1.tgz#0ef9f884bf060c3659fe6afed7b33efee9e35379" + integrity sha512-HkndaAJPR1fi2xrzvP3q4g48WUCb26btGTeg1AKG9FGx9P2dgtpaPRmbMitmgVSzzRurrkxf3Meip8nC7BwDeg== dependencies: - "@polkadot/rpc-core" "12.4.2" - "@polkadot/types" "12.4.2" - "@polkadot/types-codec" "12.4.2" - "@polkadot/util" "^13.0.2" - tslib "^2.6.3" - -"@polkadot/rpc-augment@13.1.1": - version "13.1.1" - resolved "https://registry.yarnpkg.com/@polkadot/rpc-augment/-/rpc-augment-13.1.1.tgz#8794f9dd3bb76cf77ec1ecd5f82d826e82880a76" - integrity sha512-RXcYT+pPkwmAPTpH7DcIjaVEOEzdkAXJBjfF0OxbFKWcqJb8uwRK5PNr7m9OhymwblNFuzmAaLH7bWdzzKiOOA== - dependencies: - "@polkadot/rpc-core" "13.1.1" - "@polkadot/types" "13.1.1" - "@polkadot/types-codec" "13.1.1" + "@polkadot/rpc-core" "13.2.1" + "@polkadot/types" "13.2.1" + "@polkadot/types-codec" "13.2.1" "@polkadot/util" "^13.1.1" tslib "^2.7.0" -"@polkadot/rpc-core@12.4.2": - version "12.4.2" - resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-12.4.2.tgz#d20cfdadd932978d58037a213115844a0c49464b" - integrity sha512-yaveqxNcmyluyNgsBT5tpnCa/md0CGbOtRK7K82LWsz7gsbh0x80GBbJrQGxsUybg1gPeZbO1q9IigwA6fY8ag== +"@polkadot/rpc-core@13.2.1": + version "13.2.1" + resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-13.2.1.tgz#a1651c81a318d8f4650b782da87331233e4848c7" + integrity sha512-hy0GksUlb/TfQ38m3ysIWj3qD+rIsyCdxx8Ug5rIx1u0odv86NZ7nTqtH066Ct2riVaPBgBkObFnlpDWTJ6auA== dependencies: - "@polkadot/rpc-augment" "12.4.2" - "@polkadot/rpc-provider" "12.4.2" - "@polkadot/types" "12.4.2" - "@polkadot/util" "^13.0.2" - rxjs "^7.8.1" - tslib "^2.6.3" - -"@polkadot/rpc-core@13.1.1": - version "13.1.1" - resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-13.1.1.tgz#e22efd2a19ed0580d8ea6d171d94916619651bd6" - integrity sha512-dxb1PFCzP9A8go/20KO+nNiqYMjsjY2gU/w0iPyLVH64yI9CW8GWd+77oEmcAuHKMPEHgpfa6sGuR/r0z+M5SQ== - dependencies: - "@polkadot/rpc-augment" "13.1.1" - "@polkadot/rpc-provider" "13.1.1" - "@polkadot/types" "13.1.1" + "@polkadot/rpc-augment" "13.2.1" + "@polkadot/rpc-provider" "13.2.1" + "@polkadot/types" "13.2.1" "@polkadot/util" "^13.1.1" rxjs "^7.8.1" tslib "^2.7.0" -"@polkadot/rpc-provider@12.4.2", "@polkadot/rpc-provider@^12.4.1": - version "12.4.2" - resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-12.4.2.tgz#c6a4f9b9194a5227e4355cef026aac2b07430162" - integrity sha512-cAhfN937INyxwW1AdjABySdCKhC7QCIONRDHDea1aLpiuxq/w+QwjxauR9fCNGh3lTaAwwnmZ5WfFU2PtkDMGQ== - dependencies: - "@polkadot/keyring" "^13.0.2" - "@polkadot/types" "12.4.2" - "@polkadot/types-support" "12.4.2" - "@polkadot/util" "^13.0.2" - "@polkadot/util-crypto" "^13.0.2" - "@polkadot/x-fetch" "^13.0.2" - "@polkadot/x-global" "^13.0.2" - "@polkadot/x-ws" "^13.0.2" - eventemitter3 "^5.0.1" - mock-socket "^9.3.1" - nock "^13.5.4" - tslib "^2.6.3" - optionalDependencies: - "@substrate/connect" "0.8.11" - -"@polkadot/rpc-provider@13.1.1": - version "13.1.1" - resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-13.1.1.tgz#c3186060b22717184a3273711b33b3c76a4d60ec" - integrity sha512-9tG8fEZWsxCoF6PKGECIQHp2tORKt6yIESSdg3pWSP/4xzBEQulqn0SKHcOZV/wwY8goSmw14dA0iyJdLFRP5g== +"@polkadot/rpc-provider@13.2.1", "@polkadot/rpc-provider@^13.2.1": + version "13.2.1" + resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-13.2.1.tgz#40d8c6d33d3dd5d7f1f74b2cd23d1ee85497bf09" + integrity sha512-bbMVYHTNFUa89aY3UQ1hFYD+dP+v+0vhjsnHYYlv37rSUTqOGqW91rkHd63xYCpLAimFt7KRw8xR+SMSYiuDjw== dependencies: "@polkadot/keyring" "^13.1.1" - "@polkadot/types" "13.1.1" - "@polkadot/types-support" "13.1.1" + "@polkadot/types" "13.2.1" + "@polkadot/types-support" "13.2.1" "@polkadot/util" "^13.1.1" "@polkadot/util-crypto" "^13.1.1" "@polkadot/x-fetch" "^13.1.1" @@ -605,131 +499,69 @@ optionalDependencies: "@substrate/connect" "0.8.11" -"@polkadot/types-augment@12.4.2": - version "12.4.2" - resolved "https://registry.yarnpkg.com/@polkadot/types-augment/-/types-augment-12.4.2.tgz#8b8e278f4cbecbdd586470d31c27576e06e87074" - integrity sha512-3fDCOy2BEMuAtMYl4crKg76bv/0pDNEuzpAzV4EBUMIlJwypmjy5sg3gUPCMcA+ckX3xb8DhkWU4ceUdS7T2KQ== - dependencies: - "@polkadot/types" "12.4.2" - "@polkadot/types-codec" "12.4.2" - "@polkadot/util" "^13.0.2" - tslib "^2.6.3" - -"@polkadot/types-augment@13.1.1": - version "13.1.1" - resolved "https://registry.yarnpkg.com/@polkadot/types-augment/-/types-augment-13.1.1.tgz#ab98640e828fd5f7a20a809c6fda4b32c0f05f26" - integrity sha512-ltsznxCNJR/RKMEbBgwAC9VgbJBYT08MltDiZKOnjJD+Uk2RnOkTpnV/rOCd6MxQ1TNQV/KBCvWT2Y0pK5Gw0Q== +"@polkadot/types-augment@13.2.1": + version "13.2.1" + resolved "https://registry.yarnpkg.com/@polkadot/types-augment/-/types-augment-13.2.1.tgz#15217286d3c5c243107d63fd0ab741aa2b06c4cf" + integrity sha512-FpV7/2kIJmmswRmwUbp41lixdNX15olueUjHnSweFk0xEn2Ur43oC0Y3eU3Ab7Y5gPJpceMCfwYz+PjCUGedDA== dependencies: - "@polkadot/types" "13.1.1" - "@polkadot/types-codec" "13.1.1" + "@polkadot/types" "13.2.1" + "@polkadot/types-codec" "13.2.1" "@polkadot/util" "^13.1.1" tslib "^2.7.0" -"@polkadot/types-codec@12.4.2": - version "12.4.2" - resolved "https://registry.yarnpkg.com/@polkadot/types-codec/-/types-codec-12.4.2.tgz#aa601ddbbe4bb28ef751e4565bd87037dee9a49b" - integrity sha512-DiPGRFWtVMepD9i05eC3orSbGtpN7un/pXOrXu0oriU+oxLkpvZH68ZsPNtJhKdQy03cAYtvB8elJOFJZYqoqQ== - dependencies: - "@polkadot/util" "^13.0.2" - "@polkadot/x-bigint" "^13.0.2" - tslib "^2.6.3" - -"@polkadot/types-codec@13.1.1": - version "13.1.1" - resolved "https://registry.yarnpkg.com/@polkadot/types-codec/-/types-codec-13.1.1.tgz#e83da50e72b053329268a9a83e632030568ad453" - integrity sha512-sSvtUtP7YxhlKjN0HIFWIlDUsAxQbJqnAGmFadx4FT6jjHpKSyxi1bBVI5fJqlYVereHkFWhPYX044DIjZnk7w== +"@polkadot/types-codec@13.2.1": + version "13.2.1" + resolved "https://registry.yarnpkg.com/@polkadot/types-codec/-/types-codec-13.2.1.tgz#dc84553edcdd17333f634298ae69955fc8032b33" + integrity sha512-tFAzzS8sMYItoD5a91sFMD+rskWyv4WjSmUZaj0Y4OfLtDAiQvgO0KncdGJIB6D+zZ/T7khpgsv/CZbN3YnezA== dependencies: "@polkadot/util" "^13.1.1" "@polkadot/x-bigint" "^13.1.1" tslib "^2.7.0" -"@polkadot/types-create@12.4.2": - version "12.4.2" - resolved "https://registry.yarnpkg.com/@polkadot/types-create/-/types-create-12.4.2.tgz#1113746ab92694c3402abc59feb3e3fcaf980997" - integrity sha512-nOpeAKZLdSqNMfzS3waQXgyPPaNt8rUHEmR5+WNv6c/Ke/vyf710wjxiTewfp0wpBgtdrimlgG4DLX1J9Ms1LA== +"@polkadot/types-create@13.2.1": + version "13.2.1" + resolved "https://registry.yarnpkg.com/@polkadot/types-create/-/types-create-13.2.1.tgz#88fa1d63c1106f9f617fa39487a07d09e84e98fa" + integrity sha512-O/WKdsrNuMaZLf+XRCdum2xJYs5OKC6N3EMPF5Uhg10b80Y/hQCbzA/iWd3/aMNDLUA5XWhixwzJdrZWIMVIzg== dependencies: - "@polkadot/types-codec" "12.4.2" - "@polkadot/util" "^13.0.2" - tslib "^2.6.3" - -"@polkadot/types-create@13.1.1": - version "13.1.1" - resolved "https://registry.yarnpkg.com/@polkadot/types-create/-/types-create-13.1.1.tgz#55207f3584795aa66f92361708547dad86fd2f27" - integrity sha512-l3LBsMKtx6tYtqxY3IiBEfKtcRacyaKo9YWnh8QDtXlMwBgs+2KJj8sA8/y2OHOSiKYiffz8M/B7KHL7pF5s3Q== - dependencies: - "@polkadot/types-codec" "13.1.1" + "@polkadot/types-codec" "13.2.1" "@polkadot/util" "^13.1.1" tslib "^2.7.0" -"@polkadot/types-known@12.4.2": - version "12.4.2" - resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-12.4.2.tgz#c47ffac0a0bcc544e120f09e92f39e6f61ed94c8" - integrity sha512-bvhO4KQu/dgPmdwQXsweSMRiRisJ7Bp38lZVEIFykfd2qYyRW3OQEbIPKYpx9raD+fDATU0bTiKQnELrSGhYXw== - dependencies: - "@polkadot/networks" "^13.0.2" - "@polkadot/types" "12.4.2" - "@polkadot/types-codec" "12.4.2" - "@polkadot/types-create" "12.4.2" - "@polkadot/util" "^13.0.2" - tslib "^2.6.3" - -"@polkadot/types-known@13.1.1": - version "13.1.1" - resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-13.1.1.tgz#bacf2ec82f54ceacc671bd7edcc732e5265c8716" - integrity sha512-VY7WbcAhaadNarQXC8TaP+M262a+79091dAU1KYYTHxzCndC72ly0rSA+pZZ4bVloKdHrq6Xh3paAISSoEDXhg== +"@polkadot/types-known@13.2.1": + version "13.2.1" + resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-13.2.1.tgz#5c9bf3d842730406d5a6074c6b778c9509132e5e" + integrity sha512-uz3c4/IvspLpgN8q15A+QH8KWFauzcrV3RfLFlMP2BkkF5qpOwNeP7c4U8j0CZGQySqBsJRCGWmgBXrXg669KA== dependencies: "@polkadot/networks" "^13.1.1" - "@polkadot/types" "13.1.1" - "@polkadot/types-codec" "13.1.1" - "@polkadot/types-create" "13.1.1" + "@polkadot/types" "13.2.1" + "@polkadot/types-codec" "13.2.1" + "@polkadot/types-create" "13.2.1" "@polkadot/util" "^13.1.1" tslib "^2.7.0" -"@polkadot/types-support@12.4.2": - version "12.4.2" - resolved "https://registry.yarnpkg.com/@polkadot/types-support/-/types-support-12.4.2.tgz#22df5c22a002aca271507355123aeb68e1399c03" - integrity sha512-bz6JSt23UEZ2eXgN4ust6z5QF9pO5uNH7UzCP+8I/Nm85ZipeBYj2Wu6pLlE3Hw30hWZpuPxMDOKoEhN5bhLgw== - dependencies: - "@polkadot/util" "^13.0.2" - tslib "^2.6.3" - -"@polkadot/types-support@13.1.1": - version "13.1.1" - resolved "https://registry.yarnpkg.com/@polkadot/types-support/-/types-support-13.1.1.tgz#229d9a50889ab4e39bdd7c294f6ea619a69c46c7" - integrity sha512-Xjj25175i4X39N37polUxZqtlloa5G5eizEbzk4qKvFdWuvPe6pOVS63oS7WzMhGbZi2PecThDFRz+GptcHqXQ== +"@polkadot/types-support@13.2.1": + version "13.2.1" + resolved "https://registry.yarnpkg.com/@polkadot/types-support/-/types-support-13.2.1.tgz#860690ecce8b3c9a03de1d978ee1674df6dc8b70" + integrity sha512-jSbbUTXU+yZJQPRAWmxaDoe4NRO6SjpZPzBIbpuiadx1slON8XB80fVYIGBXuM2xRVrNrB6fCjyCTG7Razj6Hg== dependencies: "@polkadot/util" "^13.1.1" tslib "^2.7.0" -"@polkadot/types@12.4.2", "@polkadot/types@^12.4.1": - version "12.4.2" - resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-12.4.2.tgz#948e0191b30c37f0d89b8e120174d6be31ed9f9d" - integrity sha512-ivYtt7hYcRvo69ULb1BJA9BE1uefijXcaR089Dzosr9+sMzvsB1yslNQReOq+Wzq6h6AQj4qex6qVqjWZE6Z4A== - dependencies: - "@polkadot/keyring" "^13.0.2" - "@polkadot/types-augment" "12.4.2" - "@polkadot/types-codec" "12.4.2" - "@polkadot/types-create" "12.4.2" - "@polkadot/util" "^13.0.2" - "@polkadot/util-crypto" "^13.0.2" - rxjs "^7.8.1" - tslib "^2.6.3" - -"@polkadot/types@13.1.1", "@polkadot/types@^13.1.1": - version "13.1.1" - resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-13.1.1.tgz#a02e39b473d16851ede21d0538d050ef531d5d8f" - integrity sha512-ijNlMGgoUtPtjZCzBHqPJXd9PGwE+kKy7qzQ/Xav4RAMD8X/Mo+9okam755J9WNHCOcajVIQo0PDYeZzLYVk1Q== +"@polkadot/types@13.2.1", "@polkadot/types@^13.2.1": + version "13.2.1" + resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-13.2.1.tgz#af92e1695b163d5d5c9ada88c70647ed5f61c6be" + integrity sha512-5yQ0mHMNvwgXeHQ1RZOuHaeak3utAdcBqCpHoagnYrAnGHqtO7kg7YLtT4LkFw2nwL85axu8tOQMv6/3kpFy9w== dependencies: "@polkadot/keyring" "^13.1.1" - "@polkadot/types-augment" "13.1.1" - "@polkadot/types-codec" "13.1.1" - "@polkadot/types-create" "13.1.1" + "@polkadot/types-augment" "13.2.1" + "@polkadot/types-codec" "13.2.1" + "@polkadot/types-create" "13.2.1" "@polkadot/util" "^13.1.1" "@polkadot/util-crypto" "^13.1.1" rxjs "^7.8.1" tslib "^2.7.0" -"@polkadot/util-crypto@13.1.1", "@polkadot/util-crypto@^13.0.2", "@polkadot/util-crypto@^13.1.1": +"@polkadot/util-crypto@13.1.1", "@polkadot/util-crypto@^13.1.1": version "13.1.1" resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-13.1.1.tgz#26960046a9bd6b3b63dc9b006c1a24dc6391b875" integrity sha512-FG68rrLPdfLcscEyH10vnGkakM4O2lqr71S3GDhgc9WXaS8y9jisLgMPg8jbMHiQBJ3iKYkmtPKiLBowRslj2w== @@ -745,7 +577,7 @@ "@scure/base" "^1.1.7" tslib "^2.7.0" -"@polkadot/util@13.1.1", "@polkadot/util@^13.0.2", "@polkadot/util@^13.1.1": +"@polkadot/util@13.1.1", "@polkadot/util@^13.1.1": version "13.1.1" resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-13.1.1.tgz#9cbf81e8c48e2ac549dbe2a40384624870016658" integrity sha512-M4iQ5Um8tFdDmD7a96nPzfrEt+kxyWOqQDPqXyaax4QBnq/WCbq0jo8IO61uz55mdMQnGZvq8jd8uge4V6JzzQ== @@ -811,7 +643,7 @@ dependencies: tslib "^2.6.2" -"@polkadot/x-bigint@13.1.1", "@polkadot/x-bigint@^13.0.2", "@polkadot/x-bigint@^13.1.1": +"@polkadot/x-bigint@13.1.1", "@polkadot/x-bigint@^13.1.1": version "13.1.1" resolved "https://registry.yarnpkg.com/@polkadot/x-bigint/-/x-bigint-13.1.1.tgz#1a9036c9529ce15deab808bee7333bcbd3ab0078" integrity sha512-Cq4Y6fd9UWtRBZz8RX2tWEBL1IFwUtY6cL8p6HC9yhZtUR6OPjKZe6RIZQa9gSOoIuqZWd6PmtvSNGVH32yfkQ== @@ -819,7 +651,7 @@ "@polkadot/x-global" "13.1.1" tslib "^2.7.0" -"@polkadot/x-fetch@^13.0.2", "@polkadot/x-fetch@^13.1.1": +"@polkadot/x-fetch@^13.1.1": version "13.1.1" resolved "https://registry.yarnpkg.com/@polkadot/x-fetch/-/x-fetch-13.1.1.tgz#df05a3405537accab76000d99aa32cbea790aed9" integrity sha512-qA6mIUUebJbS+oWzq/EagZflmaoa9b25WvsxSFn7mCvzKngXzr+GYCY4XiDwKY/S+/pr/kvSCKZ1ia8BDqPBYQ== @@ -828,7 +660,7 @@ node-fetch "^3.3.2" tslib "^2.7.0" -"@polkadot/x-global@13.1.1", "@polkadot/x-global@^13.0.2", "@polkadot/x-global@^13.1.1": +"@polkadot/x-global@13.1.1", "@polkadot/x-global@^13.1.1": version "13.1.1" resolved "https://registry.yarnpkg.com/@polkadot/x-global/-/x-global-13.1.1.tgz#1db0c16e45a20eddf682c98b1d3487619203c8a9" integrity sha512-DViIMmmEs29Qlsp058VTg2Mn7e3/CpGazNnKJrsBa0o1Ptxl13/4Z0fjqCpNi2GB+kaOsnREzxUORrHcU+PqcQ== @@ -859,7 +691,7 @@ "@polkadot/x-global" "13.1.1" tslib "^2.7.0" -"@polkadot/x-ws@^13.0.2", "@polkadot/x-ws@^13.1.1": +"@polkadot/x-ws@^13.1.1": version "13.1.1" resolved "https://registry.yarnpkg.com/@polkadot/x-ws/-/x-ws-13.1.1.tgz#cff0356c75e64f0221706e34f831126287354ac1" integrity sha512-E/xFmJTiFzu+IK5M3/8W/9fnvNJFelcnunPv/IgO6UST94SDaTsN/Gbeb6SqPb6CsrTHRl3WD+AZ3ErGGwQfEA== @@ -1034,9 +866,9 @@ integrity sha512-Wz5Cbn6S6P4vWfHyrsnPW7g15IAViMaXCk+jYkq4nNEMmzPtTKIEbtxrdDMBKrouOFtYKKp0znx5mh9KTCNqlA== "@substrate/connect-known-chains@^1.1.5": - version "1.4.0" - resolved "https://registry.yarnpkg.com/@substrate/connect-known-chains/-/connect-known-chains-1.4.0.tgz#ee0562056cf98a3ee1103a64fa33ff21d86c69fd" - integrity sha512-p/mxn1GobtxJ+7xbIkUH4+/njH1neRHHKTcSGHNOC78Cf6Ch1Xzp082+nMjOBDLQLmraK5PF74AKV3WXHGuALw== + version "1.4.1" + resolved "https://registry.yarnpkg.com/@substrate/connect-known-chains/-/connect-known-chains-1.4.1.tgz#a8bb561c651cd2a44f1d3ad34facb0cc71249ca0" + integrity sha512-WlFKGEE3naIa7iTyy7hJ0RV0dyGpP7Zic1Z8sXr4bJmSEzZoHcfLRbM1D3T+zFAaitffVCu6k55Vj+CFzMPw1Q== "@substrate/connect@0.8.11": version "0.8.11" @@ -1873,9 +1705,9 @@ "@types/react" "*" "@types/react@*", "@types/react@^18": - version "18.3.9" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.9.tgz#2cdf5f425ec8a133d67e9e3673909738b783db20" - integrity sha512-+BpAVyTpJkNWWSSnaLBk6ePpHLOGJKnEQNbINNovPWzvEUyAe3e+/d494QdEh71RekM/qV7lw6jzf1HGrJyAtQ== + version "18.3.10" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.10.tgz#6edc26dc22ff8c9c226d3c7bf8357b013c842219" + integrity sha512-02sAAlBnP39JgXwkAq3PeU9DVaaGpZyF3MGcC0MKgQVkZor5IiiDAipVaxQHtDJAmO4GIy/rVBy/LzVj76Cyqg== dependencies: "@types/prop-types" "*" csstype "^3.0.2" @@ -1907,61 +1739,61 @@ "@types/node" "*" "@typescript-eslint/eslint-plugin@^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0": - version "8.6.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.6.0.tgz#20049754ff9f6d3a09bf240297f029ce04290999" - integrity sha512-UOaz/wFowmoh2G6Mr9gw60B1mm0MzUtm6Ic8G2yM1Le6gyj5Loi/N+O5mocugRGY+8OeeKmkMmbxNqUCq3B4Sg== + version "8.7.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.7.0.tgz#d0070f206daad26253bf00ca5b80f9b54f9e2dd0" + integrity sha512-RIHOoznhA3CCfSTFiB6kBGLQtB/sox+pJ6jeFu6FxJvqL8qRxq/FfGO/UhsGgQM9oGdXkV4xUgli+dt26biB6A== dependencies: "@eslint-community/regexpp" "^4.10.0" - "@typescript-eslint/scope-manager" "8.6.0" - "@typescript-eslint/type-utils" "8.6.0" - "@typescript-eslint/utils" "8.6.0" - "@typescript-eslint/visitor-keys" "8.6.0" + "@typescript-eslint/scope-manager" "8.7.0" + "@typescript-eslint/type-utils" "8.7.0" + "@typescript-eslint/utils" "8.7.0" + "@typescript-eslint/visitor-keys" "8.7.0" graphemer "^1.4.0" ignore "^5.3.1" natural-compare "^1.4.0" ts-api-utils "^1.3.0" "@typescript-eslint/parser@^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0": - version "8.6.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.6.0.tgz#02e092b9dc8b4e319172af620d0d39b337d948f6" - integrity sha512-eQcbCuA2Vmw45iGfcyG4y6rS7BhWfz9MQuk409WD47qMM+bKCGQWXxvoOs1DUp+T7UBMTtRTVT+kXr7Sh4O9Ow== - dependencies: - "@typescript-eslint/scope-manager" "8.6.0" - "@typescript-eslint/types" "8.6.0" - "@typescript-eslint/typescript-estree" "8.6.0" - "@typescript-eslint/visitor-keys" "8.6.0" + version "8.7.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.7.0.tgz#a567b0890d13db72c7348e1d88442ea8ab4e9173" + integrity sha512-lN0btVpj2unxHlNYLI//BQ7nzbMJYBVQX5+pbNXvGYazdlgYonMn4AhhHifQ+J4fGRYA/m1DjaQjx+fDetqBOQ== + dependencies: + "@typescript-eslint/scope-manager" "8.7.0" + "@typescript-eslint/types" "8.7.0" + "@typescript-eslint/typescript-estree" "8.7.0" + "@typescript-eslint/visitor-keys" "8.7.0" debug "^4.3.4" -"@typescript-eslint/scope-manager@8.6.0": - version "8.6.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.6.0.tgz#28cc2fc26a84b75addf45091a2c6283e29e2c982" - integrity sha512-ZuoutoS5y9UOxKvpc/GkvF4cuEmpokda4wRg64JEia27wX+PysIE9q+lzDtlHHgblwUWwo5/Qn+/WyTUvDwBHw== +"@typescript-eslint/scope-manager@8.7.0": + version "8.7.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.7.0.tgz#90ee7bf9bc982b9260b93347c01a8bc2b595e0b8" + integrity sha512-87rC0k3ZlDOuz82zzXRtQ7Akv3GKhHs0ti4YcbAJtaomllXoSO8hi7Ix3ccEvCd824dy9aIX+j3d2UMAfCtVpg== dependencies: - "@typescript-eslint/types" "8.6.0" - "@typescript-eslint/visitor-keys" "8.6.0" + "@typescript-eslint/types" "8.7.0" + "@typescript-eslint/visitor-keys" "8.7.0" -"@typescript-eslint/type-utils@8.6.0": - version "8.6.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.6.0.tgz#d4347e637478bef88cee1db691fcfa20ade9b8a0" - integrity sha512-dtePl4gsuenXVwC7dVNlb4mGDcKjDT/Ropsk4za/ouMBPplCLyznIaR+W65mvCvsyS97dymoBRrioEXI7k0XIg== +"@typescript-eslint/type-utils@8.7.0": + version "8.7.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.7.0.tgz#d56b104183bdcffcc434a23d1ce26cde5e42df93" + integrity sha512-tl0N0Mj3hMSkEYhLkjREp54OSb/FI6qyCzfiiclvJvOqre6hsZTGSnHtmFLDU8TIM62G7ygEa1bI08lcuRwEnQ== dependencies: - "@typescript-eslint/typescript-estree" "8.6.0" - "@typescript-eslint/utils" "8.6.0" + "@typescript-eslint/typescript-estree" "8.7.0" + "@typescript-eslint/utils" "8.7.0" debug "^4.3.4" ts-api-utils "^1.3.0" -"@typescript-eslint/types@8.6.0": - version "8.6.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.6.0.tgz#cdc3a16f83f2f0663d6723e9fd032331cdd9f51c" - integrity sha512-rojqFZGd4MQxw33SrOy09qIDS8WEldM8JWtKQLAjf/X5mGSeEFh5ixQlxssMNyPslVIk9yzWqXCsV2eFhYrYUw== +"@typescript-eslint/types@8.7.0": + version "8.7.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.7.0.tgz#21d987201c07b69ce7ddc03451d7196e5445ad19" + integrity sha512-LLt4BLHFwSfASHSF2K29SZ+ZCsbQOM+LuarPjRUuHm+Qd09hSe3GCeaQbcCr+Mik+0QFRmep/FyZBO6fJ64U3w== -"@typescript-eslint/typescript-estree@8.6.0": - version "8.6.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.6.0.tgz#f945506de42871f04868371cb5bf21e8f7266e01" - integrity sha512-MOVAzsKJIPIlLK239l5s06YXjNqpKTVhBVDnqUumQJja5+Y94V3+4VUFRA0G60y2jNnTVwRCkhyGQpavfsbq/g== +"@typescript-eslint/typescript-estree@8.7.0": + version "8.7.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.7.0.tgz#6c7db6baa4380b937fa81466c546d052f362d0e8" + integrity sha512-MC8nmcGHsmfAKxwnluTQpNqceniT8SteVwd2voYlmiSWGOtjvGXdPl17dYu2797GVscK30Z04WRM28CrKS9WOg== dependencies: - "@typescript-eslint/types" "8.6.0" - "@typescript-eslint/visitor-keys" "8.6.0" + "@typescript-eslint/types" "8.7.0" + "@typescript-eslint/visitor-keys" "8.7.0" debug "^4.3.4" fast-glob "^3.3.2" is-glob "^4.0.3" @@ -1969,22 +1801,22 @@ semver "^7.6.0" ts-api-utils "^1.3.0" -"@typescript-eslint/utils@8.6.0": - version "8.6.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.6.0.tgz#175fe893f32804bed1e72b3364ea6bbe1044181c" - integrity sha512-eNp9cWnYf36NaOVjkEUznf6fEgVy1TWpE0o52e4wtojjBx7D1UV2WAWGzR+8Y5lVFtpMLPwNbC67T83DWSph4A== +"@typescript-eslint/utils@8.7.0": + version "8.7.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.7.0.tgz#cef3f70708b5b5fd7ed8672fc14714472bd8a011" + integrity sha512-ZbdUdwsl2X/s3CiyAu3gOlfQzpbuG3nTWKPoIvAu1pu5r8viiJvv2NPN2AqArL35NCYtw/lrPPfM4gxrMLNLPw== dependencies: "@eslint-community/eslint-utils" "^4.4.0" - "@typescript-eslint/scope-manager" "8.6.0" - "@typescript-eslint/types" "8.6.0" - "@typescript-eslint/typescript-estree" "8.6.0" + "@typescript-eslint/scope-manager" "8.7.0" + "@typescript-eslint/types" "8.7.0" + "@typescript-eslint/typescript-estree" "8.7.0" -"@typescript-eslint/visitor-keys@8.6.0": - version "8.6.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.6.0.tgz#5432af4a1753f376f35ab5b891fc9db237aaf76f" - integrity sha512-wapVFfZg9H0qOYh4grNVQiMklJGluQrOUiOhYRrQWhx7BY/+I1IYb8BczWNbbUpO+pqy0rDciv3lQH5E1bCLrg== +"@typescript-eslint/visitor-keys@8.7.0": + version "8.7.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.7.0.tgz#5e46f1777f9d69360a883c1a56ac3c511c9659a8" + integrity sha512-b1tx0orFCCh/THWPQa2ZwWzvOeyzzp36vkJYOpVg0u8UVOIsfVrnuC9FqAw9gRKn+rG2VmWQ/zDJZzkxUnj/XQ== dependencies: - "@typescript-eslint/types" "8.6.0" + "@typescript-eslint/types" "8.7.0" eslint-visitor-keys "^3.4.3" "@ungap/structured-clone@^1.2.0": @@ -2295,12 +2127,12 @@ browserify-aes@^1.2.0: safe-buffer "^5.0.1" browserslist@^4.23.3: - version "4.23.3" - resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.23.3.tgz#debb029d3c93ebc97ffbc8d9cbb03403e227c800" - integrity sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA== + version "4.24.0" + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.24.0.tgz#a1325fe4bc80b64fda169629fc01b3d6cecd38d4" + integrity sha512-Rmb62sR1Zpjql25eSanFGEhAxcFwfA1K0GuQcLoaJBAcENegrQut3hYdhXFF1obQfiDyqIW/cLM5HSJ/9k884A== dependencies: - caniuse-lite "^1.0.30001646" - electron-to-chromium "^1.5.4" + caniuse-lite "^1.0.30001663" + electron-to-chromium "^1.5.28" node-releases "^2.0.18" update-browserslist-db "^1.1.0" @@ -2358,10 +2190,10 @@ camelcase-css@^2.0.1: resolved "https://registry.yarnpkg.com/camelcase-css/-/camelcase-css-2.0.1.tgz#ee978f6947914cc30c6b44741b6ed1df7f043fd5" integrity sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA== -caniuse-lite@^1.0.30001579, caniuse-lite@^1.0.30001646: - version "1.0.30001660" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001660.tgz#31218de3463fabb44d0b7607b652e56edf2e2355" - integrity sha512-GacvNTTuATm26qC74pt+ad1fW15mlQ/zuTzzY1ZoIzECTP8HURDfF43kNxPgf7H1jmelCBQTTbBNxdSXOA7Bqg== +caniuse-lite@^1.0.30001579, caniuse-lite@^1.0.30001646, caniuse-lite@^1.0.30001663: + version "1.0.30001664" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001664.tgz#d588d75c9682d3301956b05a3749652a80677df4" + integrity sha512-AmE7k4dXiNKQipgn7a2xg558IRqPN3jMQY/rOsbxDhrd0tyChwbITBfiwtnqz8bi2M5mIWbxAYBvk7W7QBUS2g== chalk@^4.0.0: version "4.1.2" @@ -2624,10 +2456,10 @@ eastasianwidth@^0.2.0: resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb" integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA== -electron-to-chromium@^1.5.4: - version "1.5.25" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.25.tgz#492ade1cde401332b9b75aa0c55fd5e1550ca66c" - integrity sha512-kMb204zvK3PsSlgvvwzI3wBIcAw15tRkYk+NQdsjdDtcQWTp2RABbMQ9rUBy8KNEOM+/E6ep+XC3AykiWZld4g== +electron-to-chromium@^1.5.28: + version "1.5.29" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.29.tgz#aa592a3caa95d07cc26a66563accf99fa573a1ee" + integrity sha512-PF8n2AlIhCKXQ+gTpiJi0VhcHDb69kYX4MtCiivctc2QD3XuNZ/XIOlbGzt7WAjjEev0TtaH6Cu3arZExm5DOw== elliptic@^6.5.4: version "6.5.7" @@ -2791,7 +2623,7 @@ es-to-primitive@^1.2.1: is-date-object "^1.0.1" is-symbol "^1.0.2" -escalade@^3.1.2: +escalade@^3.2.0: version "3.2.0" resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.2.0.tgz#011a3f69856ba189dffa7dc8fcce99d2a87903e5" integrity sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA== @@ -2841,9 +2673,9 @@ eslint-import-resolver-typescript@^3.5.2: is-glob "^4.0.3" eslint-module-utils@^2.8.1, eslint-module-utils@^2.9.0: - version "2.11.0" - resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.11.0.tgz#b99b211ca4318243f09661fae088f373ad5243c4" - integrity sha512-gbBE5Hitek/oG6MUVj6sFuzEjA/ClzNflVrLovHi/JgLdC7fiN5gLAY1WIPW1a0V5I999MnsrvVrCOGmmVqDBQ== + version "2.12.0" + resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.12.0.tgz#fe4cfb948d61f49203d7b08871982b65b9af0b0b" + integrity sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg== dependencies: debug "^3.2.7" @@ -2899,9 +2731,9 @@ eslint-plugin-jsx-a11y@^6.7.1: integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ== eslint-plugin-react@^7.33.2: - version "7.36.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.36.1.tgz#f1dabbb11f3d4ebe8b0cf4e54aff4aee81144ee5" - integrity sha512-/qwbqNXZoq+VP30s1d4Nc1C5GTxjJQjk4Jzs4Wq2qzxFM7dSmuG2UkIjg2USMLh3A/aVcUNrK7v0J5U1XEGGwA== + version "7.37.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.0.tgz#c21f64a32fc34df1eaeca571ec8f70bdc40dd20a" + integrity sha512-IHBePmfWH5lKhJnJ7WB1V+v/GolbB0rjS8XYVCSQCZKaQCAUhMoVoOEn1Ef8Z8Wf0a7l8KTJvuZg5/e4qrZ6nA== dependencies: array-includes "^3.1.8" array.prototype.findlast "^1.2.5" @@ -4160,9 +3992,9 @@ p-locate@^5.0.0: p-limit "^3.0.2" package-json-from-dist@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz#e501cd3094b278495eb4258d4c9f6d5ac3019f00" - integrity sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw== + version "1.0.1" + resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz#4f1471a010827a86f94cfd9b0727e36d267de505" + integrity sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw== parent-module@^1.0.0: version "1.0.1" @@ -4908,7 +4740,7 @@ tsconfig-paths@^3.15.0: minimist "^1.2.6" strip-bom "^3.0.0" -tslib@^2.1.0, tslib@^2.4.0, tslib@^2.6.2, tslib@^2.6.3, tslib@^2.7.0: +tslib@^2.1.0, tslib@^2.4.0, tslib@^2.6.2, tslib@^2.7.0: version "2.7.0" resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.7.0.tgz#d9b40c5c40ab59e8738f297df3087bf1a2690c01" integrity sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA== @@ -5009,12 +4841,12 @@ undici-types@~6.19.2: integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw== update-browserslist-db@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz#7ca61c0d8650766090728046e416a8cde682859e" - integrity sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ== + version "1.1.1" + resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.1.1.tgz#80846fba1d79e82547fb661f8d141e0945755fe5" + integrity sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A== dependencies: - escalade "^3.1.2" - picocolors "^1.0.1" + escalade "^3.2.0" + picocolors "^1.1.0" uri-js@^4.2.2: version "4.4.1"