From f911a51a597676abaced5c7646944ba81b1599e7 Mon Sep 17 00:00:00 2001 From: Jaco Date: Fri, 2 Sep 2022 11:40:38 +0300 Subject: [PATCH] Bump common --- CHANGELOG.md | 2 +- package.json | 2 +- packages/api-augment/package.json | 2 +- packages/api-base/package.json | 2 +- packages/api-contract/package.json | 6 +- packages/api-derive/package.json | 4 +- packages/api/package.json | 6 +- packages/rpc-augment/package.json | 2 +- packages/rpc-core/package.json | 4 +- packages/rpc-provider/package.json | 12 +- packages/typegen/package.json | 6 +- packages/types-augment/package.json | 2 +- packages/types-codec/package.json | 6 +- packages/types-create/package.json | 2 +- packages/types-known/package.json | 4 +- packages/types-support/package.json | 2 +- packages/types/package.json | 8 +- yarn.lock | 324 ++++++++++++++-------------- 18 files changed, 198 insertions(+), 198 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b44f5fc3d77..20dd7ac620f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ Changes: - Support for ink! v4 metadata -- Adjust `pendingRewards` for pools runtime calls +- Adjust pool runtime call `pendingRewards` return type - Support for `AccountId33` (raw/compressed 33-byte ecdsa) - Update to latest Substrate, Polkadot & Kusama metadata diff --git a/package.json b/package.json index 6c19da1e999f..e5a79ca3af4f 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@babel/core": "^7.18.13", "@babel/register": "^7.18.9", "@babel/runtime": "^7.18.9", - "@polkadot/dev": "^0.67.119", + "@polkadot/dev": "^0.67.120", "@polkadot/typegen": "workspace:packages/typegen", "@types/jest": "^29.0.0", "copyfiles": "^2.4.1" diff --git a/packages/api-augment/package.json b/packages/api-augment/package.json index 4258b7669b44..a3a8833fbc0c 100644 --- a/packages/api-augment/package.json +++ b/packages/api-augment/package.json @@ -29,7 +29,7 @@ "@polkadot/types": "9.2.5-5-x", "@polkadot/types-augment": "9.2.5-5-x", "@polkadot/types-codec": "9.2.5-5-x", - "@polkadot/util": "^10.1.6" + "@polkadot/util": "^10.1.7" }, "devDependencies": { "@polkadot/types-support": "9.2.5-5-x" diff --git a/packages/api-base/package.json b/packages/api-base/package.json index 38bdae258bc9..4ec89f5048db 100644 --- a/packages/api-base/package.json +++ b/packages/api-base/package.json @@ -26,7 +26,7 @@ "@babel/runtime": "^7.18.9", "@polkadot/rpc-core": "9.2.5-5-x", "@polkadot/types": "9.2.5-5-x", - "@polkadot/util": "^10.1.6", + "@polkadot/util": "^10.1.7", "rxjs": "^7.5.6" } } diff --git a/packages/api-contract/package.json b/packages/api-contract/package.json index b9aa1512f1a0..56ab8cc12604 100644 --- a/packages/api-contract/package.json +++ b/packages/api-contract/package.json @@ -28,12 +28,12 @@ "@polkadot/types": "9.2.5-5-x", "@polkadot/types-codec": "9.2.5-5-x", "@polkadot/types-create": "9.2.5-5-x", - "@polkadot/util": "^10.1.6", - "@polkadot/util-crypto": "^10.1.6", + "@polkadot/util": "^10.1.7", + "@polkadot/util-crypto": "^10.1.7", "rxjs": "^7.5.6" }, "devDependencies": { "@polkadot/api-augment": "9.2.5-5-x", - "@polkadot/keyring": "^10.1.6" + "@polkadot/keyring": "^10.1.7" } } diff --git a/packages/api-derive/package.json b/packages/api-derive/package.json index c595d6605b98..f95a2876155b 100644 --- a/packages/api-derive/package.json +++ b/packages/api-derive/package.json @@ -30,8 +30,8 @@ "@polkadot/rpc-core": "9.2.5-5-x", "@polkadot/types": "9.2.5-5-x", "@polkadot/types-codec": "9.2.5-5-x", - "@polkadot/util": "^10.1.6", - "@polkadot/util-crypto": "^10.1.6", + "@polkadot/util": "^10.1.7", + "@polkadot/util-crypto": "^10.1.7", "rxjs": "^7.5.6" }, "devDependencies": { diff --git a/packages/api/package.json b/packages/api/package.json index 87ace17d79e9..4c8404002c32 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -27,7 +27,7 @@ "@polkadot/api-augment": "9.2.5-5-x", "@polkadot/api-base": "9.2.5-5-x", "@polkadot/api-derive": "9.2.5-5-x", - "@polkadot/keyring": "^10.1.6", + "@polkadot/keyring": "^10.1.7", "@polkadot/rpc-augment": "9.2.5-5-x", "@polkadot/rpc-core": "9.2.5-5-x", "@polkadot/rpc-provider": "9.2.5-5-x", @@ -36,8 +36,8 @@ "@polkadot/types-codec": "9.2.5-5-x", "@polkadot/types-create": "9.2.5-5-x", "@polkadot/types-known": "9.2.5-5-x", - "@polkadot/util": "^10.1.6", - "@polkadot/util-crypto": "^10.1.6", + "@polkadot/util": "^10.1.7", + "@polkadot/util-crypto": "^10.1.7", "eventemitter3": "^4.0.7", "rxjs": "^7.5.6" }, diff --git a/packages/rpc-augment/package.json b/packages/rpc-augment/package.json index 97e8fb829834..5dae899d1745 100644 --- a/packages/rpc-augment/package.json +++ b/packages/rpc-augment/package.json @@ -27,6 +27,6 @@ "@polkadot/rpc-core": "9.2.5-5-x", "@polkadot/types": "9.2.5-5-x", "@polkadot/types-codec": "9.2.5-5-x", - "@polkadot/util": "^10.1.6" + "@polkadot/util": "^10.1.7" } } diff --git a/packages/rpc-core/package.json b/packages/rpc-core/package.json index 34009b407032..43dd43d45867 100644 --- a/packages/rpc-core/package.json +++ b/packages/rpc-core/package.json @@ -27,11 +27,11 @@ "@polkadot/rpc-augment": "9.2.5-5-x", "@polkadot/rpc-provider": "9.2.5-5-x", "@polkadot/types": "9.2.5-5-x", - "@polkadot/util": "^10.1.6", + "@polkadot/util": "^10.1.7", "rxjs": "^7.5.6" }, "devDependencies": { - "@polkadot/keyring": "^10.1.6", + "@polkadot/keyring": "^10.1.7", "@polkadot/rpc-augment": "9.2.5-5-x" } } diff --git a/packages/rpc-provider/package.json b/packages/rpc-provider/package.json index 1568161de223..18351b96d335 100644 --- a/packages/rpc-provider/package.json +++ b/packages/rpc-provider/package.json @@ -24,14 +24,14 @@ "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", - "@polkadot/keyring": "^10.1.6", + "@polkadot/keyring": "^10.1.7", "@polkadot/types": "9.2.5-5-x", "@polkadot/types-support": "9.2.5-5-x", - "@polkadot/util": "^10.1.6", - "@polkadot/util-crypto": "^10.1.6", - "@polkadot/x-fetch": "^10.1.6", - "@polkadot/x-global": "^10.1.6", - "@polkadot/x-ws": "^10.1.6", + "@polkadot/util": "^10.1.7", + "@polkadot/util-crypto": "^10.1.7", + "@polkadot/x-fetch": "^10.1.7", + "@polkadot/x-global": "^10.1.7", + "@polkadot/x-ws": "^10.1.7", "@substrate/connect": "0.7.11", "eventemitter3": "^4.0.7", "mock-socket": "^9.1.5", diff --git a/packages/typegen/package.json b/packages/typegen/package.json index d6aa0739d8e3..786d548473a3 100644 --- a/packages/typegen/package.json +++ b/packages/typegen/package.json @@ -42,9 +42,9 @@ "@polkadot/types-codec": "9.2.5-5-x", "@polkadot/types-create": "9.2.5-5-x", "@polkadot/types-support": "9.2.5-5-x", - "@polkadot/util": "^10.1.6", - "@polkadot/util-crypto": "^10.1.6", - "@polkadot/x-ws": "^10.1.6", + "@polkadot/util": "^10.1.7", + "@polkadot/util-crypto": "^10.1.7", + "@polkadot/x-ws": "^10.1.7", "handlebars": "^4.7.7", "websocket": "^1.0.34", "yargs": "^17.5.1" diff --git a/packages/types-augment/package.json b/packages/types-augment/package.json index 48fe61585f8b..259014936b2a 100644 --- a/packages/types-augment/package.json +++ b/packages/types-augment/package.json @@ -26,6 +26,6 @@ "@babel/runtime": "^7.18.9", "@polkadot/types": "9.2.5-5-x", "@polkadot/types-codec": "9.2.5-5-x", - "@polkadot/util": "^10.1.6" + "@polkadot/util": "^10.1.7" } } diff --git a/packages/types-codec/package.json b/packages/types-codec/package.json index 74105201ef2b..649b42e35cc3 100644 --- a/packages/types-codec/package.json +++ b/packages/types-codec/package.json @@ -24,13 +24,13 @@ "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", - "@polkadot/util": "^10.1.6", - "@polkadot/x-bigint": "^10.1.6" + "@polkadot/util": "^10.1.7", + "@polkadot/x-bigint": "^10.1.7" }, "devDependencies": { "@polkadot/types": "9.2.5-5-x", "@polkadot/types-augment": "9.2.5-5-x", "@polkadot/types-support": "9.2.5-5-x", - "@polkadot/util-crypto": "^10.1.6" + "@polkadot/util-crypto": "^10.1.7" } } diff --git a/packages/types-create/package.json b/packages/types-create/package.json index 8a83fc3794b8..1b1689ec9f5b 100644 --- a/packages/types-create/package.json +++ b/packages/types-create/package.json @@ -25,7 +25,7 @@ "dependencies": { "@babel/runtime": "^7.18.9", "@polkadot/types-codec": "9.2.5-5-x", - "@polkadot/util": "^10.1.6" + "@polkadot/util": "^10.1.7" }, "devDependencies": { "@polkadot/types": "9.2.5-5-x" diff --git a/packages/types-known/package.json b/packages/types-known/package.json index dc71ae22bbe5..8ed6cd99bb48 100644 --- a/packages/types-known/package.json +++ b/packages/types-known/package.json @@ -24,11 +24,11 @@ "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", - "@polkadot/networks": "^10.1.6", + "@polkadot/networks": "^10.1.7", "@polkadot/types": "9.2.5-5-x", "@polkadot/types-codec": "9.2.5-5-x", "@polkadot/types-create": "9.2.5-5-x", - "@polkadot/util": "^10.1.6" + "@polkadot/util": "^10.1.7" }, "devDependencies": { "@polkadot/api": "9.2.5-5-x" diff --git a/packages/types-support/package.json b/packages/types-support/package.json index af6e7e0fe25c..ae577db9b66f 100644 --- a/packages/types-support/package.json +++ b/packages/types-support/package.json @@ -24,6 +24,6 @@ "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", - "@polkadot/util": "^10.1.6" + "@polkadot/util": "^10.1.7" } } diff --git a/packages/types/package.json b/packages/types/package.json index 5675e68c3af2..be1bd7918cbb 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -24,16 +24,16 @@ "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", - "@polkadot/keyring": "^10.1.6", + "@polkadot/keyring": "^10.1.7", "@polkadot/types-augment": "9.2.5-5-x", "@polkadot/types-codec": "9.2.5-5-x", "@polkadot/types-create": "9.2.5-5-x", - "@polkadot/util": "^10.1.6", - "@polkadot/util-crypto": "^10.1.6", + "@polkadot/util": "^10.1.7", + "@polkadot/util-crypto": "^10.1.7", "rxjs": "^7.5.6" }, "devDependencies": { - "@polkadot/keyring": "^10.1.6", + "@polkadot/keyring": "^10.1.7", "@polkadot/types-support": "9.2.5-5-x" } } diff --git a/yarn.lock b/yarn.lock index 2a5ee75e8725..4c10d03f79fb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2010,7 +2010,7 @@ __metadata: "@polkadot/types-augment": 9.2.5-5-x "@polkadot/types-codec": 9.2.5-5-x "@polkadot/types-support": 9.2.5-5-x - "@polkadot/util": ^10.1.6 + "@polkadot/util": ^10.1.7 languageName: unknown linkType: soft @@ -2021,7 +2021,7 @@ __metadata: "@babel/runtime": ^7.18.9 "@polkadot/rpc-core": 9.2.5-5-x "@polkadot/types": 9.2.5-5-x - "@polkadot/util": ^10.1.6 + "@polkadot/util": ^10.1.7 rxjs: ^7.5.6 languageName: unknown linkType: soft @@ -2033,12 +2033,12 @@ __metadata: "@babel/runtime": ^7.18.9 "@polkadot/api": 9.2.5-5-x "@polkadot/api-augment": 9.2.5-5-x - "@polkadot/keyring": ^10.1.6 + "@polkadot/keyring": ^10.1.7 "@polkadot/types": 9.2.5-5-x "@polkadot/types-codec": 9.2.5-5-x "@polkadot/types-create": 9.2.5-5-x - "@polkadot/util": ^10.1.6 - "@polkadot/util-crypto": ^10.1.6 + "@polkadot/util": ^10.1.7 + "@polkadot/util-crypto": ^10.1.7 rxjs: ^7.5.6 languageName: unknown linkType: soft @@ -2057,8 +2057,8 @@ __metadata: "@polkadot/types": 9.2.5-5-x "@polkadot/types-codec": 9.2.5-5-x "@polkadot/types-support": 9.2.5-5-x - "@polkadot/util": ^10.1.6 - "@polkadot/util-crypto": ^10.1.6 + "@polkadot/util": ^10.1.7 + "@polkadot/util-crypto": ^10.1.7 rxjs: ^7.5.6 languageName: unknown linkType: soft @@ -2071,7 +2071,7 @@ __metadata: "@polkadot/api-augment": 9.2.5-5-x "@polkadot/api-base": 9.2.5-5-x "@polkadot/api-derive": 9.2.5-5-x - "@polkadot/keyring": ^10.1.6 + "@polkadot/keyring": ^10.1.7 "@polkadot/rpc-augment": 9.2.5-5-x "@polkadot/rpc-core": 9.2.5-5-x "@polkadot/rpc-provider": 9.2.5-5-x @@ -2081,16 +2081,16 @@ __metadata: "@polkadot/types-create": 9.2.5-5-x "@polkadot/types-known": 9.2.5-5-x "@polkadot/types-support": 9.2.5-5-x - "@polkadot/util": ^10.1.6 - "@polkadot/util-crypto": ^10.1.6 + "@polkadot/util": ^10.1.7 + "@polkadot/util-crypto": ^10.1.7 eventemitter3: ^4.0.7 rxjs: ^7.5.6 languageName: unknown linkType: soft -"@polkadot/dev@npm:^0.67.119": - version: 0.67.119 - resolution: "@polkadot/dev@npm:0.67.119" +"@polkadot/dev@npm:^0.67.120": + version: 0.67.120 + resolution: "@polkadot/dev@npm:0.67.120" dependencies: "@babel/cli": ^7.18.10 "@babel/core": ^7.18.13 @@ -2116,8 +2116,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.36.0 - "@typescript-eslint/parser": 5.36.0 + "@typescript-eslint/eslint-plugin": 5.36.1 + "@typescript-eslint/parser": 5.36.1 "@vue/component-compiler-utils": ^3.3.0 babel-jest: ^29.0.1 babel-plugin-module-extension-resolver: ^1.0.0-rc.2 @@ -2153,7 +2153,7 @@ __metadata: mkdirp: ^1.0.4 prettier: ^2.7.1 rimraf: ^3.0.2 - rollup: ^2.78.1 + rollup: ^2.79.0 rollup-plugin-cleanup: ^3.2.1 typescript: ^4.8.2 webpack: ^5.74.0 @@ -2187,32 +2187,32 @@ __metadata: polkadot-exec-swc: scripts/polkadot-exec-swc.mjs polkadot-exec-tsc: scripts/polkadot-exec-tsc.mjs polkadot-exec-webpack: scripts/polkadot-exec-webpack.mjs - checksum: eee333e8cb6e8a6f1ddeae4b6a50ff6d6336651ca3a50399cfd793efee67a6b4c9d69aba02310a16ad46c854e7c849b5536ee549458358f0b772b457fd0c1e68 + checksum: c99f0dc2ed608e319d4117615d0da289f694e36262dce450dfbc24eb9801b528d7e4a15a835157218e575f764d3a5233d8a454e42b172577b34b31ffc0fe7cd5 languageName: node linkType: hard -"@polkadot/keyring@npm:^10.1.6": - version: 10.1.6 - resolution: "@polkadot/keyring@npm:10.1.6" +"@polkadot/keyring@npm:^10.1.7": + version: 10.1.7 + resolution: "@polkadot/keyring@npm:10.1.7" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/util": 10.1.6 - "@polkadot/util-crypto": 10.1.6 + "@polkadot/util": 10.1.7 + "@polkadot/util-crypto": 10.1.7 peerDependencies: - "@polkadot/util": 10.1.6 - "@polkadot/util-crypto": 10.1.6 - checksum: fe1b19173eccc1a50cceca748a85a8eac25aea0b41b8af12f04040174988281654728d01f95ee1aaf4016926e17d087310bf2e7ef702464b74381df7803c231f + "@polkadot/util": 10.1.7 + "@polkadot/util-crypto": 10.1.7 + checksum: d6efe684e16f535f5583c48fdfd1c0d48c9d87941a585881328507ef5dc5cda31fb800a7095e176ae614c79b7574e4aaa2e4b5fb14f2903b137cc34b7619da3e languageName: node linkType: hard -"@polkadot/networks@npm:10.1.6, @polkadot/networks@npm:^10.1.6": - version: 10.1.6 - resolution: "@polkadot/networks@npm:10.1.6" +"@polkadot/networks@npm:10.1.7, @polkadot/networks@npm:^10.1.7": + version: 10.1.7 + resolution: "@polkadot/networks@npm:10.1.7" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/util": 10.1.6 + "@polkadot/util": 10.1.7 "@substrate/ss58-registry": ^1.28.0 - checksum: 37f6b5c919cc4c92fd5855c540e4ef6bf7694870b1a7439db42ad675f5ba25e643d33c1b1919871dba48ba146fb0a1dea56c4ea9cf5673df2deb65a0e7ab1ca2 + checksum: 135190d1a3e3b91ad6eb7375ca1d4ab6c05e5cce975b566a2735a2b94ffae45ad1a6ee049bc5d53ebb735310781e6338a2eb710edb6718136eb06c000ec5ee46 languageName: node linkType: hard @@ -2224,7 +2224,7 @@ __metadata: "@polkadot/rpc-core": 9.2.5-5-x "@polkadot/types": 9.2.5-5-x "@polkadot/types-codec": 9.2.5-5-x - "@polkadot/util": ^10.1.6 + "@polkadot/util": ^10.1.7 languageName: unknown linkType: soft @@ -2233,11 +2233,11 @@ __metadata: resolution: "@polkadot/rpc-core@workspace:packages/rpc-core" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/keyring": ^10.1.6 + "@polkadot/keyring": ^10.1.7 "@polkadot/rpc-augment": 9.2.5-5-x "@polkadot/rpc-provider": 9.2.5-5-x "@polkadot/types": 9.2.5-5-x - "@polkadot/util": ^10.1.6 + "@polkadot/util": ^10.1.7 rxjs: ^7.5.6 languageName: unknown linkType: soft @@ -2247,14 +2247,14 @@ __metadata: resolution: "@polkadot/rpc-provider@workspace:packages/rpc-provider" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/keyring": ^10.1.6 + "@polkadot/keyring": ^10.1.7 "@polkadot/types": 9.2.5-5-x "@polkadot/types-support": 9.2.5-5-x - "@polkadot/util": ^10.1.6 - "@polkadot/util-crypto": ^10.1.6 - "@polkadot/x-fetch": ^10.1.6 - "@polkadot/x-global": ^10.1.6 - "@polkadot/x-ws": ^10.1.6 + "@polkadot/util": ^10.1.7 + "@polkadot/util-crypto": ^10.1.7 + "@polkadot/x-fetch": ^10.1.7 + "@polkadot/x-global": ^10.1.7 + "@polkadot/x-ws": ^10.1.7 "@substrate/connect": 0.7.11 eventemitter3: ^4.0.7 mock-socket: ^9.1.5 @@ -2278,9 +2278,9 @@ __metadata: "@polkadot/types-codec": 9.2.5-5-x "@polkadot/types-create": 9.2.5-5-x "@polkadot/types-support": 9.2.5-5-x - "@polkadot/util": ^10.1.6 - "@polkadot/util-crypto": ^10.1.6 - "@polkadot/x-ws": ^10.1.6 + "@polkadot/util": ^10.1.7 + "@polkadot/util-crypto": ^10.1.7 + "@polkadot/x-ws": ^10.1.7 "@types/websocket": ^1.0.5 "@types/yargs": ^17.0.12 handlebars: ^4.7.7 @@ -2302,7 +2302,7 @@ __metadata: "@babel/runtime": ^7.18.9 "@polkadot/types": 9.2.5-5-x "@polkadot/types-codec": 9.2.5-5-x - "@polkadot/util": ^10.1.6 + "@polkadot/util": ^10.1.7 languageName: unknown linkType: soft @@ -2314,9 +2314,9 @@ __metadata: "@polkadot/types": 9.2.5-5-x "@polkadot/types-augment": 9.2.5-5-x "@polkadot/types-support": 9.2.5-5-x - "@polkadot/util": ^10.1.6 - "@polkadot/util-crypto": ^10.1.6 - "@polkadot/x-bigint": ^10.1.6 + "@polkadot/util": ^10.1.7 + "@polkadot/util-crypto": ^10.1.7 + "@polkadot/x-bigint": ^10.1.7 languageName: unknown linkType: soft @@ -2327,7 +2327,7 @@ __metadata: "@babel/runtime": ^7.18.9 "@polkadot/types": 9.2.5-5-x "@polkadot/types-codec": 9.2.5-5-x - "@polkadot/util": ^10.1.6 + "@polkadot/util": ^10.1.7 languageName: unknown linkType: soft @@ -2337,11 +2337,11 @@ __metadata: dependencies: "@babel/runtime": ^7.18.9 "@polkadot/api": 9.2.5-5-x - "@polkadot/networks": ^10.1.6 + "@polkadot/networks": ^10.1.7 "@polkadot/types": 9.2.5-5-x "@polkadot/types-codec": 9.2.5-5-x "@polkadot/types-create": 9.2.5-5-x - "@polkadot/util": ^10.1.6 + "@polkadot/util": ^10.1.7 languageName: unknown linkType: soft @@ -2350,7 +2350,7 @@ __metadata: resolution: "@polkadot/types-support@workspace:packages/types-support" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/util": ^10.1.6 + "@polkadot/util": ^10.1.7 languageName: unknown linkType: soft @@ -2359,50 +2359,50 @@ __metadata: resolution: "@polkadot/types@workspace:packages/types" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/keyring": ^10.1.6 + "@polkadot/keyring": ^10.1.7 "@polkadot/types-augment": 9.2.5-5-x "@polkadot/types-codec": 9.2.5-5-x "@polkadot/types-create": 9.2.5-5-x "@polkadot/types-support": 9.2.5-5-x - "@polkadot/util": ^10.1.6 - "@polkadot/util-crypto": ^10.1.6 + "@polkadot/util": ^10.1.7 + "@polkadot/util-crypto": ^10.1.7 rxjs: ^7.5.6 languageName: unknown linkType: soft -"@polkadot/util-crypto@npm:10.1.6, @polkadot/util-crypto@npm:^10.1.6": - version: 10.1.6 - resolution: "@polkadot/util-crypto@npm:10.1.6" +"@polkadot/util-crypto@npm:10.1.7, @polkadot/util-crypto@npm:^10.1.7": + version: 10.1.7 + resolution: "@polkadot/util-crypto@npm:10.1.7" dependencies: "@babel/runtime": ^7.18.9 "@noble/hashes": 1.1.2 "@noble/secp256k1": 1.6.3 - "@polkadot/networks": 10.1.6 - "@polkadot/util": 10.1.6 + "@polkadot/networks": 10.1.7 + "@polkadot/util": 10.1.7 "@polkadot/wasm-crypto": ^6.3.1 - "@polkadot/x-bigint": 10.1.6 - "@polkadot/x-randomvalues": 10.1.6 + "@polkadot/x-bigint": 10.1.7 + "@polkadot/x-randomvalues": 10.1.7 "@scure/base": 1.1.1 ed2curve: ^0.3.0 tweetnacl: ^1.0.3 peerDependencies: - "@polkadot/util": 10.1.6 - checksum: 3f8216cc1148bf4cb90d419d0c185e2339f5d23bbeb82900a51afbab17137773a5777eff49dcacb951f387d84bad274748ad4631b3524e1a45ef214c2c07054f + "@polkadot/util": 10.1.7 + checksum: aa23a21edeaa6d9869ce308822b90fd31254f642daa6001216a2af7817929faaea313f13f734309c4e51315051057a26513f7b21a7e2226e788cb34887e46c50 languageName: node linkType: hard -"@polkadot/util@npm:10.1.6, @polkadot/util@npm:^10.1.6": - version: 10.1.6 - resolution: "@polkadot/util@npm:10.1.6" +"@polkadot/util@npm:10.1.7, @polkadot/util@npm:^10.1.7": + version: 10.1.7 + resolution: "@polkadot/util@npm:10.1.7" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/x-bigint": 10.1.6 - "@polkadot/x-global": 10.1.6 - "@polkadot/x-textdecoder": 10.1.6 - "@polkadot/x-textencoder": 10.1.6 - "@types/bn.js": ^5.1.0 + "@polkadot/x-bigint": 10.1.7 + "@polkadot/x-global": 10.1.7 + "@polkadot/x-textdecoder": 10.1.7 + "@polkadot/x-textencoder": 10.1.7 + "@types/bn.js": ^5.1.1 bn.js: ^5.2.1 - checksum: 3b658f2eccf47872506f2b23f0c991c0ccc0e71b15b0843d80d1c1b37df78110e1ede3a16326a71712d59c8074c3187213eaa754e19639d111725a76616b71e4 + checksum: 7366bf739324f1e1130f6cb802b05b15c43201c50548dac58931323ca1c67450fe0d438e1e0318b898843a8939dccf43241cbc741b098f0de292909068bc15a1 languageName: node linkType: hard @@ -2484,76 +2484,76 @@ __metadata: languageName: node linkType: hard -"@polkadot/x-bigint@npm:10.1.6, @polkadot/x-bigint@npm:^10.1.6": - version: 10.1.6 - resolution: "@polkadot/x-bigint@npm:10.1.6" +"@polkadot/x-bigint@npm:10.1.7, @polkadot/x-bigint@npm:^10.1.7": + version: 10.1.7 + resolution: "@polkadot/x-bigint@npm:10.1.7" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/x-global": 10.1.6 - checksum: 37ef3f7103361186042b053ea71d735ac96c28ff5d12730954e3a7947124990832c9a3e0b2924e80cdc94743fd1b053878976bf225b45f0b8a6f0d5cc7b2e7af + "@polkadot/x-global": 10.1.7 + checksum: b0594d97143c5b7226e14ab34a9be1f1531d5510d811b9ff282d0ad3d249cdef47ccc0de0db10362fcb146ce159ed0349fa4faa266d8e0ee79bee0917c78fedc languageName: node linkType: hard -"@polkadot/x-fetch@npm:^10.1.6": - version: 10.1.6 - resolution: "@polkadot/x-fetch@npm:10.1.6" +"@polkadot/x-fetch@npm:^10.1.7": + version: 10.1.7 + resolution: "@polkadot/x-fetch@npm:10.1.7" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/x-global": 10.1.6 + "@polkadot/x-global": 10.1.7 "@types/node-fetch": ^2.6.2 node-fetch: ^3.2.10 - checksum: 66a36957b2054474c968c427a4c14ddff46e02fed13a30420338db344a07d89bb975e189999b439dac90872b2b677f2664e77be9fba69b6099f03e8986457eac + checksum: cdcfdc4ddfa705a04a17f5eb4cc800a77b2ddba100adcf0a1e0464469dee4b23f2f174d206c4404d4bed0be0714be0ebcef4a517d0e8cced8ac96f0e663b0446 languageName: node linkType: hard -"@polkadot/x-global@npm:10.1.6, @polkadot/x-global@npm:^10.1.6": - version: 10.1.6 - resolution: "@polkadot/x-global@npm:10.1.6" +"@polkadot/x-global@npm:10.1.7, @polkadot/x-global@npm:^10.1.7": + version: 10.1.7 + resolution: "@polkadot/x-global@npm:10.1.7" dependencies: "@babel/runtime": ^7.18.9 - checksum: 6e07d087232988873058062d196ee18d4c49e3ba85d3c27873eeb3b44e78bc2d7bcd4557bc3f0ad7c24a9bd5007a4d35f313bda382d5eb9c14efeb661f67ad87 + checksum: 834a54a58a07c58ea322433e974548415032ef1ea8a73ad48812d0d97acaf16c231cbb99d336eb020fd3e44cb5b63b98b6e9c7d51206bc8432d856d465955ffe languageName: node linkType: hard -"@polkadot/x-randomvalues@npm:10.1.6": - version: 10.1.6 - resolution: "@polkadot/x-randomvalues@npm:10.1.6" +"@polkadot/x-randomvalues@npm:10.1.7": + version: 10.1.7 + resolution: "@polkadot/x-randomvalues@npm:10.1.7" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/x-global": 10.1.6 - checksum: 1cdfa353ad1820a07ceaf632f407c885e3531d7ce84e4e3896eef2499f9a85b2708173c11d4b802f7efad80a54c3204b76005633d6340dc7f72cab5d6b8bd05e + "@polkadot/x-global": 10.1.7 + checksum: adf7b0aa0f31e09ff50c3435b9cce25c616d299dc915ad0a80768500b34e853e23552dfffe3de1d0f3c4de5067cdc646ec2bd9ec169449a460849c6a45d3f034 languageName: node linkType: hard -"@polkadot/x-textdecoder@npm:10.1.6": - version: 10.1.6 - resolution: "@polkadot/x-textdecoder@npm:10.1.6" +"@polkadot/x-textdecoder@npm:10.1.7": + version: 10.1.7 + resolution: "@polkadot/x-textdecoder@npm:10.1.7" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/x-global": 10.1.6 - checksum: 903adeab91bdd845d811df56e1613358874bbfdd21d18ab543d54a2db3696928a59772f7e952a4bdc734c73865906a49ae89f6bf43e616d7566b25cc3ae9efd9 + "@polkadot/x-global": 10.1.7 + checksum: 0bfb41b21b2a6bdb4bbb4735b28d26c192d9d627895c716b08b547bd381a81f10e686760fdba15a5fbf5a81468de44bd8f4265c7abf4b38cea0f3db6234193f8 languageName: node linkType: hard -"@polkadot/x-textencoder@npm:10.1.6": - version: 10.1.6 - resolution: "@polkadot/x-textencoder@npm:10.1.6" +"@polkadot/x-textencoder@npm:10.1.7": + version: 10.1.7 + resolution: "@polkadot/x-textencoder@npm:10.1.7" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/x-global": 10.1.6 - checksum: 2381f92fa73081d9c28bc5bf6a17f19cd7034fd2800061089acc9d7b0a4e59f5a7a91d60bdecc05971532fe65d695d60b0cf040070bb07ad713bc358a94bd3d3 + "@polkadot/x-global": 10.1.7 + checksum: d3cf39eac294c86ebf960ac740bac01ff79f998b92195e3ffa4d7d46d81790cd0e3cab88b255d4533d5631f8e28caa7faa075bc4ff2f151b2ebf6395daf59100 languageName: node linkType: hard -"@polkadot/x-ws@npm:^10.1.6": - version: 10.1.6 - resolution: "@polkadot/x-ws@npm:10.1.6" +"@polkadot/x-ws@npm:^10.1.7": + version: 10.1.7 + resolution: "@polkadot/x-ws@npm:10.1.7" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/x-global": 10.1.6 + "@polkadot/x-global": 10.1.7 "@types/websocket": ^1.0.5 websocket: ^1.0.34 - checksum: c9c513991c69b241e63738bd8bdba643ecb70a90c231fb17e6092d470fcf0046a55b3c9e9f16a13fc7bcf384d8020c4e0fb4b59a8b8cc2a7224d96477b2112c8 + checksum: 49134fc2eafb3002d44743a3513c0f91b4023edb4cd95ddda23038bc43903abd3f3f6ead17cadb7a79269645369de9acd62fdbddb1a64adbcfab141b456cdead languageName: node linkType: hard @@ -2800,12 +2800,12 @@ __metadata: languageName: node linkType: hard -"@types/bn.js@npm:^5.1.0": - version: 5.1.0 - resolution: "@types/bn.js@npm:5.1.0" +"@types/bn.js@npm:^5.1.1": + version: 5.1.1 + resolution: "@types/bn.js@npm:5.1.1" dependencies: "@types/node": "*" - checksum: 1dc1cbbd7a1e8bf3614752e9602f558762a901031f499f3055828b5e3e2bba16e5b88c27b3c4152ad795248fbe4086c731a5c4b0f29bb243f1875beeeabee59c + checksum: e50ed2dd3abe997e047caf90e0352c71e54fc388679735217978b4ceb7e336e51477791b715f49fd77195ac26dd296c7bad08a3be9750e235f9b2e1edb1b51c2 languageName: node linkType: hard @@ -3137,13 +3137,13 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/eslint-plugin@npm:5.36.0": - version: 5.36.0 - resolution: "@typescript-eslint/eslint-plugin@npm:5.36.0" +"@typescript-eslint/eslint-plugin@npm:5.36.1": + version: 5.36.1 + resolution: "@typescript-eslint/eslint-plugin@npm:5.36.1" dependencies: - "@typescript-eslint/scope-manager": 5.36.0 - "@typescript-eslint/type-utils": 5.36.0 - "@typescript-eslint/utils": 5.36.0 + "@typescript-eslint/scope-manager": 5.36.1 + "@typescript-eslint/type-utils": 5.36.1 + "@typescript-eslint/utils": 5.36.1 debug: ^4.3.4 functional-red-black-tree: ^1.0.1 ignore: ^5.2.0 @@ -3156,43 +3156,43 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 0509eb64de8697269b9d23ddd698349b7ec67ba62c313d760481b62d2f939bfba1e7d7f70744bdf9b7b8d69fb68083939c8a7bebefbfd1a5d95db82a09bb732a + checksum: a4c555688d840c3ff0d3d71ceca583291e206cc523eade45c56fb8e1c8af84ae50ef8d344cdf8e3f9c38f430bc03c95eb8d49870094e0e5b57e0fa3e61c0ec91 languageName: node linkType: hard -"@typescript-eslint/parser@npm:5.36.0": - version: 5.36.0 - resolution: "@typescript-eslint/parser@npm:5.36.0" +"@typescript-eslint/parser@npm:5.36.1": + version: 5.36.1 + resolution: "@typescript-eslint/parser@npm:5.36.1" dependencies: - "@typescript-eslint/scope-manager": 5.36.0 - "@typescript-eslint/types": 5.36.0 - "@typescript-eslint/typescript-estree": 5.36.0 + "@typescript-eslint/scope-manager": 5.36.1 + "@typescript-eslint/types": 5.36.1 + "@typescript-eslint/typescript-estree": 5.36.1 debug: ^4.3.4 peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 peerDependenciesMeta: typescript: optional: true - checksum: 788658ecb7437e47e835dbaab30428a98ecd8f4cfd895645648a8265274a7bd90c022f13a4111eddb52009d4d788d4e74aa6c2c29d84454c38058228972fb856 + checksum: 0f0f94e56ae1d55b6e7223ce5a2b0c93e5cc082ef2951a2b24ae4b22bb8ffbeb90d2d16682bfa8bc972ba2c7fb4703aedd79b7dbd09bcee397e1ab90d11506d9 languageName: node linkType: hard -"@typescript-eslint/scope-manager@npm:5.36.0": - version: 5.36.0 - resolution: "@typescript-eslint/scope-manager@npm:5.36.0" +"@typescript-eslint/scope-manager@npm:5.36.1": + version: 5.36.1 + resolution: "@typescript-eslint/scope-manager@npm:5.36.1" dependencies: - "@typescript-eslint/types": 5.36.0 - "@typescript-eslint/visitor-keys": 5.36.0 - checksum: 7d8b9082683eb198213777c3b10d76e5471426b6708d157db7d4a938a18f759519bed7ba895de24a67de3e784f979d784c8c8440c471cf1e76cfae0e2715e6bc + "@typescript-eslint/types": 5.36.1 + "@typescript-eslint/visitor-keys": 5.36.1 + checksum: c46497226af75baed7458838ec0bfbddf19f8084115d78b915b46a8ceb4c05619ac61da127dfd3c8ee11bc916896d57bf8b9f936b0306ce69658160f910e3ad0 languageName: node linkType: hard -"@typescript-eslint/type-utils@npm:5.36.0": - version: 5.36.0 - resolution: "@typescript-eslint/type-utils@npm:5.36.0" +"@typescript-eslint/type-utils@npm:5.36.1": + version: 5.36.1 + resolution: "@typescript-eslint/type-utils@npm:5.36.1" dependencies: - "@typescript-eslint/typescript-estree": 5.36.0 - "@typescript-eslint/utils": 5.36.0 + "@typescript-eslint/typescript-estree": 5.36.1 + "@typescript-eslint/utils": 5.36.1 debug: ^4.3.4 tsutils: ^3.21.0 peerDependencies: @@ -3200,7 +3200,7 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 7829ef7ef8d8783182b1819fe347183a82ed6225bb450a840f1fcd47940145e77d9368b54d1b7933b5b88b3d7d5044f2ef085c51c63715f8c211ed786e29b1ed + checksum: d2905289e253a83a9eacbad765cfba03440663086c8beb1b19345b46593c9053fb051ee13d3cc27ccd800fe95ffbf3be2b1273b0f0ac6a59452fc94e6460898b languageName: node linkType: hard @@ -3211,19 +3211,19 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/types@npm:5.36.0": - version: 5.36.0 - resolution: "@typescript-eslint/types@npm:5.36.0" - checksum: ff1b94032eecc23e41a19155ff5f966d6458284a81a3cae3702c938078ee7f83f54cb0be58be8a2dc180f62df8e2af87cfad3fc097765409c25893dbd9af4a54 +"@typescript-eslint/types@npm:5.36.1": + version: 5.36.1 + resolution: "@typescript-eslint/types@npm:5.36.1" + checksum: 10c8965c64e16bc6920dc0c62aae2b139062aca945d03df2ad6fe7c299d2faa684621d571f8d9807a67643d4e9fa5217c69d5f538f9936fc757f9df5ded57623 languageName: node linkType: hard -"@typescript-eslint/typescript-estree@npm:5.36.0": - version: 5.36.0 - resolution: "@typescript-eslint/typescript-estree@npm:5.36.0" +"@typescript-eslint/typescript-estree@npm:5.36.1": + version: 5.36.1 + resolution: "@typescript-eslint/typescript-estree@npm:5.36.1" dependencies: - "@typescript-eslint/types": 5.36.0 - "@typescript-eslint/visitor-keys": 5.36.0 + "@typescript-eslint/types": 5.36.1 + "@typescript-eslint/visitor-keys": 5.36.1 debug: ^4.3.4 globby: ^11.1.0 is-glob: ^4.0.3 @@ -3232,7 +3232,7 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: e0cd3ab2499eecdbc59cb352031166210fcbf4e4f91767e4b9eb6691212d923c47f48d0789a11cedad3ada9f167784cf5b81a5759c9de50db0ddc6ef33ede28d + checksum: acaf2938001673918dbbe690a353cf92e2cfabc79f74cd5946e303a8c24eb9c08ae2053dd261810ed0c9c471ebe879f386564c1b01dd2504dc84f4ce5f4dc696 languageName: node linkType: hard @@ -3254,19 +3254,19 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/utils@npm:5.36.0": - version: 5.36.0 - resolution: "@typescript-eslint/utils@npm:5.36.0" +"@typescript-eslint/utils@npm:5.36.1": + version: 5.36.1 + resolution: "@typescript-eslint/utils@npm:5.36.1" dependencies: "@types/json-schema": ^7.0.9 - "@typescript-eslint/scope-manager": 5.36.0 - "@typescript-eslint/types": 5.36.0 - "@typescript-eslint/typescript-estree": 5.36.0 + "@typescript-eslint/scope-manager": 5.36.1 + "@typescript-eslint/types": 5.36.1 + "@typescript-eslint/typescript-estree": 5.36.1 eslint-scope: ^5.1.1 eslint-utils: ^3.0.0 peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 - checksum: 7db66c298b15f8f2ccfeb12b8d6d5b69ab1d505db797f8d3427d3655075b4ad12c1f771b8bd8326a7febfddb3db14ba0791140c0980394aaea4fb0f9222e3126 + checksum: 77853d526af86ac508d7938916046ed4ad6374c7414981064c5122a2baa96fa234751137f481ac264a07387fd4dcec1cd26b33e29732cc58e855aae77a001d7c languageName: node linkType: hard @@ -3280,13 +3280,13 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/visitor-keys@npm:5.36.0": - version: 5.36.0 - resolution: "@typescript-eslint/visitor-keys@npm:5.36.0" +"@typescript-eslint/visitor-keys@npm:5.36.1": + version: 5.36.1 + resolution: "@typescript-eslint/visitor-keys@npm:5.36.1" dependencies: - "@typescript-eslint/types": 5.36.0 + "@typescript-eslint/types": 5.36.1 eslint-visitor-keys: ^3.3.0 - checksum: e2b79dfbc5ae6830f757674a6d70c6ceb8cbf9e6ceb31e2406142786183e20d2e823cf2fc0b6fd195d55ac9cf12623d6d9af46a1be974651ff460c755d3c1ed6 + checksum: 45ab7c2fd455a8e4beff418bed6c9e7e1f9f66bcaad3bfaed868f97a3f8cfec1fa4faa45948af1a1c32ce573a7b1c6d10427119c257622445b06b488fefd8b49 languageName: node linkType: hard @@ -10486,9 +10486,9 @@ resolve@^2.0.0-next.3: languageName: node linkType: hard -"rollup@npm:^2.78.1": - version: 2.78.1 - resolution: "rollup@npm:2.78.1" +"rollup@npm:^2.79.0": + version: 2.79.0 + resolution: "rollup@npm:2.79.0" dependencies: fsevents: ~2.3.2 dependenciesMeta: @@ -10496,7 +10496,7 @@ resolve@^2.0.0-next.3: optional: true bin: rollup: dist/bin/rollup - checksum: 9034814383ca5bdb4bea6d499270aeb31cdb0bb884f81b0c6a1d19c63cc973f040e6ee09b7af8a7169dd231c090f4b44ef8b99c4bfdf884aceeb3dcefb8cfa14 + checksum: 166f1ffea1898e157003920065b3a328e7012ea6808860ee8fe5d1ce94804fcce9985c95a3c0f7fe9c611aff0d09a70f073f1d6f715c8faba28e4e40f71ee3bb languageName: node linkType: hard @@ -10507,7 +10507,7 @@ resolve@^2.0.0-next.3: "@babel/core": ^7.18.13 "@babel/register": ^7.18.9 "@babel/runtime": ^7.18.9 - "@polkadot/dev": ^0.67.119 + "@polkadot/dev": ^0.67.120 "@polkadot/typegen": "workspace:packages/typegen" "@types/jest": ^29.0.0 copyfiles: ^2.4.1