diff --git a/packages/ui-identicon/package.json b/packages/ui-identicon/package.json index 4cb5e9d5..bfa8a22b 100644 --- a/packages/ui-identicon/package.json +++ b/packages/ui-identicon/package.json @@ -10,9 +10,9 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.2.0", - "@polkadot/keyring": "^0.33.19", + "@polkadot/keyring": "^0.33.20", "@polkadot/ui-settings": "^0.24.1", - "@polkadot/util-crypto": "^0.33.19", + "@polkadot/util-crypto": "^0.33.20", "@types/color": "^3.0.0", "@types/react-copy-to-clipboard": "^4.2.6", "color": "^3.0.0", diff --git a/packages/ui-keyring/package.json b/packages/ui-keyring/package.json index 56908126..8acc3af7 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -11,8 +11,8 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.2.0", - "@polkadot/keyring": "^0.33.19", - "@polkadot/types": "^0.34.6", + "@polkadot/keyring": "^0.33.20", + "@polkadot/types": "^0.34.8", "@types/store": "^2.0.1", "store": "^2.0.12" } diff --git a/yarn.lock b/yarn.lock index 41a481a4..207bc0f6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1425,14 +1425,14 @@ typedoc-plugin-no-inherit "^1.0.2" typescript "^3.2.2" -"@polkadot/keyring@^0.33.19": - version "0.33.19" - resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-0.33.19.tgz#4e69ec8516c47a4bde44fa5d33c13bbfe1e13764" - integrity sha512-r3ESIlvPMthQSq4BdWltNND921fBB47CfypE2ZEJRTIo8F2quXX/Rl2hxk32eEpJsE08f17UDAH/8X0sKtxJYQ== +"@polkadot/keyring@^0.33.20": + version "0.33.20" + resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-0.33.20.tgz#96ff3b6d23018c1dcf539c41bf8d140c87e210e2" + integrity sha512-GWbVCYtwMkIvfCRNlvNua2GkVTCi6VE+ycjja3agj3oJ+TSFDSnzYtl32d2+WLM1WJstQPqmXeRCqpj6n92BgQ== dependencies: "@babel/runtime" "^7.2.0" - "@polkadot/util" "^0.33.19" - "@polkadot/util-crypto" "^0.33.19" + "@polkadot/util" "^0.33.20" + "@polkadot/util-crypto" "^0.33.20" "@types/bs58" "^3.0.30" bs58 "^4.0.1" @@ -1441,22 +1441,22 @@ resolved "https://registry.yarnpkg.com/@polkadot/ts/-/ts-0.1.43.tgz#e59d86cf6bed833010315c5b301bfea6c05fd4a8" integrity sha512-B7mSH+yrc7PBHMWUfpTFAK0OLgOesWlzkhse0/O8Itu2Rf6YrixEnhUYKEDp7mDO3h2SlBwn6BfVkvY4qvtwgg== -"@polkadot/types@^0.34.6": - version "0.34.6" - resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.34.6.tgz#8230ae4448f3ff17deba9f5ffd8a1916dfdd7d6c" - integrity sha512-Ge0uMEdojpZ+pRbDAOcvI0k/YRoVL6ZMa/iMAuQ1pvwTX7B2eHe5NdfDa4Qyw/M6g4+FHc7tMNWR8rpj6Jublw== +"@polkadot/types@^0.34.8": + version "0.34.8" + resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.34.8.tgz#5d3dc06a726ac10554df6782b61d4525e1ec791e" + integrity sha512-d7o89pR/JydtAoPiNdVPJWIcVy1usLE4YmhmxDYDazgSAI0TTtC0D/H22dtuleyPieeteppC8xkN0O3axGlTrg== dependencies: "@babel/runtime" "^7.2.0" - "@polkadot/keyring" "^0.33.19" - "@polkadot/util" "^0.33.19" + "@polkadot/keyring" "^0.33.20" + "@polkadot/util" "^0.33.20" -"@polkadot/util-crypto@^0.33.19": - version "0.33.19" - resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-0.33.19.tgz#555e55f89fefd1c8cdd7ac4499cf6482b814170f" - integrity sha512-uiplby89WoiLmPTyOF4z0AoF2nHvv1149PMx6NhjIY4cuZmZufjNLIpRvB+lOr6xOGPgjnpbZ09o+kg08ds2sA== +"@polkadot/util-crypto@^0.33.20": + version "0.33.20" + resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-0.33.20.tgz#dd85a90868460ff99d70bd9040a4ffb10acded84" + integrity sha512-E9BM71CiyiVEDpx8u3ZYlN1T65CbZTkBSZIltj2k+TVnIfolpVfGth1qtAkvsdW0X7dNOqg2FvXcqhXSltBuug== dependencies: "@babel/runtime" "^7.2.0" - "@polkadot/util" "^0.33.19" + "@polkadot/util" "^0.33.20" "@types/bip39" "^2.4.1" bip39 "^2.5.0" blakejs "^1.1.0" @@ -1464,10 +1464,10 @@ tweetnacl "^1.0.0" xxhashjs "^0.2.2" -"@polkadot/util@^0.33.19": - version "0.33.19" - resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-0.33.19.tgz#bdabc77b15252657751d78c970e850364d12fc2a" - integrity sha512-FdkHpaul9jIOG7revj49wQuptaPtRFviRZ9KTR/MeldDJW/zcLaau9Qr/0Pz2cprGLg0fMJvsP02TaFxaxarnQ== +"@polkadot/util@^0.33.20": + version "0.33.20" + resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-0.33.20.tgz#9961fb871f7711c085cb6281fa121b00e41fae13" + integrity sha512-CRDGtzKa7aD35APT10xwreV7zzZ3LRmcysVPoQAThEf5oHT4W98TT1hDsPUZzVzPorSl/EcsU56nMkVpdNqZ+Q== dependencies: "@babel/runtime" "^7.2.0" "@types/bn.js" "^4.11.3"