From 1dd5ad7512a7f94e0c0723de6eb901dda84d3988 Mon Sep 17 00:00:00 2001 From: tarikgul Date: Sat, 27 Apr 2024 16:20:34 -0400 Subject: [PATCH] Bump polkadot/api to 11.0.2 --- package.json | 6 +- packages/api-cli/package.json | 6 +- packages/json-serve/package.json | 8 +- packages/metadata-cmp/package.json | 4 +- packages/monitor-rpc/package.json | 4 +- packages/signer-cli/package.json | 4 +- yarn.lock | 304 +++++++++++------------------ 7 files changed, 126 insertions(+), 210 deletions(-) diff --git a/package.json b/package.json index 5d8e04af0..c6a24c90c 100644 --- a/package.json +++ b/package.json @@ -44,10 +44,10 @@ "@types/yargs": "^17.0.32" }, "resolutions": { - "@polkadot/api": "^11.0.1", - "@polkadot/api-derive": "^11.0.1", + "@polkadot/api": "^11.0.2", + "@polkadot/api-derive": "^11.0.2", "@polkadot/keyring": "^12.6.2", - "@polkadot/types": "^11.0.1", + "@polkadot/types": "^11.0.2", "@polkadot/util": "^12.6.2", "@polkadot/util-crypto": "^12.6.2", "typescript": "^5.3.3" diff --git a/packages/api-cli/package.json b/packages/api-cli/package.json index 46b2bcd48..9be0df26b 100644 --- a/packages/api-cli/package.json +++ b/packages/api-cli/package.json @@ -21,10 +21,10 @@ "polkadot-js-api": "./runcli.mjs" }, "dependencies": { - "@polkadot/api": "^11.0.1", - "@polkadot/api-augment": "^11.0.1", + "@polkadot/api": "^11.0.2", + "@polkadot/api-augment": "^11.0.2", "@polkadot/keyring": "^12.6.2", - "@polkadot/types": "^11.0.1", + "@polkadot/types": "^11.0.2", "@polkadot/util": "^12.6.2", "@polkadot/util-crypto": "^12.6.2", "tslib": "^2.6.2", diff --git a/packages/json-serve/package.json b/packages/json-serve/package.json index 3528c8157..c3af70ab3 100644 --- a/packages/json-serve/package.json +++ b/packages/json-serve/package.json @@ -21,10 +21,10 @@ "polkadot-js-json-serve": "./runcli.mjs" }, "dependencies": { - "@polkadot/api": "^11.0.1", - "@polkadot/api-augment": "^11.0.1", - "@polkadot/api-derive": "^11.0.1", - "@polkadot/types": "^11.0.1", + "@polkadot/api": "^11.0.2", + "@polkadot/api-augment": "^11.0.2", + "@polkadot/api-derive": "^11.0.2", + "@polkadot/types": "^11.0.2", "@polkadot/util": "^12.6.2", "koa": "^2.14.2", "koa-route": "^3.2.0", diff --git a/packages/metadata-cmp/package.json b/packages/metadata-cmp/package.json index ae435b5bc..bf593f172 100644 --- a/packages/metadata-cmp/package.json +++ b/packages/metadata-cmp/package.json @@ -21,9 +21,9 @@ "polkadot-js-metadata-cmp": "./runcli.mjs" }, "dependencies": { - "@polkadot/api": "^11.0.1", + "@polkadot/api": "^11.0.2", "@polkadot/keyring": "^12.6.2", - "@polkadot/types": "^11.0.1", + "@polkadot/types": "^11.0.2", "@polkadot/util": "^12.6.2", "tslib": "^2.6.2", "yargs": "^17.7.2" diff --git a/packages/monitor-rpc/package.json b/packages/monitor-rpc/package.json index 7b3b424b4..495d95627 100644 --- a/packages/monitor-rpc/package.json +++ b/packages/monitor-rpc/package.json @@ -21,8 +21,8 @@ "polkadot-js-monitor": "./runcli.mjs" }, "dependencies": { - "@polkadot/api": "^11.0.1", - "@polkadot/types": "^11.0.1", + "@polkadot/api": "^11.0.2", + "@polkadot/types": "^11.0.2", "@polkadot/util": "^12.6.2", "koa": "^2.14.2", "koa-route": "^3.2.0", diff --git a/packages/signer-cli/package.json b/packages/signer-cli/package.json index bb6af4c99..9ed675ab0 100644 --- a/packages/signer-cli/package.json +++ b/packages/signer-cli/package.json @@ -21,10 +21,10 @@ "polkadot-js-signer": "./runcli.mjs" }, "dependencies": { - "@polkadot/api": "^11.0.1", + "@polkadot/api": "^11.0.2", "@polkadot/api-cli": "^0.56.9-0-x", "@polkadot/keyring": "^12.6.2", - "@polkadot/types": "^11.0.1", + "@polkadot/types": "^11.0.2", "@polkadot/util": "^12.6.2", "@polkadot/util-crypto": "^12.6.2", "tslib": "^2.6.2", diff --git a/yarn.lock b/yarn.lock index 56f2cc38e..9ea09aa2b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -444,31 +444,31 @@ __metadata: languageName: node linkType: hard -"@polkadot/api-augment@npm:11.0.1, @polkadot/api-augment@npm:^11.0.1": - version: 11.0.1 - resolution: "@polkadot/api-augment@npm:11.0.1" - dependencies: - "@polkadot/api-base": "npm:11.0.1" - "@polkadot/rpc-augment": "npm:11.0.1" - "@polkadot/types": "npm:11.0.1" - "@polkadot/types-augment": "npm:11.0.1" - "@polkadot/types-codec": "npm:11.0.1" +"@polkadot/api-augment@npm:11.0.2, @polkadot/api-augment@npm:^11.0.2": + version: 11.0.2 + resolution: "@polkadot/api-augment@npm:11.0.2" + dependencies: + "@polkadot/api-base": "npm:11.0.2" + "@polkadot/rpc-augment": "npm:11.0.2" + "@polkadot/types": "npm:11.0.2" + "@polkadot/types-augment": "npm:11.0.2" + "@polkadot/types-codec": "npm:11.0.2" "@polkadot/util": "npm:^12.6.2" tslib: "npm:^2.6.2" - checksum: 10/f8eb96c723e548a7cfee13b134e78ef6efead54b2a42baf62ff94a2bc7e3946456e767e8425f9377fafa220ef27e39934bdc2bf94cdc9b44801db51be670dcc4 + checksum: 10/1d0f14149e3c9c972abf45260af44a2a23a7fa0085c0db8039bcd909c1df36c49eb31ab5257a95cf70fb76d36a26a35635a26895a5bc7e4198a1872bd1f38dae languageName: node linkType: hard -"@polkadot/api-base@npm:11.0.1": - version: 11.0.1 - resolution: "@polkadot/api-base@npm:11.0.1" +"@polkadot/api-base@npm:11.0.2": + version: 11.0.2 + resolution: "@polkadot/api-base@npm:11.0.2" dependencies: - "@polkadot/rpc-core": "npm:11.0.1" - "@polkadot/types": "npm:11.0.1" + "@polkadot/rpc-core": "npm:11.0.2" + "@polkadot/types": "npm:11.0.2" "@polkadot/util": "npm:^12.6.2" rxjs: "npm:^7.8.1" tslib: "npm:^2.6.2" - checksum: 10/9cfbe8d3833984a76ef2cc409b9eb2ea5f1d3292fddd03b02859f1f9d79a0c0e9086c5fb00343b83ff5a286ad89a8197f804efed9b21537f64cf0c086bb1156d + checksum: 10/c38cdd603ae8015487b1b90459295ac1403a88a69848948696943db7c7429ceaec95a5dc9065d2f050a7373c2f448f106903966ab345ee8f03f2f9eee035f929 languageName: node linkType: hard @@ -476,10 +476,10 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/api-cli@workspace:packages/api-cli" dependencies: - "@polkadot/api": "npm:^11.0.1" - "@polkadot/api-augment": "npm:^11.0.1" + "@polkadot/api": "npm:^11.0.2" + "@polkadot/api-augment": "npm:^11.0.2" "@polkadot/keyring": "npm:^12.6.2" - "@polkadot/types": "npm:^11.0.1" + "@polkadot/types": "npm:^11.0.2" "@polkadot/util": "npm:^12.6.2" "@polkadot/util-crypto": "npm:^12.6.2" "@types/node": "npm:^20.10.5" @@ -491,46 +491,46 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/api-derive@npm:^11.0.1": - version: 11.0.1 - resolution: "@polkadot/api-derive@npm:11.0.1" +"@polkadot/api-derive@npm:^11.0.2": + version: 11.0.2 + resolution: "@polkadot/api-derive@npm:11.0.2" dependencies: - "@polkadot/api": "npm:11.0.1" - "@polkadot/api-augment": "npm:11.0.1" - "@polkadot/api-base": "npm:11.0.1" - "@polkadot/rpc-core": "npm:11.0.1" - "@polkadot/types": "npm:11.0.1" - "@polkadot/types-codec": "npm:11.0.1" + "@polkadot/api": "npm:11.0.2" + "@polkadot/api-augment": "npm:11.0.2" + "@polkadot/api-base": "npm:11.0.2" + "@polkadot/rpc-core": "npm:11.0.2" + "@polkadot/types": "npm:11.0.2" + "@polkadot/types-codec": "npm:11.0.2" "@polkadot/util": "npm:^12.6.2" "@polkadot/util-crypto": "npm:^12.6.2" rxjs: "npm:^7.8.1" tslib: "npm:^2.6.2" - checksum: 10/471a141ec9d7afc250a4cbeeeb2613a20c5b521fcee64d373bf4857d3faace3e4d8fc517991bc1d089f68e06521a23b566cb8afea75ffc27d4c7286e639ef2b5 + checksum: 10/033e42b0961940249c7dbe13a84c1f1f01804027fd591b56fdead6284600f28d9f863b0f76d9afbfa3b805f46e1ccdb2f7fe873451037876405c03a870e35554 languageName: node linkType: hard -"@polkadot/api@npm:^11.0.1": - version: 11.0.1 - resolution: "@polkadot/api@npm:11.0.1" +"@polkadot/api@npm:^11.0.2": + version: 11.0.2 + resolution: "@polkadot/api@npm:11.0.2" dependencies: - "@polkadot/api-augment": "npm:11.0.1" - "@polkadot/api-base": "npm:11.0.1" - "@polkadot/api-derive": "npm:11.0.1" + "@polkadot/api-augment": "npm:11.0.2" + "@polkadot/api-base": "npm:11.0.2" + "@polkadot/api-derive": "npm:11.0.2" "@polkadot/keyring": "npm:^12.6.2" - "@polkadot/rpc-augment": "npm:11.0.1" - "@polkadot/rpc-core": "npm:11.0.1" - "@polkadot/rpc-provider": "npm:11.0.1" - "@polkadot/types": "npm:11.0.1" - "@polkadot/types-augment": "npm:11.0.1" - "@polkadot/types-codec": "npm:11.0.1" - "@polkadot/types-create": "npm:11.0.1" - "@polkadot/types-known": "npm:11.0.1" + "@polkadot/rpc-augment": "npm:11.0.2" + "@polkadot/rpc-core": "npm:11.0.2" + "@polkadot/rpc-provider": "npm:11.0.2" + "@polkadot/types": "npm:11.0.2" + "@polkadot/types-augment": "npm:11.0.2" + "@polkadot/types-codec": "npm:11.0.2" + "@polkadot/types-create": "npm:11.0.2" + "@polkadot/types-known": "npm:11.0.2" "@polkadot/util": "npm:^12.6.2" "@polkadot/util-crypto": "npm:^12.6.2" eventemitter3: "npm:^5.0.1" rxjs: "npm:^7.8.1" tslib: "npm:^2.6.2" - checksum: 10/24b9eba509dd33ba1ddcf87832643e653e83c68473af75b9fbabe5ca3c6f8bc11e04eddbf2125a20fa6be6a606bbe24452c0514b9181184a3671fb3180791fc9 + checksum: 10/9262c52de7f6f941a6c359821a94edfc087759ae14e630e05f1ee6b228733a31e97174b429b2ac9729dcfe0b76fd9be00479214b8c09f988c2ff7ad6414d046c languageName: node linkType: hard @@ -634,10 +634,10 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/json-serve@workspace:packages/json-serve" dependencies: - "@polkadot/api": "npm:^11.0.1" - "@polkadot/api-augment": "npm:^11.0.1" - "@polkadot/api-derive": "npm:^11.0.1" - "@polkadot/types": "npm:^11.0.1" + "@polkadot/api": "npm:^11.0.2" + "@polkadot/api-augment": "npm:^11.0.2" + "@polkadot/api-derive": "npm:^11.0.2" + "@polkadot/types": "npm:^11.0.2" "@polkadot/util": "npm:^12.6.2" "@types/koa": "npm:^2.13.12" "@types/koa-route": "npm:^3.2.8" @@ -670,9 +670,9 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/metadata-cmp@workspace:packages/metadata-cmp" dependencies: - "@polkadot/api": "npm:^11.0.1" + "@polkadot/api": "npm:^11.0.2" "@polkadot/keyring": "npm:^12.6.2" - "@polkadot/types": "npm:^11.0.1" + "@polkadot/types": "npm:^11.0.2" "@polkadot/util": "npm:^12.6.2" "@types/node": "npm:^20.10.5" "@types/yargs": "npm:^17.0.32" @@ -687,8 +687,8 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/monitor-rpc@workspace:packages/monitor-rpc" dependencies: - "@polkadot/api": "npm:^11.0.1" - "@polkadot/types": "npm:^11.0.1" + "@polkadot/api": "npm:^11.0.2" + "@polkadot/types": "npm:^11.0.2" "@polkadot/util": "npm:^12.6.2" "@types/koa": "npm:^2.13.12" "@types/koa-route": "npm:^3.2.8" @@ -714,40 +714,40 @@ __metadata: languageName: node linkType: hard -"@polkadot/rpc-augment@npm:11.0.1": - version: 11.0.1 - resolution: "@polkadot/rpc-augment@npm:11.0.1" +"@polkadot/rpc-augment@npm:11.0.2": + version: 11.0.2 + resolution: "@polkadot/rpc-augment@npm:11.0.2" dependencies: - "@polkadot/rpc-core": "npm:11.0.1" - "@polkadot/types": "npm:11.0.1" - "@polkadot/types-codec": "npm:11.0.1" + "@polkadot/rpc-core": "npm:11.0.2" + "@polkadot/types": "npm:11.0.2" + "@polkadot/types-codec": "npm:11.0.2" "@polkadot/util": "npm:^12.6.2" tslib: "npm:^2.6.2" - checksum: 10/fe68e6e0a8e5f75e23a4a8753d485afdc9bd66368e913d17d2109b476c68cb39e01d768ed17f37a4169307aafa4998e23efdd04058196aa0664e5b41c272920d + checksum: 10/568a87e85a3d0ff7711ffef0149f00b9c6a4eb00eaa89802aa9dc77b322eb24fcb09f1cb0d2e6c3a04d650eeb39932425938f659bb24ee32e154fcb9cd628641 languageName: node linkType: hard -"@polkadot/rpc-core@npm:11.0.1": - version: 11.0.1 - resolution: "@polkadot/rpc-core@npm:11.0.1" +"@polkadot/rpc-core@npm:11.0.2": + version: 11.0.2 + resolution: "@polkadot/rpc-core@npm:11.0.2" dependencies: - "@polkadot/rpc-augment": "npm:11.0.1" - "@polkadot/rpc-provider": "npm:11.0.1" - "@polkadot/types": "npm:11.0.1" + "@polkadot/rpc-augment": "npm:11.0.2" + "@polkadot/rpc-provider": "npm:11.0.2" + "@polkadot/types": "npm:11.0.2" "@polkadot/util": "npm:^12.6.2" rxjs: "npm:^7.8.1" tslib: "npm:^2.6.2" - checksum: 10/8204ace945f260f4ae95bba45784b16634296a1d4f4473137cf62e085b8d969f59679a7bc380e5f2945f456eef9301c0bda0a0172a2615f6bcaf076ca82f9c43 + checksum: 10/52b9793e32eab684bb2bd7617e032da5360b22f58d7b643162b8eebe0c60f86cd3c682a2881996fbcf5ae314e5a6c77cab00c69b950be576fee5bc03f76cc745 languageName: node linkType: hard -"@polkadot/rpc-provider@npm:11.0.1": - version: 11.0.1 - resolution: "@polkadot/rpc-provider@npm:11.0.1" +"@polkadot/rpc-provider@npm:11.0.2": + version: 11.0.2 + resolution: "@polkadot/rpc-provider@npm:11.0.2" dependencies: "@polkadot/keyring": "npm:^12.6.2" - "@polkadot/types": "npm:11.0.1" - "@polkadot/types-support": "npm:11.0.1" + "@polkadot/types": "npm:11.0.2" + "@polkadot/types-support": "npm:11.0.2" "@polkadot/util": "npm:^12.6.2" "@polkadot/util-crypto": "npm:^12.6.2" "@polkadot/x-fetch": "npm:^12.6.2" @@ -761,7 +761,7 @@ __metadata: dependenciesMeta: "@substrate/connect": optional: true - checksum: 10/9f0234039c40bb7ce7f072a044b14d0b9d87e6da62a49d11de12accfa7ef5a0021477c8553409580bc9261b8f7ad7c34ec8cfabcf5bca77f7ccf022e7a19a8d2 + checksum: 10/f66d660e2ad990a7f1e5226c7d81f8dcab601ac2b82c9b204594fbddf8a061950d68165fe05c88c962f1a8ac71dbd17d40cfce0943ff4aa494a5825afae30e76 languageName: node linkType: hard @@ -769,10 +769,10 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/signer-cli@workspace:packages/signer-cli" dependencies: - "@polkadot/api": "npm:^11.0.1" + "@polkadot/api": "npm:^11.0.2" "@polkadot/api-cli": "npm:^0.56.9-0-x" "@polkadot/keyring": "npm:^12.6.2" - "@polkadot/types": "npm:^11.0.1" + "@polkadot/types": "npm:^11.0.2" "@polkadot/util": "npm:^12.6.2" "@polkadot/util-crypto": "npm:^12.6.2" "@types/node": "npm:^20.10.5" @@ -784,77 +784,77 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-augment@npm:11.0.1": - version: 11.0.1 - resolution: "@polkadot/types-augment@npm:11.0.1" +"@polkadot/types-augment@npm:11.0.2": + version: 11.0.2 + resolution: "@polkadot/types-augment@npm:11.0.2" dependencies: - "@polkadot/types": "npm:11.0.1" - "@polkadot/types-codec": "npm:11.0.1" + "@polkadot/types": "npm:11.0.2" + "@polkadot/types-codec": "npm:11.0.2" "@polkadot/util": "npm:^12.6.2" tslib: "npm:^2.6.2" - checksum: 10/5b2f75bcb73b290b10889b4e2c8bca1fbe31a261d98b1b9a410db997167c1dcb720d8ab4d0128ffc9b685c80934c3495ef2d7de7e3135096d68448b53a500859 + checksum: 10/9759a533f8b702e58b0c1cd0a8fdcea2c8ab72a1afe1bf7fe71334b09507ba1e96b66a3b1bab903e3a0c1156d34e3a94aebba321aaf72b89ea937d428984f14c languageName: node linkType: hard -"@polkadot/types-codec@npm:11.0.1": - version: 11.0.1 - resolution: "@polkadot/types-codec@npm:11.0.1" +"@polkadot/types-codec@npm:11.0.2": + version: 11.0.2 + resolution: "@polkadot/types-codec@npm:11.0.2" dependencies: "@polkadot/util": "npm:^12.6.2" "@polkadot/x-bigint": "npm:^12.6.2" tslib: "npm:^2.6.2" - checksum: 10/d3f25f63342ab6de85979d4d715f2088a6c3a9b5190a5b3d00a2d76e5d508632575a0fbbd724d556efed464fd90e8ff63e52090b4b784e7f7d983837a14a4f52 + checksum: 10/82c3ed0678e23a1faa4721547c52d59fd3318b5390a1c338e0b9c9ce46f578b7afd88c01efaa96bddac8531d120bc24338bda18d68188124694f94c2aea4763b languageName: node linkType: hard -"@polkadot/types-create@npm:11.0.1": - version: 11.0.1 - resolution: "@polkadot/types-create@npm:11.0.1" +"@polkadot/types-create@npm:11.0.2": + version: 11.0.2 + resolution: "@polkadot/types-create@npm:11.0.2" dependencies: - "@polkadot/types-codec": "npm:11.0.1" + "@polkadot/types-codec": "npm:11.0.2" "@polkadot/util": "npm:^12.6.2" tslib: "npm:^2.6.2" - checksum: 10/adf2a813d34514788d35fcdb6d2652ac9e51231c245e304dc20cff4e06ab8e165eb36ac0334ab87ef3d0cbf54dd1e2843e38eaf81fabb76ea51a580072c94899 + checksum: 10/cc3560ba4174e8a9e14032c9ae219d943f9b0b819500eaebd60bef421126596268281aefad594e452b5407d87f13b3613ade94707bb4774010f7021ceb125aef languageName: node linkType: hard -"@polkadot/types-known@npm:11.0.1": - version: 11.0.1 - resolution: "@polkadot/types-known@npm:11.0.1" +"@polkadot/types-known@npm:11.0.2": + version: 11.0.2 + resolution: "@polkadot/types-known@npm:11.0.2" dependencies: "@polkadot/networks": "npm:^12.6.2" - "@polkadot/types": "npm:11.0.1" - "@polkadot/types-codec": "npm:11.0.1" - "@polkadot/types-create": "npm:11.0.1" + "@polkadot/types": "npm:11.0.2" + "@polkadot/types-codec": "npm:11.0.2" + "@polkadot/types-create": "npm:11.0.2" "@polkadot/util": "npm:^12.6.2" tslib: "npm:^2.6.2" - checksum: 10/b2e04c228efb95a39c74d063bd439db7887ef2f3f5c8dd19fdf3eeef32701e87d8c1be833bfbe6d740afa767319d6d2898f9315140749d35e616d6e75d607e28 + checksum: 10/f5da9cb2adccd3f144febbf217b1391f4569b9bf8b161bd243e7710a8253daddd4f7f32ce3f89b4974791427d7402c5a20972d43ea5e4d607d22da6fbce37af5 languageName: node linkType: hard -"@polkadot/types-support@npm:11.0.1": - version: 11.0.1 - resolution: "@polkadot/types-support@npm:11.0.1" +"@polkadot/types-support@npm:11.0.2": + version: 11.0.2 + resolution: "@polkadot/types-support@npm:11.0.2" dependencies: "@polkadot/util": "npm:^12.6.2" tslib: "npm:^2.6.2" - checksum: 10/71f14b40148aa8de0e07306a41fe84be544d33cf17c7838ac49fcfc12c9d4cfb4a4b2d35125414ff3287c89807a9a7008e315ef0bba1f6a4456dcafa79a6c8b6 + checksum: 10/2f427c67b2f76760cf399d58f1bdebc8b8c73e08a44b6817b0e47f3342eca39fb4a95707ece59f4054cb446b3a1a4db9fb9291be0d47249c9acd50f2e050898e languageName: node linkType: hard -"@polkadot/types@npm:^11.0.1": - version: 11.0.1 - resolution: "@polkadot/types@npm:11.0.1" +"@polkadot/types@npm:^11.0.2": + version: 11.0.2 + resolution: "@polkadot/types@npm:11.0.2" dependencies: "@polkadot/keyring": "npm:^12.6.2" - "@polkadot/types-augment": "npm:11.0.1" - "@polkadot/types-codec": "npm:11.0.1" - "@polkadot/types-create": "npm:11.0.1" + "@polkadot/types-augment": "npm:11.0.2" + "@polkadot/types-codec": "npm:11.0.2" + "@polkadot/types-create": "npm:11.0.2" "@polkadot/util": "npm:^12.6.2" "@polkadot/util-crypto": "npm:^12.6.2" rxjs: "npm:^7.8.1" tslib: "npm:^2.6.2" - checksum: 10/e779b6652b08616c0180c4c9dba6751f5fda5bdb86174180f0a9fe4a9e16703cc50912db5d9024b031555c39c40960c0cea4b98f5a22373d383aa2a58d34d9ac + checksum: 10/aafdca41a3009fd3bb4fb3263f01759be013f33fb670252d619891fd56ad2696da957e3920f66c4cdfa892b63eb02e1676f74527d22e7709d39a44d308c9458e languageName: node linkType: hard @@ -1465,14 +1465,7 @@ __metadata: languageName: node linkType: hard -"@types/estree@npm:*, @types/estree@npm:^1.0.0": - version: 1.0.0 - resolution: "@types/estree@npm:1.0.0" - checksum: 10/9ec366ea3b94db26a45262d7161456c9ee25fd04f3a0da482f6e97dbf90c0c8603053c311391a877027cc4ee648340f988cd04f11287886cdf8bc23366291ef9 - languageName: node - linkType: hard - -"@types/estree@npm:1.0.5": +"@types/estree@npm:*, @types/estree@npm:1.0.5, @types/estree@npm:^1.0.0": version: 1.0.5 resolution: "@types/estree@npm:1.0.5" checksum: 10/7de6d928dd4010b0e20c6919e1a6c27b61f8d4567befa89252055fad503d587ecb9a1e3eab1b1901f923964d7019796db810b7fd6430acb26c32866d126fd408 @@ -1756,16 +1749,6 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/scope-manager@npm:6.14.0": - version: 6.14.0 - resolution: "@typescript-eslint/scope-manager@npm:6.14.0" - dependencies: - "@typescript-eslint/types": "npm:6.14.0" - "@typescript-eslint/visitor-keys": "npm:6.14.0" - checksum: 10/fbe945169fe092df5953a54a552a9e8d9dc3dc158a39cd99de7f1843a169c82d3ba59e314b7d0f5b8110dbbe8c37c9e62dc2dda91a31536fe054221d5d8972c3 - languageName: node - linkType: hard - "@typescript-eslint/scope-manager@npm:6.21.0": version: 6.21.0 resolution: "@typescript-eslint/scope-manager@npm:6.21.0" @@ -1807,13 +1790,6 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/types@npm:6.14.0": - version: 6.14.0 - resolution: "@typescript-eslint/types@npm:6.14.0" - checksum: 10/bcb32d69ac4a570634e37a3f149b7653a85334ac7b1d736961b627647ceff74797c4ac30b1405c508ede9462fad53b0b4442dbdf21877bf91263390c6e426e95 - languageName: node - linkType: hard - "@typescript-eslint/types@npm:6.21.0": version: 6.21.0 resolution: "@typescript-eslint/types@npm:6.21.0" @@ -1839,24 +1815,6 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/typescript-estree@npm:6.14.0": - version: 6.14.0 - resolution: "@typescript-eslint/typescript-estree@npm:6.14.0" - dependencies: - "@typescript-eslint/types": "npm:6.14.0" - "@typescript-eslint/visitor-keys": "npm:6.14.0" - debug: "npm:^4.3.4" - globby: "npm:^11.1.0" - is-glob: "npm:^4.0.3" - semver: "npm:^7.5.4" - ts-api-utils: "npm:^1.0.1" - peerDependenciesMeta: - typescript: - optional: true - checksum: 10/870f00e81de428c0afae3f753c04229170aeec76d62dcded0e22cff1c733fe60a350cf68571c889f87ea7a6008b73f7c62a079e91ab056d79aa2b9803a5b7150 - languageName: node - linkType: hard - "@typescript-eslint/typescript-estree@npm:6.21.0": version: 6.21.0 resolution: "@typescript-eslint/typescript-estree@npm:6.21.0" @@ -1894,7 +1852,7 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/utils@npm:6.21.0": +"@typescript-eslint/utils@npm:6.21.0, @typescript-eslint/utils@npm:^6.0.0": version: 6.21.0 resolution: "@typescript-eslint/utils@npm:6.21.0" dependencies: @@ -1929,23 +1887,6 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/utils@npm:^6.0.0": - version: 6.14.0 - resolution: "@typescript-eslint/utils@npm:6.14.0" - dependencies: - "@eslint-community/eslint-utils": "npm:^4.4.0" - "@types/json-schema": "npm:^7.0.12" - "@types/semver": "npm:^7.5.0" - "@typescript-eslint/scope-manager": "npm:6.14.0" - "@typescript-eslint/types": "npm:6.14.0" - "@typescript-eslint/typescript-estree": "npm:6.14.0" - semver: "npm:^7.5.4" - peerDependencies: - eslint: ^7.0.0 || ^8.0.0 - checksum: 10/fec7338edc31d89d5413ec49ce690e05741511ba1ba2a8c59ce14321f5026e73e0584dc9f35645ab4100561bcf8ecef8a08c042388743db53fe73f047132a150 - languageName: node - linkType: hard - "@typescript-eslint/visitor-keys@npm:4.33.0": version: 4.33.0 resolution: "@typescript-eslint/visitor-keys@npm:4.33.0" @@ -1966,16 +1907,6 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/visitor-keys@npm:6.14.0": - version: 6.14.0 - resolution: "@typescript-eslint/visitor-keys@npm:6.14.0" - dependencies: - "@typescript-eslint/types": "npm:6.14.0" - eslint-visitor-keys: "npm:^3.4.1" - checksum: 10/404f87a121b4375b13e59ffc11ac2fe3c8e40025d0ef5cd6738ab7b3648ce1d41378414b1130ee68e0b454d7e6ec1937540799cdaa4ea572e2447b04d737ee44 - languageName: node - linkType: hard - "@typescript-eslint/visitor-keys@npm:6.21.0": version: 6.21.0 resolution: "@typescript-eslint/visitor-keys@npm:6.21.0" @@ -10114,22 +10045,7 @@ __metadata: languageName: node linkType: hard -"ws@npm:^8.13.0, ws@npm:^8.15.1, ws@npm:^8.8.1": - version: 8.15.1 - resolution: "ws@npm:8.15.1" - peerDependencies: - bufferutil: ^4.0.1 - utf-8-validate: ">=5.0.2" - peerDependenciesMeta: - bufferutil: - optional: true - utf-8-validate: - optional: true - checksum: 10/746a3102d43e8df7b09f5814bec858f12d10185a7abd655537f3291b687d440bb80fc9d1e082f8dee42d4d74307f78a96810e18a2c8e13053b003c6608c1c648 - languageName: node - linkType: hard - -"ws@npm:^8.16.0": +"ws@npm:^8.13.0, ws@npm:^8.15.1, ws@npm:^8.16.0, ws@npm:^8.8.1": version: 8.16.0 resolution: "ws@npm:8.16.0" peerDependencies: