diff --git a/jest.config.ts b/jest.config.ts index 7a3493b912..183e79427e 100644 --- a/jest.config.ts +++ b/jest.config.ts @@ -25,43 +25,38 @@ export default { "test-helpers/", ], moduleNameMapper: { - "^@polkadot/metadata/(.*)/(.*)": "@polkadot/metadata/$1/$2.cjs", - "^@polkadot/metadata/decorate$": "@polkadot/metadata/decorate/index.cjs", - "^@polkadot/metadata/(.*)": "@polkadot/metadata/$1.cjs", - "^@polkadot/metadata$": "@polkadot/metadata/index.cjs", - "^@polkadot/networks/(.*).cjs$": "@polkadot/networks/$1.cjs", - "^@polkadot/networks/(.*)": "@polkadot/networks/$1.cjs", - "^@polkadot/networks$": "@polkadot/networks/index.cjs", - "^@polkadot/types/codec$": "@polkadot/types/codec/index.cjs", - "^@polkadot/types/primitive$": "@polkadot/types/primitive/index.cjs", - "^@polkadot/types/augment$": "@polkadot/types/augment/index.cjs", - "^@polkadot/types/metadata$": "@polkadot/types/metadata/index.cjs", + "^@polkadot/networks/(.*)": "@polkadot/networks/$1.js", + "^@polkadot/networks$": "@polkadot/networks/cjs/index.js", + "^@polkadot/types/codec$": "@polkadot/types/cjs/codec/index.js", + "^@polkadot/types/primitive$": "@polkadot/types/cjs/primitive/index.js", + "^@polkadot/types/augment$": "@polkadot/types/cjs/augment/index.js", + "^@polkadot/types/metadata$": "@polkadot/types/cjs/metadata/index.js", "^@polkadot/types/metadata/decorate$": - "@polkadot/types/metadata/decorate/index.cjs", - "^@polkadot/types/types$": "@polkadot/types/types/index.cjs", - "^@polkadot/types/(.*)/(.*)": "@polkadot/types/$1/$2.cjs", - "^@polkadot/types/(.*).cjs$": "@polkadot/types/$1.cjs", + "@polkadot/types/cjs/metadata/decorate/index.js", + "^@polkadot/types/types$": "@polkadot/types/cjs/types/index.js", + "^@polkadot/types/(.*)/(.*)": "@polkadot/types/$1/$2.js", + "^@polkadot/types/(.*).js$": "@polkadot/types/$1.js", "^@polkadot/types/(.*)": "@polkadot/types/$1.cjs", - "^@polkadot/types$": "@polkadot/types/index.cjs", - "^@polkadot/types-known/(.*)": "@polkadot/types-known/$1.cjs", - "^@polkadot/types-known$": "@polkadot/types-known/index.cjs", - "^@polkadot/util/(.*).cjs$": "@polkadot/util/$1.cjs", - "^@polkadot/util$": "@polkadot/util/index.cjs", - "^@polkadot/util-crypto$": "@polkadot/util-crypto/index.cjs", - "^@polkadot/wasm-crypto$": "@polkadot/wasm-crypto/index.cjs", - "^@polkadot/wasm-crypto-asmjs/(.*)": "@polkadot/wasm-crypto-asmjs/$1.cjs", - "^@polkadot/wasm-crypto-asmjs$": "@polkadot/wasm-crypto-asmjs/empty.cjs", - "^@polkadot/wasm-crypto-wasm/(.*)": "@polkadot/wasm-crypto-wasm/$1.cjs", - "^@polkadot/wasm-crypto-wasm$": "@polkadot/wasm-crypto-wasm/data.cjs", - "^@polkadot/x-global$": "@polkadot/x-global/index.cjs", - "^@polkadot/x-randomvalues$": "@polkadot/x-randomvalues/node.cjs", - "^@polkadot/x-textdecoder$": "@polkadot/x-textdecoder/node.cjs", - "^@polkadot/x-textencoder$": "@polkadot/x-textencoder/node.cjs", - "^@polkadot/x-bigint/(.*)": "@polkadot/x-bigint/$1.cjs", - "^@polkadot/x-bigint$": "@polkadot/x-bigint/index.cjs", - "^@polkadot/x-noble-secp256k1$": "@polkadot/x-noble-secp256k1/index.cjs", - "^@polkadot/x-noble-hashes/(.*)": "@polkadot/x-noble-hashes/$1.cjs", - "^@polkadot/x-noble-hashes$": "@polkadot/x-noble-hashes/index.cjs", + "^@polkadot/types$": "@polkadot/types/cjs/index.js", + "^@polkadot/types-known/(.*)": "@polkadot/types-known/$1.js", + "^@polkadot/types-known$": "@polkadot/types-known/cjs/index.js", + "^@polkadot/util/(.*).js$": "@polkadot/util/$1.js", + "^@polkadot/util$": "@polkadot/util/cjs/index.js", + "^@polkadot/util-crypto$": "@polkadot/util-crypto/cjs/index.js", + "^@polkadot/wasm-crypto$": "@polkadot/wasm-crypto/cjs/index.js", + "^@polkadot/wasm-crypto-asmjs/(.*)": "@polkadot/wasm-crypto-asmjs/$1.js", + "^@polkadot/wasm-crypto-asmjs$": "@polkadot/wasm-crypto-asmjs/cjs/index.js", + "^@polkadot/wasm-crypto-wasm/(.*)": "@polkadot/wasm-crypto-wasm/$1.js", + "^@polkadot/wasm-crypto-wasm$": "@polkadot/wasm-crypto-wasm/cjs/index.js", + "^@polkadot/x-global$": "@polkadot/x-global/cjs/index.js", + "^@polkadot/x-randomvalues$": "@polkadot/x-randomvalues/cjs/node.js", + "^@polkadot/x-textdecoder$": "@polkadot/x-textdecoder/cjs/node.js", + "^@polkadot/x-textencoder$": "@polkadot/x-textencoder/cjs/node.js", + "^@polkadot/x-bigint/(.*)": "@polkadot/x-bigint/$1.js", + "^@polkadot/x-bigint$": "@polkadot/x-bigint/cjs/index.js", + "^@polkadot/x-noble-secp256k1$": "@polkadot/x-noble-secp256k1/cjs/index.js", + "^@polkadot/x-noble-hashes/(.*)": "@polkadot/x-noble-hashes/$1.js", + "^@polkadot/x-noble-hashes$": "@polkadot/x-noble-hashes/cjs/index.js", }, transformIgnorePatterns: [ "/node_modules/(?!@polkadot|@babel/runtime/helpers/esm/)", diff --git a/package.json b/package.json index 469c1cb04d..70c7605e7c 100644 --- a/package.json +++ b/package.json @@ -71,8 +71,8 @@ "@ledgerhq/json-bignumber": "^1.1.0", "@ledgerhq/live-app-sdk": "^0.2.0", "@ledgerhq/logs": "6.10.0", - "@polkadot/types": "7.8.1", - "@polkadot/types-known": "7.8.1", + "@polkadot/types": "8.1.1", + "@polkadot/types-known": "8.1.1", "@solana/spl-token": "^0.1.8", "@solana/web3.js": "^1.32.0", "@taquito/ledger-signer": "stablelib", diff --git a/yarn.lock b/yarn.lock index 737b276ce1..a6d0a885ce 100644 --- a/yarn.lock +++ b/yarn.lock @@ -270,13 +270,20 @@ core-js-pure "^3.20.2" regenerator-runtime "^0.13.4" -"@babel/runtime@^7.10.2", "@babel/runtime@^7.10.4", "@babel/runtime@^7.10.5", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.15.4", "@babel/runtime@^7.16.3", "@babel/runtime@^7.17.2", "@babel/runtime@^7.9.2": +"@babel/runtime@^7.10.2", "@babel/runtime@^7.10.4", "@babel/runtime@^7.10.5", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.15.4", "@babel/runtime@^7.16.3", "@babel/runtime@^7.9.2": version "7.17.2" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.2.tgz#66f68591605e59da47523c631416b18508779941" integrity sha512-hzeyJyMA1YGdJTuWU0e/j4wKXrU4OMFvY2MSlaI9B7VQb0r5cxTE3EAIS2Q7Tn2RIcDkRvTA/v2JsAEhxe99uw== dependencies: regenerator-runtime "^0.13.4" +"@babel/runtime@^7.17.9": + version "7.17.9" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.9.tgz#d19fbf802d01a8cb6cf053a64e472d42c434ba72" + integrity sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg== + dependencies: + regenerator-runtime "^0.13.4" + "@babel/template@^7.16.7", "@babel/template@^7.3.3": version "7.16.7" resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.16.7.tgz#8d126c8701fde4d66b264b3eba3d96f07666d155" @@ -1570,10 +1577,10 @@ resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.0.0.tgz#d5e38bfbdaba174805a4e649f13be9a9ed3351ae" integrity sha512-DZVbtY62kc3kkBtMHqwCOfXrT/hnoORy5BJ4+HU1IR59X0KWAOqsfzQPcUl/lQLlG7qXbe/fZ3r/emxtAl+sqg== -"@noble/secp256k1@1.5.2": - version "1.5.2" - resolved "https://registry.yarnpkg.com/@noble/secp256k1/-/secp256k1-1.5.2.tgz#40399e4fba54f588fda14fc03a4499044fdcab24" - integrity sha512-5mzA40W2q55VCRuC9XzmkiEnODdY0c5a7qsK2QcOfI5/MuVQyBaWGQyE6YOEF7kDwp+tDVWGsCDVJUME+wsWWw== +"@noble/secp256k1@1.5.5": + version "1.5.5" + resolved "https://registry.yarnpkg.com/@noble/secp256k1/-/secp256k1-1.5.5.tgz#315ab5745509d1a8c8e90d0bdf59823ccf9bcfc3" + integrity sha512-sZ1W6gQzYnu45wPrWx8D3kwI2/U29VYTx9OjbDAd7jwRItJ0cSTMPRL/C8AWZFn9kWFLQGqEXVEE86w4Z8LpIQ== "@nodelib/fs.scandir@2.1.5": version "2.1.5" @@ -1596,169 +1603,169 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@polkadot/keyring@^8.4.1": - version "8.4.1" - resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-8.4.1.tgz#71098121c60a05e1ad33653fcc521c52f22ad1b8" - integrity sha512-0qfS7qikUxhe6LEdCOcMRdCxEa26inJ5aSUWaf5dXy+dgy9VJiov6uXAbXdAd1UHpDvr9hvw94FX+hXsJ7Vsyw== - dependencies: - "@babel/runtime" "^7.17.2" - "@polkadot/util" "8.4.1" - "@polkadot/util-crypto" "8.4.1" - -"@polkadot/networks@8.4.1", "@polkadot/networks@^8.4.1": - version "8.4.1" - resolved "https://registry.yarnpkg.com/@polkadot/networks/-/networks-8.4.1.tgz#c22585edb38f5ae0a329a1f471577d8b35bf64e4" - integrity sha512-YFY3fPLbc1Uz9zsX4TOzjY/FF09nABMgrMkvqddrVbSgo71NvoBv3Gqw3mKV/7bX1Gzk1ODfvTzamdpsKEWSnA== - dependencies: - "@babel/runtime" "^7.17.2" - "@polkadot/util" "8.4.1" - "@substrate/ss58-registry" "^1.14.0" - -"@polkadot/types-augment@7.8.1": - version "7.8.1" - resolved "https://registry.yarnpkg.com/@polkadot/types-augment/-/types-augment-7.8.1.tgz#f790f3874384e3bd3a4850affb775c6d125f2ff3" - integrity sha512-uKDOlU6arH/Oz/faHq315tCA5vjIJTO/zQt0Iuz9woEbmXd6ga0vkCr3gXWfPvjg+QnMQuRpNG8rxtiX5w0vCw== - dependencies: - "@babel/runtime" "^7.17.2" - "@polkadot/types" "7.8.1" - "@polkadot/types-codec" "7.8.1" - "@polkadot/util" "^8.4.1" - -"@polkadot/types-codec@7.8.1": - version "7.8.1" - resolved "https://registry.yarnpkg.com/@polkadot/types-codec/-/types-codec-7.8.1.tgz#b42df0baeac7d424c4e5216752f7a630d95381fa" - integrity sha512-4et1ZiXXK/KsveKcXd0p1FwAYq8rwHmf1pyf1tOH9JglA/Ip6mArrIjivnfofxY5WFWgeuAv7b2+Rk5vGq/0Xw== - dependencies: - "@babel/runtime" "^7.17.2" - "@polkadot/util" "^8.4.1" - -"@polkadot/types-create@7.8.1": - version "7.8.1" - resolved "https://registry.yarnpkg.com/@polkadot/types-create/-/types-create-7.8.1.tgz#9b68e1f4bb3d71e4ed1eaa03119940e3e3952396" - integrity sha512-TxUFc3/WAzFHT1DIgzIssBKxtbjrSDe3GzHbOlJcIcLI17rLHFCVi53uDYvR9kMxterJ9MFMxXc76iqwnnXCgQ== - dependencies: - "@babel/runtime" "^7.17.2" - "@polkadot/types-codec" "7.8.1" - "@polkadot/util" "^8.4.1" - -"@polkadot/types-known@7.8.1": - version "7.8.1" - resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-7.8.1.tgz#1ed7ed5f5bdd5eb8816258753c1f0fa881a0c38f" - integrity sha512-qUTZq6B4tm+Gt3G/CvivZVHTD3NueTyNpv9/nEUWwOAmKgrZyJy7uLgGwHoqEjcXn+F86B3raIgp6WP+v8PibQ== - dependencies: - "@babel/runtime" "^7.17.2" - "@polkadot/networks" "^8.4.1" - "@polkadot/types" "7.8.1" - "@polkadot/types-codec" "7.8.1" - "@polkadot/types-create" "7.8.1" - "@polkadot/util" "^8.4.1" - -"@polkadot/types@7.8.1": - version "7.8.1" - resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-7.8.1.tgz#67ccf5f10fde4e47f007391f7c39c942cc12bdd8" - integrity sha512-B+b3q5qprJb6PJGiJ1r6FiXW6LxH2SOFXkTpcFpJeM2wBkJmeQoiEQ7M/r8kkrqtORptfsrxmhbjMr0xvUHZHA== - dependencies: - "@babel/runtime" "^7.17.2" - "@polkadot/keyring" "^8.4.1" - "@polkadot/types-augment" "7.8.1" - "@polkadot/types-codec" "7.8.1" - "@polkadot/types-create" "7.8.1" - "@polkadot/util" "^8.4.1" - "@polkadot/util-crypto" "^8.4.1" - rxjs "^7.5.4" - -"@polkadot/util-crypto@8.4.1", "@polkadot/util-crypto@^8.4.1": - version "8.4.1" - resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-8.4.1.tgz#41ff754dc995b681913fc0a484bb0d309221a703" - integrity sha512-mWjp83aIWw+EhKN9RkUDmubXibo25q5yHJl4BGm2gT71yTZcABB7q1SGfpDqLH9AB3eXJiutqhC4L3SH7YZ+6Q== - dependencies: - "@babel/runtime" "^7.17.2" +"@polkadot/keyring@^9.0.1": + version "9.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-9.0.1.tgz#421a28bd5d4055706183b3396908773cc5f425f9" + integrity sha512-i4C6TsqhhUpiKxaxD9+g3TWbgxDfWs5HP7oDfLtWNOzE7HJFh2oF/WYx8qgGTE7lYGHdsGUihld/VISnQDd97g== + dependencies: + "@babel/runtime" "^7.17.9" + "@polkadot/util" "9.0.1" + "@polkadot/util-crypto" "9.0.1" + +"@polkadot/networks@9.0.1", "@polkadot/networks@^9.0.1": + version "9.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/networks/-/networks-9.0.1.tgz#6bb6af0a98f3c35f76427e533dfd5359387e7016" + integrity sha512-jWunZIgA1ocYtF6WGWg3EsPQD19FJ/QCSjiyzHIqVZez8EgFSRQ1iqnawVLOJCd2UA319ZOzjLcuUt6QO0IqRQ== + dependencies: + "@babel/runtime" "^7.17.9" + "@polkadot/util" "9.0.1" + "@substrate/ss58-registry" "^1.17.0" + +"@polkadot/types-augment@8.1.1": + version "8.1.1" + resolved "https://registry.yarnpkg.com/@polkadot/types-augment/-/types-augment-8.1.1.tgz#f62107ca46080b9ddfc55f4acda30265dcf033ff" + integrity sha512-JyJigD/rH33uDKPRF8u2rMRmxkh/brM/AkD+pOH5ZO6AfcQ3mNsFEvM5OZ+Wx2vq6+vX3oH922wjK3d3/ILkpQ== + dependencies: + "@babel/runtime" "^7.17.9" + "@polkadot/types" "8.1.1" + "@polkadot/types-codec" "8.1.1" + "@polkadot/util" "^9.0.1" + +"@polkadot/types-codec@8.1.1": + version "8.1.1" + resolved "https://registry.yarnpkg.com/@polkadot/types-codec/-/types-codec-8.1.1.tgz#f45c40953169c28e406fbdb0b7306f90b858861a" + integrity sha512-JJkSYJrkSjNZYIWAqpihgtMKbTfk2r9J6eHeESiWFYhce61o2x1ylyzedaZkvoxD9hVhb7l94ulrHZKtlJKBFQ== + dependencies: + "@babel/runtime" "^7.17.9" + "@polkadot/util" "^9.0.1" + +"@polkadot/types-create@8.1.1": + version "8.1.1" + resolved "https://registry.yarnpkg.com/@polkadot/types-create/-/types-create-8.1.1.tgz#7e9663b1d8abf8caedb71482c1370e4438eee858" + integrity sha512-cL+CpLkHiTxRH67oHiCeunant9JpVvmtJZh+t/NZZypjRkH7YVOpKj643vkiP2m02259N2BzYTR6CEQP8QZGGQ== + dependencies: + "@babel/runtime" "^7.17.9" + "@polkadot/types-codec" "8.1.1" + "@polkadot/util" "^9.0.1" + +"@polkadot/types-known@8.1.1": + version "8.1.1" + resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-8.1.1.tgz#f956b5e0f282cabc32416c81e1a47f6dcda92e06" + integrity sha512-aOuHf/vTFrScipGx9DOcD83ki1jBLHg3549SAkMwyz0K+RnIlt2nat32/M60eUWJgyHHITl4G0QCZrtFY2D2OA== + dependencies: + "@babel/runtime" "^7.17.9" + "@polkadot/networks" "^9.0.1" + "@polkadot/types" "8.1.1" + "@polkadot/types-codec" "8.1.1" + "@polkadot/types-create" "8.1.1" + "@polkadot/util" "^9.0.1" + +"@polkadot/types@8.1.1": + version "8.1.1" + resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-8.1.1.tgz#43e5fb78e6214e6af7c5edbdb6ac69d5b919421d" + integrity sha512-x9WDx9XcaSkQGlnk2MNu+49oK80s8Js7lr0mmCinV12m8+3si+GvIOvnuV3ydmWgWtpTt2ERfN+T8a/6f50EpA== + dependencies: + "@babel/runtime" "^7.17.9" + "@polkadot/keyring" "^9.0.1" + "@polkadot/types-augment" "8.1.1" + "@polkadot/types-codec" "8.1.1" + "@polkadot/types-create" "8.1.1" + "@polkadot/util" "^9.0.1" + "@polkadot/util-crypto" "^9.0.1" + rxjs "^7.5.5" + +"@polkadot/util-crypto@9.0.1", "@polkadot/util-crypto@^9.0.1": + version "9.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-9.0.1.tgz#4cfc867ebec1d593b351cf881e021364eff0c496" + integrity sha512-HPze3+VHY899B6CXwyrgWNDqmjmhfYy6+l29giXLfT/kmaL5FodRPCO36BNTbGCITuVajDR9wdZ/LeLZdIb79w== + dependencies: + "@babel/runtime" "^7.17.9" "@noble/hashes" "1.0.0" - "@noble/secp256k1" "1.5.2" - "@polkadot/networks" "8.4.1" - "@polkadot/util" "8.4.1" - "@polkadot/wasm-crypto" "^4.5.1" - "@polkadot/x-bigint" "8.4.1" - "@polkadot/x-randomvalues" "8.4.1" + "@noble/secp256k1" "1.5.5" + "@polkadot/networks" "9.0.1" + "@polkadot/util" "9.0.1" + "@polkadot/wasm-crypto" "^6.0.1" + "@polkadot/x-bigint" "9.0.1" + "@polkadot/x-randomvalues" "9.0.1" "@scure/base" "1.0.0" ed2curve "^0.3.0" tweetnacl "^1.0.3" -"@polkadot/util@8.4.1", "@polkadot/util@^8.4.1": - version "8.4.1" - resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-8.4.1.tgz#b84835c55585c8b5fc5608a99aa62ac815292ae7" - integrity sha512-8+wqHgFbFWI5TfrvtcL888w0nWvFpbTTYIcbpEw+zYGp3n1YZTAMMP26bXWAaQX5AttxynJRij7JP3ySxYY1fg== +"@polkadot/util@9.0.1", "@polkadot/util@^9.0.1": + version "9.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-9.0.1.tgz#cedd3d44733df72245907eb13b86dafa32a52116" + integrity sha512-MuiuAb0VcnNpBFpbXZ4v0roxEVSpfx3bDR9qR31XCYCUODDKXa04srFz2EXI0pov087mTprIUE+x9wIWkH9QUg== dependencies: - "@babel/runtime" "^7.17.2" - "@polkadot/x-bigint" "8.4.1" - "@polkadot/x-global" "8.4.1" - "@polkadot/x-textdecoder" "8.4.1" - "@polkadot/x-textencoder" "8.4.1" + "@babel/runtime" "^7.17.9" + "@polkadot/x-bigint" "9.0.1" + "@polkadot/x-global" "9.0.1" + "@polkadot/x-textdecoder" "9.0.1" + "@polkadot/x-textencoder" "9.0.1" "@types/bn.js" "^5.1.0" bn.js "^5.2.0" ip-regex "^4.3.0" -"@polkadot/wasm-crypto-asmjs@^4.5.1": - version "4.5.1" - resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto-asmjs/-/wasm-crypto-asmjs-4.5.1.tgz#e1025a49e106db11d1187caf65f56c960ea2ad2b" - integrity sha512-DOdRiWhxVvmqTvp+E9z1j+Yr0zDOGsDvqnT/eNw0Dl1FVUOImsEa7FKns/urASmcxCVEE1jtUWSnij29jrORMQ== +"@polkadot/wasm-crypto-asmjs@^6.0.1": + version "6.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto-asmjs/-/wasm-crypto-asmjs-6.0.1.tgz#64a5ac84d3e7e23a57429fb8932e51161644d536" + integrity sha512-cSGsHBLfPW2nHztgZd+gisCoScA02jbAzwjop/b8xumQ2kq7yAed/K9G1lOQiofEKRetIJeqBzJyk0etopRORw== dependencies: - "@babel/runtime" "^7.16.3" + "@babel/runtime" "^7.17.9" -"@polkadot/wasm-crypto-wasm@^4.5.1": - version "4.5.1" - resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto-wasm/-/wasm-crypto-wasm-4.5.1.tgz#063a58ff7ddd939b7886a6a238109a8d2c416e46" - integrity sha512-hPwke85HxpgG/RAlwdCE8u5w7bThvWg399mlB+XjogXMxOUWBZSgq2XYbgzROUXx27inK9nStF4Pnc4zJnqs9A== +"@polkadot/wasm-crypto-wasm@^6.0.1": + version "6.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto-wasm/-/wasm-crypto-wasm-6.0.1.tgz#d77033f184f46891411453d798a0d5f2e1129e88" + integrity sha512-0r/QgOjIyw4U0mLk6Tm97Di92uxcSPjTo7dK6tdXo1PwYouhzO5IJnL/jNgma8dm5hQoBhk7rcErmkh8c1kLFQ== dependencies: - "@babel/runtime" "^7.16.3" + "@babel/runtime" "^7.17.9" -"@polkadot/wasm-crypto@^4.5.1": - version "4.5.1" - resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto/-/wasm-crypto-4.5.1.tgz#e1ac6d846a0ad8e991cec128994524183ef6e8fd" - integrity sha512-Cr21ais3Kq3aedIHZ3J1tjgeD/+K8FCiwEawr0oRywNBSJR8wyuZMePs4swR/6xm8wbBkpqoBVHz/UQHqqQJmA== +"@polkadot/wasm-crypto@^6.0.1": + version "6.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto/-/wasm-crypto-6.0.1.tgz#47e79133446f7c3e1afd35be844ce0e793b56bee" + integrity sha512-nW5DDrciHGbZbj0Xh7w0Bnh5exSJUw96Zux7RuGfXuoXXHZBcf0QiB4E2dcVh3d/NkF7PkB99FlkdQxQp4M0Rg== dependencies: - "@babel/runtime" "^7.16.3" - "@polkadot/wasm-crypto-asmjs" "^4.5.1" - "@polkadot/wasm-crypto-wasm" "^4.5.1" + "@babel/runtime" "^7.17.9" + "@polkadot/wasm-crypto-asmjs" "^6.0.1" + "@polkadot/wasm-crypto-wasm" "^6.0.1" -"@polkadot/x-bigint@8.4.1": - version "8.4.1" - resolved "https://registry.yarnpkg.com/@polkadot/x-bigint/-/x-bigint-8.4.1.tgz#d3ccddd26cdc5413f5c722d8c53ec523299e3ff1" - integrity sha512-QVP0UMoM0nBD998s3ESeaoSiVMEnHK3x0CCqocKO4l7ADNw8lfWdDG7Bb0+ymNaFYGz2KgEWxkN0VhNEnXzo0w== +"@polkadot/x-bigint@9.0.1": + version "9.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/x-bigint/-/x-bigint-9.0.1.tgz#8ce29cff85b0fcd088a3c1bc3dadc324afb66d88" + integrity sha512-At+huOL4WYdNh8PHy7r94y5JpilphsPLEuyM+K3M/aE2R9G/2f0qTK9AjHeyNyeIrhw6Bc4uzO5K2Ka72HjS2g== dependencies: - "@babel/runtime" "^7.17.2" - "@polkadot/x-global" "8.4.1" + "@babel/runtime" "^7.17.9" + "@polkadot/x-global" "9.0.1" -"@polkadot/x-global@8.4.1": - version "8.4.1" - resolved "https://registry.yarnpkg.com/@polkadot/x-global/-/x-global-8.4.1.tgz#61def1f5962001200c17b9fde92f6837736b3c55" - integrity sha512-MQs89LKQrJwiXjV7dY2kDOPNaiWrwaQ/Fzg93ycB2xMCclRV1jRFRhnhTPJ8Ao79lhCCoazd7pXIyFgfifxdqg== +"@polkadot/x-global@9.0.1": + version "9.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/x-global/-/x-global-9.0.1.tgz#3fb9a6c9b8a86af542c4a514c0af4ba895a5ed5f" + integrity sha512-C4K3laEYWMlWc1fJFUC5Kd6gxSC0GIe/ajClPjiKf5cwCGkGgtkcB7uvpzvnMAdxYpXiUnMHbJB6X/QyV/VG+Q== dependencies: - "@babel/runtime" "^7.17.2" + "@babel/runtime" "^7.17.9" -"@polkadot/x-randomvalues@8.4.1": - version "8.4.1" - resolved "https://registry.yarnpkg.com/@polkadot/x-randomvalues/-/x-randomvalues-8.4.1.tgz#4488d2d6b982e7b2ecafc573cd25e3f1e85a512c" - integrity sha512-1dRIFIib4RzyVo0k5oMLuxqSuZEV6UVvvN+jJw9G/9P1ggZtHjM1KwoFcyHgvpk2RWTB9eJZFemwSvQTpdmSJw== +"@polkadot/x-randomvalues@9.0.1": + version "9.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/x-randomvalues/-/x-randomvalues-9.0.1.tgz#0cbd65817dfd4af3f99d8a3e7d9a456797bc25d9" + integrity sha512-F/1Eabzx9kWivSXA23SW5BzfjtDWqaNct+GkC5dlm2lg/iE2IRY2JIqoKKkfh1u1/3iQ5YfjA96NmD/swNAcew== dependencies: - "@babel/runtime" "^7.17.2" - "@polkadot/x-global" "8.4.1" + "@babel/runtime" "^7.17.9" + "@polkadot/x-global" "9.0.1" -"@polkadot/x-textdecoder@8.4.1": - version "8.4.1" - resolved "https://registry.yarnpkg.com/@polkadot/x-textdecoder/-/x-textdecoder-8.4.1.tgz#5a227006d183f5ec3a8a331ca38e4969d24c4a97" - integrity sha512-qbSXyR2KvE1bO6QGsxWU3Yrx5e70rX2lwv0MHG++MyyNaDoBM3hjx14lF911bYRWXR6MW4eZ+0Nakn0oM5uSKw== +"@polkadot/x-textdecoder@9.0.1": + version "9.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/x-textdecoder/-/x-textdecoder-9.0.1.tgz#dda6234550d770f34cbd12eb0ad9cf3efaf47dfe" + integrity sha512-SudTQiluYIRO8EXF02kfWZGfsXrvJq4D2yURiIeIeWbrAShRUcQES7W01iGa5xvaHSW249eJ3fHbeDTNQd5B6Q== dependencies: - "@babel/runtime" "^7.17.2" - "@polkadot/x-global" "8.4.1" + "@babel/runtime" "^7.17.9" + "@polkadot/x-global" "9.0.1" -"@polkadot/x-textencoder@8.4.1": - version "8.4.1" - resolved "https://registry.yarnpkg.com/@polkadot/x-textencoder/-/x-textencoder-8.4.1.tgz#ea01733ce6b80821bf8af943a1d98878a9150af5" - integrity sha512-1UYuckNOk6NUk70Y/SGbK8oyGbqPlrny1x2OWoK/BT3/tyL2xKVV5TlXDOiFrX1PChbskXye5M8blCTYikFiJg== +"@polkadot/x-textencoder@9.0.1": + version "9.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/x-textencoder/-/x-textencoder-9.0.1.tgz#4013a5160a542472d5bdd94fb5b28b32f7e0bc9f" + integrity sha512-73LeTasA3iDJMCLQXZd21wzNjs1Xr2xNXW03Yja3OPLneGK6Zlqz77AAYcjhQd2dgSFoH2NQ1JvdffXT9y1sGA== dependencies: - "@babel/runtime" "^7.17.2" - "@polkadot/x-global" "8.4.1" + "@babel/runtime" "^7.17.9" + "@polkadot/x-global" "9.0.1" "@protobufjs/aspromise@^1.1.1", "@protobufjs/aspromise@^1.1.2": version "1.1.2" @@ -1973,10 +1980,10 @@ resolved "https://registry.yarnpkg.com/@stablelib/wipe/-/wipe-1.0.1.tgz#d21401f1d59ade56a62e139462a97f104ed19a36" integrity sha512-WfqfX/eXGiAd3RJe4VU2snh/ZPwtSjLG4ynQ/vYzvghTh7dHFcI1wl+nrkWG6lGhukOxOsUHfv8dUXr58D0ayg== -"@substrate/ss58-registry@^1.14.0": - version "1.15.0" - resolved "https://registry.yarnpkg.com/@substrate/ss58-registry/-/ss58-registry-1.15.0.tgz#211c7c9e5cbcbfb6ee9c300efd719a038af38c36" - integrity sha512-UU5uN8HEp0NM22od6kHWLltX0McQPgPX6O3gj7fSf1mMExsCS5fzW88gv1WaVaT8Q+umvGgnIAF7+Tvp8fqTFw== +"@substrate/ss58-registry@^1.17.0": + version "1.17.0" + resolved "https://registry.yarnpkg.com/@substrate/ss58-registry/-/ss58-registry-1.17.0.tgz#a6a50dbef67da0114aff7cdae7c6eec685c5983b" + integrity sha512-YdQOxCtEZLnYZFg/zSzfROYtvIs5+iLD7p/VHoll7AVEhrPAmxgF5ggMDB2Dass7dfwABVx7heATbPFNg95Q8w== "@svgr/babel-plugin-add-jsx-attribute@^5.4.0": version "5.4.0" @@ -8366,10 +8373,10 @@ rxjs@6, rxjs@^6.6.3: dependencies: tslib "^1.9.0" -rxjs@^7.5.4: - version "7.5.4" - resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.4.tgz#3d6bd407e6b7ce9a123e76b1e770dc5761aa368d" - integrity sha512-h5M3Hk78r6wAheJF0a5YahB1yRQKCsZ4MsGdZ5O9ETbVtjPcScGfrMmoOq7EBsCRzd4BDkvDJ7ogP8Sz5tTFiQ== +rxjs@^7.5.5: + version "7.5.5" + resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.5.tgz#2ebad89af0f560f460ad5cc4213219e1f7dd4e9f" + integrity sha512-sy+H0pQofO95VDmFLzyaw9xNJU4KTRSwQIGM6+iG3SypAtCiLDzpeG8sJrNCWn2Up9km+KhkvTdbkrdy+yzZdw== dependencies: tslib "^2.1.0"