From 35986b8583a7004cc5a81b3cf378cc43dd651941 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 00:09:40 +0000 Subject: [PATCH] fix(deps): bump @polkadot/api from 3.7.3 to 4.12.1 Bumps [@polkadot/api](https://github.com/polkadot-js/api) from 3.7.3 to 4.12.1. - [Release notes](https://github.com/polkadot-js/api/releases) - [Changelog](https://github.com/polkadot-js/api/blob/master/CHANGELOG.md) - [Commits](https://github.com/polkadot-js/api/compare/v3.7.3...v4.12.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 387 ++++++++++++++++++++++++++++++++++----------------- 2 files changed, 260 insertions(+), 129 deletions(-) diff --git a/package.json b/package.json index 4279947..3fd7799 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@fortawesome/fontawesome-svg-core": "^1.2.34", "@fortawesome/free-regular-svg-icons": "^5.15.2", "@nuxtjs/axios": "^5.13.0", - "@polkadot/api": "^3.7.3", + "@polkadot/api": "^4.12.1", "@polkadot/extension-dapp": "^0.36.1", "@polkadot/vue-identicon": "^0.60.1", "@vue/composition-api": "^1.0.0-rc.1", diff --git a/yarn.lock b/yarn.lock index 54f424c..ec57d53 100644 --- a/yarn.lock +++ b/yarn.lock @@ -973,10 +973,10 @@ "@babel/types" "^7.4.4" esutils "^2.0.2" -"@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.8.4": - version "7.12.5" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.5.tgz#410e7e487441e1b360c29be715d870d9b985882e" - integrity sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg== +"@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.9", "@babel/runtime@^7.14.0", "@babel/runtime@^7.8.4": + version "7.14.0" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.0.tgz#46794bc20b612c5f75e62dd071e24dfd95f1cbe6" + integrity sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA== dependencies: regenerator-runtime "^0.13.4" @@ -1734,36 +1734,36 @@ mustache "^2.3.0" stack-trace "0.0.10" -"@polkadot/api-derive@3.7.3": - version "3.7.3" - resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-3.7.3.tgz#3f4becd6bdb4a199a0e423028dd23fafb98cb130" - integrity sha512-6JEfmCwFZwSA48Fpw+o9ls6KmaPFuIHvJPGSl3rpbisfss75/LaazGkORNkOFbVxkdZSQHUU8irTav7pB7ALrw== - dependencies: - "@babel/runtime" "^7.12.5" - "@polkadot/api" "3.7.3" - "@polkadot/rpc-core" "3.7.3" - "@polkadot/types" "3.7.3" - "@polkadot/util" "^5.5.2" - "@polkadot/util-crypto" "^5.5.2" - "@polkadot/x-rxjs" "^5.5.2" +"@polkadot/api-derive@4.12.1": + version "4.12.1" + resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-4.12.1.tgz#463a9e83757a7a693d6a6fb21d5ada659b2d731b" + integrity sha512-u2o4fVyBHfoD7P6xWLhjqvvdlkDjjb0gs5quxYbiBSpPpc4itNdnvwJESjRl4Yx1PgnstnD9GVg65iMJR0j4QA== + dependencies: + "@babel/runtime" "^7.14.0" + "@polkadot/api" "4.12.1" + "@polkadot/rpc-core" "4.12.1" + "@polkadot/types" "4.12.1" + "@polkadot/util" "^6.6.1" + "@polkadot/util-crypto" "^6.6.1" + "@polkadot/x-rxjs" "^6.6.1" bn.js "^4.11.9" -"@polkadot/api@3.7.3", "@polkadot/api@^3.7.3": - version "3.7.3" - resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-3.7.3.tgz#14a016f8343286923d8fbdf4e892ea83dd1e35d4" - integrity sha512-zHiI/8WiCSnyctUQDER5/hj6GLvknQNxjlh61ecoYkGE5S5Ofs7ph/6R66S6wJZEGLHOqtvzCvcxN3z94ZSHSA== - dependencies: - "@babel/runtime" "^7.12.5" - "@polkadot/api-derive" "3.7.3" - "@polkadot/keyring" "^5.5.2" - "@polkadot/metadata" "3.7.3" - "@polkadot/rpc-core" "3.7.3" - "@polkadot/rpc-provider" "3.7.3" - "@polkadot/types" "3.7.3" - "@polkadot/types-known" "3.7.3" - "@polkadot/util" "^5.5.2" - "@polkadot/util-crypto" "^5.5.2" - "@polkadot/x-rxjs" "^5.5.2" +"@polkadot/api@4.12.1", "@polkadot/api@^4.12.1": + version "4.12.1" + resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-4.12.1.tgz#dbdc35f15b8a51e971754feaa714f685eed6f167" + integrity sha512-YHm/CD32/rgNlm3UIspiMYEqouT1zj0qrMYzUJXQK/xfmrXczCxgJFEgaAfi7oIVWNYfb/vma6xT8Swv7EoRFg== + dependencies: + "@babel/runtime" "^7.14.0" + "@polkadot/api-derive" "4.12.1" + "@polkadot/keyring" "^6.6.1" + "@polkadot/metadata" "4.12.1" + "@polkadot/rpc-core" "4.12.1" + "@polkadot/rpc-provider" "4.12.1" + "@polkadot/types" "4.12.1" + "@polkadot/types-known" "4.12.1" + "@polkadot/util" "^6.6.1" + "@polkadot/util-crypto" "^6.6.1" + "@polkadot/x-rxjs" "^6.6.1" bn.js "^4.11.9" eventemitter3 "^4.0.7" @@ -1784,82 +1784,89 @@ dependencies: "@babel/runtime" "^7.12.5" -"@polkadot/keyring@^5.5.2": - version "5.5.2" - resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-5.5.2.tgz#fc929129de0d942e322820291beefdf8eefd644a" - integrity sha512-xuaF8tx7RokcVgmp4WKcnnhKAl6pUeOgV8RFO3BnFB8Z1WcgYs984cv0LhjovSGRsDyL/fL+/5/ZZXO90YxJYg== - dependencies: - "@babel/runtime" "^7.12.5" - "@polkadot/util" "5.5.2" - "@polkadot/util-crypto" "5.5.2" - -"@polkadot/metadata@3.7.3": - version "3.7.3" - resolved "https://registry.yarnpkg.com/@polkadot/metadata/-/metadata-3.7.3.tgz#6960b0a86329dabca93f0fced641e2408962f3b4" - integrity sha512-hjtA8bC2HiKiSNtBBVfIZAwUsloW09+MrYkcf6yYFndht6EGdCPbFG/xwZkAmRhyTSVoytfWN+3ACu1rD/WN8A== - dependencies: - "@babel/runtime" "^7.12.5" - "@polkadot/types" "3.7.3" - "@polkadot/types-known" "3.7.3" - "@polkadot/util" "^5.5.2" - "@polkadot/util-crypto" "^5.5.2" +"@polkadot/keyring@^6.6.1": + version "6.6.1" + resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-6.6.1.tgz#66fb4fa3079ef79fe39560ccfa9bfffe28321796" + integrity sha512-nN6sI46Xe8l57NAq8E8WS+Z+rHxmeJhlB5Pfyd2/FjjhsC7Y/IOfG4YKJTGzFIsRj5O07BaKYr2Y+jT3XZfAkQ== + dependencies: + "@babel/runtime" "^7.14.0" + "@polkadot/util" "6.6.1" + "@polkadot/util-crypto" "6.6.1" + +"@polkadot/metadata@4.12.1": + version "4.12.1" + resolved "https://registry.yarnpkg.com/@polkadot/metadata/-/metadata-4.12.1.tgz#2f775181886b91b55c8c283a30a605233d00132f" + integrity sha512-BUitrRMlWmkPSUQFOG7Io6TMKQxbWQxfjSm3baeO5T2AxpaRxRZEaX4KYy9W1sZFWBgVzxdidcBImV/Bz5mBTA== + dependencies: + "@babel/runtime" "^7.14.0" + "@polkadot/types" "4.12.1" + "@polkadot/types-known" "4.12.1" + "@polkadot/util" "^6.6.1" + "@polkadot/util-crypto" "^6.6.1" bn.js "^4.11.9" -"@polkadot/networks@5.5.2", "@polkadot/networks@^5.5.2": +"@polkadot/networks@5.5.2": version "5.5.2" resolved "https://registry.yarnpkg.com/@polkadot/networks/-/networks-5.5.2.tgz#7a1be26fbb44512084f4575c2f2c876e007b79a5" integrity sha512-KDoqUulR0r0uv8H7iKC4X/+YUcrqrIe0ACeidvCfTcu4iiAnWXwbS9ifv/qj+eWTI+FXMSRFDSCvyYXKz4Ic2A== dependencies: "@babel/runtime" "^7.12.5" -"@polkadot/rpc-core@3.7.3": - version "3.7.3" - resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-3.7.3.tgz#d9ee04f4e6a6e28aabc420c566e3c74c888f836a" - integrity sha512-zC2vPcKu4IjrWOop8HIoyd0smc2/s9VVJx6LwbFigLikYw4g/ZYCe7MBpMpOxLJYvN+Huy1Ije2M3SwQTllNIg== - dependencies: - "@babel/runtime" "^7.12.5" - "@polkadot/metadata" "3.7.3" - "@polkadot/rpc-provider" "3.7.3" - "@polkadot/types" "3.7.3" - "@polkadot/util" "^5.5.2" - "@polkadot/x-rxjs" "^5.5.2" - -"@polkadot/rpc-provider@3.7.3": - version "3.7.3" - resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-3.7.3.tgz#f046e7b1e7f969dce73737cb2d9e51959c2e1a36" - integrity sha512-3NlHq10vIcfrj0vq5YSONNzAHiIGAveBE0ZB7SwS8VKT9V04yv9B1WufQDeOtYPTC4Iy3PGJN359tMr9iPUzCA== - dependencies: - "@babel/runtime" "^7.12.5" - "@polkadot/types" "3.7.3" - "@polkadot/util" "^5.5.2" - "@polkadot/util-crypto" "^5.5.2" - "@polkadot/x-fetch" "^5.5.2" - "@polkadot/x-global" "^5.5.2" - "@polkadot/x-ws" "^5.5.2" +"@polkadot/networks@6.6.1", "@polkadot/networks@^6.6.1": + version "6.6.1" + resolved "https://registry.yarnpkg.com/@polkadot/networks/-/networks-6.6.1.tgz#ceeb9c720218414b09cea7949e321c38f76c37ff" + integrity sha512-tvQdtH2m9ZBWCLBRLP+dvfyJ/CBqCU7TkJSNQCg9RaKkwLRQ+Vl4HKNbXai9jAGXDQmxLYIkxu89VRNksQrBRw== + dependencies: + "@babel/runtime" "^7.14.0" + +"@polkadot/rpc-core@4.12.1": + version "4.12.1" + resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-4.12.1.tgz#f58422890b66b91e8055f9b16cc5482a0da189d5" + integrity sha512-vauY3nc7KbR0D7MkFR6Et7mOr3nXaHq88X2nwTV7w7sAJeJujs7fxtVb+8CUYVN9Nu0IPSShV1QYhgTv8TEB1g== + dependencies: + "@babel/runtime" "^7.14.0" + "@polkadot/metadata" "4.12.1" + "@polkadot/rpc-provider" "4.12.1" + "@polkadot/types" "4.12.1" + "@polkadot/util" "^6.6.1" + "@polkadot/x-rxjs" "^6.6.1" + +"@polkadot/rpc-provider@4.12.1": + version "4.12.1" + resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-4.12.1.tgz#cfe22ac590b042f684ce426ba5f603d91ae2e185" + integrity sha512-WF7bTu06305hHROhqgx4/bPoeG4f7gHH2G2nXpRU/l3TfXaR1WpofsEHjwOsWo2d/F3381tai1tmQ3Rt/2HUwA== + dependencies: + "@babel/runtime" "^7.14.0" + "@polkadot/types" "4.12.1" + "@polkadot/util" "^6.6.1" + "@polkadot/util-crypto" "^6.6.1" + "@polkadot/x-fetch" "^6.6.1" + "@polkadot/x-global" "^6.6.1" + "@polkadot/x-ws" "^6.6.1" bn.js "^4.11.9" eventemitter3 "^4.0.7" -"@polkadot/types-known@3.7.3": - version "3.7.3" - resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-3.7.3.tgz#40681442231fd4eea795832816b02a76f01a071b" - integrity sha512-FkHHCDVL4/gLDJ/vSzq6GEjV7X7BMhEcGEEFwlDOYFDML0wPHCW/HfHi23rg4inStYJ2TAvvt5yrxzj3mxETyg== +"@polkadot/types-known@4.12.1": + version "4.12.1" + resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-4.12.1.tgz#743a03c34b74399f8768b61fb5fced7a16faef33" + integrity sha512-6zU8sA5GYja50qPakK06iwknRs/N18TfMswzmku7Zks2iZnEzCD4Yw1eMgzl3E807ScWoB1KpH1VVqcNLeneSA== dependencies: - "@babel/runtime" "^7.12.5" - "@polkadot/networks" "^5.5.2" - "@polkadot/types" "3.7.3" - "@polkadot/util" "^5.5.2" + "@babel/runtime" "^7.14.0" + "@polkadot/networks" "^6.6.1" + "@polkadot/types" "4.12.1" + "@polkadot/util" "^6.6.1" bn.js "^4.11.9" -"@polkadot/types@3.7.3": - version "3.7.3" - resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-3.7.3.tgz#83ccccf3fb70fe49ac1c18dea4a7262a1f5a2a04" - integrity sha512-6+8oMCqnNb4aLMZGZjisiyzykdMW3HHiRdcMdGT3CFyeNuvJoihF5fhgRROwYx8xG4LgHWuTB+s/pOnThmJ41Q== +"@polkadot/types@4.12.1": + version "4.12.1" + resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-4.12.1.tgz#dc9ec69d7c0d77c7edc338180f334ac2bac003d5" + integrity sha512-BYzE9xedfV4mOA9g0Ge4DHI4lameQrrVZg3aaN4GvpZzrox1xAzon7vhZqXfe1452avu/ivaoxxnLHze4tI+hA== dependencies: - "@babel/runtime" "^7.12.5" - "@polkadot/metadata" "3.7.3" - "@polkadot/util" "^5.5.2" - "@polkadot/util-crypto" "^5.5.2" - "@polkadot/x-rxjs" "^5.5.2" + "@babel/runtime" "^7.14.0" + "@polkadot/metadata" "4.12.1" + "@polkadot/util" "^6.6.1" + "@polkadot/util-crypto" "^6.6.1" + "@polkadot/x-rxjs" "^6.6.1" "@types/bn.js" "^4.11.6" bn.js "^4.11.9" @@ -1871,7 +1878,29 @@ "@babel/runtime" "^7.11.2" color "^3.1.2" -"@polkadot/util-crypto@5.5.2", "@polkadot/util-crypto@^5.2.3", "@polkadot/util-crypto@^5.5.2": +"@polkadot/util-crypto@6.6.1", "@polkadot/util-crypto@^6.6.1": + version "6.6.1" + resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-6.6.1.tgz#5065e3cd18b06b804b0ac151d6b00fe853c96c85" + integrity sha512-aD2Nr2Hb92Ev9w9yY5IRdVBlISRMAI3dokXXTpYIC+GVVH0i5bKA1KtO8eOhzh44/eujc7DUNB5wAXdl8rCCOQ== + dependencies: + "@babel/runtime" "^7.14.0" + "@polkadot/networks" "6.6.1" + "@polkadot/util" "6.6.1" + "@polkadot/wasm-crypto" "^4.0.2" + "@polkadot/x-randomvalues" "6.6.1" + base-x "^3.0.8" + base64-js "^1.5.1" + blakejs "^1.1.0" + bn.js "^4.11.9" + create-hash "^1.2.0" + elliptic "^6.5.4" + hash.js "^1.1.7" + js-sha3 "^0.8.0" + scryptsy "^2.1.0" + tweetnacl "^1.0.3" + xxhashjs "^0.2.2" + +"@polkadot/util-crypto@^5.2.3": version "5.5.2" resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-5.5.2.tgz#b1ff3be3a98dc5eced42ef636f3e50f977aa330d" integrity sha512-9QaOTSQ9THysdntwtIRRvu2YE9m6XgMA3KEb0/4s/t37+9/BVVAZOSZE7xXAEDnS2slxE7DDCn4yu1LBMt5sVA== @@ -1892,7 +1921,7 @@ tweetnacl "^1.0.3" xxhashjs "^0.2.2" -"@polkadot/util@5.5.2", "@polkadot/util@^5.2.3", "@polkadot/util@^5.5.2": +"@polkadot/util@5.5.2", "@polkadot/util@^5.2.3": version "5.5.2" resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-5.5.2.tgz#4d47dfd76c9105d8244f089a2fc09b32fbaf8202" integrity sha512-S7KLG5x42C7Hc5Jue8aLfbjE/Q9HNoBvwq35Hf3aCduvzX2jqxK1tvYGQ4bKIjoh5uUfVz14nt12jKLpkz15iA== @@ -1905,6 +1934,19 @@ camelcase "^5.3.1" ip-regex "^4.3.0" +"@polkadot/util@6.6.1", "@polkadot/util@^6.6.1": + version "6.6.1" + resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-6.6.1.tgz#baa29a958dbf5843dbb0fb02d8e80c23cb803f58" + integrity sha512-KTHO3tTcmeByEwJoTjV8JFSTe3cFl6/2NUg9q3D4PkyrOEhzXJSNJ1exyXDWSDVS/udcq0TOGuR+NgYWoVuZvQ== + dependencies: + "@babel/runtime" "^7.14.0" + "@polkadot/x-textdecoder" "6.6.1" + "@polkadot/x-textencoder" "6.6.1" + "@types/bn.js" "^4.11.6" + bn.js "^4.11.9" + camelcase "^5.3.1" + ip-regex "^4.3.0" + "@polkadot/vue-identicon@^0.60.1": version "0.60.1" resolved "https://registry.yarnpkg.com/@polkadot/vue-identicon/-/vue-identicon-0.60.1.tgz#ec023b1790e97483da65d92d2e5ee42fafd5e644" @@ -1921,6 +1963,13 @@ dependencies: "@babel/runtime" "^7.12.5" +"@polkadot/wasm-crypto-asmjs@^4.0.2": + version "4.0.2" + resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto-asmjs/-/wasm-crypto-asmjs-4.0.2.tgz#f42c353a64e1243841daf90e4bd54eff01a4e3cf" + integrity sha512-hlebqtGvfjg2ZNm4scwBGVHwOwfUhy2yw5RBHmPwkccUif3sIy4SAzstpcVBIVMdAEvo746bPWEInA8zJRcgJA== + dependencies: + "@babel/runtime" "^7.13.9" + "@polkadot/wasm-crypto-wasm@^3.2.2": version "3.2.2" resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto-wasm/-/wasm-crypto-wasm-3.2.2.tgz#44f8713d1db19efe13ea4c598f13a8495b24b49f" @@ -1928,6 +1977,13 @@ dependencies: "@babel/runtime" "^7.12.5" +"@polkadot/wasm-crypto-wasm@^4.0.2": + version "4.0.2" + resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto-wasm/-/wasm-crypto-wasm-4.0.2.tgz#89f9e0a1e4d076784d4a42bea37fc8b06bdd8bb6" + integrity sha512-de/AfNPZ0uDKFWzOZ1rJCtaUbakGN29ks6IRYu6HZTRg7+RtqvE1rIkxabBvYgQVHIesmNwvEA9DlIkS6hYRFQ== + dependencies: + "@babel/runtime" "^7.13.9" + "@polkadot/wasm-crypto@^3.2.2": version "3.2.2" resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto/-/wasm-crypto-3.2.2.tgz#732d36f2dcd4c327696d078ad2efc64b70ca8586" @@ -1937,17 +1993,26 @@ "@polkadot/wasm-crypto-asmjs" "^3.2.2" "@polkadot/wasm-crypto-wasm" "^3.2.2" -"@polkadot/x-fetch@^5.5.2": - version "5.5.2" - resolved "https://registry.yarnpkg.com/@polkadot/x-fetch/-/x-fetch-5.5.2.tgz#f2f870527ec5f4f6f6fede3ee7e92081c9d2ec67" - integrity sha512-Vxfrd4OEqqmdtdsbU8GKMIygvA5H2O6Ug8tfrmHtjPZvMBWsS8fkov3Lc3cNVjF3VLhepALIPivvV7gY4ddG/Q== +"@polkadot/wasm-crypto@^4.0.2": + version "4.0.2" + resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto/-/wasm-crypto-4.0.2.tgz#9649057adee8383cc86433d107ba526b718c5a3b" + integrity sha512-2h9FuQFkBc+B3TwSapt6LtyPvgtd0Hq9QsHW8g8FrmKBFRiiFKYRpfJKHCk0aCZzuRf9h95bQl/X6IXAIWF2ng== dependencies: - "@babel/runtime" "^7.12.5" - "@polkadot/x-global" "5.5.2" - "@types/node-fetch" "^2.5.8" + "@babel/runtime" "^7.13.9" + "@polkadot/wasm-crypto-asmjs" "^4.0.2" + "@polkadot/wasm-crypto-wasm" "^4.0.2" + +"@polkadot/x-fetch@^6.6.1": + version "6.6.1" + resolved "https://registry.yarnpkg.com/@polkadot/x-fetch/-/x-fetch-6.6.1.tgz#208cb7c2e6410bbfc8c15a75e9917a8cbda60956" + integrity sha512-C18/iKYwiCMnNHyxvdyy7xRGaIRJuKmpm6Wxrv4iwBXlNAHVWkbjbuHuXKArg2+aL2hcMzulYobeKkDtu4rDDw== + dependencies: + "@babel/runtime" "^7.14.0" + "@polkadot/x-global" "6.6.1" + "@types/node-fetch" "^2.5.10" node-fetch "^2.6.1" -"@polkadot/x-global@5.5.2", "@polkadot/x-global@^5.5.2": +"@polkadot/x-global@5.5.2": version "5.5.2" resolved "https://registry.yarnpkg.com/@polkadot/x-global/-/x-global-5.5.2.tgz#9161e873bcdaeea335ff83160b7896ef505ebae9" integrity sha512-xRQgptrthkHDy80KKtM/oHnwqJuXGs+V+GeolSUkXYSfe7vJNocN8qTsh0nO8eI6gaZgDaEXH7PrvyUmEzDsgA== @@ -1956,6 +2021,15 @@ "@types/node-fetch" "^2.5.8" node-fetch "^2.6.1" +"@polkadot/x-global@6.6.1", "@polkadot/x-global@^6.6.1": + version "6.6.1" + resolved "https://registry.yarnpkg.com/@polkadot/x-global/-/x-global-6.6.1.tgz#25539a429f16ad786948f5160f3d3cbe05ec00f3" + integrity sha512-3vM+48JMhzIAKr+AM7AU8Jq1Ok3cKHt8BoLZthrJuWJuzpwS6zWVMj0dpOH7bnk3JxM6D5Nwpwci1yxgyz2teA== + dependencies: + "@babel/runtime" "^7.14.0" + "@types/node-fetch" "^2.5.10" + node-fetch "^2.6.1" + "@polkadot/x-randomvalues@5.5.2": version "5.5.2" resolved "https://registry.yarnpkg.com/@polkadot/x-randomvalues/-/x-randomvalues-5.5.2.tgz#7cf50e4a8f75bc79d7c848be22e93936de070dec" @@ -1964,13 +2038,21 @@ "@babel/runtime" "^7.12.5" "@polkadot/x-global" "5.5.2" -"@polkadot/x-rxjs@^5.5.2": - version "5.5.2" - resolved "https://registry.yarnpkg.com/@polkadot/x-rxjs/-/x-rxjs-5.5.2.tgz#0d296bdf8aee8c380352d98c755d8ea9e3d4d61a" - integrity sha512-RF0F5s+RY4XWAJKI3KZW5c0WnaDUfDA4xspzDJ38iOTtU9yyoxlrvdUBJslnhgN8RfilEEsLDPxH44tDM0xsOQ== +"@polkadot/x-randomvalues@6.6.1": + version "6.6.1" + resolved "https://registry.yarnpkg.com/@polkadot/x-randomvalues/-/x-randomvalues-6.6.1.tgz#7fd56f664a4f5a37feab27f9d4570814038778ce" + integrity sha512-CT6fhPVqwxTjhv9cohexIMFgSWdBEIXG8QwY1jMgj0YRKj+4UwnEGRwJksPfOPsV4VU0+tknDeMbhu+eqjid3w== dependencies: - "@babel/runtime" "^7.12.5" - rxjs "^6.6.3" + "@babel/runtime" "^7.14.0" + "@polkadot/x-global" "6.6.1" + +"@polkadot/x-rxjs@^6.6.1": + version "6.6.1" + resolved "https://registry.yarnpkg.com/@polkadot/x-rxjs/-/x-rxjs-6.6.1.tgz#660d5c1becb74637ff4cec54788e17b11cc5900c" + integrity sha512-SqNrQHgzGgjU6gZnRGUzlCaF/3raeb6eGFTX9FtF5z4YEqtN8qflEs/Av5mok/Qxm1oboqHDZGyNE6b3v5GIvQ== + dependencies: + "@babel/runtime" "^7.14.0" + rxjs "^6.6.7" "@polkadot/x-textdecoder@5.5.2": version "5.5.2" @@ -1980,6 +2062,14 @@ "@babel/runtime" "^7.12.5" "@polkadot/x-global" "5.5.2" +"@polkadot/x-textdecoder@6.6.1": + version "6.6.1" + resolved "https://registry.yarnpkg.com/@polkadot/x-textdecoder/-/x-textdecoder-6.6.1.tgz#2f005df0e21d3d423395659008a95638e445ea27" + integrity sha512-f6ZjD76RmUqi87ioXE8b1kwy3I7L9pDE/9xAeGyucnYQELUtCvz/4Z8NjYJn05aeq1kHg11Fr0p1dHSArTZHUw== + dependencies: + "@babel/runtime" "^7.14.0" + "@polkadot/x-global" "6.6.1" + "@polkadot/x-textencoder@5.5.2": version "5.5.2" resolved "https://registry.yarnpkg.com/@polkadot/x-textencoder/-/x-textencoder-5.5.2.tgz#d4a41b40186b8e2b364f91c624c2529ae3d4fc89" @@ -1988,15 +2078,23 @@ "@babel/runtime" "^7.12.5" "@polkadot/x-global" "5.5.2" -"@polkadot/x-ws@^5.5.2": - version "5.5.2" - resolved "https://registry.yarnpkg.com/@polkadot/x-ws/-/x-ws-5.5.2.tgz#74a745d742598af9c70eafc4642a0b0a85dd85f8" - integrity sha512-vFF6zbmpLAtZHzrHzjpeCAcPggIybDUyKgwiK/+OHITu9FgC6KxkelXGzGu5X/Iq+9aYy7K1J3gXWJvqxwUjnA== +"@polkadot/x-textencoder@6.6.1": + version "6.6.1" + resolved "https://registry.yarnpkg.com/@polkadot/x-textencoder/-/x-textencoder-6.6.1.tgz#d0678aa001af66561fc1913e76c9704567e3df3d" + integrity sha512-HJt5YpvlHpVHP/8a4+FI2oRRQLK7x/j8RNK/e5vfHE1a3jHcrNm7FbS95KwRlaObPgtFIwR7EIkxXq8PHUl8yA== dependencies: - "@babel/runtime" "^7.12.5" - "@polkadot/x-global" "5.5.2" - "@types/websocket" "^1.0.1" - websocket "^1.0.33" + "@babel/runtime" "^7.14.0" + "@polkadot/x-global" "6.6.1" + +"@polkadot/x-ws@^6.6.1": + version "6.6.1" + resolved "https://registry.yarnpkg.com/@polkadot/x-ws/-/x-ws-6.6.1.tgz#9af80746f130b00b9f1e57354ce4fd2ae212161f" + integrity sha512-KLdDo4wHE3tiKbAoCPswX/a/SjfegvBCsgXhiwVwyvMFqd37Y7/LI9A0P+djlIYpkiPCjQpWDKNLA6r7kBdN8Q== + dependencies: + "@babel/runtime" "^7.14.0" + "@polkadot/x-global" "6.6.1" + "@types/websocket" "^1.0.2" + websocket "^1.0.34" "@sindresorhus/is@^4.0.0": version "4.0.0" @@ -2162,6 +2260,14 @@ dependencies: "@types/node" "*" +"@types/node-fetch@^2.5.10": + version "2.5.10" + resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.5.10.tgz#9b4d4a0425562f9fcea70b12cb3fcdd946ca8132" + integrity sha512-IpkX0AasN44hgEad0gEF/V6EgR5n69VEqPEgnmoM8GsIGro3PowbWs4tR6IhxUTyPLpOn+fiGG6nrQhcmoCuIQ== + dependencies: + "@types/node" "*" + form-data "^3.0.0" + "@types/node-fetch@^2.5.8": version "2.5.8" resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.5.8.tgz#e199c835d234c7eb0846f6618012e558544ee2fb" @@ -2250,10 +2356,10 @@ "@types/webpack-sources" "*" source-map "^0.6.0" -"@types/websocket@^1.0.1": - version "1.0.1" - resolved "https://registry.yarnpkg.com/@types/websocket/-/websocket-1.0.1.tgz#039272c196c2c0e4868a0d8a1a27bbb86e9e9138" - integrity sha512-f5WLMpezwVxCLm1xQe/kdPpQIOmL0TXYx2O15VYfYzc7hTIdxiOoOvez+McSIw3b7z/1zGovew9YSL7+h4h7/Q== +"@types/websocket@^1.0.2": + version "1.0.2" + resolved "https://registry.yarnpkg.com/@types/websocket/-/websocket-1.0.2.tgz#d2855c6a312b7da73ed16ba6781815bf30c6187a" + integrity sha512-B5m9aq7cbbD/5/jThEr33nUY8WEfVi6A2YKCTOvw5Ldy7mtsOkqRvGjnzy6g7iMMDsgu7xREuCzqATLDLQVKcQ== dependencies: "@types/node" "*" @@ -3135,6 +3241,11 @@ base64-js@^1.0.2: resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.3.1.tgz#58ece8cb75dd07e71ed08c736abc5fac4dbf8df1" integrity sha512-mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g== +base64-js@^1.5.1: + version "1.5.1" + resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a" + integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA== + base@^0.11.1: version "0.11.2" resolved "https://registry.yarnpkg.com/base/-/base-0.11.2.tgz#7bde5ced145b6d551a90db87f83c558b4eb48a8f" @@ -3299,7 +3410,7 @@ braces@^3.0.1, braces@~3.0.2: dependencies: fill-range "^7.0.1" -brorand@^1.0.1: +brorand@^1.0.1, brorand@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f" integrity sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8= @@ -4809,6 +4920,19 @@ elliptic@^6.5.3: minimalistic-assert "^1.0.0" minimalistic-crypto-utils "^1.0.0" +elliptic@^6.5.4: + version "6.5.4" + resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb" + integrity sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ== + dependencies: + bn.js "^4.11.9" + brorand "^1.1.0" + hash.js "^1.0.0" + hmac-drbg "^1.0.1" + inherits "^2.0.4" + minimalistic-assert "^1.0.1" + minimalistic-crypto-utils "^1.0.1" + emittery@^0.7.1: version "0.7.1" resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.7.1.tgz#c02375a927a40948c0345cc903072597f5270451" @@ -6148,7 +6272,7 @@ hex-color-regex@^1.1.0: resolved "https://registry.yarnpkg.com/hex-color-regex/-/hex-color-regex-1.1.0.tgz#4c06fccb4602fe2602b3c93df82d7e7dbf1a8a8e" integrity sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ== -hmac-drbg@^1.0.0: +hmac-drbg@^1.0.0, hmac-drbg@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1" integrity sha1-0nRXAQJabHdabFRXk+1QL8DGSaE= @@ -10142,13 +10266,20 @@ run-queue@^1.0.0, run-queue@^1.0.3: dependencies: aproba "^1.1.1" -rxjs@^6.6.0, rxjs@^6.6.3: +rxjs@^6.6.0: version "6.6.3" resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.3.tgz#8ca84635c4daa900c0d3967a6ee7ac60271ee552" integrity sha512-trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ== dependencies: tslib "^1.9.0" +rxjs@^6.6.7: + version "6.6.7" + resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9" + integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ== + dependencies: + tslib "^1.9.0" + safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1: version "5.1.2" resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" @@ -11855,10 +11986,10 @@ webpackbar@^4.0.0: text-table "^0.2.0" wrap-ansi "^6.0.0" -websocket@^1.0.33: - version "1.0.33" - resolved "https://registry.yarnpkg.com/websocket/-/websocket-1.0.33.tgz#407f763fc58e74a3fa41ca3ae5d78d3f5e3b82a5" - integrity sha512-XwNqM2rN5eh3G2CUQE3OHZj+0xfdH42+OFK6LdC2yqiC0YU8e5UK0nYre220T0IyyN031V/XOvtHvXozvJYFWA== +websocket@^1.0.34: + version "1.0.34" + resolved "https://registry.yarnpkg.com/websocket/-/websocket-1.0.34.tgz#2bdc2602c08bf2c82253b730655c0ef7dcab3111" + integrity sha512-PRDso2sGwF6kM75QykIesBijKSVceR6jL2G8NGYyq2XrItNC2P5/qL5XeR056GhA+Ly7JMFvJb9I312mJfmqnQ== dependencies: bufferutil "^4.0.1" debug "^2.2.0"