diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e0db324..b7508b11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## 2.9.3 Jul 30, 2022 + +Changes: + +- Bump to `@polkadot/util` 10.1.2 + + ## 2.9.2 Jul 24, 2022 Contributed: diff --git a/package.json b/package.json index aa66780f..39f4305f 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "sideEffects": false, "type": "module", - "version": "2.9.2", + "version": "2.9.3", "versions": { "git": "2.9.2", "npm": "2.9.2" @@ -34,8 +34,8 @@ "devDependencies": { "@babel/core": "^7.18.9", "@babel/runtime": "^7.18.9", - "@polkadot/dev": "^0.67.84", - "@polkadot/x-bundle": "^10.1.1", + "@polkadot/dev": "^0.67.86", + "@polkadot/x-bundle": "^10.1.2", "@types/jest": "^28.1.6", "babel-loader": "^8.2.5", "babel-plugin-transform-vue-template": "^0.4.2", @@ -44,10 +44,10 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-is": "^18.2.0", - "react-native": "^0.69.2", + "react-native": "^0.69.3", "stream-browserify": "^3.0.0", "vue-template-compiler": "^2.7.8", - "webpack": "^5.73.0", + "webpack": "^5.74.0", "webpack-cli": "^4.10.0", "webpack-serve": "^4.0.0" }, diff --git a/packages/example-react/package.json b/packages/example-react/package.json index 2e5eb282..591386d3 100644 --- a/packages/example-react/package.json +++ b/packages/example-react/package.json @@ -14,7 +14,7 @@ "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": false, - "version": "2.9.2", + "version": "2.9.3", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9" diff --git a/packages/example-vue/package.json b/packages/example-vue/package.json index f7698ff5..d19c0109 100644 --- a/packages/example-vue/package.json +++ b/packages/example-vue/package.json @@ -14,7 +14,7 @@ "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": false, - "version": "2.9.2", + "version": "2.9.3", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9" diff --git a/packages/react-identicon/package.json b/packages/react-identicon/package.json index e84cc2f4..c9dfecca 100644 --- a/packages/react-identicon/package.json +++ b/packages/react-identicon/package.json @@ -17,15 +17,15 @@ "./detectPackage.cjs" ], "type": "module", - "version": "2.9.2", + "version": "2.9.3", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", - "@polkadot/keyring": "^10.1.1", - "@polkadot/ui-settings": "2.9.2", - "@polkadot/ui-shared": "2.9.2", - "@polkadot/util": "^10.1.1", - "@polkadot/util-crypto": "^10.1.1", + "@polkadot/keyring": "^10.1.2", + "@polkadot/ui-settings": "2.9.3", + "@polkadot/ui-shared": "2.9.3", + "@polkadot/util": "^10.1.2", + "@polkadot/util-crypto": "^10.1.2", "color": "^3.2.1", "ethereum-blockies-base64": "^1.0.2", "jdenticon": "3.1.1", @@ -33,7 +33,7 @@ "styled-components": "^5.3.5" }, "devDependencies": { - "@types/react-copy-to-clipboard": "^5.0.2", + "@types/react-copy-to-clipboard": "^5.0.4", "@types/react-dom": "^18.0.6", "@types/styled-components": "^5.1.25", "styled-components": "^5.3.5", diff --git a/packages/react-qr/package.json b/packages/react-qr/package.json index 6e3bc6a3..e51f74dc 100644 --- a/packages/react-qr/package.json +++ b/packages/react-qr/package.json @@ -17,13 +17,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "2.9.2", + "version": "2.9.3", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", - "@polkadot/ui-settings": "2.9.2", - "@polkadot/util": "^10.1.1", - "@polkadot/util-crypto": "^10.1.1", + "@polkadot/ui-settings": "2.9.3", + "@polkadot/util": "^10.1.2", + "@polkadot/util-crypto": "^10.1.2", "qrcode-generator": "^1.4.4", "react-qr-reader": "^2.2.1", "styled-components": "^5.3.5" diff --git a/packages/reactnative-identicon/package.json b/packages/reactnative-identicon/package.json index 4d9c34f7..6c3e3cab 100644 --- a/packages/reactnative-identicon/package.json +++ b/packages/reactnative-identicon/package.json @@ -17,14 +17,14 @@ "./detectPackage.cjs" ], "type": "module", - "version": "2.9.2", + "version": "2.9.3", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", - "@polkadot/ui-shared": "2.9.2", - "@polkadot/util": "^10.1.1", - "@polkadot/util-crypto": "^10.1.1", - "react-native-svg": "^12.4.0" + "@polkadot/ui-shared": "2.9.3", + "@polkadot/util": "^10.1.2", + "@polkadot/util-crypto": "^10.1.2", + "react-native-svg": "^12.4.3" }, "devDependencies": { "@types/react-native": "^0.69.3" diff --git a/packages/ui-assets/package.json b/packages/ui-assets/package.json index 8419ebfd..1293571a 100644 --- a/packages/ui-assets/package.json +++ b/packages/ui-assets/package.json @@ -13,10 +13,10 @@ "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": false, - "version": "2.9.2", + "version": "2.9.3", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", - "@polkadot/util": "^10.1.1" + "@polkadot/util": "^10.1.2" } } diff --git a/packages/ui-keyring/package.json b/packages/ui-keyring/package.json index 774210e9..d3cbbbf5 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -16,14 +16,14 @@ "./detectPackage.cjs" ], "type": "module", - "version": "2.9.2", + "version": "2.9.3", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", - "@polkadot/keyring": "^10.1.1", - "@polkadot/ui-settings": "2.9.2", - "@polkadot/util": "^10.1.1", - "@polkadot/util-crypto": "^10.1.1", + "@polkadot/keyring": "^10.1.2", + "@polkadot/ui-settings": "2.9.3", + "@polkadot/util": "^10.1.2", + "@polkadot/util-crypto": "^10.1.2", "mkdirp": "^1.0.4", "rxjs": "^7.5.6", "store": "^2.0.12" diff --git a/packages/ui-settings/package.json b/packages/ui-settings/package.json index af9eb8b2..175fb4ab 100644 --- a/packages/ui-settings/package.json +++ b/packages/ui-settings/package.json @@ -17,12 +17,12 @@ "./detectPackage.cjs" ], "type": "module", - "version": "2.9.2", + "version": "2.9.3", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", - "@polkadot/networks": "^10.1.1", - "@polkadot/util": "^10.1.1", + "@polkadot/networks": "^10.1.2", + "@polkadot/util": "^10.1.2", "eventemitter3": "^4.0.7", "store": "^2.0.12" }, diff --git a/packages/ui-shared/package.json b/packages/ui-shared/package.json index eb7f4a2c..9d009f97 100644 --- a/packages/ui-shared/package.json +++ b/packages/ui-shared/package.json @@ -17,15 +17,15 @@ "./detectPackage.cjs" ], "type": "module", - "version": "2.9.2", + "version": "2.9.3", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", "color": "^3.2.1" }, "devDependencies": { - "@polkadot/util": "^10.1.1", - "@polkadot/util-crypto": "^10.1.1", + "@polkadot/util": "^10.1.2", + "@polkadot/util-crypto": "^10.1.2", "@types/color": "^3.0.3", "@types/xmlserializer": "^0.6.3", "xmlserializer": "^0.6.1" diff --git a/packages/vue-identicon/package.json b/packages/vue-identicon/package.json index d2cc4407..8aeb3fc2 100644 --- a/packages/vue-identicon/package.json +++ b/packages/vue-identicon/package.json @@ -17,13 +17,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "2.9.2", + "version": "2.9.3", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", - "@polkadot/ui-shared": "2.9.2", - "@polkadot/util": "^10.1.1", - "@polkadot/util-crypto": "^10.1.1", + "@polkadot/ui-shared": "2.9.3", + "@polkadot/util": "^10.1.2", + "@polkadot/util-crypto": "^10.1.2", "jdenticon": "3.1.1" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 89f33712..8681ac52 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2124,9 +2124,9 @@ __metadata: languageName: node linkType: hard -"@polkadot/dev@npm:^0.67.84": - version: 0.67.84 - resolution: "@polkadot/dev@npm:0.67.84" +"@polkadot/dev@npm:^0.67.86": + version: 0.67.86 + resolution: "@polkadot/dev@npm:0.67.86" dependencies: "@babel/cli": ^7.18.9 "@babel/core": ^7.18.9 @@ -2151,8 +2151,8 @@ __metadata: "@rollup/plugin-json": ^4.1.0 "@rollup/plugin-node-resolve": ^13.3.0 "@rushstack/eslint-patch": ^1.1.4 - "@typescript-eslint/eslint-plugin": 5.30.7 - "@typescript-eslint/parser": 5.30.7 + "@typescript-eslint/eslint-plugin": 5.31.0 + "@typescript-eslint/parser": 5.31.0 "@vue/component-compiler-utils": ^3.3.0 babel-jest: ^28.1.3 babel-plugin-module-extension-resolver: ^1.0.0-rc.2 @@ -2188,7 +2188,7 @@ __metadata: mkdirp: ^1.0.4 prettier: ^2.7.1 rimraf: ^3.0.2 - rollup: ^2.77.0 + rollup: ^2.77.2 rollup-plugin-cleanup: ^3.2.1 typescript: ^4.7.4 yargs: ^17.5.1 @@ -2215,7 +2215,7 @@ __metadata: polkadot-exec-rollup: scripts/polkadot-exec-rollup.mjs polkadot-exec-tsc: scripts/polkadot-exec-tsc.mjs polkadot-exec-webpack: scripts/polkadot-exec-webpack.mjs - checksum: 2ea615e378da2f8f86aeaaf8c6c4d2dda244c59a9d5a393f9b1e75fc41f23a2a1c4a9b136ea0facb8038a454d5ca0d86cb11f633435d7ad3ac56828add90052d + checksum: 41ac7a45c3dbbd017b31799b9cee7df5abc2ceb7535f47b1015470a283e7ec0c0f14a95acb6f7c96e950e60cda88d000e87d75ef22f0dd659fd4c9e1cfb22c85 languageName: node linkType: hard @@ -2235,28 +2235,28 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/keyring@npm:^10.1.1": - version: 10.1.1 - resolution: "@polkadot/keyring@npm:10.1.1" +"@polkadot/keyring@npm:^10.1.2": + version: 10.1.2 + resolution: "@polkadot/keyring@npm:10.1.2" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/util": 10.1.1 - "@polkadot/util-crypto": 10.1.1 + "@polkadot/util": 10.1.2 + "@polkadot/util-crypto": 10.1.2 peerDependencies: - "@polkadot/util": 10.1.1 - "@polkadot/util-crypto": 10.1.1 - checksum: 17be1a118dd6bd4e5698e3624d8533cb2785635b7e66696ebf7d88e9d97d8006dab04f63187778cc5c2453bb4cf2a21718763c2f171c03468753a2aa981faf34 + "@polkadot/util": 10.1.2 + "@polkadot/util-crypto": 10.1.2 + checksum: 5a9ec64fe3f3626d774a09c12add0d110237b034e0256684f3f38777279f925d41ea67340647445ec49208f228e25544f12663fed76feb544c3b6e66118c57d9 languageName: node linkType: hard -"@polkadot/networks@npm:10.1.1, @polkadot/networks@npm:^10.1.1": - version: 10.1.1 - resolution: "@polkadot/networks@npm:10.1.1" +"@polkadot/networks@npm:10.1.2, @polkadot/networks@npm:^10.1.2": + version: 10.1.2 + resolution: "@polkadot/networks@npm:10.1.2" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/util": 10.1.1 - "@substrate/ss58-registry": ^1.24.0 - checksum: 78ec99c6d54981418659c2785e24815536ebf6745b32c1956159bb4510e587a8cb726cb7f35a64f589fa4f65b1de0eb12599ebe7f41442266e9b3030fe2f26da + "@polkadot/util": 10.1.2 + "@substrate/ss58-registry": ^1.25.0 + checksum: 030fbd6ba97b0a05e835d94b8977508d512c1db9fba074902dd08737c73e93ea6d7aff7f703d5bd1a226d2db815169f0ed5a0bf523ab394fd87811a00dbdce8c languageName: node linkType: hard @@ -2265,12 +2265,12 @@ __metadata: resolution: "@polkadot/react-identicon@workspace:packages/react-identicon" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/keyring": ^10.1.1 - "@polkadot/ui-settings": 2.9.2 - "@polkadot/ui-shared": 2.9.2 - "@polkadot/util": ^10.1.1 - "@polkadot/util-crypto": ^10.1.1 - "@types/react-copy-to-clipboard": ^5.0.2 + "@polkadot/keyring": ^10.1.2 + "@polkadot/ui-settings": 2.9.3 + "@polkadot/ui-shared": 2.9.3 + "@polkadot/util": ^10.1.2 + "@polkadot/util-crypto": ^10.1.2 + "@types/react-copy-to-clipboard": ^5.0.4 "@types/react-dom": ^18.0.6 "@types/styled-components": ^5.1.25 color: ^3.2.1 @@ -2295,9 +2295,9 @@ __metadata: resolution: "@polkadot/react-qr@workspace:packages/react-qr" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/ui-settings": 2.9.2 - "@polkadot/util": ^10.1.1 - "@polkadot/util-crypto": ^10.1.1 + "@polkadot/ui-settings": 2.9.3 + "@polkadot/util": ^10.1.2 + "@polkadot/util-crypto": ^10.1.2 "@types/react-qr-reader": ^2.1.4 "@types/styled-components": ^5.1.25 qrcode-generator: ^1.4.4 @@ -2317,11 +2317,11 @@ __metadata: resolution: "@polkadot/reactnative-identicon@workspace:packages/reactnative-identicon" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/ui-shared": 2.9.2 - "@polkadot/util": ^10.1.1 - "@polkadot/util-crypto": ^10.1.1 + "@polkadot/ui-shared": 2.9.3 + "@polkadot/util": ^10.1.2 + "@polkadot/util-crypto": ^10.1.2 "@types/react-native": ^0.69.3 - react-native-svg: ^12.4.0 + react-native-svg: ^12.4.3 peerDependencies: "@polkadot/util": "*" "@polkadot/util-crypto": "*" @@ -2335,7 +2335,7 @@ __metadata: resolution: "@polkadot/ui-assets@workspace:packages/ui-assets" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/util": ^10.1.1 + "@polkadot/util": ^10.1.2 languageName: unknown linkType: soft @@ -2344,10 +2344,10 @@ __metadata: resolution: "@polkadot/ui-keyring@workspace:packages/ui-keyring" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/keyring": ^10.1.1 - "@polkadot/ui-settings": 2.9.2 - "@polkadot/util": ^10.1.1 - "@polkadot/util-crypto": ^10.1.1 + "@polkadot/keyring": ^10.1.2 + "@polkadot/ui-settings": 2.9.3 + "@polkadot/util": ^10.1.2 + "@polkadot/util-crypto": ^10.1.2 "@types/mkdirp": ^1.0.2 "@types/store": ^2.0.2 mkdirp: ^1.0.4 @@ -2360,13 +2360,13 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/ui-settings@2.9.2, @polkadot/ui-settings@workspace:packages/ui-settings": +"@polkadot/ui-settings@2.9.3, @polkadot/ui-settings@workspace:packages/ui-settings": version: 0.0.0-use.local resolution: "@polkadot/ui-settings@workspace:packages/ui-settings" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/networks": ^10.1.1 - "@polkadot/util": ^10.1.1 + "@polkadot/networks": ^10.1.2 + "@polkadot/util": ^10.1.2 "@types/store": ^2.0.2 eventemitter3: ^4.0.7 store: ^2.0.12 @@ -2376,13 +2376,13 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/ui-shared@2.9.2, @polkadot/ui-shared@workspace:packages/ui-shared": +"@polkadot/ui-shared@2.9.3, @polkadot/ui-shared@workspace:packages/ui-shared": version: 0.0.0-use.local resolution: "@polkadot/ui-shared@workspace:packages/ui-shared" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/util": ^10.1.1 - "@polkadot/util-crypto": ^10.1.1 + "@polkadot/util": ^10.1.2 + "@polkadot/util-crypto": ^10.1.2 "@types/color": ^3.0.3 "@types/xmlserializer": ^0.6.3 color: ^3.2.1 @@ -2393,39 +2393,39 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/util-crypto@npm:10.1.1, @polkadot/util-crypto@npm:^10.1.1": - version: 10.1.1 - resolution: "@polkadot/util-crypto@npm:10.1.1" +"@polkadot/util-crypto@npm:10.1.2, @polkadot/util-crypto@npm:^10.1.2": + version: 10.1.2 + resolution: "@polkadot/util-crypto@npm:10.1.2" dependencies: "@babel/runtime": ^7.18.9 "@noble/hashes": 1.1.2 "@noble/secp256k1": 1.6.3 - "@polkadot/networks": 10.1.1 - "@polkadot/util": 10.1.1 + "@polkadot/networks": 10.1.2 + "@polkadot/util": 10.1.2 "@polkadot/wasm-crypto": ^6.3.1 - "@polkadot/x-bigint": 10.1.1 - "@polkadot/x-randomvalues": 10.1.1 + "@polkadot/x-bigint": 10.1.2 + "@polkadot/x-randomvalues": 10.1.2 "@scure/base": 1.1.1 ed2curve: ^0.3.0 tweetnacl: ^1.0.3 peerDependencies: - "@polkadot/util": 10.1.1 - checksum: f42345d1e0118a4544d88ac331a8bbff401195b48c02b4bd4a9e4df12527ea31c86852d700bbce391c3fd3ccfec3932b63c1596d808c10fde13e4ef898353ec0 + "@polkadot/util": 10.1.2 + checksum: f3f5045893628e96d6e2e0b4662c00fd857602d4e457a506fec72c336a00ff06e97ac1ab70539ec2dd110e91797360f752937032fead0272047742607da5dd30 languageName: node linkType: hard -"@polkadot/util@npm:10.1.1, @polkadot/util@npm:^10.1.1": - version: 10.1.1 - resolution: "@polkadot/util@npm:10.1.1" +"@polkadot/util@npm:10.1.2, @polkadot/util@npm:^10.1.2": + version: 10.1.2 + resolution: "@polkadot/util@npm:10.1.2" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/x-bigint": 10.1.1 - "@polkadot/x-global": 10.1.1 - "@polkadot/x-textdecoder": 10.1.1 - "@polkadot/x-textencoder": 10.1.1 + "@polkadot/x-bigint": 10.1.2 + "@polkadot/x-global": 10.1.2 + "@polkadot/x-textdecoder": 10.1.2 + "@polkadot/x-textencoder": 10.1.2 "@types/bn.js": ^5.1.0 bn.js: ^5.2.1 - checksum: 360b29bd70315c354742605b0f461416d23a9971e3af7cd80d11c9a49c020b7834ebf6e2a3064f2e120c274f0844b1f56ed13ce1e963c58c7255d04f9f666516 + checksum: fd76295cc1d3cda17beff019074fc7e6eff74b4563d28a028e48a4b714592f1ab9f979b6d14245d3bec45a4318972834f0c5842f1f906611dd2ce228842e4899 languageName: node linkType: hard @@ -2434,9 +2434,9 @@ __metadata: resolution: "@polkadot/vue-identicon@workspace:packages/vue-identicon" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/ui-shared": 2.9.2 - "@polkadot/util": ^10.1.1 - "@polkadot/util-crypto": ^10.1.1 + "@polkadot/ui-shared": 2.9.3 + "@polkadot/util": ^10.1.2 + "@polkadot/util-crypto": ^10.1.2 jdenticon: 3.1.1 vue: ^2.7.8 peerDependencies: @@ -2524,63 +2524,63 @@ __metadata: languageName: node linkType: hard -"@polkadot/x-bigint@npm:10.1.1": - version: 10.1.1 - resolution: "@polkadot/x-bigint@npm:10.1.1" +"@polkadot/x-bigint@npm:10.1.2": + version: 10.1.2 + resolution: "@polkadot/x-bigint@npm:10.1.2" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/x-global": 10.1.1 - checksum: 81d565ecc95b68cd37ce90b94049f35a3f9dda19e3d97497d7c615a793dd4cfe075ad0ac505332f738888cb97b8d4ac55160dfe736b528ced1e08f49bbac7634 + "@polkadot/x-global": 10.1.2 + checksum: b7108a0337f8421319a1f05e8602370d31223eba2d4ebf66bf78164a407a00d1e41bf45b6735a3b859e0a8457e4431ef1dd99db3c0031a3e1611d8ab13c6a588 languageName: node linkType: hard -"@polkadot/x-bundle@npm:^10.1.1": - version: 10.1.1 - resolution: "@polkadot/x-bundle@npm:10.1.1" +"@polkadot/x-bundle@npm:^10.1.2": + version: 10.1.2 + resolution: "@polkadot/x-bundle@npm:10.1.2" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/util": 10.1.1 + "@polkadot/util": 10.1.2 buffer-es6: ^4.9.3 - checksum: bee004f869283fb464eb61e9cb0e48c41309b46a1d02b8c834f3e0b53c2f88935f2aaed38aa38b8081ed40f509897c495a6cdd602d8289190426dacb73f6c3c5 + checksum: 8ddbf98664f82e5736ec045a454edd0095f767ddb192f57f9b4c7b7eeeb571bb75fb448ebb2e244ea8d3880acc344fcc9a22130014da2384965334270103fcd5 languageName: node linkType: hard -"@polkadot/x-global@npm:10.1.1": - version: 10.1.1 - resolution: "@polkadot/x-global@npm:10.1.1" +"@polkadot/x-global@npm:10.1.2": + version: 10.1.2 + resolution: "@polkadot/x-global@npm:10.1.2" dependencies: "@babel/runtime": ^7.18.9 - checksum: bc928fc10ff1e12694fbec68ecca129169397b326dd4aaaf0342bd7be198a0f2907a232ce33b3ad2ca06d9c54e6e8d9190e1fef12696111d98ead53882e144fa + checksum: b6e1db20c3e38d939429ffaddb1b78dc354ac992e0b0a4fb66df34c88e2022973ded47451705552f455e75a528cf24adc8d8aae4b1bb5ac21a615693ba86da9c languageName: node linkType: hard -"@polkadot/x-randomvalues@npm:10.1.1": - version: 10.1.1 - resolution: "@polkadot/x-randomvalues@npm:10.1.1" +"@polkadot/x-randomvalues@npm:10.1.2": + version: 10.1.2 + resolution: "@polkadot/x-randomvalues@npm:10.1.2" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/x-global": 10.1.1 - checksum: 5d38e54d7b473c91b3e85779f8c4eb361066d38ee8ea3cbded641f85e24c5e4bf176a8b50d751b0f8e76132e564e2691c21bce668b2b2fd86b437a2ee07acf9b + "@polkadot/x-global": 10.1.2 + checksum: 269c726a8a39555305b826abab165a8e969ee10c0987ea33c5f589909bfaec1c1e0ce4bcfadadc2c152d3993858b487b4731e8724e270afb63c92bf852ca05fb languageName: node linkType: hard -"@polkadot/x-textdecoder@npm:10.1.1": - version: 10.1.1 - resolution: "@polkadot/x-textdecoder@npm:10.1.1" +"@polkadot/x-textdecoder@npm:10.1.2": + version: 10.1.2 + resolution: "@polkadot/x-textdecoder@npm:10.1.2" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/x-global": 10.1.1 - checksum: f632c203ad83fa7a33e87c955da4da4ab448d2798186fe15490d0419af9f26458ec5afea73e51ec08c704031daa2a1b1bae6aa1aa133b5057806a739bde79279 + "@polkadot/x-global": 10.1.2 + checksum: 252d03ad20f4945638fdac443874965d19c034f91704803a72bd739eedf01dd37ac24381a9d7595fed64ef2d2d30c98067f440c177cd114b7ec812c3c45a0550 languageName: node linkType: hard -"@polkadot/x-textencoder@npm:10.1.1": - version: 10.1.1 - resolution: "@polkadot/x-textencoder@npm:10.1.1" +"@polkadot/x-textencoder@npm:10.1.2": + version: 10.1.2 + resolution: "@polkadot/x-textencoder@npm:10.1.2" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/x-global": 10.1.1 - checksum: 528e768ca9b28b73b2564c0140aa9473492f30f2580c70b4ad549de34460271030b8cd24a93f567f982222705c0fca58cccf0fec3ace3f8191e292f5d5701794 + "@polkadot/x-global": 10.1.2 + checksum: ac53acfa931f55508b345a35a5d8e626195e92faeecf1706582ac9f7d3c0773cfb0a06aae4523c3408e3a29b1423b4fec279ab3b356a082c3a189ebf58997053 languageName: node linkType: hard @@ -2952,7 +2952,7 @@ __metadata: languageName: node linkType: hard -"@substrate/ss58-registry@npm:^1.24.0": +"@substrate/ss58-registry@npm:^1.25.0": version: 1.25.0 resolution: "@substrate/ss58-registry@npm:1.25.0" checksum: 87f6e29702154ace790489342a1157afd9b855bd79a5061472564fb0843addfe0c11c8cc46c7a35fddd5106bce8c1c9a9cace19822185ae5a1975f0f7504b9be @@ -3218,12 +3218,12 @@ __metadata: languageName: node linkType: hard -"@types/react-copy-to-clipboard@npm:^5.0.2": - version: 5.0.2 - resolution: "@types/react-copy-to-clipboard@npm:5.0.2" +"@types/react-copy-to-clipboard@npm:^5.0.4": + version: 5.0.4 + resolution: "@types/react-copy-to-clipboard@npm:5.0.4" dependencies: "@types/react": "*" - checksum: f2ba19587a8d56bfb54b31c716a053a263ac072f01e4bc9d64dfbcce96ff3857de279a827cf71d3a417f6bc6faf1153e6fe6d26aa05a5b6c1cb8d9b576dc226b + checksum: c0fe51b79a393d4c1fa5f8a288793c03f791e0d979abaa6ae587de53b8e3bc1f05e3379e7539077a21c9d66c12c3fad3ab6684f836f2ba7a55b9589de8500738 languageName: node linkType: hard @@ -3357,13 +3357,13 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/eslint-plugin@npm:5.30.7": - version: 5.30.7 - resolution: "@typescript-eslint/eslint-plugin@npm:5.30.7" +"@typescript-eslint/eslint-plugin@npm:5.31.0": + version: 5.31.0 + resolution: "@typescript-eslint/eslint-plugin@npm:5.31.0" dependencies: - "@typescript-eslint/scope-manager": 5.30.7 - "@typescript-eslint/type-utils": 5.30.7 - "@typescript-eslint/utils": 5.30.7 + "@typescript-eslint/scope-manager": 5.31.0 + "@typescript-eslint/type-utils": 5.31.0 + "@typescript-eslint/utils": 5.31.0 debug: ^4.3.4 functional-red-black-tree: ^1.0.1 ignore: ^5.2.0 @@ -3376,42 +3376,42 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: d42af514f5817732646b5601030699687b4ef619ba7983754a4173bf908f6c6030324038e3733b88342ec6ace07af61aa946d677da6a6266931275bd2afc9fc2 + checksum: a6d007e6cc6c7204b9ce09dd6670a5a29f8b75417a84c8238d1dd7fc3bfa4a7294beb961a0ba76e610b695a0c80edd4186803429e3605a21562c23e47b8efa37 languageName: node linkType: hard -"@typescript-eslint/parser@npm:5.30.7": - version: 5.30.7 - resolution: "@typescript-eslint/parser@npm:5.30.7" +"@typescript-eslint/parser@npm:5.31.0": + version: 5.31.0 + resolution: "@typescript-eslint/parser@npm:5.31.0" dependencies: - "@typescript-eslint/scope-manager": 5.30.7 - "@typescript-eslint/types": 5.30.7 - "@typescript-eslint/typescript-estree": 5.30.7 + "@typescript-eslint/scope-manager": 5.31.0 + "@typescript-eslint/types": 5.31.0 + "@typescript-eslint/typescript-estree": 5.31.0 debug: ^4.3.4 peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 peerDependenciesMeta: typescript: optional: true - checksum: f0b2da3cfd047d241f0bd3065a36afe008214aa9e8cd05e9f92d8b0e4b9ec19d3651d0e4a3995b8cb34b553cccb4b0d02d18c0cfbe11f53acd85923dd68366d5 + checksum: ae842105ff0e5811d54c9c020ee0568170c13f401de293eb4caa2106f3060558773b496b5647f2b80b2969a2890135c054f50e2443a13c3705d5965aa12896c0 languageName: node linkType: hard -"@typescript-eslint/scope-manager@npm:5.30.7": - version: 5.30.7 - resolution: "@typescript-eslint/scope-manager@npm:5.30.7" +"@typescript-eslint/scope-manager@npm:5.31.0": + version: 5.31.0 + resolution: "@typescript-eslint/scope-manager@npm:5.31.0" dependencies: - "@typescript-eslint/types": 5.30.7 - "@typescript-eslint/visitor-keys": 5.30.7 - checksum: 434ce7a13a8f3bffae2af2b7fe19bab6e490c78114584212519f50cd1b91fbdcddc8ad93bdb3cacdc8cecca5a8c5d2eb606557e66bd3fcd9d3040846846c22ff + "@typescript-eslint/types": 5.31.0 + "@typescript-eslint/visitor-keys": 5.31.0 + checksum: f771adf54a7cf6387bb201a0d4bef598425818c38832cabbf33c369b3fb650932cbb81a28f198727f3ffae5e21445dde710c41c624bd10b3b7283249333b625b languageName: node linkType: hard -"@typescript-eslint/type-utils@npm:5.30.7": - version: 5.30.7 - resolution: "@typescript-eslint/type-utils@npm:5.30.7" +"@typescript-eslint/type-utils@npm:5.31.0": + version: 5.31.0 + resolution: "@typescript-eslint/type-utils@npm:5.31.0" dependencies: - "@typescript-eslint/utils": 5.30.7 + "@typescript-eslint/utils": 5.31.0 debug: ^4.3.4 tsutils: ^3.21.0 peerDependencies: @@ -3419,7 +3419,7 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: e7a8d4ec973355c0fe5bad4c317a55940e41d24b1c33b0bf40e8bb268d784f6584a8048fc84ebdb7287849a2c70e2b36365067cba7815de849cd41a1d7653167 + checksum: 1e98a6952207cf7d19cdac375a69bcfed953a29746fa1f2b3c7a8c9376c6984c0bb52506539b76d6a9bebc33966c825f032a27859e545447890562dd3c05ef31 languageName: node linkType: hard @@ -3430,19 +3430,19 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/types@npm:5.30.7": - version: 5.30.7 - resolution: "@typescript-eslint/types@npm:5.30.7" - checksum: 2f6345bf0e2e9f392c1f62a5f96c630d4565574230a000508d923444229e51c1a05e07cef042935ca30f4f35755dbf3871b8b9da808911f578d63e6a4b897b79 +"@typescript-eslint/types@npm:5.31.0": + version: 5.31.0 + resolution: "@typescript-eslint/types@npm:5.31.0" + checksum: 1c4223a7dcbeb2fb52dc723ac366e2cc75549b21d71f5de8515e86e48d13324e4e136e75804e0f71aff56c9936ef494fa4d1e3eb2f189ed60cf8e2c7401ce372 languageName: node linkType: hard -"@typescript-eslint/typescript-estree@npm:5.30.7": - version: 5.30.7 - resolution: "@typescript-eslint/typescript-estree@npm:5.30.7" +"@typescript-eslint/typescript-estree@npm:5.31.0": + version: 5.31.0 + resolution: "@typescript-eslint/typescript-estree@npm:5.31.0" dependencies: - "@typescript-eslint/types": 5.30.7 - "@typescript-eslint/visitor-keys": 5.30.7 + "@typescript-eslint/types": 5.31.0 + "@typescript-eslint/visitor-keys": 5.31.0 debug: ^4.3.4 globby: ^11.1.0 is-glob: ^4.0.3 @@ -3451,7 +3451,7 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 7cff83a9b9c91a89bcbb677d539b7122b2a423a66f575364858b4635d7e53a25b9329cd20a5adfb732758a41d1c6801d4bfa3eb798a192f351aafb11eedc58b6 + checksum: 921c502ac4c93df9342d29636b384e154c3ac714e2be0308a4c9d3337d24d8b4721b76cbe700f70c7ceef06b50dfc404e4d4d734e446fe319bac030cb653d7b4 languageName: node linkType: hard @@ -3473,19 +3473,19 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/utils@npm:5.30.7": - version: 5.30.7 - resolution: "@typescript-eslint/utils@npm:5.30.7" +"@typescript-eslint/utils@npm:5.31.0": + version: 5.31.0 + resolution: "@typescript-eslint/utils@npm:5.31.0" dependencies: "@types/json-schema": ^7.0.9 - "@typescript-eslint/scope-manager": 5.30.7 - "@typescript-eslint/types": 5.30.7 - "@typescript-eslint/typescript-estree": 5.30.7 + "@typescript-eslint/scope-manager": 5.31.0 + "@typescript-eslint/types": 5.31.0 + "@typescript-eslint/typescript-estree": 5.31.0 eslint-scope: ^5.1.1 eslint-utils: ^3.0.0 peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 - checksum: 77b0baf069f70290214294d74fdf7c46a7ddeab322ef53f65766b0c8e59f0e6f8074beb19233be34faca5beb390ac1b932dd1c983337355674c4437b4b1e2b44 + checksum: 2a4200fd8812f7d7dfbe381d856e97da3606f0c59de78829edd297cc76b4851316bf8362b65e66c7db399e9ea31ec71943626ec12022a552bcb7bb591259ec49 languageName: node linkType: hard @@ -3499,13 +3499,13 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/visitor-keys@npm:5.30.7": - version: 5.30.7 - resolution: "@typescript-eslint/visitor-keys@npm:5.30.7" +"@typescript-eslint/visitor-keys@npm:5.31.0": + version: 5.31.0 + resolution: "@typescript-eslint/visitor-keys@npm:5.31.0" dependencies: - "@typescript-eslint/types": 5.30.7 + "@typescript-eslint/types": 5.31.0 eslint-visitor-keys: ^3.3.0 - checksum: f322972aeda3143d4c24826436357937131f7fbad102d48cfa6dfca70ac245f93b20cf7beb5f1809bda4fe8f454676a6cabf8f73e39af6724076f2b2c213ee80 + checksum: 24ff3b9037b8fafe4f240b1c8a91981d658cd12a019f7961c9fe2f1d4dc84cf64e4071d865073191181b46652f4bd8f8cfc8e053ed8737ba1b9aede3e3252b3d languageName: node linkType: hard @@ -3831,7 +3831,7 @@ __metadata: languageName: node linkType: hard -"acorn@npm:^8.4.1, acorn@npm:^8.5.0, acorn@npm:^8.7.1": +"acorn@npm:^8.5.0, acorn@npm:^8.7.1": version: 8.7.1 resolution: "acorn@npm:8.7.1" bin: @@ -6173,13 +6173,13 @@ __metadata: languageName: node linkType: hard -"enhanced-resolve@npm:^5.3.2, enhanced-resolve@npm:^5.9.3": - version: 5.9.3 - resolution: "enhanced-resolve@npm:5.9.3" +"enhanced-resolve@npm:^5.10.0, enhanced-resolve@npm:^5.3.2": + version: 5.10.0 + resolution: "enhanced-resolve@npm:5.10.0" dependencies: graceful-fs: ^4.2.4 tapable: ^2.2.0 - checksum: 64c2dbbdd608d1a4df93b6e60786c603a1faf3b2e66dfd051d62cf4cfaeeb5e800166183685587208d62e9f7afff3f78f3d5978e32cd80125ba0c83b59a79d78 + checksum: 0bb9830704db271610f900e8d79d70a740ea16f251263362b0c91af545576d09fe50103496606c1300a05e588372d6f9780a9bc2e30ce8ef9b827ec8f44687ff languageName: node linkType: hard @@ -12066,22 +12066,22 @@ fsevents@~2.1.2: languageName: node linkType: hard -"react-native-svg@npm:^12.4.0": - version: 12.4.0 - resolution: "react-native-svg@npm:12.4.0" +"react-native-svg@npm:^12.4.3": + version: 12.4.3 + resolution: "react-native-svg@npm:12.4.3" dependencies: css-select: ^5.1.0 css-tree: ^1.1.3 peerDependencies: react: "*" react-native: ">=0.50.0" - checksum: 43625eaf02a13fd9300e7bcf5f72c4cdb7a6b43f1e023d3f34728e05ee7ffc8be4a665c663c6fb0adac945cb6b35b1ec5a32ef0596040195fb244e2129acf5f2 + checksum: 2dd74bf377ebac3e08dadc6016f7b827d59e1066a62d00d476ae40665988149f08cf7b6e673ea433bd7677f1bc1a454bd33f6bf8e2bc2758aeec830fc1dadc03 languageName: node linkType: hard -"react-native@npm:^0.69.2": - version: 0.69.2 - resolution: "react-native@npm:0.69.2" +"react-native@npm:^0.69.3": + version: 0.69.3 + resolution: "react-native@npm:0.69.3" dependencies: "@jest/create-cache-key-function": ^27.0.1 "@react-native-community/cli": ^8.0.3 @@ -12120,7 +12120,7 @@ fsevents@~2.1.2: react: 18.0.0 bin: react-native: cli.js - checksum: aba201af0595be1161e8ddaa7fffcfafea53f7840d62c21dd8fe0b0b7d4a075e09c901ed9b1f113354085ad211d6036fc5dbb41f7626cbf3065b457a8dea7bab + checksum: 49153ee9ec7bec8d181f98c5ba2d4dbd2d9a7fd53ff3a45108290651af4df19db972619c12db1b7e2d98b19f30ada59f3811951ef5cc78348e03ef9145c03dea languageName: node linkType: hard @@ -12669,9 +12669,9 @@ resolve@^2.0.0-next.3: languageName: node linkType: hard -"rollup@npm:^2.77.0": - version: 2.77.0 - resolution: "rollup@npm:2.77.0" +"rollup@npm:^2.77.2": + version: 2.77.2 + resolution: "rollup@npm:2.77.2" dependencies: fsevents: ~2.3.2 dependenciesMeta: @@ -12679,7 +12679,7 @@ resolve@^2.0.0-next.3: optional: true bin: rollup: dist/bin/rollup - checksum: 74ccc98429709984a89af636250833e7502d87f1d9c6d96ebfe4b52030ebf94b9f6b84b8ab476670329a61d54b681d35eecdc601bac5b5396b099b1ea69970ef + checksum: 5a84fb98a6f858906bceba091430442f6c1f362b07c5fa9123b708f87e39f52640e34a189cd9a1776ceae61300055c78ba648205fa03188451539ebeb19797df languageName: node linkType: hard @@ -12689,8 +12689,8 @@ resolve@^2.0.0-next.3: dependencies: "@babel/core": ^7.18.9 "@babel/runtime": ^7.18.9 - "@polkadot/dev": ^0.67.84 - "@polkadot/x-bundle": ^10.1.1 + "@polkadot/dev": ^0.67.86 + "@polkadot/x-bundle": ^10.1.2 "@types/jest": ^28.1.6 babel-loader: ^8.2.5 babel-plugin-transform-vue-template: ^0.4.2 @@ -12699,10 +12699,10 @@ resolve@^2.0.0-next.3: react: ^18.2.0 react-dom: ^18.2.0 react-is: ^18.2.0 - react-native: ^0.69.2 + react-native: ^0.69.3 stream-browserify: ^3.0.0 vue-template-compiler: ^2.7.8 - webpack: ^5.73.0 + webpack: ^5.74.0 webpack-cli: ^4.10.0 webpack-serve: ^4.0.0 languageName: unknown @@ -14457,13 +14457,13 @@ resolve@^2.0.0-next.3: languageName: node linkType: hard -"watchpack@npm:^2.3.1": - version: 2.3.1 - resolution: "watchpack@npm:2.3.1" +"watchpack@npm:^2.4.0": + version: 2.4.0 + resolution: "watchpack@npm:2.4.0" dependencies: glob-to-regexp: ^0.4.1 graceful-fs: ^4.1.2 - checksum: 70a34f92842d94b5d842980f866d568d7a467de667c96ae5759c759f46587e49265863171f4650bdbafc5f3870a28f2b4453e9e847098ec4b718b38926d47d22 + checksum: 23d4bc58634dbe13b86093e01c6a68d8096028b664ab7139d58f0c37d962d549a940e98f2f201cecdabd6f9c340338dc73ef8bf094a2249ef582f35183d1a131 languageName: node linkType: hard @@ -14601,20 +14601,20 @@ resolve@^2.0.0-next.3: languageName: node linkType: hard -"webpack@npm:^5.73.0": - version: 5.73.0 - resolution: "webpack@npm:5.73.0" +"webpack@npm:^5.74.0": + version: 5.74.0 + resolution: "webpack@npm:5.74.0" dependencies: "@types/eslint-scope": ^3.7.3 "@types/estree": ^0.0.51 "@webassemblyjs/ast": 1.11.1 "@webassemblyjs/wasm-edit": 1.11.1 "@webassemblyjs/wasm-parser": 1.11.1 - acorn: ^8.4.1 + acorn: ^8.7.1 acorn-import-assertions: ^1.7.6 browserslist: ^4.14.5 chrome-trace-event: ^1.0.2 - enhanced-resolve: ^5.9.3 + enhanced-resolve: ^5.10.0 es-module-lexer: ^0.9.0 eslint-scope: 5.1.1 events: ^3.2.0 @@ -14627,14 +14627,14 @@ resolve@^2.0.0-next.3: schema-utils: ^3.1.0 tapable: ^2.1.1 terser-webpack-plugin: ^5.1.3 - watchpack: ^2.3.1 + watchpack: ^2.4.0 webpack-sources: ^3.2.3 peerDependenciesMeta: webpack-cli: optional: true bin: webpack: bin/webpack.js - checksum: aa434a241bad6176b68e1bf0feb1972da4dcbf27cb3d94ae24f6eb31acc37dceb9c4aae55e068edca75817bfe91f13cd20b023ac55d9b1b2f8b66a4037c9468f + checksum: 320c41369a75051b19e18c63f408b3dcc481852e992f83d311771c5ec0f05f2946385e8ebef62030cf3587f0a3d2f12779ffdb191569a966847289ba7313f946 languageName: node linkType: hard