From 38b14ab6fac6d2a1aefc06305be77bdfefc2ca64 Mon Sep 17 00:00:00 2001 From: Aaron Date: Wed, 17 Jan 2024 14:59:57 +0200 Subject: [PATCH] upgrade latest oclif --- packages/cli/package.json | 18 +- packages/cli/src/commands/validator/status.ts | 2 +- yarn.lock | 1470 ++++++++++++++++- 3 files changed, 1414 insertions(+), 76 deletions(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index 82df32454..c354e31ea 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -43,14 +43,14 @@ "@celo/wallet-local": "^5.1.1", "@ethereumjs/util": "8.0.5", "@ledgerhq/hw-transport-node-hid": "^6.27.4", - "@oclif/core": "^3.15.0", - "@oclif/plugin-autocomplete": "^3.0.4", - "@oclif/plugin-commands": "^3.1.0", - "@oclif/plugin-help": "^6.0.9", - "@oclif/plugin-not-found": "^3.0.7", - "@oclif/plugin-plugins": "^4.1.14", - "@oclif/plugin-warn-if-update-available": "^3.0.8", - "@types/command-exists": "^1.2.0", + "@oclif/core": "^3.18.1", + "@oclif/plugin-autocomplete": "^3.0.5", + "@oclif/plugin-commands": "^3.1.1", + "@oclif/plugin-help": "^6.0.12", + "@oclif/plugin-not-found": "^3.0.9", + "@oclif/plugin-plugins": "^4.1.17", + "@oclif/plugin-warn-if-update-available": "^3.0.9", + "@types/command-exists": "^1.2.3", "bignumber.js": "9.0.0", "bip32": "3.1.0", "chalk": "^2.4.2", @@ -77,7 +77,7 @@ "@types/prompts": "^1.1.1", "@types/web3": "^1.0.18", "jest": "^29.0.2", - "oclif": "^4.1.3", + "oclif": "^4.3.4", "prettier": "1.19.1", "ts-jest": "^29.0.0", "ts-node": "^10.9.1", diff --git a/packages/cli/src/commands/validator/status.ts b/packages/cli/src/commands/validator/status.ts index 0398678d4..942ed1602 100644 --- a/packages/cli/src/commands/validator/status.ts +++ b/packages/cli/src/commands/validator/status.ts @@ -138,7 +138,7 @@ export default class ValidatorStatus extends BaseCommand { const bar = ux.progress({ format: 'counting block signatures [{bar}] {percentage}% | ETA: {eta}s | {value}/{total}', }) - bar.start(end - start) + bar.start(end, start) const countsBySigner = new Map() const incrementSignatureCounts = async (blockNumber: number) => { if ((blockNumber - start) % 10 === 0 || blockNumber === end) { diff --git a/yarn.lock b/yarn.lock index 70d29b5d8..13c97ea79 100644 --- a/yarn.lock +++ b/yarn.lock @@ -29,6 +29,719 @@ __metadata: languageName: node linkType: hard +"@aws-crypto/crc32@npm:3.0.0": + version: 3.0.0 + resolution: "@aws-crypto/crc32@npm:3.0.0" + dependencies: + "@aws-crypto/util": "npm:^3.0.0" + "@aws-sdk/types": "npm:^3.222.0" + tslib: "npm:^1.11.1" + checksum: 672d593fd98a88709a1b488db92aabf584b6dad3e8099e04b6d2870e34a2ee668cbbe0e5406e60c0d776b9c34a91cfc427999230ad959518fed56a3db037704c + languageName: node + linkType: hard + +"@aws-crypto/crc32c@npm:3.0.0": + version: 3.0.0 + resolution: "@aws-crypto/crc32c@npm:3.0.0" + dependencies: + "@aws-crypto/util": "npm:^3.0.0" + "@aws-sdk/types": "npm:^3.222.0" + tslib: "npm:^1.11.1" + checksum: 3e604ad7a8d3fb10e5fe11597d593d0ae8e1d6dc06a06b8d882d5732a6e181f6a77fd4f92fb3ae9002a2007121d49e40bc6b78d83af62d36deb1b457b7f1d977 + languageName: node + linkType: hard + +"@aws-crypto/ie11-detection@npm:^3.0.0": + version: 3.0.0 + resolution: "@aws-crypto/ie11-detection@npm:3.0.0" + dependencies: + tslib: "npm:^1.11.1" + checksum: f5aee4a11a113ab9640474e75d398c99538aa30775f484cd519f0de0096ae0d4a6b68d2f0c685f24bd6f2425067c565bc20592c36c0dc1f4d28c1b4751a40734 + languageName: node + linkType: hard + +"@aws-crypto/sha1-browser@npm:3.0.0": + version: 3.0.0 + resolution: "@aws-crypto/sha1-browser@npm:3.0.0" + dependencies: + "@aws-crypto/ie11-detection": "npm:^3.0.0" + "@aws-crypto/supports-web-crypto": "npm:^3.0.0" + "@aws-crypto/util": "npm:^3.0.0" + "@aws-sdk/types": "npm:^3.222.0" + "@aws-sdk/util-locate-window": "npm:^3.0.0" + "@aws-sdk/util-utf8-browser": "npm:^3.0.0" + tslib: "npm:^1.11.1" + checksum: 8c30fa1e427bf2c295077b007835b0dd9af6beb6250e0aa775cecd42a1f517ef211751e7e12c2423f39d9b1c6748b99eb7b73207eb69165abc696cc470d8659e + languageName: node + linkType: hard + +"@aws-crypto/sha256-browser@npm:3.0.0": + version: 3.0.0 + resolution: "@aws-crypto/sha256-browser@npm:3.0.0" + dependencies: + "@aws-crypto/ie11-detection": "npm:^3.0.0" + "@aws-crypto/sha256-js": "npm:^3.0.0" + "@aws-crypto/supports-web-crypto": "npm:^3.0.0" + "@aws-crypto/util": "npm:^3.0.0" + "@aws-sdk/types": "npm:^3.222.0" + "@aws-sdk/util-locate-window": "npm:^3.0.0" + "@aws-sdk/util-utf8-browser": "npm:^3.0.0" + tslib: "npm:^1.11.1" + checksum: 4e075906c48a46bbb8babb60db3e6b280db405a88c68b77c1496c26218292d5ea509beae3ccc19366ca6bc944c6d37fe347d0917909900dbac86f054a19c71c7 + languageName: node + linkType: hard + +"@aws-crypto/sha256-js@npm:3.0.0, @aws-crypto/sha256-js@npm:^3.0.0": + version: 3.0.0 + resolution: "@aws-crypto/sha256-js@npm:3.0.0" + dependencies: + "@aws-crypto/util": "npm:^3.0.0" + "@aws-sdk/types": "npm:^3.222.0" + tslib: "npm:^1.11.1" + checksum: f9fc2d51631950434d0f91f51c2ce17845d4e8e75971806e21604987e3186ee1e54de8a89e5349585b91cb36e56d5f058d6a45004e1bfbce1351dbb40f479152 + languageName: node + linkType: hard + +"@aws-crypto/supports-web-crypto@npm:^3.0.0": + version: 3.0.0 + resolution: "@aws-crypto/supports-web-crypto@npm:3.0.0" + dependencies: + tslib: "npm:^1.11.1" + checksum: 8a48788d2866e391354f256aa79b577b2ba1474b50184cbe690467de7e64a79928afece95007ab69a1556f99da97ea129487db091d94489847e14decdc7c9a6f + languageName: node + linkType: hard + +"@aws-crypto/util@npm:^3.0.0": + version: 3.0.0 + resolution: "@aws-crypto/util@npm:3.0.0" + dependencies: + "@aws-sdk/types": "npm:^3.222.0" + "@aws-sdk/util-utf8-browser": "npm:^3.0.0" + tslib: "npm:^1.11.1" + checksum: 92c835b83d7a888b37b2f2a37c82e58bb8fabb617e371173c488d2a71b916c69ee566f0ea0b3f7f4e16296226c49793f95b3d59fc07a7ca00af91f8f9f29e6c4 + languageName: node + linkType: hard + +"@aws-sdk/client-cloudfront@npm:^3.468.0": + version: 3.490.0 + resolution: "@aws-sdk/client-cloudfront@npm:3.490.0" + dependencies: + "@aws-crypto/sha256-browser": "npm:3.0.0" + "@aws-crypto/sha256-js": "npm:3.0.0" + "@aws-sdk/client-sts": "npm:3.490.0" + "@aws-sdk/core": "npm:3.490.0" + "@aws-sdk/credential-provider-node": "npm:3.490.0" + "@aws-sdk/middleware-host-header": "npm:3.489.0" + "@aws-sdk/middleware-logger": "npm:3.489.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.489.0" + "@aws-sdk/middleware-signing": "npm:3.489.0" + "@aws-sdk/middleware-user-agent": "npm:3.489.0" + "@aws-sdk/region-config-resolver": "npm:3.489.0" + "@aws-sdk/types": "npm:3.489.0" + "@aws-sdk/util-endpoints": "npm:3.489.0" + "@aws-sdk/util-user-agent-browser": "npm:3.489.0" + "@aws-sdk/util-user-agent-node": "npm:3.489.0" + "@aws-sdk/xml-builder": "npm:3.485.0" + "@smithy/config-resolver": "npm:^2.0.23" + "@smithy/core": "npm:^1.2.2" + "@smithy/fetch-http-handler": "npm:^2.3.2" + "@smithy/hash-node": "npm:^2.0.18" + "@smithy/invalid-dependency": "npm:^2.0.16" + "@smithy/middleware-content-length": "npm:^2.0.18" + "@smithy/middleware-endpoint": "npm:^2.3.0" + "@smithy/middleware-retry": "npm:^2.0.26" + "@smithy/middleware-serde": "npm:^2.0.16" + "@smithy/middleware-stack": "npm:^2.0.10" + "@smithy/node-config-provider": "npm:^2.1.9" + "@smithy/node-http-handler": "npm:^2.2.2" + "@smithy/protocol-http": "npm:^3.0.12" + "@smithy/smithy-client": "npm:^2.2.1" + "@smithy/types": "npm:^2.8.0" + "@smithy/url-parser": "npm:^2.0.16" + "@smithy/util-base64": "npm:^2.0.1" + "@smithy/util-body-length-browser": "npm:^2.0.1" + "@smithy/util-body-length-node": "npm:^2.1.0" + "@smithy/util-defaults-mode-browser": "npm:^2.0.24" + "@smithy/util-defaults-mode-node": "npm:^2.0.32" + "@smithy/util-endpoints": "npm:^1.0.8" + "@smithy/util-retry": "npm:^2.0.9" + "@smithy/util-stream": "npm:^2.0.24" + "@smithy/util-utf8": "npm:^2.0.2" + "@smithy/util-waiter": "npm:^2.0.16" + fast-xml-parser: "npm:4.2.5" + tslib: "npm:^2.5.0" + checksum: 47cbfdbdb4d54f9ab6dc11749000f2fd727eeb9cc354dbe607ded40e3b92f74f041c399eaecacbd46c9e24a6553030e0233b4e41e1a361ee9a20efb1972d4639 + languageName: node + linkType: hard + +"@aws-sdk/client-s3@npm:^3.490.0": + version: 3.490.0 + resolution: "@aws-sdk/client-s3@npm:3.490.0" + dependencies: + "@aws-crypto/sha1-browser": "npm:3.0.0" + "@aws-crypto/sha256-browser": "npm:3.0.0" + "@aws-crypto/sha256-js": "npm:3.0.0" + "@aws-sdk/client-sts": "npm:3.490.0" + "@aws-sdk/core": "npm:3.490.0" + "@aws-sdk/credential-provider-node": "npm:3.490.0" + "@aws-sdk/middleware-bucket-endpoint": "npm:3.489.0" + "@aws-sdk/middleware-expect-continue": "npm:3.489.0" + "@aws-sdk/middleware-flexible-checksums": "npm:3.489.0" + "@aws-sdk/middleware-host-header": "npm:3.489.0" + "@aws-sdk/middleware-location-constraint": "npm:3.489.0" + "@aws-sdk/middleware-logger": "npm:3.489.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.489.0" + "@aws-sdk/middleware-sdk-s3": "npm:3.489.0" + "@aws-sdk/middleware-signing": "npm:3.489.0" + "@aws-sdk/middleware-ssec": "npm:3.489.0" + "@aws-sdk/middleware-user-agent": "npm:3.489.0" + "@aws-sdk/region-config-resolver": "npm:3.489.0" + "@aws-sdk/signature-v4-multi-region": "npm:3.489.0" + "@aws-sdk/types": "npm:3.489.0" + "@aws-sdk/util-endpoints": "npm:3.489.0" + "@aws-sdk/util-user-agent-browser": "npm:3.489.0" + "@aws-sdk/util-user-agent-node": "npm:3.489.0" + "@aws-sdk/xml-builder": "npm:3.485.0" + "@smithy/config-resolver": "npm:^2.0.23" + "@smithy/core": "npm:^1.2.2" + "@smithy/eventstream-serde-browser": "npm:^2.0.16" + "@smithy/eventstream-serde-config-resolver": "npm:^2.0.16" + "@smithy/eventstream-serde-node": "npm:^2.0.16" + "@smithy/fetch-http-handler": "npm:^2.3.2" + "@smithy/hash-blob-browser": "npm:^2.0.17" + "@smithy/hash-node": "npm:^2.0.18" + "@smithy/hash-stream-node": "npm:^2.0.18" + "@smithy/invalid-dependency": "npm:^2.0.16" + "@smithy/md5-js": "npm:^2.0.18" + "@smithy/middleware-content-length": "npm:^2.0.18" + "@smithy/middleware-endpoint": "npm:^2.3.0" + "@smithy/middleware-retry": "npm:^2.0.26" + "@smithy/middleware-serde": "npm:^2.0.16" + "@smithy/middleware-stack": "npm:^2.0.10" + "@smithy/node-config-provider": "npm:^2.1.9" + "@smithy/node-http-handler": "npm:^2.2.2" + "@smithy/protocol-http": "npm:^3.0.12" + "@smithy/smithy-client": "npm:^2.2.1" + "@smithy/types": "npm:^2.8.0" + "@smithy/url-parser": "npm:^2.0.16" + "@smithy/util-base64": "npm:^2.0.1" + "@smithy/util-body-length-browser": "npm:^2.0.1" + "@smithy/util-body-length-node": "npm:^2.1.0" + "@smithy/util-defaults-mode-browser": "npm:^2.0.24" + "@smithy/util-defaults-mode-node": "npm:^2.0.32" + "@smithy/util-endpoints": "npm:^1.0.8" + "@smithy/util-retry": "npm:^2.0.9" + "@smithy/util-stream": "npm:^2.0.24" + "@smithy/util-utf8": "npm:^2.0.2" + "@smithy/util-waiter": "npm:^2.0.16" + fast-xml-parser: "npm:4.2.5" + tslib: "npm:^2.5.0" + checksum: 1829e8178fd5c269d018086031f6c11b4e28d339b8eb7f12c0a974b02eb282fbea64510dfca0cac7682b488f5514b81316367c6e83ed89ae465572ac95a07f0b + languageName: node + linkType: hard + +"@aws-sdk/client-sso@npm:3.490.0": + version: 3.490.0 + resolution: "@aws-sdk/client-sso@npm:3.490.0" + dependencies: + "@aws-crypto/sha256-browser": "npm:3.0.0" + "@aws-crypto/sha256-js": "npm:3.0.0" + "@aws-sdk/core": "npm:3.490.0" + "@aws-sdk/middleware-host-header": "npm:3.489.0" + "@aws-sdk/middleware-logger": "npm:3.489.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.489.0" + "@aws-sdk/middleware-user-agent": "npm:3.489.0" + "@aws-sdk/region-config-resolver": "npm:3.489.0" + "@aws-sdk/types": "npm:3.489.0" + "@aws-sdk/util-endpoints": "npm:3.489.0" + "@aws-sdk/util-user-agent-browser": "npm:3.489.0" + "@aws-sdk/util-user-agent-node": "npm:3.489.0" + "@smithy/config-resolver": "npm:^2.0.23" + "@smithy/core": "npm:^1.2.2" + "@smithy/fetch-http-handler": "npm:^2.3.2" + "@smithy/hash-node": "npm:^2.0.18" + "@smithy/invalid-dependency": "npm:^2.0.16" + "@smithy/middleware-content-length": "npm:^2.0.18" + "@smithy/middleware-endpoint": "npm:^2.3.0" + "@smithy/middleware-retry": "npm:^2.0.26" + "@smithy/middleware-serde": "npm:^2.0.16" + "@smithy/middleware-stack": "npm:^2.0.10" + "@smithy/node-config-provider": "npm:^2.1.9" + "@smithy/node-http-handler": "npm:^2.2.2" + "@smithy/protocol-http": "npm:^3.0.12" + "@smithy/smithy-client": "npm:^2.2.1" + "@smithy/types": "npm:^2.8.0" + "@smithy/url-parser": "npm:^2.0.16" + "@smithy/util-base64": "npm:^2.0.1" + "@smithy/util-body-length-browser": "npm:^2.0.1" + "@smithy/util-body-length-node": "npm:^2.1.0" + "@smithy/util-defaults-mode-browser": "npm:^2.0.24" + "@smithy/util-defaults-mode-node": "npm:^2.0.32" + "@smithy/util-endpoints": "npm:^1.0.8" + "@smithy/util-retry": "npm:^2.0.9" + "@smithy/util-utf8": "npm:^2.0.2" + tslib: "npm:^2.5.0" + checksum: 785147e3c255897345ac5b06daacdefd6f53952bef74d22b8a48906d5e320481eb2f52235db5364e194b3632360056b3a37124974398abcd7374f21ce9fea3a9 + languageName: node + linkType: hard + +"@aws-sdk/client-sts@npm:3.490.0": + version: 3.490.0 + resolution: "@aws-sdk/client-sts@npm:3.490.0" + dependencies: + "@aws-crypto/sha256-browser": "npm:3.0.0" + "@aws-crypto/sha256-js": "npm:3.0.0" + "@aws-sdk/core": "npm:3.490.0" + "@aws-sdk/credential-provider-node": "npm:3.490.0" + "@aws-sdk/middleware-host-header": "npm:3.489.0" + "@aws-sdk/middleware-logger": "npm:3.489.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.489.0" + "@aws-sdk/middleware-user-agent": "npm:3.489.0" + "@aws-sdk/region-config-resolver": "npm:3.489.0" + "@aws-sdk/types": "npm:3.489.0" + "@aws-sdk/util-endpoints": "npm:3.489.0" + "@aws-sdk/util-user-agent-browser": "npm:3.489.0" + "@aws-sdk/util-user-agent-node": "npm:3.489.0" + "@smithy/config-resolver": "npm:^2.0.23" + "@smithy/core": "npm:^1.2.2" + "@smithy/fetch-http-handler": "npm:^2.3.2" + "@smithy/hash-node": "npm:^2.0.18" + "@smithy/invalid-dependency": "npm:^2.0.16" + "@smithy/middleware-content-length": "npm:^2.0.18" + "@smithy/middleware-endpoint": "npm:^2.3.0" + "@smithy/middleware-retry": "npm:^2.0.26" + "@smithy/middleware-serde": "npm:^2.0.16" + "@smithy/middleware-stack": "npm:^2.0.10" + "@smithy/node-config-provider": "npm:^2.1.9" + "@smithy/node-http-handler": "npm:^2.2.2" + "@smithy/protocol-http": "npm:^3.0.12" + "@smithy/smithy-client": "npm:^2.2.1" + "@smithy/types": "npm:^2.8.0" + "@smithy/url-parser": "npm:^2.0.16" + "@smithy/util-base64": "npm:^2.0.1" + "@smithy/util-body-length-browser": "npm:^2.0.1" + "@smithy/util-body-length-node": "npm:^2.1.0" + "@smithy/util-defaults-mode-browser": "npm:^2.0.24" + "@smithy/util-defaults-mode-node": "npm:^2.0.32" + "@smithy/util-endpoints": "npm:^1.0.8" + "@smithy/util-middleware": "npm:^2.0.9" + "@smithy/util-retry": "npm:^2.0.9" + "@smithy/util-utf8": "npm:^2.0.2" + fast-xml-parser: "npm:4.2.5" + tslib: "npm:^2.5.0" + checksum: 19d1b98694d600cac8a5518a2c05ab8d008c8eaaa25253397462d3d70e1a7c2ae7ab792b6814312536e0a2d140690d38ba166c1c28e82dd02daaa1173675f75c + languageName: node + linkType: hard + +"@aws-sdk/core@npm:3.490.0": + version: 3.490.0 + resolution: "@aws-sdk/core@npm:3.490.0" + dependencies: + "@smithy/core": "npm:^1.2.2" + "@smithy/protocol-http": "npm:^3.0.12" + "@smithy/signature-v4": "npm:^2.0.0" + "@smithy/smithy-client": "npm:^2.2.1" + "@smithy/types": "npm:^2.8.0" + tslib: "npm:^2.5.0" + checksum: 3e81f378253be05efda42bd4c8d6d3a4969826f42ed48b904d760a4450f8affefe4f9c389bbdd975949831b0569e522db16d0bdfd829e9a6ddf98f08bc593f38 + languageName: node + linkType: hard + +"@aws-sdk/credential-provider-env@npm:3.489.0": + version: 3.489.0 + resolution: "@aws-sdk/credential-provider-env@npm:3.489.0" + dependencies: + "@aws-sdk/types": "npm:3.489.0" + "@smithy/property-provider": "npm:^2.0.0" + "@smithy/types": "npm:^2.8.0" + tslib: "npm:^2.5.0" + checksum: 95ab96ee49a3ebf7957feb97987c2863c280c0daa67dcb5168874b8da3d807909e6b494405d5e42c33871a474db8f252ccd0d5eb2af55430a03d023eb9525c5c + languageName: node + linkType: hard + +"@aws-sdk/credential-provider-ini@npm:3.490.0": + version: 3.490.0 + resolution: "@aws-sdk/credential-provider-ini@npm:3.490.0" + dependencies: + "@aws-sdk/credential-provider-env": "npm:3.489.0" + "@aws-sdk/credential-provider-process": "npm:3.489.0" + "@aws-sdk/credential-provider-sso": "npm:3.490.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.489.0" + "@aws-sdk/types": "npm:3.489.0" + "@smithy/credential-provider-imds": "npm:^2.0.0" + "@smithy/property-provider": "npm:^2.0.0" + "@smithy/shared-ini-file-loader": "npm:^2.0.6" + "@smithy/types": "npm:^2.8.0" + tslib: "npm:^2.5.0" + checksum: 4e4cd2633a4ea64e88b353bf85e9efc569704d6be5eb48845cb5bfe378706fe0f942d62c958acabf050d6778576b69bcce9dffd74a75ef75c5b5e76b972c3998 + languageName: node + linkType: hard + +"@aws-sdk/credential-provider-node@npm:3.490.0": + version: 3.490.0 + resolution: "@aws-sdk/credential-provider-node@npm:3.490.0" + dependencies: + "@aws-sdk/credential-provider-env": "npm:3.489.0" + "@aws-sdk/credential-provider-ini": "npm:3.490.0" + "@aws-sdk/credential-provider-process": "npm:3.489.0" + "@aws-sdk/credential-provider-sso": "npm:3.490.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.489.0" + "@aws-sdk/types": "npm:3.489.0" + "@smithy/credential-provider-imds": "npm:^2.0.0" + "@smithy/property-provider": "npm:^2.0.0" + "@smithy/shared-ini-file-loader": "npm:^2.0.6" + "@smithy/types": "npm:^2.8.0" + tslib: "npm:^2.5.0" + checksum: 2f8141c3e17935d418e10b5b2df8eba4090dee40e53855bc5ddc5357ef80ef769df2e157002ebbce014946dcc1553200c2bd962f36602fe85e788423652d7e46 + languageName: node + linkType: hard + +"@aws-sdk/credential-provider-process@npm:3.489.0": + version: 3.489.0 + resolution: "@aws-sdk/credential-provider-process@npm:3.489.0" + dependencies: + "@aws-sdk/types": "npm:3.489.0" + "@smithy/property-provider": "npm:^2.0.0" + "@smithy/shared-ini-file-loader": "npm:^2.0.6" + "@smithy/types": "npm:^2.8.0" + tslib: "npm:^2.5.0" + checksum: 42f4f5f21de3d29425ac32770707d908b613e7bfc4018ccfa1321a0d1f263364d4df6500268a2c7067b36aba7b1245481a3cd1db0bad7fc5f92a39616997b847 + languageName: node + linkType: hard + +"@aws-sdk/credential-provider-sso@npm:3.490.0": + version: 3.490.0 + resolution: "@aws-sdk/credential-provider-sso@npm:3.490.0" + dependencies: + "@aws-sdk/client-sso": "npm:3.490.0" + "@aws-sdk/token-providers": "npm:3.489.0" + "@aws-sdk/types": "npm:3.489.0" + "@smithy/property-provider": "npm:^2.0.0" + "@smithy/shared-ini-file-loader": "npm:^2.0.6" + "@smithy/types": "npm:^2.8.0" + tslib: "npm:^2.5.0" + checksum: ef2eff8fbc6f3e7a4cd5dfd3eeb88d4ce4a3841813bd405a7f52ce650795a5bcf24363632aaa6fb7a88e980fdf4684c899bd74f83323a2f9c9b6d550746e7ef3 + languageName: node + linkType: hard + +"@aws-sdk/credential-provider-web-identity@npm:3.489.0": + version: 3.489.0 + resolution: "@aws-sdk/credential-provider-web-identity@npm:3.489.0" + dependencies: + "@aws-sdk/types": "npm:3.489.0" + "@smithy/property-provider": "npm:^2.0.0" + "@smithy/types": "npm:^2.8.0" + tslib: "npm:^2.5.0" + checksum: 911bc3fd2830167218083a42743360e91a04fe06bfe25a6108d7be94a851848ec9563cf7287c504011c3d88307d80f3340c657271ecf356995f1b6e369040cc6 + languageName: node + linkType: hard + +"@aws-sdk/middleware-bucket-endpoint@npm:3.489.0": + version: 3.489.0 + resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.489.0" + dependencies: + "@aws-sdk/types": "npm:3.489.0" + "@aws-sdk/util-arn-parser": "npm:3.465.0" + "@smithy/node-config-provider": "npm:^2.1.9" + "@smithy/protocol-http": "npm:^3.0.12" + "@smithy/types": "npm:^2.8.0" + "@smithy/util-config-provider": "npm:^2.1.0" + tslib: "npm:^2.5.0" + checksum: 06a3c32eebd74774264eb086eaaa90914caa37f1d136f8ea0cdcbe81ffecd37e444a124101843e8595184757582077fcc78aba293be6871a3e2ae79ed40255f0 + languageName: node + linkType: hard + +"@aws-sdk/middleware-expect-continue@npm:3.489.0": + version: 3.489.0 + resolution: "@aws-sdk/middleware-expect-continue@npm:3.489.0" + dependencies: + "@aws-sdk/types": "npm:3.489.0" + "@smithy/protocol-http": "npm:^3.0.12" + "@smithy/types": "npm:^2.8.0" + tslib: "npm:^2.5.0" + checksum: 9df967db833614b90615a40a318043ea457d3b7211cc8a4f23c8a38766bc76966b26957b9acc1db787c0f10df86f7291c96a07ac255a147d50a7b55de4695a87 + languageName: node + linkType: hard + +"@aws-sdk/middleware-flexible-checksums@npm:3.489.0": + version: 3.489.0 + resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.489.0" + dependencies: + "@aws-crypto/crc32": "npm:3.0.0" + "@aws-crypto/crc32c": "npm:3.0.0" + "@aws-sdk/types": "npm:3.489.0" + "@smithy/is-array-buffer": "npm:^2.0.0" + "@smithy/protocol-http": "npm:^3.0.12" + "@smithy/types": "npm:^2.8.0" + "@smithy/util-utf8": "npm:^2.0.2" + tslib: "npm:^2.5.0" + checksum: e4289a142603a0d96c51c1d0c107f25217d01066d864f218c11766b35aa765f31672414753b83dd2ae33c5e280177719cd0dfc5ddc7968e04ff1a13976371aee + languageName: node + linkType: hard + +"@aws-sdk/middleware-host-header@npm:3.489.0": + version: 3.489.0 + resolution: "@aws-sdk/middleware-host-header@npm:3.489.0" + dependencies: + "@aws-sdk/types": "npm:3.489.0" + "@smithy/protocol-http": "npm:^3.0.12" + "@smithy/types": "npm:^2.8.0" + tslib: "npm:^2.5.0" + checksum: 3f80f716911369f27be55b553e6be74f006039b8ae4888440ccb503c74e9b9dfcf49c98a0582e3f9c84e89de7dad4199fb054c27e56c24c33238c2ad13e46433 + languageName: node + linkType: hard + +"@aws-sdk/middleware-location-constraint@npm:3.489.0": + version: 3.489.0 + resolution: "@aws-sdk/middleware-location-constraint@npm:3.489.0" + dependencies: + "@aws-sdk/types": "npm:3.489.0" + "@smithy/types": "npm:^2.8.0" + tslib: "npm:^2.5.0" + checksum: 2609d38fed15fbce6612ba7d0d8b0e834e9d2ba336c208760941d036e7b24af1169164c0bea562321c7a12656e6f2fc1d54e05984ba4e2e0413163f2b093c3cc + languageName: node + linkType: hard + +"@aws-sdk/middleware-logger@npm:3.489.0": + version: 3.489.0 + resolution: "@aws-sdk/middleware-logger@npm:3.489.0" + dependencies: + "@aws-sdk/types": "npm:3.489.0" + "@smithy/types": "npm:^2.8.0" + tslib: "npm:^2.5.0" + checksum: 0bbf9d08c70cf1d87c67b3aed49ce1e0252b3c654a4e878648a56d05c59a4b5c23485acb6d9804cdfa9add9f88dcaefba249128d405a165ecf6a141e0217974f + languageName: node + linkType: hard + +"@aws-sdk/middleware-recursion-detection@npm:3.489.0": + version: 3.489.0 + resolution: "@aws-sdk/middleware-recursion-detection@npm:3.489.0" + dependencies: + "@aws-sdk/types": "npm:3.489.0" + "@smithy/protocol-http": "npm:^3.0.12" + "@smithy/types": "npm:^2.8.0" + tslib: "npm:^2.5.0" + checksum: 91eb0b3b466478b27fd7f3e7f09a9596fe91fb50f1101ff2ed5b2d28e59e810797336a19917a5e9bd61ddf0aa52d210ff4273582bfc779910eece8a7ea0a8461 + languageName: node + linkType: hard + +"@aws-sdk/middleware-sdk-s3@npm:3.489.0": + version: 3.489.0 + resolution: "@aws-sdk/middleware-sdk-s3@npm:3.489.0" + dependencies: + "@aws-sdk/types": "npm:3.489.0" + "@aws-sdk/util-arn-parser": "npm:3.465.0" + "@smithy/node-config-provider": "npm:^2.1.9" + "@smithy/protocol-http": "npm:^3.0.12" + "@smithy/signature-v4": "npm:^2.0.0" + "@smithy/smithy-client": "npm:^2.2.1" + "@smithy/types": "npm:^2.8.0" + "@smithy/util-config-provider": "npm:^2.1.0" + tslib: "npm:^2.5.0" + checksum: 72731d234ad47aabbd1dbd70ac367fcd9484524ef9c26b2e5d2f446670a3614a1414cc28cf2c4024bb048f3381d50fb37ce4fb190c71e6ada9a4f99caa51cf1e + languageName: node + linkType: hard + +"@aws-sdk/middleware-signing@npm:3.489.0": + version: 3.489.0 + resolution: "@aws-sdk/middleware-signing@npm:3.489.0" + dependencies: + "@aws-sdk/types": "npm:3.489.0" + "@smithy/property-provider": "npm:^2.0.0" + "@smithy/protocol-http": "npm:^3.0.12" + "@smithy/signature-v4": "npm:^2.0.0" + "@smithy/types": "npm:^2.8.0" + "@smithy/util-middleware": "npm:^2.0.9" + tslib: "npm:^2.5.0" + checksum: 6fedba456932f5a80c1604a841c08c74de9a091db389f6561f0f475630c643e309e3ede5bb4c96002a7fc17ac30eb9b6a8dd12989235e50aefd316ab282975a1 + languageName: node + linkType: hard + +"@aws-sdk/middleware-ssec@npm:3.489.0": + version: 3.489.0 + resolution: "@aws-sdk/middleware-ssec@npm:3.489.0" + dependencies: + "@aws-sdk/types": "npm:3.489.0" + "@smithy/types": "npm:^2.8.0" + tslib: "npm:^2.5.0" + checksum: e59d0153db00301a2843f8c029ade88ff81408f02625e4ad129b31f7f0c600c31c9430277b1a2f7b68e41db0524a82c2c8059883e91c078d5fc2aa938baad7f7 + languageName: node + linkType: hard + +"@aws-sdk/middleware-user-agent@npm:3.489.0": + version: 3.489.0 + resolution: "@aws-sdk/middleware-user-agent@npm:3.489.0" + dependencies: + "@aws-sdk/types": "npm:3.489.0" + "@aws-sdk/util-endpoints": "npm:3.489.0" + "@smithy/protocol-http": "npm:^3.0.12" + "@smithy/types": "npm:^2.8.0" + tslib: "npm:^2.5.0" + checksum: 51fc7a8a03db40ccef888725c4893951dd4114077851225e691b3144924046272c75a2263f8651723977e5aac9463ed6d470c0b6e13e1555cc59f2e6d4754329 + languageName: node + linkType: hard + +"@aws-sdk/region-config-resolver@npm:3.489.0": + version: 3.489.0 + resolution: "@aws-sdk/region-config-resolver@npm:3.489.0" + dependencies: + "@aws-sdk/types": "npm:3.489.0" + "@smithy/node-config-provider": "npm:^2.1.9" + "@smithy/types": "npm:^2.8.0" + "@smithy/util-config-provider": "npm:^2.1.0" + "@smithy/util-middleware": "npm:^2.0.9" + tslib: "npm:^2.5.0" + checksum: 045a630c94638a05b60f8d4805ff0f0709c39201e44f4c3453c8fc1d6cf331a550bb5e74980cadc86436a67786b7fc34380a25503d720e160b74c1eff434abaa + languageName: node + linkType: hard + +"@aws-sdk/signature-v4-multi-region@npm:3.489.0": + version: 3.489.0 + resolution: "@aws-sdk/signature-v4-multi-region@npm:3.489.0" + dependencies: + "@aws-sdk/middleware-sdk-s3": "npm:3.489.0" + "@aws-sdk/types": "npm:3.489.0" + "@smithy/protocol-http": "npm:^3.0.12" + "@smithy/signature-v4": "npm:^2.0.0" + "@smithy/types": "npm:^2.8.0" + tslib: "npm:^2.5.0" + checksum: 0b3dd6f6b66cf4e392b2ceb9656acdb8a55fccf2bb2045c4238aa237c73697bb1082bca252e7435f2830c72b7e31c2253f74daefb4edc69f1c168f72bad800d4 + languageName: node + linkType: hard + +"@aws-sdk/token-providers@npm:3.489.0": + version: 3.489.0 + resolution: "@aws-sdk/token-providers@npm:3.489.0" + dependencies: + "@aws-crypto/sha256-browser": "npm:3.0.0" + "@aws-crypto/sha256-js": "npm:3.0.0" + "@aws-sdk/middleware-host-header": "npm:3.489.0" + "@aws-sdk/middleware-logger": "npm:3.489.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.489.0" + "@aws-sdk/middleware-user-agent": "npm:3.489.0" + "@aws-sdk/region-config-resolver": "npm:3.489.0" + "@aws-sdk/types": "npm:3.489.0" + "@aws-sdk/util-endpoints": "npm:3.489.0" + "@aws-sdk/util-user-agent-browser": "npm:3.489.0" + "@aws-sdk/util-user-agent-node": "npm:3.489.0" + "@smithy/config-resolver": "npm:^2.0.23" + "@smithy/fetch-http-handler": "npm:^2.3.2" + "@smithy/hash-node": "npm:^2.0.18" + "@smithy/invalid-dependency": "npm:^2.0.16" + "@smithy/middleware-content-length": "npm:^2.0.18" + "@smithy/middleware-endpoint": "npm:^2.3.0" + "@smithy/middleware-retry": "npm:^2.0.26" + "@smithy/middleware-serde": "npm:^2.0.16" + "@smithy/middleware-stack": "npm:^2.0.10" + "@smithy/node-config-provider": "npm:^2.1.9" + "@smithy/node-http-handler": "npm:^2.2.2" + "@smithy/property-provider": "npm:^2.0.0" + "@smithy/protocol-http": "npm:^3.0.12" + "@smithy/shared-ini-file-loader": "npm:^2.0.6" + "@smithy/smithy-client": "npm:^2.2.1" + "@smithy/types": "npm:^2.8.0" + "@smithy/url-parser": "npm:^2.0.16" + "@smithy/util-base64": "npm:^2.0.1" + "@smithy/util-body-length-browser": "npm:^2.0.1" + "@smithy/util-body-length-node": "npm:^2.1.0" + "@smithy/util-defaults-mode-browser": "npm:^2.0.24" + "@smithy/util-defaults-mode-node": "npm:^2.0.32" + "@smithy/util-endpoints": "npm:^1.0.8" + "@smithy/util-retry": "npm:^2.0.9" + "@smithy/util-utf8": "npm:^2.0.2" + tslib: "npm:^2.5.0" + checksum: ee7a20eff71284f33a2f9ad9aeb0f8a3c2a40adbb8b88053a903a64115b3b802aa9a8f8de781b422d88340b8d6fe0ff6c255c1ae6792bde569fed817d7a8933c + languageName: node + linkType: hard + +"@aws-sdk/types@npm:3.489.0, @aws-sdk/types@npm:^3.222.0": + version: 3.489.0 + resolution: "@aws-sdk/types@npm:3.489.0" + dependencies: + "@smithy/types": "npm:^2.8.0" + tslib: "npm:^2.5.0" + checksum: 48778dad14f6966e974b14b9d421372846c0242e2aa47f76a8161b22f5d9430bf530b88163d913a8acad48480199fc99a012df3689e94a317c1dc875f4a353ed + languageName: node + linkType: hard + +"@aws-sdk/util-arn-parser@npm:3.465.0": + version: 3.465.0 + resolution: "@aws-sdk/util-arn-parser@npm:3.465.0" + dependencies: + tslib: "npm:^2.5.0" + checksum: 0fb11c7e3d09901708f46cb0c885c2df7a8e8af70560484fa478bf9e2f8ee2aa6028c67187c0520eec6a92003bc43ae68c0ddc32db3af3e6d554b48080910af5 + languageName: node + linkType: hard + +"@aws-sdk/util-endpoints@npm:3.489.0": + version: 3.489.0 + resolution: "@aws-sdk/util-endpoints@npm:3.489.0" + dependencies: + "@aws-sdk/types": "npm:3.489.0" + "@smithy/types": "npm:^2.8.0" + "@smithy/util-endpoints": "npm:^1.0.8" + tslib: "npm:^2.5.0" + checksum: 68f921982f651be0254040633e602406648a6dafa9c6030a2e97b3a632a21866cb7bac098f3d2212aebf866032a26a9e9b8e53a6531c1773bc4a990d17399e39 + languageName: node + linkType: hard + +"@aws-sdk/util-locate-window@npm:^3.0.0": + version: 3.465.0 + resolution: "@aws-sdk/util-locate-window@npm:3.465.0" + dependencies: + tslib: "npm:^2.5.0" + checksum: a8caa2a0052a7cac4038cb04e9e33d63e3524802e8d0a5865a22b8031f391537873a839e1bc7e1bb75f36f7b7fa590aed5b1bfcb02017177d0ba5a4088f584b1 + languageName: node + linkType: hard + +"@aws-sdk/util-user-agent-browser@npm:3.489.0": + version: 3.489.0 + resolution: "@aws-sdk/util-user-agent-browser@npm:3.489.0" + dependencies: + "@aws-sdk/types": "npm:3.489.0" + "@smithy/types": "npm:^2.8.0" + bowser: "npm:^2.11.0" + tslib: "npm:^2.5.0" + checksum: 2bb414b8d8a84f159bc8635796a5eafdeac7d325a8d4bec5e4c735b2f12029b54f750ec53b22f44f2a402aa2e3d7935572e3c77fc60ddaf776f5c34ac8707768 + languageName: node + linkType: hard + +"@aws-sdk/util-user-agent-node@npm:3.489.0": + version: 3.489.0 + resolution: "@aws-sdk/util-user-agent-node@npm:3.489.0" + dependencies: + "@aws-sdk/types": "npm:3.489.0" + "@smithy/node-config-provider": "npm:^2.1.9" + "@smithy/types": "npm:^2.8.0" + tslib: "npm:^2.5.0" + peerDependencies: + aws-crt: ">=1.0.0" + peerDependenciesMeta: + aws-crt: + optional: true + checksum: 95dc1e07b6b8b38b8d3bb922ae3619c4910dbc413a24bc5daca6ecaeab6891c2f3765ca85ed64a80532adfab09fc70e1d224c7679d763cecebe1ec48e4975bc8 + languageName: node + linkType: hard + +"@aws-sdk/util-utf8-browser@npm:^3.0.0": + version: 3.259.0 + resolution: "@aws-sdk/util-utf8-browser@npm:3.259.0" + dependencies: + tslib: "npm:^2.3.1" + checksum: bdcf29a92a9a1010b44bf8bade3f1224cb6577a6550b39df97cc053d353f2868d355c25589d61e1da54691d65350d8578a496840ad770ed916a6c3af0971f657 + languageName: node + linkType: hard + +"@aws-sdk/xml-builder@npm:3.485.0": + version: 3.485.0 + resolution: "@aws-sdk/xml-builder@npm:3.485.0" + dependencies: + "@smithy/types": "npm:^2.8.0" + tslib: "npm:^2.5.0" + checksum: 82bee30922662391703fca2ca1c735f6a91b031e3330091ca3fab774062742ac0dd88085feeebc2431e7d3c3d02f50bfa0d1bec7673e691dcd07ef03ff6bb880 + languageName: node + linkType: hard + "@azure/abort-controller@npm:^1.0.0, @azure/abort-controller@npm:^1.0.4": version: 1.1.0 resolution: "@azure/abort-controller@npm:1.1.0" @@ -842,14 +1555,14 @@ __metadata: "@celo/wallet-local": "npm:^5.1.1" "@ethereumjs/util": "npm:8.0.5" "@ledgerhq/hw-transport-node-hid": "npm:^6.27.4" - "@oclif/core": "npm:^3.15.0" - "@oclif/plugin-autocomplete": "npm:^3.0.4" - "@oclif/plugin-commands": "npm:^3.1.0" - "@oclif/plugin-help": "npm:^6.0.9" - "@oclif/plugin-not-found": "npm:^3.0.7" - "@oclif/plugin-plugins": "npm:^4.1.14" - "@oclif/plugin-warn-if-update-available": "npm:^3.0.8" - "@types/command-exists": "npm:^1.2.0" + "@oclif/core": "npm:^3.18.1" + "@oclif/plugin-autocomplete": "npm:^3.0.5" + "@oclif/plugin-commands": "npm:^3.1.1" + "@oclif/plugin-help": "npm:^6.0.12" + "@oclif/plugin-not-found": "npm:^3.0.9" + "@oclif/plugin-plugins": "npm:^4.1.17" + "@oclif/plugin-warn-if-update-available": "npm:^3.0.9" + "@types/command-exists": "npm:^1.2.3" "@types/debug": "npm:^4.1.4" "@types/fs-extra": "npm:^8.0.0" "@types/humanize-duration": "npm:^3.27.0" @@ -867,7 +1580,7 @@ __metadata: fs-extra: "npm:^8.1.0" humanize-duration: "npm:^3.29.0" jest: "npm:^29.0.2" - oclif: "npm:^4.1.3" + oclif: "npm:^4.3.4" path: "npm:^0.12.7" prettier: "npm:1.19.1" prompts: "npm:^2.0.1" @@ -3462,7 +4175,7 @@ __metadata: languageName: node linkType: hard -"@oclif/core@npm:^3.10.2, @oclif/core@npm:^3.15.0, @oclif/core@npm:^3.15.1, @oclif/core@npm:^3.16.0": +"@oclif/core@npm:^3.10.2, @oclif/core@npm:^3.15.0, @oclif/core@npm:^3.16.0": version: 3.16.0 resolution: "@oclif/core@npm:3.16.0" dependencies: @@ -3497,28 +4210,72 @@ __metadata: languageName: node linkType: hard -"@oclif/plugin-autocomplete@npm:^3.0.4": - version: 3.0.4 - resolution: "@oclif/plugin-autocomplete@npm:3.0.4" +"@oclif/core@npm:^3.18.1": + version: 3.18.1 + resolution: "@oclif/core@npm:3.18.1" dependencies: - "@oclif/core": "npm:^3.15.1" + "@types/cli-progress": "npm:^3.11.5" + ansi-escapes: "npm:^4.3.2" + ansi-styles: "npm:^4.3.0" + cardinal: "npm:^2.1.1" + chalk: "npm:^4.1.2" + clean-stack: "npm:^3.0.1" + cli-progress: "npm:^3.12.0" + color: "npm:^4.2.3" + debug: "npm:^4.3.4" + ejs: "npm:^3.1.9" + get-package-type: "npm:^0.1.0" + globby: "npm:^11.1.0" + hyperlinker: "npm:^1.0.0" + indent-string: "npm:^4.0.0" + is-wsl: "npm:^2.2.0" + js-yaml: "npm:^3.14.1" + natural-orderby: "npm:^2.0.3" + object-treeify: "npm:^1.1.33" + password-prompt: "npm:^1.1.3" + slice-ansi: "npm:^4.0.0" + string-width: "npm:^4.2.3" + strip-ansi: "npm:^6.0.1" + supports-color: "npm:^8.1.1" + supports-hyperlinks: "npm:^2.2.0" + widest-line: "npm:^3.1.0" + wordwrap: "npm:^1.0.0" + wrap-ansi: "npm:^7.0.0" + checksum: 1c2b115cbf1343d42bdae3f950ac69bb79064430a7a799652533f4c2e972a9ba85b990719a644ce8835b97b9495a161378e49e678a0855243c61573301623633 + languageName: node + linkType: hard + +"@oclif/plugin-autocomplete@npm:^3.0.5": + version: 3.0.5 + resolution: "@oclif/plugin-autocomplete@npm:3.0.5" + dependencies: + "@oclif/core": "npm:^3.16.0" chalk: "npm:^5.3.0" debug: "npm:^4.3.4" ejs: "npm:^3.1.9" - checksum: f21f8091cb19b94cca153a30c9ace1f02142e0315a0bed66429f038ff2b85e91c4233d80a61a87cc014c4299c55787e99b69cfec80d6830089491776e61d199a + checksum: 2800665a76cf6c5cdf3a92cbe34ac1c6e9742e0f9066ad7cf5aa01676c8dba6ab84b06db32a80e1d0ff04e7e8eb568ea942ecf479421434393f4ce6958bb44fd languageName: node linkType: hard -"@oclif/plugin-commands@npm:^3.1.0": - version: 3.1.0 - resolution: "@oclif/plugin-commands@npm:3.1.0" +"@oclif/plugin-commands@npm:^3.1.1": + version: 3.1.1 + resolution: "@oclif/plugin-commands@npm:3.1.1" dependencies: - "@oclif/core": "npm:^3.15.0" + "@oclif/core": "npm:^3.18.1" lodash.pickby: "npm:^4.6.0" lodash.sortby: "npm:^4.7.0" lodash.template: "npm:^4.5.0" lodash.uniqby: "npm:^4.7.0" - checksum: b1f49d94554593340b031d929b4818abfa888d1ae4ab70384ec1094b16cb0f3cf082bfa91b904f94fad89bc243e118741b07738e560de4b6198f5bfb456c850d + checksum: efa49ce42b6d4315ad0b65d3723964c3f13241df02b3bd1ada7b2aae9d07dc59b59193c2ad184dd5845e3f0f1348956a0ac911bdb0cd4ac82d3b0d2e08f974c9 + languageName: node + linkType: hard + +"@oclif/plugin-help@npm:^6.0.12": + version: 6.0.12 + resolution: "@oclif/plugin-help@npm:6.0.12" + dependencies: + "@oclif/core": "npm:^3.18.1" + checksum: 7bca7221f68f2d014c3bd6c646c7396c72b30b1a7eeb7e6ded4fd3c6fcca63b762ba11ad3cf4b1e9666e373d3925dcbd887b6a57fcf2b1bf7dbb40cbde747bcf languageName: node linkType: hard @@ -3531,20 +4288,20 @@ __metadata: languageName: node linkType: hard -"@oclif/plugin-not-found@npm:^3.0.7": - version: 3.0.7 - resolution: "@oclif/plugin-not-found@npm:3.0.7" +"@oclif/plugin-not-found@npm:^3.0.8, @oclif/plugin-not-found@npm:^3.0.9": + version: 3.0.9 + resolution: "@oclif/plugin-not-found@npm:3.0.9" dependencies: - "@oclif/core": "npm:^3.15.1" + "@oclif/core": "npm:^3.18.1" chalk: "npm:^5.3.0" fast-levenshtein: "npm:^3.0.0" - checksum: d3924effaadc933178d8c7e51934ca7d1ddad47941c7378d19c825d7af1bd96e2a6353a2986c2d375b08ac6b72abc167455f4c87d42cb2646f9b79c8f81c9ac3 + checksum: 88a12693affea3d296992493ecd1c1dde8096345d689586901081de2d386a12e125a5d5af3a41e992eca1c30be905754ac9caa06420601ab4c2adf5531e370b6 languageName: node linkType: hard -"@oclif/plugin-plugins@npm:^4.1.14": - version: 4.1.14 - resolution: "@oclif/plugin-plugins@npm:4.1.14" +"@oclif/plugin-plugins@npm:^4.1.17": + version: 4.1.17 + resolution: "@oclif/plugin-plugins@npm:4.1.17" dependencies: "@oclif/core": "npm:^3.10.2" chalk: "npm:^5.3.0" @@ -3555,20 +4312,20 @@ __metadata: shelljs: "npm:^0.8.5" validate-npm-package-name: "npm:^5.0.0" yarn: "npm:^1.22.21" - checksum: 42509cc60ae8ff739016765414330f348a01b1045aa2d0ad2d64bf9fdd6b3251116f33a2abedd995d8125c5a5fec3909a56ecc718f79df2c47edd78fd04fa7c6 + checksum: 4495474fa9910a36baa994b6d801d736ddb4cd2fb1fde1d3500d2ccc49a050cc96f66195b46dbf8973b777f864eec714acea1c71c9657511dffec9fa0458b621 languageName: node linkType: hard -"@oclif/plugin-warn-if-update-available@npm:^3.0.8": - version: 3.0.8 - resolution: "@oclif/plugin-warn-if-update-available@npm:3.0.8" +"@oclif/plugin-warn-if-update-available@npm:^3.0.9": + version: 3.0.9 + resolution: "@oclif/plugin-warn-if-update-available@npm:3.0.9" dependencies: - "@oclif/core": "npm:^3.15.1" + "@oclif/core": "npm:^3.16.0" chalk: "npm:^5.3.0" debug: "npm:^4.1.0" http-call: "npm:^5.2.2" lodash.template: "npm:^4.5.0" - checksum: 99ef77ffab364a6fe9e63555f4954e4c9b57c331e1401e5687935a1941bdb1ed38bd33005fbb128464b8e5d97cf4286d5aff2887fe7e34fbc7b605714790c138 + checksum: 681f2bf44aacddd62a33c3d74bf79e51bb2f6994a4b9dbc2497448946160e4ae2b3453f7f14e9eb7a72809a963ffb8ae65579f480f2b527a1dcf6241d9ff3883 languageName: node linkType: hard @@ -4991,6 +5748,570 @@ __metadata: languageName: node linkType: hard +"@smithy/abort-controller@npm:^2.0.16": + version: 2.0.16 + resolution: "@smithy/abort-controller@npm:2.0.16" + dependencies: + "@smithy/types": "npm:^2.8.0" + tslib: "npm:^2.5.0" + checksum: 3fa2db15cb247d63649ff95f676b4caf5ad311fc5103c432a9eb80ef3bafd1eaed688f926ae00f94e6965e959b6f52885eea29da367bc94b2d08df0f5cf5f778 + languageName: node + linkType: hard + +"@smithy/chunked-blob-reader-native@npm:^2.0.1": + version: 2.0.1 + resolution: "@smithy/chunked-blob-reader-native@npm:2.0.1" + dependencies: + "@smithy/util-base64": "npm:^2.0.1" + tslib: "npm:^2.5.0" + checksum: 3e3e1a9004336ab6853efe024aee053ee63e833b5f5e812d877fd4c7be74d7f8123c0352d749de77713d1152cf390991814c01e42d1ee5e349cf6816789a3109 + languageName: node + linkType: hard + +"@smithy/chunked-blob-reader@npm:^2.0.0": + version: 2.0.0 + resolution: "@smithy/chunked-blob-reader@npm:2.0.0" + dependencies: + tslib: "npm:^2.5.0" + checksum: 3e35ce2bb2d8338f44b408958fd4b77054cb286b27730674a213d10b6ed84734889441d13dbdffb5f1971c61fe47c5f05703e5a93596ca0a6285937cd8b061cf + languageName: node + linkType: hard + +"@smithy/config-resolver@npm:^2.0.23": + version: 2.0.23 + resolution: "@smithy/config-resolver@npm:2.0.23" + dependencies: + "@smithy/node-config-provider": "npm:^2.1.9" + "@smithy/types": "npm:^2.8.0" + "@smithy/util-config-provider": "npm:^2.1.0" + "@smithy/util-middleware": "npm:^2.0.9" + tslib: "npm:^2.5.0" + checksum: a590108883d6c56846e54b1e083484e7fb889d791121945b6508760d224c7f47fb78e6ae4cb927e73945d2854181bb33df7775fac95c3c0cb9ea9d3f27d95ed0 + languageName: node + linkType: hard + +"@smithy/core@npm:^1.2.2": + version: 1.2.2 + resolution: "@smithy/core@npm:1.2.2" + dependencies: + "@smithy/middleware-endpoint": "npm:^2.3.0" + "@smithy/middleware-retry": "npm:^2.0.26" + "@smithy/middleware-serde": "npm:^2.0.16" + "@smithy/protocol-http": "npm:^3.0.12" + "@smithy/smithy-client": "npm:^2.2.1" + "@smithy/types": "npm:^2.8.0" + "@smithy/util-middleware": "npm:^2.0.9" + tslib: "npm:^2.5.0" + checksum: 4a6ff42aa0951f3e877b396dfd9d7f9c8bf28aa389bc7d19cc99fa6b9fab2edac069fc3c89beefa933f760362e5772d01ee46b7eaa79748f388e7d570403f40c + languageName: node + linkType: hard + +"@smithy/credential-provider-imds@npm:^2.0.0, @smithy/credential-provider-imds@npm:^2.1.5": + version: 2.1.5 + resolution: "@smithy/credential-provider-imds@npm:2.1.5" + dependencies: + "@smithy/node-config-provider": "npm:^2.1.9" + "@smithy/property-provider": "npm:^2.0.17" + "@smithy/types": "npm:^2.8.0" + "@smithy/url-parser": "npm:^2.0.16" + tslib: "npm:^2.5.0" + checksum: 829d1c1c37fa68aa4e1802e95f3ebd7f6ed9a30334890dd1a34225503afcb8a20723540a6bf1e763840bdf170c183677160436458083bb1c9ecd55562f007868 + languageName: node + linkType: hard + +"@smithy/eventstream-codec@npm:^2.0.16": + version: 2.0.16 + resolution: "@smithy/eventstream-codec@npm:2.0.16" + dependencies: + "@aws-crypto/crc32": "npm:3.0.0" + "@smithy/types": "npm:^2.8.0" + "@smithy/util-hex-encoding": "npm:^2.0.0" + tslib: "npm:^2.5.0" + checksum: c0fe19690bcb5f14b869841a2bde859894286d7eb2538146a3d12e6d957f36394bb90f38642ed5d35a88c66a4766a384c5d9b0ed3f22ead1c8fef1ec1531989b + languageName: node + linkType: hard + +"@smithy/eventstream-serde-browser@npm:^2.0.16": + version: 2.0.16 + resolution: "@smithy/eventstream-serde-browser@npm:2.0.16" + dependencies: + "@smithy/eventstream-serde-universal": "npm:^2.0.16" + "@smithy/types": "npm:^2.8.0" + tslib: "npm:^2.5.0" + checksum: 7a8e5314a537e93f6a88df323d68ea5806cf659b07a586c86f359bf1b585f055de6d4d3f0c37d2e032d2aaa79015768c3f9d12a200ed49535d7134c72eed4cd2 + languageName: node + linkType: hard + +"@smithy/eventstream-serde-config-resolver@npm:^2.0.16": + version: 2.0.16 + resolution: "@smithy/eventstream-serde-config-resolver@npm:2.0.16" + dependencies: + "@smithy/types": "npm:^2.8.0" + tslib: "npm:^2.5.0" + checksum: 4ed2af1665f7e2238d644e5c0e085def68915d9ca7f76a825cecc084fb242486c07b9fca3b1c5c1138beeba64090ef95d2b1c7f038dacd0eb80a87a1c81a752c + languageName: node + linkType: hard + +"@smithy/eventstream-serde-node@npm:^2.0.16": + version: 2.0.16 + resolution: "@smithy/eventstream-serde-node@npm:2.0.16" + dependencies: + "@smithy/eventstream-serde-universal": "npm:^2.0.16" + "@smithy/types": "npm:^2.8.0" + tslib: "npm:^2.5.0" + checksum: 83c21f0d38a70b5b76032341b04e62f1094d1f25cbcacc9c0875b3aa34e99d084ae6fd12ded0551bd040612be62b44ab2e5b1abc51e786319eb22c1c07f9d5a0 + languageName: node + linkType: hard + +"@smithy/eventstream-serde-universal@npm:^2.0.16": + version: 2.0.16 + resolution: "@smithy/eventstream-serde-universal@npm:2.0.16" + dependencies: + "@smithy/eventstream-codec": "npm:^2.0.16" + "@smithy/types": "npm:^2.8.0" + tslib: "npm:^2.5.0" + checksum: fa35f3074547dac19476432c1abfb62b0b6432fc8c733aa5d8fb032c603fc35cf06bcf8b0559826e3108a0b67ec7986948f512efd4974e154cdbf88fbe1ae6a5 + languageName: node + linkType: hard + +"@smithy/fetch-http-handler@npm:^2.3.2": + version: 2.3.2 + resolution: "@smithy/fetch-http-handler@npm:2.3.2" + dependencies: + "@smithy/protocol-http": "npm:^3.0.12" + "@smithy/querystring-builder": "npm:^2.0.16" + "@smithy/types": "npm:^2.8.0" + "@smithy/util-base64": "npm:^2.0.1" + tslib: "npm:^2.5.0" + checksum: 0f64f8398f7e583390fc2fb967e55df4bc404a0d961353723095b18a2d64e65c72e58c20c6b33e42b1a62085ad39d67e804a6a4920b62ca9591c14bfe2803d65 + languageName: node + linkType: hard + +"@smithy/hash-blob-browser@npm:^2.0.17": + version: 2.0.17 + resolution: "@smithy/hash-blob-browser@npm:2.0.17" + dependencies: + "@smithy/chunked-blob-reader": "npm:^2.0.0" + "@smithy/chunked-blob-reader-native": "npm:^2.0.1" + "@smithy/types": "npm:^2.8.0" + tslib: "npm:^2.5.0" + checksum: a277c4c51ba05e78247f4979d1dccea1138c8fad85a59b4f25373737c607876e2b5f2af8d6b88b71a199ef73467e29a7305fe585da324a3d91e76d47a58c51bc + languageName: node + linkType: hard + +"@smithy/hash-node@npm:^2.0.18": + version: 2.0.18 + resolution: "@smithy/hash-node@npm:2.0.18" + dependencies: + "@smithy/types": "npm:^2.8.0" + "@smithy/util-buffer-from": "npm:^2.0.0" + "@smithy/util-utf8": "npm:^2.0.2" + tslib: "npm:^2.5.0" + checksum: ca85ebafafe6719f57a9dd784209aaef60295de6167f07dfbd764072d2e36327dcca088551180175faf528b9e3045ab600696934170d3ea256a5967383a1c53f + languageName: node + linkType: hard + +"@smithy/hash-stream-node@npm:^2.0.18": + version: 2.0.18 + resolution: "@smithy/hash-stream-node@npm:2.0.18" + dependencies: + "@smithy/types": "npm:^2.8.0" + "@smithy/util-utf8": "npm:^2.0.2" + tslib: "npm:^2.5.0" + checksum: 7b6c2caeaf8fa6f1910a2b4c3aef7472073c9e1ec4446e8a4af16ff58f7cd8838e7c81ddf6f206c2a339988c9120f6cba4728fd008b6f47d00befd8f54e08751 + languageName: node + linkType: hard + +"@smithy/invalid-dependency@npm:^2.0.16": + version: 2.0.16 + resolution: "@smithy/invalid-dependency@npm:2.0.16" + dependencies: + "@smithy/types": "npm:^2.8.0" + tslib: "npm:^2.5.0" + checksum: 0055d593c20bc0e5d86836fee62c1fc41d236115c80b61d088186192c4438412136e7be5b1e8ab4207108882a51d337c7017574622e0f4837f538be4d1f8a74c + languageName: node + linkType: hard + +"@smithy/is-array-buffer@npm:^2.0.0": + version: 2.0.0 + resolution: "@smithy/is-array-buffer@npm:2.0.0" + dependencies: + tslib: "npm:^2.5.0" + checksum: 30f8e51403c52f27b5a6777e565128f2c8523d6e9a99f2005cdcaa31b7401376de77fa4a245de4a397d605af1cead8bea3189f3e7450386888e1656fe728030d + languageName: node + linkType: hard + +"@smithy/md5-js@npm:^2.0.18": + version: 2.0.18 + resolution: "@smithy/md5-js@npm:2.0.18" + dependencies: + "@smithy/types": "npm:^2.8.0" + "@smithy/util-utf8": "npm:^2.0.2" + tslib: "npm:^2.5.0" + checksum: 471e7b3d4da5a72fd3632120df82feab20daecf5a67330b5e376bf5bbdd904c0d83768c8aea183e3287c1eea18de24ab9d145f6daf2b753139247a1b98c7fcd1 + languageName: node + linkType: hard + +"@smithy/middleware-content-length@npm:^2.0.18": + version: 2.0.18 + resolution: "@smithy/middleware-content-length@npm:2.0.18" + dependencies: + "@smithy/protocol-http": "npm:^3.0.12" + "@smithy/types": "npm:^2.8.0" + tslib: "npm:^2.5.0" + checksum: 84414174ecadcfeba5236bc9ab5d69c0b85b25b2356a6fc20472b9e1aba6c33750cdc3bd0fa508609a0616a69b88c2591515cf22ad499e33a3b10bf37e590f68 + languageName: node + linkType: hard + +"@smithy/middleware-endpoint@npm:^2.3.0": + version: 2.3.0 + resolution: "@smithy/middleware-endpoint@npm:2.3.0" + dependencies: + "@smithy/middleware-serde": "npm:^2.0.16" + "@smithy/node-config-provider": "npm:^2.1.9" + "@smithy/shared-ini-file-loader": "npm:^2.2.8" + "@smithy/types": "npm:^2.8.0" + "@smithy/url-parser": "npm:^2.0.16" + "@smithy/util-middleware": "npm:^2.0.9" + tslib: "npm:^2.5.0" + checksum: 6a4a40755647afa24334de39faac340541bbcef60ef51ef65e6912b81cc44a45aefe8c189dabc8df80fab7288503fcb90eeed456a7aa8e33abc081c290beb057 + languageName: node + linkType: hard + +"@smithy/middleware-retry@npm:^2.0.26": + version: 2.0.26 + resolution: "@smithy/middleware-retry@npm:2.0.26" + dependencies: + "@smithy/node-config-provider": "npm:^2.1.9" + "@smithy/protocol-http": "npm:^3.0.12" + "@smithy/service-error-classification": "npm:^2.0.9" + "@smithy/smithy-client": "npm:^2.2.1" + "@smithy/types": "npm:^2.8.0" + "@smithy/util-middleware": "npm:^2.0.9" + "@smithy/util-retry": "npm:^2.0.9" + tslib: "npm:^2.5.0" + uuid: "npm:^8.3.2" + checksum: a615088a66392031cd6eac152bb7550232e5ec3bac53a7b19ac804a4e4fae128bcc3fbfc125bc3686585036056f5fee7520c986fa32b35071cfe69b786bec7a8 + languageName: node + linkType: hard + +"@smithy/middleware-serde@npm:^2.0.16": + version: 2.0.16 + resolution: "@smithy/middleware-serde@npm:2.0.16" + dependencies: + "@smithy/types": "npm:^2.8.0" + tslib: "npm:^2.5.0" + checksum: d3b2ffafd106d2c4d9f5166411f70c9691c05a56d599c0a7d53d879d3d083f1940523c7fb8db509e65b79d11f4056e37ce8e776b607d6b479ef7ea8bacbd648c + languageName: node + linkType: hard + +"@smithy/middleware-stack@npm:^2.0.10": + version: 2.0.10 + resolution: "@smithy/middleware-stack@npm:2.0.10" + dependencies: + "@smithy/types": "npm:^2.8.0" + tslib: "npm:^2.5.0" + checksum: fcd8236988295b39f03f93c083a449202b28f5b7d7cd3992e6c4cdad429b5e8fbb4fe31d6d749d7524c3780d521a6df2ae7157ee904174b423af39b74ef2d5c5 + languageName: node + linkType: hard + +"@smithy/node-config-provider@npm:^2.1.9": + version: 2.1.9 + resolution: "@smithy/node-config-provider@npm:2.1.9" + dependencies: + "@smithy/property-provider": "npm:^2.0.17" + "@smithy/shared-ini-file-loader": "npm:^2.2.8" + "@smithy/types": "npm:^2.8.0" + tslib: "npm:^2.5.0" + checksum: 32ef8d315096ddd728f00c3137a69c33438e27ea600ab9f0c720ad5535436357274399f0b5f6bc95fda02a0f30e77b6f8ef4ab7a5561b1723fcd1b422f88defa + languageName: node + linkType: hard + +"@smithy/node-http-handler@npm:^2.2.2": + version: 2.2.2 + resolution: "@smithy/node-http-handler@npm:2.2.2" + dependencies: + "@smithy/abort-controller": "npm:^2.0.16" + "@smithy/protocol-http": "npm:^3.0.12" + "@smithy/querystring-builder": "npm:^2.0.16" + "@smithy/types": "npm:^2.8.0" + tslib: "npm:^2.5.0" + checksum: 545e306c879062753178d3671e4b68f5fe5384f14cab90a60567c680eecfbc8f2615966bf89d6d464f68b1d8d1606aaf7d548f03bfe8ef0d52869337afd30db2 + languageName: node + linkType: hard + +"@smithy/property-provider@npm:^2.0.0, @smithy/property-provider@npm:^2.0.17": + version: 2.0.17 + resolution: "@smithy/property-provider@npm:2.0.17" + dependencies: + "@smithy/types": "npm:^2.8.0" + tslib: "npm:^2.5.0" + checksum: f25ec4888b335c4a8ac38a78ee2ac12119ba1b717c8905856faf4041d003173dfaf3a484c651c17454705a61059abff7873fba5618ae2e5adab9234da9079233 + languageName: node + linkType: hard + +"@smithy/protocol-http@npm:^3.0.12": + version: 3.0.12 + resolution: "@smithy/protocol-http@npm:3.0.12" + dependencies: + "@smithy/types": "npm:^2.8.0" + tslib: "npm:^2.5.0" + checksum: 4fd205f54c9b17900a5b5135fc14d4b692ace53aba7d37cda18c42620d4380c46c93702d573debb2716207588295cee86640e9760cb8ca64dfb58a69898d2959 + languageName: node + linkType: hard + +"@smithy/querystring-builder@npm:^2.0.16": + version: 2.0.16 + resolution: "@smithy/querystring-builder@npm:2.0.16" + dependencies: + "@smithy/types": "npm:^2.8.0" + "@smithy/util-uri-escape": "npm:^2.0.0" + tslib: "npm:^2.5.0" + checksum: 8dc67e8e3e933fe2dfe3846b42ceba8c445a9054087ca37ec5b3cacd4c108dffcf17b87a89b5248528e8662603a719dcdac5c5951db8a02115a3eefa40ab0b89 + languageName: node + linkType: hard + +"@smithy/querystring-parser@npm:^2.0.16": + version: 2.0.16 + resolution: "@smithy/querystring-parser@npm:2.0.16" + dependencies: + "@smithy/types": "npm:^2.8.0" + tslib: "npm:^2.5.0" + checksum: 0c0f34fcdea223f2b96dba9cbae083b785d4518407ebfe0491a2932318c21cae52c210ce9727848a6f2b58817bef3186baebc5aab5845a2e7edf2a7981843789 + languageName: node + linkType: hard + +"@smithy/service-error-classification@npm:^2.0.9": + version: 2.0.9 + resolution: "@smithy/service-error-classification@npm:2.0.9" + dependencies: + "@smithy/types": "npm:^2.8.0" + checksum: 5eaa401dbb1ebf6e7f27c0f05d2720ce65f4520d14085f43ebfe3b6ae145ff04a3424fee11669e485cd221eb12b8c3f6a2dbf8dff804581d9705f767f1fd52d5 + languageName: node + linkType: hard + +"@smithy/shared-ini-file-loader@npm:^2.0.6, @smithy/shared-ini-file-loader@npm:^2.2.8": + version: 2.2.8 + resolution: "@smithy/shared-ini-file-loader@npm:2.2.8" + dependencies: + "@smithy/types": "npm:^2.8.0" + tslib: "npm:^2.5.0" + checksum: a6d9ee4e5929ce18447f9a852a83e86e73d5e119e059b47db1219753c54240130f0326ab11ef0fcf0b1c4c1cca6fdba0e9c8f28cb2dc2c9f55823fcd2621118e + languageName: node + linkType: hard + +"@smithy/signature-v4@npm:^2.0.0": + version: 2.0.19 + resolution: "@smithy/signature-v4@npm:2.0.19" + dependencies: + "@smithy/eventstream-codec": "npm:^2.0.16" + "@smithy/is-array-buffer": "npm:^2.0.0" + "@smithy/types": "npm:^2.8.0" + "@smithy/util-hex-encoding": "npm:^2.0.0" + "@smithy/util-middleware": "npm:^2.0.9" + "@smithy/util-uri-escape": "npm:^2.0.0" + "@smithy/util-utf8": "npm:^2.0.2" + tslib: "npm:^2.5.0" + checksum: 58eff5c6fd7d2353e64df9cb01fc1fdf7078df052cf91c856fa1a2f8df9edfc4a35c751ee7c377d4c45e0dc4a940a94659e1e5ddd4f1ffdb11627da700499090 + languageName: node + linkType: hard + +"@smithy/smithy-client@npm:^2.2.1": + version: 2.2.1 + resolution: "@smithy/smithy-client@npm:2.2.1" + dependencies: + "@smithy/middleware-endpoint": "npm:^2.3.0" + "@smithy/middleware-stack": "npm:^2.0.10" + "@smithy/protocol-http": "npm:^3.0.12" + "@smithy/types": "npm:^2.8.0" + "@smithy/util-stream": "npm:^2.0.24" + tslib: "npm:^2.5.0" + checksum: 6e5d67d11e7c10db35604caf2dc4daa841f0b55b9f97092b34d819250737af8ca7a84a98870cbd249067c2aff478901b39dd16d9cecdaa9a53c1b2c58f8eb4f7 + languageName: node + linkType: hard + +"@smithy/types@npm:^2.8.0": + version: 2.8.0 + resolution: "@smithy/types@npm:2.8.0" + dependencies: + tslib: "npm:^2.5.0" + checksum: 802ab14632d2e6a646d4d5e3edafde1dc0a066047140367176477e35645aebb568e4086080fe2758fcf713c102eebbc3e5d7097c0f6cb5b58e7da7da3e8d714f + languageName: node + linkType: hard + +"@smithy/url-parser@npm:^2.0.16": + version: 2.0.16 + resolution: "@smithy/url-parser@npm:2.0.16" + dependencies: + "@smithy/querystring-parser": "npm:^2.0.16" + "@smithy/types": "npm:^2.8.0" + tslib: "npm:^2.5.0" + checksum: f9d6e65ee1cdcfa0f816c1c2c71988fd07d6abcc8d04e10cc05a8bf2c848656befb983a0c8118020e08e60e9704ba45436f7061a8717da8ac1f640e79aef9f95 + languageName: node + linkType: hard + +"@smithy/util-base64@npm:^2.0.1": + version: 2.0.1 + resolution: "@smithy/util-base64@npm:2.0.1" + dependencies: + "@smithy/util-buffer-from": "npm:^2.0.0" + tslib: "npm:^2.5.0" + checksum: 6c71765396e7c36229f78b3ab7404d86390b4191350955b3af3ca6e3e42f67428801722706153f5593571be51f3b418843c49326d894cd4445eb9ed9a04844a7 + languageName: node + linkType: hard + +"@smithy/util-body-length-browser@npm:^2.0.1": + version: 2.0.1 + resolution: "@smithy/util-body-length-browser@npm:2.0.1" + dependencies: + tslib: "npm:^2.5.0" + checksum: fdeea18772d7d4542d0192a5cf9b145f7626b8ab76be57bd7453cb73d84480bb12f83b982467b7e4dc015434e16c9e3f7ffdffa0e4ba1c4f6e570c0425bee3d1 + languageName: node + linkType: hard + +"@smithy/util-body-length-node@npm:^2.1.0": + version: 2.1.0 + resolution: "@smithy/util-body-length-node@npm:2.1.0" + dependencies: + tslib: "npm:^2.5.0" + checksum: 1b2e3a99811b623d68e800a4c400a0a55eb9ce12f5cfa5b8509a0fdd805a279a931759ff55472983b37dcbcc58221a3bbfef86e5e4304af973a1e2c5f8651078 + languageName: node + linkType: hard + +"@smithy/util-buffer-from@npm:^2.0.0": + version: 2.0.0 + resolution: "@smithy/util-buffer-from@npm:2.0.0" + dependencies: + "@smithy/is-array-buffer": "npm:^2.0.0" + tslib: "npm:^2.5.0" + checksum: 15326acdb8666ff8c342bfa23ace07ea6a1b7e849b118f5b28f0b93cd775e83c77fa53ab5b04b8f795798d316991042296c3c5522fb68c91df9e921d4c83e398 + languageName: node + linkType: hard + +"@smithy/util-config-provider@npm:^2.1.0": + version: 2.1.0 + resolution: "@smithy/util-config-provider@npm:2.1.0" + dependencies: + tslib: "npm:^2.5.0" + checksum: 42f02104e24ae9deadf69b45c2ebee4b7a65a908b7ccfeb85bb6d1036032d36d1c044ff1eab25f43147dc02a15adb8a9f6517ed586a545d4a757985a1530d2ac + languageName: node + linkType: hard + +"@smithy/util-defaults-mode-browser@npm:^2.0.24": + version: 2.0.24 + resolution: "@smithy/util-defaults-mode-browser@npm:2.0.24" + dependencies: + "@smithy/property-provider": "npm:^2.0.17" + "@smithy/smithy-client": "npm:^2.2.1" + "@smithy/types": "npm:^2.8.0" + bowser: "npm:^2.11.0" + tslib: "npm:^2.5.0" + checksum: b8cf6f1fecd5765d55557b7656b12a12e8468b9f343ef04dfdededba9d8894172933201ee922547ee5025ba1ca979db2071e6588f9b6df16797087ab065b5690 + languageName: node + linkType: hard + +"@smithy/util-defaults-mode-node@npm:^2.0.32": + version: 2.0.32 + resolution: "@smithy/util-defaults-mode-node@npm:2.0.32" + dependencies: + "@smithy/config-resolver": "npm:^2.0.23" + "@smithy/credential-provider-imds": "npm:^2.1.5" + "@smithy/node-config-provider": "npm:^2.1.9" + "@smithy/property-provider": "npm:^2.0.17" + "@smithy/smithy-client": "npm:^2.2.1" + "@smithy/types": "npm:^2.8.0" + tslib: "npm:^2.5.0" + checksum: d25372e50f91f593ca38c6d2cb722b0d87d6a0334de57d90fdd7364ef91fff227f19579a1734d6fcbd19a60563757ed9ff1afce4eeaf257d915876f832bed2fc + languageName: node + linkType: hard + +"@smithy/util-endpoints@npm:^1.0.8": + version: 1.0.8 + resolution: "@smithy/util-endpoints@npm:1.0.8" + dependencies: + "@smithy/node-config-provider": "npm:^2.1.9" + "@smithy/types": "npm:^2.8.0" + tslib: "npm:^2.5.0" + checksum: 09cdf2178131c323bd69000af9c5ea93654036ccaa04d963f67d86c87bb84875b070b71a6e07e809c30fb7cf1629c9e538516a00cb103f55ba22f2b58ebe0e07 + languageName: node + linkType: hard + +"@smithy/util-hex-encoding@npm:^2.0.0": + version: 2.0.0 + resolution: "@smithy/util-hex-encoding@npm:2.0.0" + dependencies: + tslib: "npm:^2.5.0" + checksum: 196b594d5e4a31fbc6a6ada8e1af307e0af55721685df70e20415733f46d6d2d6f7c52f9d2bf4512f0033cc1adb74f115c68025d9b7d7023342ef6f0514cee2a + languageName: node + linkType: hard + +"@smithy/util-middleware@npm:^2.0.9": + version: 2.0.9 + resolution: "@smithy/util-middleware@npm:2.0.9" + dependencies: + "@smithy/types": "npm:^2.8.0" + tslib: "npm:^2.5.0" + checksum: 1d379da341488d8d9af31d2b589b2875afa6c12a977934b135fdada30e75eace64fea3b673d090aeb8976d21a836cb146603e88c84b44b39a0547ea7eaa10c94 + languageName: node + linkType: hard + +"@smithy/util-retry@npm:^2.0.9": + version: 2.0.9 + resolution: "@smithy/util-retry@npm:2.0.9" + dependencies: + "@smithy/service-error-classification": "npm:^2.0.9" + "@smithy/types": "npm:^2.8.0" + tslib: "npm:^2.5.0" + checksum: f28f1215cbe2c0eab5de65db21d13092b6b81ac807c08c491c36db9f68e8b1598e4f53f9536299aa770c115cd67bae8d10b1151ff7e253563bc1323ae9a9276e + languageName: node + linkType: hard + +"@smithy/util-stream@npm:^2.0.24": + version: 2.0.24 + resolution: "@smithy/util-stream@npm:2.0.24" + dependencies: + "@smithy/fetch-http-handler": "npm:^2.3.2" + "@smithy/node-http-handler": "npm:^2.2.2" + "@smithy/types": "npm:^2.8.0" + "@smithy/util-base64": "npm:^2.0.1" + "@smithy/util-buffer-from": "npm:^2.0.0" + "@smithy/util-hex-encoding": "npm:^2.0.0" + "@smithy/util-utf8": "npm:^2.0.2" + tslib: "npm:^2.5.0" + checksum: fa22edcd38385a5b261a678cef976eb24652f0a29f566e79a7503b04a44b698422ba975a27808e11e28f5a61d9d276dae3141cd9bb201ca7e618b74e15ae6a83 + languageName: node + linkType: hard + +"@smithy/util-uri-escape@npm:^2.0.0": + version: 2.0.0 + resolution: "@smithy/util-uri-escape@npm:2.0.0" + dependencies: + tslib: "npm:^2.5.0" + checksum: 2f121d1fce9878e22fc5eaa0f8f4e47e967fce6d727b4283902d842842c7835b47de08e16b2c6fef389457a6edf2523274019fe511ede98ce0f38a11aea63bc2 + languageName: node + linkType: hard + +"@smithy/util-utf8@npm:^2.0.2": + version: 2.0.2 + resolution: "@smithy/util-utf8@npm:2.0.2" + dependencies: + "@smithy/util-buffer-from": "npm:^2.0.0" + tslib: "npm:^2.5.0" + checksum: 9356200ac7ccef414cd924b4fd2bfeb1d0a2e7992b4c924f0328205ab9bb8c688bc4b5c271c237db90ea75fb448f32c1f76c6e8883c2f088ea0559737ea99d9d + languageName: node + linkType: hard + +"@smithy/util-waiter@npm:^2.0.16": + version: 2.0.16 + resolution: "@smithy/util-waiter@npm:2.0.16" + dependencies: + "@smithy/abort-controller": "npm:^2.0.16" + "@smithy/types": "npm:^2.8.0" + tslib: "npm:^2.5.0" + checksum: 91cff83f1450cc761ec8a7b77c09af5ffa10619f40d560fd3f14633b63486dad2c274df7fc44fbd80c6e2ea4ec8b0514990ff8b989afa50467296e8cdada611b + languageName: node + linkType: hard + "@stablelib/binary@npm:^0.7.2": version: 0.7.2 resolution: "@stablelib/binary@npm:0.7.2" @@ -5404,10 +6725,19 @@ __metadata: languageName: node linkType: hard -"@types/command-exists@npm:^1.2.0": - version: 1.2.0 - resolution: "@types/command-exists@npm:1.2.0" - checksum: 23b3fc57828325d1a8cf99473905f1613c37ec4d076e923b97aec3590c0c43c5251745830bbb2e6fca803e817721550149668ef30410a16b8d760c91c18fd847 +"@types/cli-progress@npm:^3.11.5": + version: 3.11.5 + resolution: "@types/cli-progress@npm:3.11.5" + dependencies: + "@types/node": "npm:*" + checksum: cb19187637b0a9b92219eab8d3d42250f1773328c24cb265d1bc677e3017f512e95e834e4846bcf0964efc232a13f86f7ef01843be804daa5433cc655c375bb3 + languageName: node + linkType: hard + +"@types/command-exists@npm:^1.2.3": + version: 1.2.3 + resolution: "@types/command-exists@npm:1.2.3" + checksum: c90ed5f3c36d2ed5cb390d1a2e7263daabdeb18a2e20eb71bef83b0823980ee81ca773417b4d8a50fc61ede274b96d30f9b3ab836e1ecebfba5df27677cfc5fc languageName: node linkType: hard @@ -7006,24 +8336,6 @@ __metadata: languageName: node linkType: hard -"aws-sdk@npm:^2.1231.0": - version: 2.1531.0 - resolution: "aws-sdk@npm:2.1531.0" - dependencies: - buffer: "npm:4.9.2" - events: "npm:1.1.1" - ieee754: "npm:1.1.13" - jmespath: "npm:0.16.0" - querystring: "npm:0.2.0" - sax: "npm:1.2.1" - url: "npm:0.10.3" - util: "npm:^0.12.4" - uuid: "npm:8.0.0" - xml2js: "npm:0.5.0" - checksum: e39085c1ada3b24647fdf8d55d43228583533628ca8bf95efe54f7fb52e08e1a1dbbc3adf999c1382144b1ce2e011c4b5fd6e753feb0c09373593383a5a5df41 - languageName: node - linkType: hard - "aws-sdk@npm:^2.705.0": version: 2.1363.0 resolution: "aws-sdk@npm:2.1363.0" @@ -7430,6 +8742,13 @@ __metadata: languageName: node linkType: hard +"bowser@npm:^2.11.0": + version: 2.11.0 + resolution: "bowser@npm:2.11.0" + checksum: ef46500eafe35072455e7c3ae771244e97827e0626686a9a3601c436d16eb272dad7ccbd49e2130b599b617ca9daa67027de827ffc4c220e02f63c84b69a8751 + languageName: node + linkType: hard + "brace-expansion@npm:^1.1.7": version: 1.1.11 resolution: "brace-expansion@npm:1.1.11" @@ -10479,6 +11798,17 @@ __metadata: languageName: node linkType: hard +"fast-xml-parser@npm:4.2.5": + version: 4.2.5 + resolution: "fast-xml-parser@npm:4.2.5" + dependencies: + strnum: "npm:^1.0.5" + bin: + fxparser: src/cli/cli.js + checksum: 4be7ebe24d6a9a60c278e1423cd86a7da9a77ec64c95563e2c552363caf7a777e0c87c9de1255c2f4e8dea9bce8905dc2bdc58a34e9f2b73c4693654456ad284 + languageName: node + linkType: hard + "fastest-levenshtein@npm:^1.0.16, fastest-levenshtein@npm:^1.0.7": version: 1.0.16 resolution: "fastest-levenshtein@npm:1.0.16" @@ -15957,16 +17287,17 @@ __metadata: languageName: node linkType: hard -"oclif@npm:^4.1.3": - version: 4.1.3 - resolution: "oclif@npm:4.1.3" +"oclif@npm:^4.3.4": + version: 4.3.4 + resolution: "oclif@npm:4.3.4" dependencies: - "@oclif/core": "npm:^3.16.0" + "@aws-sdk/client-cloudfront": "npm:^3.468.0" + "@aws-sdk/client-s3": "npm:^3.490.0" + "@oclif/core": "npm:^3.18.1" "@oclif/plugin-help": "npm:^6.0.9" - "@oclif/plugin-not-found": "npm:^3.0.7" - "@oclif/plugin-warn-if-update-available": "npm:^3.0.8" + "@oclif/plugin-not-found": "npm:^3.0.8" + "@oclif/plugin-warn-if-update-available": "npm:^3.0.9" async-retry: "npm:^1.3.3" - aws-sdk: "npm:^2.1231.0" change-case: "npm:^4" debug: "npm:^4.3.3" eslint-plugin-perfectionist: "npm:^2.1.0" @@ -15981,7 +17312,7 @@ __metadata: yeoman-generator: "npm:^5.8.0" bin: oclif: bin/run.js - checksum: 70fb6a5e43e1eb15818daab5ef70b21fd1cb891da92f40f61ba9e340cb5962bb87f75881014ff86d7442604c7fa247a492ce9bccbf37cbb75d769d94008a63bb + checksum: 3ca293d9a330abbbfc9ea34d7fc20b97fd3b0ab403a422826d49e4b78602101a8c3fb00f0013e5a11fe08a391f62028acdd24103aa7f8b5de7dd0f7d10f536f8 languageName: node linkType: hard @@ -18889,6 +20220,13 @@ __metadata: languageName: node linkType: hard +"strnum@npm:^1.0.5": + version: 1.0.5 + resolution: "strnum@npm:1.0.5" + checksum: d3117975db8372d4d7b2c07601ed2f65bf21cc48d741f37a8617b76370d228f2ec26336e53791ebc3638264d23ca54e6c241f57f8c69bd4941c63c79440525ca + languageName: node + linkType: hard + "stubs@npm:^3.0.0": version: 3.0.0 resolution: "stubs@npm:3.0.0" @@ -19414,7 +20752,7 @@ __metadata: languageName: node linkType: hard -"tslib@npm:^1.9.0, tslib@npm:^1.9.3": +"tslib@npm:^1.11.1, tslib@npm:^1.9.0, tslib@npm:^1.9.3": version: 1.14.1 resolution: "tslib@npm:1.14.1" checksum: 7dbf34e6f55c6492637adb81b555af5e3b4f9cc6b998fb440dac82d3b42bdc91560a35a5fb75e20e24a076c651438234da6743d139e4feabf0783f3cdfe1dddb @@ -19428,7 +20766,7 @@ __metadata: languageName: node linkType: hard -"tslib@npm:^2.0.3": +"tslib@npm:^2.0.3, tslib@npm:^2.3.1, tslib@npm:^2.5.0": version: 2.6.2 resolution: "tslib@npm:2.6.2" checksum: bd26c22d36736513980091a1e356378e8b662ded04204453d353a7f34a4c21ed0afc59b5f90719d4ba756e581a162ecbf93118dc9c6be5acf70aa309188166ca