Skip to content

Commit

Permalink
chore:(deps): bump @polkadot/util-crypto from 6.0.5 to 6.3.1
Browse files Browse the repository at this point in the history
Bumps [@polkadot/util-crypto](https://github.com/polkadot-js/common) from 6.0.5 to 6.3.1.
- [Release notes](https://github.com/polkadot-js/common/releases)
- [Changelog](https://github.com/polkadot-js/common/blob/master/CHANGELOG.md)
- [Commits](polkadot-js/common@v6.0.5...v6.3.1)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 26, 2021
1 parent 828ae79 commit 9eea0c5
Showing 1 changed file with 90 additions and 7 deletions.
97 changes: 90 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -284,10 +284,10 @@
dependencies:
regenerator-runtime "^0.13.4"

"@babel/runtime@^7.12.1", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.13.7", "@babel/runtime@^7.13.8", "@babel/runtime@^7.13.9", "@babel/runtime@^7.9.6":
version "7.13.10"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.13.10.tgz#47d42a57b6095f4468da440388fdbad8bebf0d7d"
integrity sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw==
"@babel/runtime@^7.12.1", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.13.17", "@babel/runtime@^7.13.7", "@babel/runtime@^7.13.8", "@babel/runtime@^7.13.9", "@babel/runtime@^7.9.6":
version "7.13.17"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.13.17.tgz#8966d1fc9593bf848602f0662d6b4d0069e3a7ec"
integrity sha512-NCdgJEelPTSh+FEFylhnP1ylq848l1z9t9N0j1Lfbcw0+KXGjsTvUmkxy+voLLXB5SOKMbLLx4jxYliGrYQseA==
dependencies:
regenerator-runtime "^0.13.4"

Expand Down Expand Up @@ -728,13 +728,20 @@
dependencies:
"@babel/runtime" "^7.13.8"

"@polkadot/[email protected]", "@polkadot/networks@^6.0.5":
"@polkadot/[email protected]":
version "6.0.5"
resolved "https://registry.yarnpkg.com/@polkadot/networks/-/networks-6.0.5.tgz#36271138eb2b1b7d79462fa89544d1b90fa77010"
integrity sha512-QSa5RdK43yD4kLsZ6tXIB652bZircaVPOpsZ5JFzxCM4gdxHCSCUeXNVBeh3uqeB3FOZZYzSYeoZHLaXuT3yJw==
dependencies:
"@babel/runtime" "^7.13.9"

"@polkadot/[email protected]", "@polkadot/networks@^6.0.5":
version "6.3.1"
resolved "https://registry.yarnpkg.com/@polkadot/networks/-/networks-6.3.1.tgz#c5063681ea73f8b579f418d57d0eba2d4bb72292"
integrity sha512-oANup0CLGt75CPbE3gz2HUWUlqQKucImdb1TtStLXMUH+Aj8ZOnQFA2lwixzaRdx+ymPfmEL7GkF36i96OqQVw==
dependencies:
"@babel/runtime" "^7.13.17"

"@polkadot/[email protected]":
version "4.2.1"
resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-4.2.1.tgz#249f2e8f359450e365b0784d494814c7348e9a3e"
Expand Down Expand Up @@ -833,7 +840,7 @@
"@types/bn.js" "^4.11.6"
bn.js "^4.11.9"

"@polkadot/[email protected]", "@polkadot/util-crypto@^6.0.5":
"@polkadot/[email protected]":
version "6.0.5"
resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-6.0.5.tgz#347ea2bf051d34087766cb43004062358cd43800"
integrity sha512-NlzmZzJ1vq2bjnQUU0MUocaT9vuIBGTlB/XCrCw94MyYqX19EllkOKLVMgu6o89xhYeP5rmASRQvTx9ZL9EzRw==
Expand Down Expand Up @@ -877,6 +884,28 @@
tweetnacl "^1.0.3"
xxhashjs "^0.2.2"

"@polkadot/util-crypto@^6.0.5":
version "6.3.1"
resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-6.3.1.tgz#5328da77bdee5064bc41f9dec0a76cc634690b88"
integrity sha512-fwH4t6EN2XACwJB2Z5xUyNo4mQ1RXJj0MgVaaLua8PbG0qq9tt4eaEbdVzrm7A6igIfsTntDoZISTfVjBcRtkQ==
dependencies:
"@babel/runtime" "^7.13.17"
"@polkadot/networks" "6.3.1"
"@polkadot/util" "6.3.1"
"@polkadot/wasm-crypto" "^4.0.2"
"@polkadot/x-randomvalues" "6.3.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/[email protected]", "@polkadot/util@^5.4.4":
version "5.9.2"
resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-5.9.2.tgz#ad2494e78ca6c3aadd6fb394a6be55020dc9b2a8"
Expand All @@ -890,7 +919,7 @@
camelcase "^5.3.1"
ip-regex "^4.3.0"

"@polkadot/[email protected]", "@polkadot/util@^6.0.5":
"@polkadot/[email protected]":
version "6.0.5"
resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-6.0.5.tgz#aa52995d3fe998eed218d26b243832a7a3e2944d"
integrity sha512-0EnYdGAXx/Y2MLgCKtlfdKVcURV+Twx+M+auljTeMK8226pR7xMblYuVuO5bxhPWBa1W7+iQloEZ0VRQrIoMDw==
Expand All @@ -903,6 +932,19 @@
camelcase "^5.3.1"
ip-regex "^4.3.0"

"@polkadot/[email protected]", "@polkadot/util@^6.0.5":
version "6.3.1"
resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-6.3.1.tgz#410ee362ddb37f9c67af8f5897d977a7fd950ebf"
integrity sha512-M9pGaXSB67DZPckdNQU29wq5W7BUOh6qeu5LonzxpUek+riJfbiF9JOgZQ2Q/aEFYbd1hqLbOMsLRZLhSmlbYw==
dependencies:
"@babel/runtime" "^7.13.17"
"@polkadot/x-textdecoder" "6.3.1"
"@polkadot/x-textencoder" "6.3.1"
"@types/bn.js" "^4.11.6"
bn.js "^4.11.9"
camelcase "^5.3.1"
ip-regex "^4.3.0"

"@polkadot/util@^3.0.1":
version "3.7.1"
resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-3.7.1.tgz#b7585380a6177814f7e28dc2165814864ef2c67b"
Expand Down Expand Up @@ -990,6 +1032,15 @@
"@types/node-fetch" "^2.5.8"
node-fetch "^2.6.1"

"@polkadot/[email protected]":
version "6.3.1"
resolved "https://registry.yarnpkg.com/@polkadot/x-global/-/x-global-6.3.1.tgz#cdb4883fa20e23411bdd5f50a5d5c92814a3106f"
integrity sha512-eFooGQdxJpiOsm3AKTSMInaecBKaQ/tqOUJNm/CpdJalCqTDMp/qzgj64Uflk9eUqGgk7jB7Q5FaQdyWsC0Mtg==
dependencies:
"@babel/runtime" "^7.13.17"
"@types/node-fetch" "^2.5.10"
node-fetch "^2.6.1"

"@polkadot/[email protected]":
version "5.9.2"
resolved "https://registry.yarnpkg.com/@polkadot/x-randomvalues/-/x-randomvalues-5.9.2.tgz#563a76550f94107ce5a37c462ed067dc040626b1"
Expand All @@ -1006,6 +1057,14 @@
"@babel/runtime" "^7.13.9"
"@polkadot/x-global" "6.0.5"

"@polkadot/[email protected]":
version "6.3.1"
resolved "https://registry.yarnpkg.com/@polkadot/x-randomvalues/-/x-randomvalues-6.3.1.tgz#e2b91223277d7d7978c39e9d280fbc6526217d46"
integrity sha512-SZ5MUYm1fd1fgGFexMWbbG8zZgCS7b9QNKaIcnv1Dwlfp2meDoDlgoedn+1pCJ6VEa1adswqLHX4WbYA4D9ynA==
dependencies:
"@babel/runtime" "^7.13.17"
"@polkadot/x-global" "6.3.1"

"@polkadot/x-rxjs@^5.4.4":
version "5.9.2"
resolved "https://registry.yarnpkg.com/@polkadot/x-rxjs/-/x-rxjs-5.9.2.tgz#925b7c3325678b137ca30af6a726b22c5e8f9125"
Expand Down Expand Up @@ -1038,6 +1097,14 @@
"@babel/runtime" "^7.13.9"
"@polkadot/x-global" "6.0.5"

"@polkadot/[email protected]":
version "6.3.1"
resolved "https://registry.yarnpkg.com/@polkadot/x-textdecoder/-/x-textdecoder-6.3.1.tgz#ab0eec87d5df2d119480fa7a3657d8d72f583af8"
integrity sha512-lLb11yaAmyx2STw7ZmdgPtV7LI26U/5h1K527cM7QnxgTQgYggtAt4f9aLHiWsmOCvnT0U0PWsWSUbAJrLHLBA==
dependencies:
"@babel/runtime" "^7.13.17"
"@polkadot/x-global" "6.3.1"

"@polkadot/x-textdecoder@^3.7.1":
version "3.7.1"
resolved "https://registry.yarnpkg.com/@polkadot/x-textdecoder/-/x-textdecoder-3.7.1.tgz#2d02bd33df0e5d4818b8d96892a5c8290e967573"
Expand All @@ -1061,6 +1128,14 @@
"@babel/runtime" "^7.13.9"
"@polkadot/x-global" "6.0.5"

"@polkadot/[email protected]":
version "6.3.1"
resolved "https://registry.yarnpkg.com/@polkadot/x-textencoder/-/x-textencoder-6.3.1.tgz#2277770650f5637698d7d8cd7ac0cfd5ca0dace2"
integrity sha512-7V5OuT43JPTm7rrwdBEMzXAF5nLg+t6q24ntZHNcFUH1pdkP/+2f3vGM3e9BK5k4wkQLoepod5gyY6Qbw9bsYQ==
dependencies:
"@babel/runtime" "^7.13.17"
"@polkadot/x-global" "6.3.1"

"@polkadot/x-textencoder@^3.7.1":
version "3.7.1"
resolved "https://registry.yarnpkg.com/@polkadot/x-textencoder/-/x-textencoder-3.7.1.tgz#1fe1884821f255565735b1b5dbb17ee61de51fa3"
Expand Down Expand Up @@ -1309,6 +1384,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"
Expand Down

0 comments on commit 9eea0c5

Please sign in to comment.