diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4625e3f777f..5e9baeab138 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -412,3 +412,91 @@ jobs: tags: ${{ steps.docker_meta.outputs.tags }} labels: ${{ steps.docker_meta.outputs.labels }} platforms: linux/amd64,linux/arm64 + + release-dashmate: + name: Release Dashmate packages + runs-on: ${{ matrix.os }} + strategy: + fail-fast: false + matrix: + include: + - package_type: tarballs + os: ubuntu-22.04 + - package_type: win + os: ubuntu-22.04 + - package_type: deb + os: ubuntu-22.04 + - package_type: macos + os: macos-12 + steps: + - name: Check out repo + uses: actions/checkout@v3 + + - name: Setup Node.JS + uses: actions/setup-node@v3 + with: + node-version: '16' + + - name: Install macOS build deps + if: runner.os == 'macOS' + run: | + brew install llvm docker colima + colima start + echo "/usr/local/opt/llvm/bin" >> $GITHUB_PATH + + - name: Install Linux build deps + if: runner.os == 'Linux' + run: sudo apt-get install -y nsis + + - uses: dtolnay/rust-toolchain@master + with: + toolchain: stable + target: wasm32-unknown-unknown + + - name: Enable corepack + run: corepack enable + + - name: Disable NPM audit + run: npm config set audit false + + - name: Enable Yarn unplugged modules cache + uses: actions/cache@v3 + with: + path: '.yarn/unplugged' + key: ${{ runner.os }}-yarn-unplugged-${{ hashFiles('yarn.lock') }} + restore-keys: | + ${{ runner.os }}-yarn-unplugged- + + # Workaround for lack of yarn 3 support in oclif + - name: Patch package-json + run: | + echo "$(jq '. |= .+ { "dependencies": {"debug": "^4.3.4", "lodash": "^4.17.21", "strip-ansi": "^6.0.1", "fs-extra": "^8.1" },}' package.json)" > package.json + + - name: Install dependencies + run: yarn install + env: + YARN_ENABLE_IMMUTABLE_INSTALLS: false + + - name: Build packages + run: yarn build + env: + CARGO_BUILD_PROFILE: release + + - name: Generate manifest JSON + run: yarn workspace dashmate oclif manifest + + - name: Create package + run: yarn workspace dashmate oclif pack {{ matrix.package_type }} + + - name: Upload artifacts to action summary + uses: actions/upload-artifact@v3 + if: github.event_name != 'release' + with: + name: dashmate + path: packages/dashmate/dist/** + + - name: Upload artifacts to release + uses: softprops/action-gh-release@v0.1.15 + if: github.event_name == 'release' + with: + files: packages/dashmate/dist/** diff --git a/.pnp.cjs b/.pnp.cjs index 6e7844e083e..14b41ee048e 100755 --- a/.pnp.cjs +++ b/.pnp.cjs @@ -3456,10 +3456,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { }]\ ]],\ ["@oclif/color", [\ - ["npm:1.0.0", {\ - "packageLocation": "./.yarn/cache/@oclif-color-npm-1.0.0-a76d65e26d-60521f90eb.zip/node_modules/@oclif/color/",\ + ["npm:1.0.2", {\ + "packageLocation": "./.yarn/cache/@oclif-color-npm-1.0.2-acf182292f-8ce8477162.zip/node_modules/@oclif/color/",\ "packageDependencies": [\ - ["@oclif/color", "npm:1.0.0"],\ + ["@oclif/color", "npm:1.0.2"],\ ["ansi-styles", "npm:4.3.0"],\ ["chalk", "npm:4.1.2"],\ ["strip-ansi", "npm:6.0.1"],\ @@ -3470,19 +3470,19 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { }]\ ]],\ ["@oclif/core", [\ - ["npm:1.16.3", {\ - "packageLocation": "./.yarn/cache/@oclif-core-npm-1.16.3-9205d6cdd2-c5fcb358c1.zip/node_modules/@oclif/core/",\ + ["npm:1.21.0", {\ + "packageLocation": "./.yarn/cache/@oclif-core-npm-1.21.0-d51f547b63-31fa68afb7.zip/node_modules/@oclif/core/",\ "packageDependencies": [\ - ["@oclif/core", "npm:1.16.3"],\ + ["@oclif/core", "npm:1.21.0"],\ ["@oclif/linewrap", "npm:1.0.0"],\ - ["@oclif/screen", "npm:3.0.2"],\ + ["@oclif/screen", "npm:3.0.3"],\ ["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.10.0"],\ - ["debug", "virtual:9205d6cdd296cd6e2218255603516fa4a230d928711f45c415830a39b4d936c13b8c51d2be91fc4ba253e6d155e905c923db872f5dde6ea6067fb0decd1f8151#npm:4.3.4"],\ + ["debug", "virtual:d51f547b632253ad3fdfd1cefce7a815ce3651950967400ba36bae0d96e0e74762058f6b704146776f5d7f453d4f2fec8fbd3a459f2207a1b18419caf4f92e5a#npm:4.3.4"],\ ["ejs", "npm:3.1.8"],\ ["fs-extra", "npm:9.1.0"],\ ["get-package-type", "npm:0.1.0"],\ @@ -3499,7 +3499,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["strip-ansi", "npm:6.0.1"],\ ["supports-color", "npm:8.1.1"],\ ["supports-hyperlinks", "npm:2.2.0"],\ - ["tslib", "npm:2.3.1"],\ + ["tslib", "npm:2.4.1"],\ ["widest-line", "npm:3.1.0"],\ ["wrap-ansi", "npm:7.0.0"]\ ],\ @@ -3516,22 +3516,22 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { }]\ ]],\ ["@oclif/plugin-help", [\ - ["npm:5.1.12", {\ - "packageLocation": "./.yarn/cache/@oclif-plugin-help-npm-5.1.12-6c6b33c9f8-5964a6bdd3.zip/node_modules/@oclif/plugin-help/",\ + ["npm:5.1.20", {\ + "packageLocation": "./.yarn/cache/@oclif-plugin-help-npm-5.1.20-fbf043abbc-f98a8d65cc.zip/node_modules/@oclif/plugin-help/",\ "packageDependencies": [\ - ["@oclif/plugin-help", "npm:5.1.12"],\ - ["@oclif/core", "npm:1.16.3"]\ + ["@oclif/plugin-help", "npm:5.1.20"],\ + ["@oclif/core", "npm:1.21.0"]\ ],\ "linkType": "HARD"\ }]\ ]],\ ["@oclif/plugin-not-found", [\ - ["npm:2.3.1", {\ - "packageLocation": "./.yarn/cache/@oclif-plugin-not-found-npm-2.3.1-87e43b78d1-b6aeddb733.zip/node_modules/@oclif/plugin-not-found/",\ + ["npm:2.3.9", {\ + "packageLocation": "./.yarn/cache/@oclif-plugin-not-found-npm-2.3.9-7f6fefb7b9-79852aa0bf.zip/node_modules/@oclif/plugin-not-found/",\ "packageDependencies": [\ - ["@oclif/plugin-not-found", "npm:2.3.1"],\ - ["@oclif/color", "npm:1.0.0"],\ - ["@oclif/core", "npm:1.16.3"],\ + ["@oclif/plugin-not-found", "npm:2.3.9"],\ + ["@oclif/color", "npm:1.0.2"],\ + ["@oclif/core", "npm:1.21.0"],\ ["fast-levenshtein", "npm:3.0.0"],\ ["lodash", "npm:4.17.21"]\ ],\ @@ -3539,26 +3539,26 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { }]\ ]],\ ["@oclif/plugin-warn-if-update-available", [\ - ["npm:2.0.4", {\ - "packageLocation": "./.yarn/cache/@oclif-plugin-warn-if-update-available-npm-2.0.4-d71b5c1f00-9a127aaaa3.zip/node_modules/@oclif/plugin-warn-if-update-available/",\ + ["npm:2.0.16", {\ + "packageLocation": "./.yarn/cache/@oclif-plugin-warn-if-update-available-npm-2.0.16-292eb7c4b0-1d7c2d2c06.zip/node_modules/@oclif/plugin-warn-if-update-available/",\ "packageDependencies": [\ - ["@oclif/plugin-warn-if-update-available", "npm:2.0.4"],\ - ["@oclif/core", "npm:1.16.3"],\ + ["@oclif/plugin-warn-if-update-available", "npm:2.0.16"],\ + ["@oclif/core", "npm:1.21.0"],\ ["chalk", "npm:4.1.2"],\ ["debug", "virtual:c2bff3e67180802999655a22d390062982690e911b9d9225c258f3b25e7409f3867b2682c16232b77415f560a09d05a95042dc512a5b8c566c42bbbed88b0bbc#npm:4.3.4"],\ ["fs-extra", "npm:9.1.0"],\ ["http-call", "npm:5.3.0"],\ ["lodash", "npm:4.17.21"],\ - ["semver", "npm:7.3.7"]\ + ["semver", "npm:7.3.8"]\ ],\ "linkType": "HARD"\ }]\ ]],\ ["@oclif/screen", [\ - ["npm:3.0.2", {\ - "packageLocation": "./.yarn/cache/@oclif-screen-npm-3.0.2-68fdcc8cd0-962678c65f.zip/node_modules/@oclif/screen/",\ + ["npm:3.0.3", {\ + "packageLocation": "./.yarn/cache/@oclif-screen-npm-3.0.3-0254453e26-c40650869b.zip/node_modules/@oclif/screen/",\ "packageDependencies": [\ - ["@oclif/screen", "npm:3.0.2"]\ + ["@oclif/screen", "npm:3.0.3"]\ ],\ "linkType": "HARD"\ }]\ @@ -3841,6 +3841,13 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["@sindresorhus/is", "npm:0.14.0"]\ ],\ "linkType": "HARD"\ + }],\ + ["npm:4.6.0", {\ + "packageLocation": "./.yarn/cache/@sindresorhus-is-npm-4.6.0-7cad05c55e-83839f13da.zip/node_modules/@sindresorhus/is/",\ + "packageDependencies": [\ + ["@sindresorhus/is", "npm:4.6.0"]\ + ],\ + "linkType": "HARD"\ }]\ ]],\ ["@sinonjs/commons", [\ @@ -3901,6 +3908,14 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["defer-to-connect", "npm:1.1.3"]\ ],\ "linkType": "HARD"\ + }],\ + ["npm:4.0.6", {\ + "packageLocation": "./.yarn/cache/@szmarczak-http-timer-npm-4.0.6-6ace00d82d-c29df3bcec.zip/node_modules/@szmarczak/http-timer/",\ + "packageDependencies": [\ + ["@szmarczak/http-timer", "npm:4.0.6"],\ + ["defer-to-connect", "npm:2.0.1"]\ + ],\ + "linkType": "HARD"\ }]\ ]],\ ["@tootallnate/once", [\ @@ -3955,6 +3970,19 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ + ["@types/cacheable-request", [\ + ["npm:6.0.3", {\ + "packageLocation": "./.yarn/cache/@types-cacheable-request-npm-6.0.3-770619032a-d9b26403fe.zip/node_modules/@types/cacheable-request/",\ + "packageDependencies": [\ + ["@types/cacheable-request", "npm:6.0.3"],\ + ["@types/http-cache-semantics", "npm:4.0.1"],\ + ["@types/keyv", "npm:3.1.4"],\ + ["@types/node", "npm:17.0.21"],\ + ["@types/responselike", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ ["@types/chai", [\ ["npm:4.2.22", {\ "packageLocation": "./.yarn/cache/@types-chai-npm-4.2.22-557883092e-dca66a263b.zip/node_modules/@types/chai/",\ @@ -4073,13 +4101,11 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ - ["@types/glob", [\ - ["npm:7.2.0", {\ - "packageLocation": "./.yarn/cache/@types-glob-npm-7.2.0-772334bf9a-6ae717fedf.zip/node_modules/@types/glob/",\ + ["@types/http-cache-semantics", [\ + ["npm:4.0.1", {\ + "packageLocation": "./.yarn/cache/@types-http-cache-semantics-npm-4.0.1-90863c7a3e-1048aacf62.zip/node_modules/@types/http-cache-semantics/",\ "packageDependencies": [\ - ["@types/glob", "npm:7.2.0"],\ - ["@types/minimatch", "npm:3.0.5"],\ - ["@types/node", "npm:17.0.21"]\ + ["@types/http-cache-semantics", "npm:4.0.1"]\ ],\ "linkType": "HARD"\ }]\ @@ -5500,10 +5526,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { }]\ ]],\ ["aws-sdk", [\ - ["npm:2.1221.0", {\ - "packageLocation": "./.yarn/cache/aws-sdk-npm-2.1221.0-ca4f413ab4-2024498a0f.zip/node_modules/aws-sdk/",\ + ["npm:2.1274.0", {\ + "packageLocation": "./.yarn/cache/aws-sdk-npm-2.1274.0-f90f039011-7fb383f695.zip/node_modules/aws-sdk/",\ "packageDependencies": [\ - ["aws-sdk", "npm:2.1221.0"],\ + ["aws-sdk", "npm:2.1274.0"],\ ["buffer", "npm:4.9.2"],\ ["events", "npm:1.1.1"],\ ["ieee754", "npm:1.1.13"],\ @@ -6189,6 +6215,15 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ + ["cacheable-lookup", [\ + ["npm:5.0.4", {\ + "packageLocation": "./.yarn/cache/cacheable-lookup-npm-5.0.4-8f13e8b44b-763e02cf91.zip/node_modules/cacheable-lookup/",\ + "packageDependencies": [\ + ["cacheable-lookup", "npm:5.0.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ ["cacheable-request", [\ ["npm:6.1.0", {\ "packageLocation": "./.yarn/cache/cacheable-request-npm-6.1.0-684b834873-b510b237b1.zip/node_modules/cacheable-request/",\ @@ -6203,6 +6238,20 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["responselike", "npm:1.0.2"]\ ],\ "linkType": "HARD"\ + }],\ + ["npm:7.0.2", {\ + "packageLocation": "./.yarn/cache/cacheable-request-npm-7.0.2-e64cc641fc-6152813982.zip/node_modules/cacheable-request/",\ + "packageDependencies": [\ + ["cacheable-request", "npm:7.0.2"],\ + ["clone-response", "npm:1.0.3"],\ + ["get-stream", "npm:5.2.0"],\ + ["http-cache-semantics", "npm:4.1.0"],\ + ["keyv", "npm:4.5.2"],\ + ["lowercase-keys", "npm:2.0.0"],\ + ["normalize-url", "npm:6.1.0"],\ + ["responselike", "npm:2.0.1"]\ + ],\ + "linkType": "HARD"\ }]\ ]],\ ["caching-transform", [\ @@ -6642,6 +6691,16 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["wrap-ansi", "npm:7.0.0"]\ ],\ "linkType": "HARD"\ + }],\ + ["npm:8.0.1", {\ + "packageLocation": "./.yarn/cache/cliui-npm-8.0.1-3b029092cf-79648b3b00.zip/node_modules/cliui/",\ + "packageDependencies": [\ + ["cliui", "npm:8.0.1"],\ + ["string-width", "npm:4.2.3"],\ + ["strip-ansi", "npm:6.0.1"],\ + ["wrap-ansi", "npm:7.0.0"]\ + ],\ + "linkType": "HARD"\ }]\ ]],\ ["clone", [\ @@ -6929,18 +6988,19 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { }]\ ]],\ ["concurrently", [\ - ["npm:7.0.0", {\ - "packageLocation": "./.yarn/cache/concurrently-npm-7.0.0-c402b003bc-1be78f24bf.zip/node_modules/concurrently/",\ + ["npm:7.6.0", {\ + "packageLocation": "./.yarn/cache/concurrently-npm-7.6.0-2eabc58c36-f705c9a796.zip/node_modules/concurrently/",\ "packageDependencies": [\ - ["concurrently", "npm:7.0.0"],\ + ["concurrently", "npm:7.6.0"],\ ["chalk", "npm:4.1.2"],\ - ["date-fns", "npm:2.28.0"],\ + ["date-fns", "npm:2.29.3"],\ ["lodash", "npm:4.17.21"],\ - ["rxjs", "npm:6.6.7"],\ + ["rxjs", "npm:7.6.0"],\ + ["shell-quote", "npm:1.7.4"],\ ["spawn-command", "npm:0.0.2"],\ ["supports-color", "npm:8.1.1"],\ ["tree-kill", "npm:1.2.2"],\ - ["yargs", "npm:16.2.0"]\ + ["yargs", "npm:17.6.2"]\ ],\ "linkType": "HARD"\ }]\ @@ -7468,8 +7528,8 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["@dashevo/feature-flags-contract", "workspace:packages/feature-flags-contract"],\ ["@dashevo/masternode-reward-shares-contract", "workspace:packages/masternode-reward-shares-contract"],\ ["@dashevo/wallet-lib", "workspace:packages/wallet-lib"],\ - ["@oclif/core", "npm:1.16.3"],\ - ["@oclif/plugin-help", "npm:5.1.12"],\ + ["@oclif/core", "npm:1.21.0"],\ + ["@oclif/plugin-help", "npm:5.1.20"],\ ["ajv", "npm:8.8.1"],\ ["ajv-formats", "virtual:58fb68f2aed20e5e0f2e48520ab903ae9bb3440369bfd5e912034003cf27c5aae368649fc5620dd2acbed578131f3a0975e75b838d77d12335fb0412e24026c6#npm:2.1.1"],\ ["awilix", "npm:4.3.4"],\ @@ -7496,7 +7556,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["memory-streams", "npm:0.1.3"],\ ["node-fetch", "virtual:25a5f5382d53dbf298bf7a1191760bc2e0a523a619eeb0e667b99a8649e8ad183f9e2e0b45f6fb831b92f4078b61622aa567cf79565f6aa5af9597e3c84864f6#npm:2.6.7"],\ ["node-graceful", "npm:3.1.0"],\ - ["oclif", "npm:3.2.2"],\ + ["oclif", "npm:3.4.2"],\ ["pretty-bytes", "npm:5.6.0"],\ ["pretty-ms", "npm:7.0.1"],\ ["public-ip", "npm:4.0.4"],\ @@ -7509,10 +7569,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { }]\ ]],\ ["date-fns", [\ - ["npm:2.28.0", {\ - "packageLocation": "./.yarn/cache/date-fns-npm-2.28.0-c19c5add1b-a0516b2e4f.zip/node_modules/date-fns/",\ + ["npm:2.29.3", {\ + "packageLocation": "./.yarn/cache/date-fns-npm-2.29.3-fef7e3c72c-e01cf5b62a.zip/node_modules/date-fns/",\ "packageDependencies": [\ - ["date-fns", "npm:2.28.0"]\ + ["date-fns", "npm:2.29.3"]\ ],\ "linkType": "HARD"\ }]\ @@ -7599,13 +7659,13 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ],\ "linkType": "HARD"\ }],\ - ["virtual:9205d6cdd296cd6e2218255603516fa4a230d928711f45c415830a39b4d936c13b8c51d2be91fc4ba253e6d155e905c923db872f5dde6ea6067fb0decd1f8151#npm:4.3.4", {\ - "packageLocation": "./.yarn/__virtual__/debug-virtual-77370e79f5/0/cache/debug-npm-4.3.4-4513954577-3dbad3f94e.zip/node_modules/debug/",\ + ["virtual:c2bff3e67180802999655a22d390062982690e911b9d9225c258f3b25e7409f3867b2682c16232b77415f560a09d05a95042dc512a5b8c566c42bbbed88b0bbc#npm:4.3.4", {\ + "packageLocation": "./.yarn/__virtual__/debug-virtual-977b56e9ad/0/cache/debug-npm-4.3.4-4513954577-3dbad3f94e.zip/node_modules/debug/",\ "packageDependencies": [\ - ["debug", "virtual:9205d6cdd296cd6e2218255603516fa4a230d928711f45c415830a39b4d936c13b8c51d2be91fc4ba253e6d155e905c923db872f5dde6ea6067fb0decd1f8151#npm:4.3.4"],\ + ["debug", "virtual:c2bff3e67180802999655a22d390062982690e911b9d9225c258f3b25e7409f3867b2682c16232b77415f560a09d05a95042dc512a5b8c566c42bbbed88b0bbc#npm:4.3.4"],\ ["@types/supports-color", null],\ ["ms", "npm:2.1.2"],\ - ["supports-color", "npm:8.1.1"]\ + ["supports-color", null]\ ],\ "packagePeers": [\ "@types/supports-color",\ @@ -7613,13 +7673,13 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ],\ "linkType": "HARD"\ }],\ - ["virtual:c2bff3e67180802999655a22d390062982690e911b9d9225c258f3b25e7409f3867b2682c16232b77415f560a09d05a95042dc512a5b8c566c42bbbed88b0bbc#npm:4.3.4", {\ - "packageLocation": "./.yarn/__virtual__/debug-virtual-977b56e9ad/0/cache/debug-npm-4.3.4-4513954577-3dbad3f94e.zip/node_modules/debug/",\ + ["virtual:d51f547b632253ad3fdfd1cefce7a815ce3651950967400ba36bae0d96e0e74762058f6b704146776f5d7f453d4f2fec8fbd3a459f2207a1b18419caf4f92e5a#npm:4.3.4", {\ + "packageLocation": "./.yarn/__virtual__/debug-virtual-aa6480ac57/0/cache/debug-npm-4.3.4-4513954577-3dbad3f94e.zip/node_modules/debug/",\ "packageDependencies": [\ - ["debug", "virtual:c2bff3e67180802999655a22d390062982690e911b9d9225c258f3b25e7409f3867b2682c16232b77415f560a09d05a95042dc512a5b8c566c42bbbed88b0bbc#npm:4.3.4"],\ + ["debug", "virtual:d51f547b632253ad3fdfd1cefce7a815ce3651950967400ba36bae0d96e0e74762058f6b704146776f5d7f453d4f2fec8fbd3a459f2207a1b18419caf4f92e5a#npm:4.3.4"],\ ["@types/supports-color", null],\ ["ms", "npm:2.1.2"],\ - ["supports-color", null]\ + ["supports-color", "npm:8.1.1"]\ ],\ "packagePeers": [\ "@types/supports-color",\ @@ -7709,6 +7769,14 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["mimic-response", "npm:1.0.1"]\ ],\ "linkType": "HARD"\ + }],\ + ["npm:6.0.0", {\ + "packageLocation": "./.yarn/cache/decompress-response-npm-6.0.0-359de2878c-d377cf47e0.zip/node_modules/decompress-response/",\ + "packageDependencies": [\ + ["decompress-response", "npm:6.0.0"],\ + ["mimic-response", "npm:3.1.0"]\ + ],\ + "linkType": "HARD"\ }]\ ]],\ ["deep-eql", [\ @@ -7766,6 +7834,13 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["defer-to-connect", "npm:1.1.3"]\ ],\ "linkType": "HARD"\ + }],\ + ["npm:2.0.1", {\ + "packageLocation": "./.yarn/cache/defer-to-connect-npm-2.0.1-9005cc8c60-8a9b50d2f2.zip/node_modules/defer-to-connect/",\ + "packageDependencies": [\ + ["defer-to-connect", "npm:2.0.1"]\ + ],\ + "linkType": "HARD"\ }]\ ]],\ ["deferred-leveldown", [\ @@ -7854,15 +7929,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ - ["detect-indent", [\ - ["npm:6.1.0", {\ - "packageLocation": "./.yarn/cache/detect-indent-npm-6.1.0-d8c441ff7a-ab953a73c7.zip/node_modules/detect-indent/",\ - "packageDependencies": [\ - ["detect-indent", "npm:6.1.0"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ ["dezalgo", [\ ["npm:1.0.3", {\ "packageLocation": "./.yarn/cache/dezalgo-npm-1.0.3-e2bc978ebd-8b26238db9.zip/node_modules/dezalgo/",\ @@ -8837,20 +8903,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { }]\ ]],\ ["execa", [\ - ["npm:0.10.0", {\ - "packageLocation": "./.yarn/cache/execa-npm-0.10.0-d18cb8f7af-da132af2b2.zip/node_modules/execa/",\ - "packageDependencies": [\ - ["execa", "npm:0.10.0"],\ - ["cross-spawn", "npm:6.0.5"],\ - ["get-stream", "npm:3.0.0"],\ - ["is-stream", "npm:1.1.0"],\ - ["npm-run-path", "npm:2.0.2"],\ - ["p-finally", "npm:1.0.0"],\ - ["signal-exit", "npm:3.0.7"],\ - ["strip-eof", "npm:1.0.0"]\ - ],\ - "linkType": "HARD"\ - }],\ ["npm:4.1.0", {\ "packageLocation": "./.yarn/cache/execa-npm-4.1.0-cc675b4189-e30d298934.zip/node_modules/execa/",\ "packageDependencies": [\ @@ -9343,16 +9395,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { }]\ ]],\ ["fs-extra", [\ - ["npm:6.0.1", {\ - "packageLocation": "./.yarn/cache/fs-extra-npm-6.0.1-fe74e3ae93-133dbd765e.zip/node_modules/fs-extra/",\ - "packageDependencies": [\ - ["fs-extra", "npm:6.0.1"],\ - ["graceful-fs", "npm:4.2.10"],\ - ["jsonfile", "npm:4.0.0"],\ - ["universalify", "npm:0.1.2"]\ - ],\ - "linkType": "HARD"\ - }],\ ["npm:8.1.0", {\ "packageLocation": "./.yarn/cache/fs-extra-npm-8.1.0-197473387f-bf44f0e6ce.zip/node_modules/fs-extra/",\ "packageDependencies": [\ @@ -9542,13 +9584,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { }]\ ]],\ ["get-stream", [\ - ["npm:3.0.0", {\ - "packageLocation": "./.yarn/cache/get-stream-npm-3.0.0-ca0b13ddbe-36142f4600.zip/node_modules/get-stream/",\ - "packageDependencies": [\ - ["get-stream", "npm:3.0.0"]\ - ],\ - "linkType": "HARD"\ - }],\ ["npm:4.1.0", {\ "packageLocation": "./.yarn/cache/get-stream-npm-4.1.0-314d430a5d-443e191417.zip/node_modules/get-stream/",\ "packageDependencies": [\ @@ -9644,10 +9679,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { }]\ ]],\ ["github-slugger", [\ - ["npm:1.4.0", {\ - "packageLocation": "./.yarn/cache/github-slugger-npm-1.4.0-29ff958597-4f52e7a21f.zip/node_modules/github-slugger/",\ + ["npm:1.5.0", {\ + "packageLocation": "./.yarn/cache/github-slugger-npm-1.5.0-8a3622aa03-c709882245.zip/node_modules/github-slugger/",\ "packageDependencies": [\ - ["github-slugger", "npm:1.4.0"]\ + ["github-slugger", "npm:1.5.0"]\ ],\ "linkType": "HARD"\ }]\ @@ -9727,21 +9762,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { }]\ ]],\ ["globby", [\ - ["npm:10.0.2", {\ - "packageLocation": "./.yarn/cache/globby-npm-10.0.2-9b274c88d3-167cd067f2.zip/node_modules/globby/",\ - "packageDependencies": [\ - ["globby", "npm:10.0.2"],\ - ["@types/glob", "npm:7.2.0"],\ - ["array-union", "npm:2.1.0"],\ - ["dir-glob", "npm:3.0.1"],\ - ["fast-glob", "npm:3.2.11"],\ - ["glob", "npm:7.2.0"],\ - ["ignore", "npm:5.2.0"],\ - ["merge2", "npm:1.4.1"],\ - ["slash", "npm:3.0.0"]\ - ],\ - "linkType": "HARD"\ - }],\ ["npm:11.1.0", {\ "packageLocation": "./.yarn/cache/globby-npm-11.1.0-bdcdf20c71-b4be8885e0.zip/node_modules/globby/",\ "packageDependencies": [\ @@ -9775,6 +9795,24 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { }]\ ]],\ ["got", [\ + ["npm:11.8.6", {\ + "packageLocation": "./.yarn/cache/got-npm-11.8.6-89e7cd5d67-bbc783578a.zip/node_modules/got/",\ + "packageDependencies": [\ + ["got", "npm:11.8.6"],\ + ["@sindresorhus/is", "npm:4.6.0"],\ + ["@szmarczak/http-timer", "npm:4.0.6"],\ + ["@types/cacheable-request", "npm:6.0.3"],\ + ["@types/responselike", "npm:1.0.0"],\ + ["cacheable-lookup", "npm:5.0.4"],\ + ["cacheable-request", "npm:7.0.2"],\ + ["decompress-response", "npm:6.0.0"],\ + ["http2-wrapper", "npm:1.0.3"],\ + ["lowercase-keys", "npm:2.0.0"],\ + ["p-cancelable", "npm:2.1.1"],\ + ["responselike", "npm:2.0.1"]\ + ],\ + "linkType": "HARD"\ + }],\ ["npm:9.6.0", {\ "packageLocation": "./.yarn/cache/got-npm-9.6.0-80edc15fd0-941807bd97.zip/node_modules/got/",\ "packageDependencies": [\ @@ -10082,6 +10120,17 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ + ["http2-wrapper", [\ + ["npm:1.0.3", {\ + "packageLocation": "./.yarn/cache/http2-wrapper-npm-1.0.3-5b58ade1df-74160b862e.zip/node_modules/http2-wrapper/",\ + "packageDependencies": [\ + ["http2-wrapper", "npm:1.0.3"],\ + ["quick-lru", "npm:5.1.1"],\ + ["resolve-alpn", "npm:1.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ ["https-browserify", [\ ["npm:1.0.0", {\ "packageLocation": "./.yarn/cache/https-browserify-npm-1.0.0-7d6b10abbc-09b35353e4.zip/node_modules/https-browserify/",\ @@ -10688,13 +10737,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { }]\ ]],\ ["is-stream", [\ - ["npm:1.1.0", {\ - "packageLocation": "./.yarn/cache/is-stream-npm-1.1.0-818ecbf6bb-063c6bec9d.zip/node_modules/is-stream/",\ - "packageDependencies": [\ - ["is-stream", "npm:1.1.0"]\ - ],\ - "linkType": "HARD"\ - }],\ ["npm:2.0.1", {\ "packageLocation": "./.yarn/cache/is-stream-npm-2.0.1-c802db55e7-b8e05ccdf9.zip/node_modules/is-stream/",\ "packageDependencies": [\ @@ -10820,6 +10862,13 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { }]\ ]],\ ["isbinaryfile", [\ + ["npm:4.0.10", {\ + "packageLocation": "./.yarn/cache/isbinaryfile-npm-4.0.10-91d1251522-a6b28db7e2.zip/node_modules/isbinaryfile/",\ + "packageDependencies": [\ + ["isbinaryfile", "npm:4.0.10"]\ + ],\ + "linkType": "HARD"\ + }],\ ["npm:4.0.8", {\ "packageLocation": "./.yarn/cache/isbinaryfile-npm-4.0.8-62c71dd57b-606e3bb648.zip/node_modules/isbinaryfile/",\ "packageDependencies": [\ @@ -11198,6 +11247,13 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["json-buffer", "npm:3.0.0"]\ ],\ "linkType": "HARD"\ + }],\ + ["npm:3.0.1", {\ + "packageLocation": "./.yarn/cache/json-buffer-npm-3.0.1-f8f6d20603-9026b03edc.zip/node_modules/json-buffer/",\ + "packageDependencies": [\ + ["json-buffer", "npm:3.0.1"]\ + ],\ + "linkType": "HARD"\ }]\ ]],\ ["json-parse-better-errors", [\ @@ -11607,6 +11663,14 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["json-buffer", "npm:3.0.0"]\ ],\ "linkType": "HARD"\ + }],\ + ["npm:4.5.2", {\ + "packageLocation": "./.yarn/cache/keyv-npm-4.5.2-78a8ba8062-13ad58303a.zip/node_modules/keyv/",\ + "packageDependencies": [\ + ["keyv", "npm:4.5.2"],\ + ["json-buffer", "npm:3.0.1"]\ + ],\ + "linkType": "HARD"\ }]\ ]],\ ["kind-of", [\ @@ -11772,17 +11836,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["strip-bom", "npm:3.0.0"]\ ],\ "linkType": "HARD"\ - }],\ - ["npm:6.2.0", {\ - "packageLocation": "./.yarn/cache/load-json-file-npm-6.2.0-516f143724-4429e430eb.zip/node_modules/load-json-file/",\ - "packageDependencies": [\ - ["load-json-file", "npm:6.2.0"],\ - ["graceful-fs", "npm:4.2.10"],\ - ["parse-json", "npm:5.2.0"],\ - ["strip-bom", "npm:4.0.0"],\ - ["type-fest", "npm:0.6.0"]\ - ],\ - "linkType": "HARD"\ }]\ ]],\ ["load-yaml-file", [\ @@ -12289,10 +12342,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ],\ "linkType": "SOFT"\ }],\ - ["virtual:ad83470def144b9684494df97ed6ad76b18f420cfd71a65e547f0902e8ae16715d69267a6fa5de5af0009d034aa8f69afc461693eb06f446baf50a5fb92e32ba#npm:9.4.0", {\ - "packageLocation": "./.yarn/__virtual__/mem-fs-editor-virtual-880a9fdb28/0/cache/mem-fs-editor-npm-9.4.0-97c608fb01-427b71d59a.zip/node_modules/mem-fs-editor/",\ + ["virtual:deae8c075f2f5c7d3a9ac400b9ee6d46407fe72915f76237823c81e6e5e59bdff851f398d7deb47c2bebabe0a51faa73cc357c51220a73546fb9dae729fffa10#npm:9.4.0", {\ + "packageLocation": "./.yarn/__virtual__/mem-fs-editor-virtual-c0a63c7c7c/0/cache/mem-fs-editor-npm-9.4.0-97c608fb01-427b71d59a.zip/node_modules/mem-fs-editor/",\ "packageDependencies": [\ - ["mem-fs-editor", "virtual:ad83470def144b9684494df97ed6ad76b18f420cfd71a65e547f0902e8ae16715d69267a6fa5de5af0009d034aa8f69afc461693eb06f446baf50a5fb92e32ba#npm:9.4.0"],\ + ["mem-fs-editor", "virtual:deae8c075f2f5c7d3a9ac400b9ee6d46407fe72915f76237823c81e6e5e59bdff851f398d7deb47c2bebabe0a51faa73cc357c51220a73546fb9dae729fffa10#npm:9.4.0"],\ ["@types/mem-fs", null],\ ["binaryextensions", "npm:4.18.0"],\ ["commondir", "npm:1.0.1"],\ @@ -12471,6 +12524,13 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["mimic-response", "npm:1.0.1"]\ ],\ "linkType": "HARD"\ + }],\ + ["npm:3.1.0", {\ + "packageLocation": "./.yarn/cache/mimic-response-npm-3.1.0-a4a24b4e96-25739fee32.zip/node_modules/mimic-response/",\ + "packageDependencies": [\ + ["mimic-response", "npm:3.1.0"]\ + ],\ + "linkType": "HARD"\ }]\ ]],\ ["min-indent", [\ @@ -13198,6 +13258,13 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["normalize-url", "npm:4.5.1"]\ ],\ "linkType": "HARD"\ + }],\ + ["npm:6.1.0", {\ + "packageLocation": "./.yarn/cache/normalize-url-npm-6.1.0-b95bc12ece-4a49446311.zip/node_modules/normalize-url/",\ + "packageDependencies": [\ + ["normalize-url", "npm:6.1.0"]\ + ],\ + "linkType": "HARD"\ }]\ ]],\ ["npm-bundled", [\ @@ -13283,14 +13350,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { }]\ ]],\ ["npm-run-path", [\ - ["npm:2.0.2", {\ - "packageLocation": "./.yarn/cache/npm-run-path-npm-2.0.2-96c8b48857-acd5ad8164.zip/node_modules/npm-run-path/",\ - "packageDependencies": [\ - ["npm-run-path", "npm:2.0.2"],\ - ["path-key", "npm:2.0.1"]\ - ],\ - "linkType": "HARD"\ - }],\ ["npm:4.0.1", {\ "packageLocation": "./.yarn/cache/npm-run-path-npm-4.0.1-7aebd8bab3-5374c0cea4.zip/node_modules/npm-run-path/",\ "packageDependencies": [\ @@ -13465,27 +13524,27 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { }]\ ]],\ ["oclif", [\ - ["npm:3.2.2", {\ - "packageLocation": "./.yarn/cache/oclif-npm-3.2.2-85720e0f57-11661589df.zip/node_modules/oclif/",\ - "packageDependencies": [\ - ["oclif", "npm:3.2.2"],\ - ["@oclif/core", "npm:1.16.3"],\ - ["@oclif/plugin-help", "npm:5.1.12"],\ - ["@oclif/plugin-not-found", "npm:2.3.1"],\ - ["@oclif/plugin-warn-if-update-available", "npm:2.0.4"],\ - ["aws-sdk", "npm:2.1221.0"],\ - ["concurrently", "npm:7.0.0"],\ + ["npm:3.4.2", {\ + "packageLocation": "./.yarn/cache/oclif-npm-3.4.2-a655d32eed-fb2d21f9a5.zip/node_modules/oclif/",\ + "packageDependencies": [\ + ["oclif", "npm:3.4.2"],\ + ["@oclif/core", "npm:1.21.0"],\ + ["@oclif/plugin-help", "npm:5.1.20"],\ + ["@oclif/plugin-not-found", "npm:2.3.9"],\ + ["@oclif/plugin-warn-if-update-available", "npm:2.0.16"],\ + ["aws-sdk", "npm:2.1274.0"],\ + ["concurrently", "npm:7.6.0"],\ ["debug", "virtual:c2bff3e67180802999655a22d390062982690e911b9d9225c258f3b25e7409f3867b2682c16232b77415f560a09d05a95042dc512a5b8c566c42bbbed88b0bbc#npm:4.3.4"],\ ["find-yarn-workspace-root", "npm:2.0.0"],\ ["fs-extra", "npm:8.1.0"],\ - ["github-slugger", "npm:1.4.0"],\ + ["github-slugger", "npm:1.5.0"],\ + ["got", "npm:11.8.6"],\ ["lodash", "npm:4.17.21"],\ ["normalize-package-data", "npm:3.0.3"],\ - ["qqjs", "npm:0.3.11"],\ - ["semver", "npm:7.3.7"],\ + ["semver", "npm:7.3.8"],\ ["tslib", "npm:2.3.1"],\ - ["yeoman-environment", "virtual:85720e0f5733a3f249840c0e3ca36b18defd3f0b84ed77aa869c2375e0d5c7bf3f373aaabfae7a7610b15e01b4c170a76e98f2999d40dcf0f93dbbec45f31414#npm:3.9.1"],\ - ["yeoman-generator", "virtual:85720e0f5733a3f249840c0e3ca36b18defd3f0b84ed77aa869c2375e0d5c7bf3f373aaabfae7a7610b15e01b4c170a76e98f2999d40dcf0f93dbbec45f31414#npm:5.6.1"],\ + ["yeoman-environment", "virtual:a655d32eedbbd7cec454bd319d24b4ad5dbced5ae99d9ec90232ce97677c006787817d286128bef1062e7761d7ea8d3cf3188910eb568c017402e1c8119fc8ee#npm:3.13.0"],\ + ["yeoman-generator", "virtual:a655d32eedbbd7cec454bd319d24b4ad5dbced5ae99d9ec90232ce97677c006787817d286128bef1062e7761d7ea8d3cf3188910eb568c017402e1c8119fc8ee#npm:5.6.1"],\ ["yosay", "npm:2.0.2"]\ ],\ "linkType": "HARD"\ @@ -13639,6 +13698,13 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["p-cancelable", "npm:1.1.0"]\ ],\ "linkType": "HARD"\ + }],\ + ["npm:2.1.1", {\ + "packageLocation": "./.yarn/cache/p-cancelable-npm-2.1.1-9388305f02-3dba12b4fb.zip/node_modules/p-cancelable/",\ + "packageDependencies": [\ + ["p-cancelable", "npm:2.1.1"]\ + ],\ + "linkType": "HARD"\ }]\ ]],\ ["p-finally", [\ @@ -14470,28 +14536,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ - ["qqjs", [\ - ["npm:0.3.11", {\ - "packageLocation": "./.yarn/cache/qqjs-npm-0.3.11-a7e926aa2c-7962df855b.zip/node_modules/qqjs/",\ - "packageDependencies": [\ - ["qqjs", "npm:0.3.11"],\ - ["chalk", "npm:2.4.2"],\ - ["debug", "virtual:c2bff3e67180802999655a22d390062982690e911b9d9225c258f3b25e7409f3867b2682c16232b77415f560a09d05a95042dc512a5b8c566c42bbbed88b0bbc#npm:4.3.4"],\ - ["execa", "npm:0.10.0"],\ - ["fs-extra", "npm:6.0.1"],\ - ["get-stream", "npm:5.2.0"],\ - ["glob", "npm:7.2.0"],\ - ["globby", "npm:10.0.2"],\ - ["http-call", "npm:5.3.0"],\ - ["load-json-file", "npm:6.2.0"],\ - ["pkg-dir", "npm:4.2.0"],\ - ["tar-fs", "npm:2.1.1"],\ - ["tmp", "npm:0.1.0"],\ - ["write-json-file", "npm:4.3.0"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ ["qs", [\ ["npm:6.7.0", {\ "packageLocation": "./.yarn/cache/qs-npm-6.7.0-15161a344c-dfd5f6adef.zip/node_modules/qs/",\ @@ -14535,6 +14579,13 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["quick-lru", "npm:4.0.1"]\ ],\ "linkType": "HARD"\ + }],\ + ["npm:5.1.1", {\ + "packageLocation": "./.yarn/cache/quick-lru-npm-5.1.1-e38e0edce3-a516faa255.zip/node_modules/quick-lru/",\ + "packageDependencies": [\ + ["quick-lru", "npm:5.1.1"]\ + ],\ + "linkType": "HARD"\ }]\ ]],\ ["randombytes", [\ @@ -14927,6 +14978,15 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ + ["resolve-alpn", [\ + ["npm:1.2.1", {\ + "packageLocation": "./.yarn/cache/resolve-alpn-npm-1.2.1-af77edd28b-f558071fcb.zip/node_modules/resolve-alpn/",\ + "packageDependencies": [\ + ["resolve-alpn", "npm:1.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ ["resolve-cwd", [\ ["npm:3.0.0", {\ "packageLocation": "./.yarn/cache/resolve-cwd-npm-3.0.0-e6f4e296bf-546e081601.zip/node_modules/resolve-cwd/",\ @@ -14961,6 +15021,14 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["lowercase-keys", "npm:1.0.1"]\ ],\ "linkType": "HARD"\ + }],\ + ["npm:2.0.1", {\ + "packageLocation": "./.yarn/cache/responselike-npm-2.0.1-7f64b6e122-b122535466.zip/node_modules/responselike/",\ + "packageDependencies": [\ + ["responselike", "npm:2.0.1"],\ + ["lowercase-keys", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ }]\ ]],\ ["restore-cursor", [\ @@ -15074,6 +15142,14 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["tslib", "npm:2.3.1"]\ ],\ "linkType": "HARD"\ + }],\ + ["npm:7.6.0", {\ + "packageLocation": "./.yarn/cache/rxjs-npm-7.6.0-12131aee57-b3abbbfe1d.zip/node_modules/rxjs/",\ + "packageDependencies": [\ + ["rxjs", "npm:7.6.0"],\ + ["tslib", "npm:2.3.1"]\ + ],\ + "linkType": "HARD"\ }]\ ]],\ ["safe-buffer", [\ @@ -15215,6 +15291,14 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["lru-cache", "npm:6.0.0"]\ ],\ "linkType": "HARD"\ + }],\ + ["npm:7.3.8", {\ + "packageLocation": "./.yarn/cache/semver-npm-7.3.8-25a996cb4f-ba9c7cbbf2.zip/node_modules/semver/",\ + "packageDependencies": [\ + ["semver", "npm:7.3.8"],\ + ["lru-cache", "npm:6.0.0"]\ + ],\ + "linkType": "HARD"\ }]\ ]],\ ["semver-store", [\ @@ -15318,6 +15402,15 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ + ["shell-quote", [\ + ["npm:1.7.4", {\ + "packageLocation": "./.yarn/cache/shell-quote-npm-1.7.4-b337567168-2874ea9c1a.zip/node_modules/shell-quote/",\ + "packageDependencies": [\ + ["shell-quote", "npm:1.7.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ ["shelljs", [\ ["npm:0.8.5", {\ "packageLocation": "./.yarn/cache/shelljs-npm-0.8.5-44be43f84a-7babc46f73.zip/node_modules/shelljs/",\ @@ -16063,15 +16156,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ - ["strip-eof", [\ - ["npm:1.0.0", {\ - "packageLocation": "./.yarn/cache/strip-eof-npm-1.0.0-d82eaf947c-40bc8ddd7e.zip/node_modules/strip-eof/",\ - "packageDependencies": [\ - ["strip-eof", "npm:1.0.0"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ ["strip-final-newline", [\ ["npm:2.0.0", {\ "packageLocation": "./.yarn/cache/strip-final-newline-npm-2.0.0-340c4f7c66-69412b5e25.zip/node_modules/strip-final-newline/",\ @@ -16270,17 +16354,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["tar-stream", "npm:2.2.0"]\ ],\ "linkType": "HARD"\ - }],\ - ["npm:2.1.1", {\ - "packageLocation": "./.yarn/cache/tar-fs-npm-2.1.1-e374d3b7a2-f5b9a70059.zip/node_modules/tar-fs/",\ - "packageDependencies": [\ - ["tar-fs", "npm:2.1.1"],\ - ["chownr", "npm:1.1.4"],\ - ["mkdirp-classic", "npm:0.5.3"],\ - ["pump", "npm:3.0.0"],\ - ["tar-stream", "npm:2.2.0"]\ - ],\ - "linkType": "HARD"\ }]\ ]],\ ["tar-stream", [\ @@ -16601,14 +16674,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ],\ "linkType": "HARD"\ }],\ - ["npm:0.1.0", {\ - "packageLocation": "./.yarn/cache/tmp-npm-0.1.0-fa18ef19c4-6bab8431de.zip/node_modules/tmp/",\ - "packageDependencies": [\ - ["tmp", "npm:0.1.0"],\ - ["rimraf", "npm:2.7.1"]\ - ],\ - "linkType": "HARD"\ - }],\ ["npm:0.2.1", {\ "packageLocation": "./.yarn/cache/tmp-npm-0.2.1-a9c8d9c0ca-8b12146541.zip/node_modules/tmp/",\ "packageDependencies": [\ @@ -16885,6 +16950,13 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["tslib", "npm:2.3.1"]\ ],\ "linkType": "HARD"\ + }],\ + ["npm:2.4.1", {\ + "packageLocation": "./.yarn/cache/tslib-npm-2.4.1-36f0ed04db-19480d6e03.zip/node_modules/tslib/",\ + "packageDependencies": [\ + ["tslib", "npm:2.4.1"]\ + ],\ + "linkType": "HARD"\ }]\ ]],\ ["tunnel-agent", [\ @@ -18066,21 +18138,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ - ["write-json-file", [\ - ["npm:4.3.0", {\ - "packageLocation": "./.yarn/cache/write-json-file-npm-4.3.0-89a21c4468-33908c5919.zip/node_modules/write-json-file/",\ - "packageDependencies": [\ - ["write-json-file", "npm:4.3.0"],\ - ["detect-indent", "npm:6.1.0"],\ - ["graceful-fs", "npm:4.2.10"],\ - ["is-plain-obj", "npm:2.1.0"],\ - ["make-dir", "npm:3.1.0"],\ - ["sort-keys", "npm:4.2.0"],\ - ["write-file-atomic", "npm:3.0.3"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ ["ws", [\ ["npm:7.5.5", {\ "packageLocation": "./.yarn/cache/ws-npm-7.5.5-8f4a2a84a8-bd2b437256.zip/node_modules/ws/",\ @@ -18261,6 +18318,20 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["yargs-parser", "npm:20.2.9"]\ ],\ "linkType": "HARD"\ + }],\ + ["npm:17.6.2", {\ + "packageLocation": "./.yarn/cache/yargs-npm-17.6.2-1dd8b38d1b-47da1b0d85.zip/node_modules/yargs/",\ + "packageDependencies": [\ + ["yargs", "npm:17.6.2"],\ + ["cliui", "npm:8.0.1"],\ + ["escalade", "npm:3.1.1"],\ + ["get-caller-file", "npm:2.0.5"],\ + ["require-directory", "npm:2.1.1"],\ + ["string-width", "npm:4.2.3"],\ + ["y18n", "npm:5.0.8"],\ + ["yargs-parser", "npm:21.1.1"]\ + ],\ + "linkType": "HARD"\ }]\ ]],\ ["yargs-parser", [\ @@ -18286,6 +18357,13 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["yargs-parser", "npm:20.2.9"]\ ],\ "linkType": "HARD"\ + }],\ + ["npm:21.1.1", {\ + "packageLocation": "./.yarn/cache/yargs-parser-npm-21.1.1-8fdc003314-ed2d96a616.zip/node_modules/yargs-parser/",\ + "packageDependencies": [\ + ["yargs-parser", "npm:21.1.1"]\ + ],\ + "linkType": "HARD"\ }]\ ]],\ ["yargs-unparser", [\ @@ -18302,17 +18380,17 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { }]\ ]],\ ["yeoman-environment", [\ - ["npm:3.9.1", {\ - "packageLocation": "./.yarn/cache/yeoman-environment-npm-3.9.1-6ff00ff453-60a19b9962.zip/node_modules/yeoman-environment/",\ + ["npm:3.13.0", {\ + "packageLocation": "./.yarn/cache/yeoman-environment-npm-3.13.0-f7ad653f8e-2d622d18d2.zip/node_modules/yeoman-environment/",\ "packageDependencies": [\ - ["yeoman-environment", "npm:3.9.1"]\ + ["yeoman-environment", "npm:3.13.0"]\ ],\ "linkType": "SOFT"\ }],\ - ["virtual:85720e0f5733a3f249840c0e3ca36b18defd3f0b84ed77aa869c2375e0d5c7bf3f373aaabfae7a7610b15e01b4c170a76e98f2999d40dcf0f93dbbec45f31414#npm:3.9.1", {\ - "packageLocation": "./.yarn/__virtual__/yeoman-environment-virtual-ad83470def/0/cache/yeoman-environment-npm-3.9.1-6ff00ff453-60a19b9962.zip/node_modules/yeoman-environment/",\ + ["virtual:a655d32eedbbd7cec454bd319d24b4ad5dbced5ae99d9ec90232ce97677c006787817d286128bef1062e7761d7ea8d3cf3188910eb568c017402e1c8119fc8ee#npm:3.13.0", {\ + "packageLocation": "./.yarn/__virtual__/yeoman-environment-virtual-deae8c075f/0/cache/yeoman-environment-npm-3.13.0-f7ad653f8e-2d622d18d2.zip/node_modules/yeoman-environment/",\ "packageDependencies": [\ - ["yeoman-environment", "virtual:85720e0f5733a3f249840c0e3ca36b18defd3f0b84ed77aa869c2375e0d5c7bf3f373aaabfae7a7610b15e01b4c170a76e98f2999d40dcf0f93dbbec45f31414#npm:3.9.1"],\ + ["yeoman-environment", "virtual:a655d32eedbbd7cec454bd319d24b4ad5dbced5ae99d9ec90232ce97677c006787817d286128bef1062e7761d7ea8d3cf3188910eb568c017402e1c8119fc8ee#npm:3.13.0"],\ ["@npmcli/arborist", "npm:4.3.1"],\ ["@types/mem-fs", null],\ ["@types/mem-fs-editor", null],\ @@ -18333,10 +18411,11 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["grouped-queue", "npm:2.0.0"],\ ["inquirer", "npm:8.2.0"],\ ["is-scoped", "npm:2.1.0"],\ + ["isbinaryfile", "npm:4.0.10"],\ ["lodash", "npm:4.17.21"],\ ["log-symbols", "npm:4.1.0"],\ ["mem-fs", "npm:2.2.1"],\ - ["mem-fs-editor", "virtual:ad83470def144b9684494df97ed6ad76b18f420cfd71a65e547f0902e8ae16715d69267a6fa5de5af0009d034aa8f69afc461693eb06f446baf50a5fb92e32ba#npm:9.4.0"],\ + ["mem-fs-editor", "virtual:deae8c075f2f5c7d3a9ac400b9ee6d46407fe72915f76237823c81e6e5e59bdff851f398d7deb47c2bebabe0a51faa73cc357c51220a73546fb9dae729fffa10#npm:9.4.0"],\ ["minimatch", "npm:3.1.2"],\ ["npmlog", "npm:5.0.1"],\ ["p-queue", "npm:6.6.2"],\ @@ -18366,10 +18445,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ],\ "linkType": "SOFT"\ }],\ - ["virtual:85720e0f5733a3f249840c0e3ca36b18defd3f0b84ed77aa869c2375e0d5c7bf3f373aaabfae7a7610b15e01b4c170a76e98f2999d40dcf0f93dbbec45f31414#npm:5.6.1", {\ - "packageLocation": "./.yarn/__virtual__/yeoman-generator-virtual-db445e12e4/0/cache/yeoman-generator-npm-5.6.1-a49b7654c4-ef036210b6.zip/node_modules/yeoman-generator/",\ + ["virtual:a655d32eedbbd7cec454bd319d24b4ad5dbced5ae99d9ec90232ce97677c006787817d286128bef1062e7761d7ea8d3cf3188910eb568c017402e1c8119fc8ee#npm:5.6.1", {\ + "packageLocation": "./.yarn/__virtual__/yeoman-generator-virtual-93d618279a/0/cache/yeoman-generator-npm-5.6.1-a49b7654c4-ef036210b6.zip/node_modules/yeoman-generator/",\ "packageDependencies": [\ - ["yeoman-generator", "virtual:85720e0f5733a3f249840c0e3ca36b18defd3f0b84ed77aa869c2375e0d5c7bf3f373aaabfae7a7610b15e01b4c170a76e98f2999d40dcf0f93dbbec45f31414#npm:5.6.1"],\ + ["yeoman-generator", "virtual:a655d32eedbbd7cec454bd319d24b4ad5dbced5ae99d9ec90232ce97677c006787817d286128bef1062e7761d7ea8d3cf3188910eb568c017402e1c8119fc8ee#npm:5.6.1"],\ ["@types/yeoman-environment", null],\ ["chalk", "npm:4.1.2"],\ ["dargs", "npm:7.0.0"],\ @@ -18384,7 +18463,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["shelljs", "npm:0.8.5"],\ ["sort-keys", "npm:4.2.0"],\ ["text-table", "npm:0.2.0"],\ - ["yeoman-environment", "virtual:85720e0f5733a3f249840c0e3ca36b18defd3f0b84ed77aa869c2375e0d5c7bf3f373aaabfae7a7610b15e01b4c170a76e98f2999d40dcf0f93dbbec45f31414#npm:3.9.1"]\ + ["yeoman-environment", "virtual:a655d32eedbbd7cec454bd319d24b4ad5dbced5ae99d9ec90232ce97677c006787817d286128bef1062e7761d7ea8d3cf3188910eb568c017402e1c8119fc8ee#npm:3.13.0"]\ ],\ "packagePeers": [\ "@types/yeoman-environment",\ diff --git a/.yarn/cache/@improbable-eng-grpc-web-npm-0.15.0-b5e59cba5e-8c6322e681.zip b/.yarn/cache/@improbable-eng-grpc-web-npm-0.15.0-b5e59cba5e-8c6322e681.zip new file mode 100644 index 00000000000..6a1f9f0112d Binary files /dev/null and b/.yarn/cache/@improbable-eng-grpc-web-npm-0.15.0-b5e59cba5e-8c6322e681.zip differ diff --git a/.yarn/cache/@oclif-color-npm-1.0.0-a76d65e26d-60521f90eb.zip b/.yarn/cache/@oclif-color-npm-1.0.0-a76d65e26d-60521f90eb.zip deleted file mode 100644 index 5dfe8acba1b..00000000000 Binary files a/.yarn/cache/@oclif-color-npm-1.0.0-a76d65e26d-60521f90eb.zip and /dev/null differ diff --git a/.yarn/cache/@oclif-color-npm-1.0.2-acf182292f-8ce8477162.zip b/.yarn/cache/@oclif-color-npm-1.0.2-acf182292f-8ce8477162.zip new file mode 100644 index 00000000000..8d9dd0f4f31 Binary files /dev/null and b/.yarn/cache/@oclif-color-npm-1.0.2-acf182292f-8ce8477162.zip differ diff --git a/.yarn/cache/@oclif-core-npm-1.16.3-9205d6cdd2-c5fcb358c1.zip b/.yarn/cache/@oclif-core-npm-1.16.3-9205d6cdd2-c5fcb358c1.zip deleted file mode 100644 index 1807f70fa23..00000000000 Binary files a/.yarn/cache/@oclif-core-npm-1.16.3-9205d6cdd2-c5fcb358c1.zip and /dev/null differ diff --git a/.yarn/cache/@oclif-core-npm-1.21.0-d51f547b63-31fa68afb7.zip b/.yarn/cache/@oclif-core-npm-1.21.0-d51f547b63-31fa68afb7.zip new file mode 100644 index 00000000000..da6c0cce05b Binary files /dev/null and b/.yarn/cache/@oclif-core-npm-1.21.0-d51f547b63-31fa68afb7.zip differ diff --git a/.yarn/cache/@oclif-plugin-help-npm-5.1.12-6c6b33c9f8-5964a6bdd3.zip b/.yarn/cache/@oclif-plugin-help-npm-5.1.12-6c6b33c9f8-5964a6bdd3.zip deleted file mode 100644 index 8c9a1e1bde3..00000000000 Binary files a/.yarn/cache/@oclif-plugin-help-npm-5.1.12-6c6b33c9f8-5964a6bdd3.zip and /dev/null differ diff --git a/.yarn/cache/@oclif-plugin-help-npm-5.1.20-fbf043abbc-f98a8d65cc.zip b/.yarn/cache/@oclif-plugin-help-npm-5.1.20-fbf043abbc-f98a8d65cc.zip new file mode 100644 index 00000000000..8533c735f66 Binary files /dev/null and b/.yarn/cache/@oclif-plugin-help-npm-5.1.20-fbf043abbc-f98a8d65cc.zip differ diff --git a/.yarn/cache/@oclif-plugin-not-found-npm-2.3.1-87e43b78d1-b6aeddb733.zip b/.yarn/cache/@oclif-plugin-not-found-npm-2.3.1-87e43b78d1-b6aeddb733.zip deleted file mode 100644 index 1156603ef05..00000000000 Binary files a/.yarn/cache/@oclif-plugin-not-found-npm-2.3.1-87e43b78d1-b6aeddb733.zip and /dev/null differ diff --git a/.yarn/cache/@oclif-plugin-not-found-npm-2.3.9-7f6fefb7b9-79852aa0bf.zip b/.yarn/cache/@oclif-plugin-not-found-npm-2.3.9-7f6fefb7b9-79852aa0bf.zip new file mode 100644 index 00000000000..183656fc031 Binary files /dev/null and b/.yarn/cache/@oclif-plugin-not-found-npm-2.3.9-7f6fefb7b9-79852aa0bf.zip differ diff --git a/.yarn/cache/@oclif-plugin-warn-if-update-available-npm-2.0.4-d71b5c1f00-9a127aaaa3.zip b/.yarn/cache/@oclif-plugin-warn-if-update-available-npm-2.0.16-292eb7c4b0-1d7c2d2c06.zip similarity index 61% rename from .yarn/cache/@oclif-plugin-warn-if-update-available-npm-2.0.4-d71b5c1f00-9a127aaaa3.zip rename to .yarn/cache/@oclif-plugin-warn-if-update-available-npm-2.0.16-292eb7c4b0-1d7c2d2c06.zip index e23d97523c6..4eeec781e81 100644 Binary files a/.yarn/cache/@oclif-plugin-warn-if-update-available-npm-2.0.4-d71b5c1f00-9a127aaaa3.zip and b/.yarn/cache/@oclif-plugin-warn-if-update-available-npm-2.0.16-292eb7c4b0-1d7c2d2c06.zip differ diff --git a/.yarn/cache/@oclif-screen-npm-3.0.2-68fdcc8cd0-962678c65f.zip b/.yarn/cache/@oclif-screen-npm-3.0.2-68fdcc8cd0-962678c65f.zip deleted file mode 100644 index 6fd795ef6dd..00000000000 Binary files a/.yarn/cache/@oclif-screen-npm-3.0.2-68fdcc8cd0-962678c65f.zip and /dev/null differ diff --git a/.yarn/cache/@oclif-screen-npm-3.0.3-0254453e26-c40650869b.zip b/.yarn/cache/@oclif-screen-npm-3.0.3-0254453e26-c40650869b.zip new file mode 100644 index 00000000000..7550de79ffd Binary files /dev/null and b/.yarn/cache/@oclif-screen-npm-3.0.3-0254453e26-c40650869b.zip differ diff --git a/.yarn/cache/@sindresorhus-is-npm-4.6.0-7cad05c55e-83839f13da.zip b/.yarn/cache/@sindresorhus-is-npm-4.6.0-7cad05c55e-83839f13da.zip new file mode 100644 index 00000000000..93d03d70e9a Binary files /dev/null and b/.yarn/cache/@sindresorhus-is-npm-4.6.0-7cad05c55e-83839f13da.zip differ diff --git a/.yarn/cache/@szmarczak-http-timer-npm-4.0.6-6ace00d82d-c29df3bcec.zip b/.yarn/cache/@szmarczak-http-timer-npm-4.0.6-6ace00d82d-c29df3bcec.zip new file mode 100644 index 00000000000..244282aab99 Binary files /dev/null and b/.yarn/cache/@szmarczak-http-timer-npm-4.0.6-6ace00d82d-c29df3bcec.zip differ diff --git a/.yarn/cache/@types-cacheable-request-npm-6.0.3-770619032a-d9b26403fe.zip b/.yarn/cache/@types-cacheable-request-npm-6.0.3-770619032a-d9b26403fe.zip new file mode 100644 index 00000000000..0107c145898 Binary files /dev/null and b/.yarn/cache/@types-cacheable-request-npm-6.0.3-770619032a-d9b26403fe.zip differ diff --git a/.yarn/cache/@types-glob-npm-7.2.0-772334bf9a-6ae717fedf.zip b/.yarn/cache/@types-glob-npm-7.2.0-772334bf9a-6ae717fedf.zip deleted file mode 100644 index f3ad9aedc27..00000000000 Binary files a/.yarn/cache/@types-glob-npm-7.2.0-772334bf9a-6ae717fedf.zip and /dev/null differ diff --git a/.yarn/cache/@types-http-cache-semantics-npm-4.0.1-90863c7a3e-1048aacf62.zip b/.yarn/cache/@types-http-cache-semantics-npm-4.0.1-90863c7a3e-1048aacf62.zip new file mode 100644 index 00000000000..49567c31e24 Binary files /dev/null and b/.yarn/cache/@types-http-cache-semantics-npm-4.0.1-90863c7a3e-1048aacf62.zip differ diff --git a/.yarn/cache/aws-sdk-npm-2.1221.0-ca4f413ab4-2024498a0f.zip b/.yarn/cache/aws-sdk-npm-2.1274.0-f90f039011-7fb383f695.zip similarity index 61% rename from .yarn/cache/aws-sdk-npm-2.1221.0-ca4f413ab4-2024498a0f.zip rename to .yarn/cache/aws-sdk-npm-2.1274.0-f90f039011-7fb383f695.zip index fcd7f2db7f5..c30ba7450ba 100644 Binary files a/.yarn/cache/aws-sdk-npm-2.1221.0-ca4f413ab4-2024498a0f.zip and b/.yarn/cache/aws-sdk-npm-2.1274.0-f90f039011-7fb383f695.zip differ diff --git a/.yarn/cache/browser-headers-npm-0.4.1-a7f333378b-28b927dd90.zip b/.yarn/cache/browser-headers-npm-0.4.1-a7f333378b-28b927dd90.zip new file mode 100644 index 00000000000..b2e9fed5ea0 Binary files /dev/null and b/.yarn/cache/browser-headers-npm-0.4.1-a7f333378b-28b927dd90.zip differ diff --git a/.yarn/cache/cacheable-lookup-npm-5.0.4-8f13e8b44b-763e02cf91.zip b/.yarn/cache/cacheable-lookup-npm-5.0.4-8f13e8b44b-763e02cf91.zip new file mode 100644 index 00000000000..c51a8328420 Binary files /dev/null and b/.yarn/cache/cacheable-lookup-npm-5.0.4-8f13e8b44b-763e02cf91.zip differ diff --git a/.yarn/cache/cacheable-request-npm-7.0.2-e64cc641fc-6152813982.zip b/.yarn/cache/cacheable-request-npm-7.0.2-e64cc641fc-6152813982.zip new file mode 100644 index 00000000000..440f866dfa2 Binary files /dev/null and b/.yarn/cache/cacheable-request-npm-7.0.2-e64cc641fc-6152813982.zip differ diff --git a/.yarn/cache/cliui-npm-8.0.1-3b029092cf-79648b3b00.zip b/.yarn/cache/cliui-npm-8.0.1-3b029092cf-79648b3b00.zip new file mode 100644 index 00000000000..a90643c5e5a Binary files /dev/null and b/.yarn/cache/cliui-npm-8.0.1-3b029092cf-79648b3b00.zip differ diff --git a/.yarn/cache/concurrently-npm-7.0.0-c402b003bc-1be78f24bf.zip b/.yarn/cache/concurrently-npm-7.0.0-c402b003bc-1be78f24bf.zip deleted file mode 100644 index eff22b10da9..00000000000 Binary files a/.yarn/cache/concurrently-npm-7.0.0-c402b003bc-1be78f24bf.zip and /dev/null differ diff --git a/.yarn/cache/concurrently-npm-7.6.0-2eabc58c36-f705c9a796.zip b/.yarn/cache/concurrently-npm-7.6.0-2eabc58c36-f705c9a796.zip new file mode 100644 index 00000000000..5cbfe746c85 Binary files /dev/null and b/.yarn/cache/concurrently-npm-7.6.0-2eabc58c36-f705c9a796.zip differ diff --git a/.yarn/cache/date-fns-npm-2.28.0-c19c5add1b-a0516b2e4f.zip b/.yarn/cache/date-fns-npm-2.29.3-fef7e3c72c-e01cf5b62a.zip similarity index 51% rename from .yarn/cache/date-fns-npm-2.28.0-c19c5add1b-a0516b2e4f.zip rename to .yarn/cache/date-fns-npm-2.29.3-fef7e3c72c-e01cf5b62a.zip index 1e88493b725..b4c1f926cb3 100644 Binary files a/.yarn/cache/date-fns-npm-2.28.0-c19c5add1b-a0516b2e4f.zip and b/.yarn/cache/date-fns-npm-2.29.3-fef7e3c72c-e01cf5b62a.zip differ diff --git a/.yarn/cache/decompress-response-npm-6.0.0-359de2878c-d377cf47e0.zip b/.yarn/cache/decompress-response-npm-6.0.0-359de2878c-d377cf47e0.zip new file mode 100644 index 00000000000..bbc1db51877 Binary files /dev/null and b/.yarn/cache/decompress-response-npm-6.0.0-359de2878c-d377cf47e0.zip differ diff --git a/.yarn/cache/defer-to-connect-npm-2.0.1-9005cc8c60-8a9b50d2f2.zip b/.yarn/cache/defer-to-connect-npm-2.0.1-9005cc8c60-8a9b50d2f2.zip new file mode 100644 index 00000000000..83a157896e9 Binary files /dev/null and b/.yarn/cache/defer-to-connect-npm-2.0.1-9005cc8c60-8a9b50d2f2.zip differ diff --git a/.yarn/cache/detect-indent-npm-6.1.0-d8c441ff7a-ab953a73c7.zip b/.yarn/cache/detect-indent-npm-6.1.0-d8c441ff7a-ab953a73c7.zip deleted file mode 100644 index 2cdbdeaed84..00000000000 Binary files a/.yarn/cache/detect-indent-npm-6.1.0-d8c441ff7a-ab953a73c7.zip and /dev/null differ diff --git a/.yarn/cache/execa-npm-0.10.0-d18cb8f7af-da132af2b2.zip b/.yarn/cache/execa-npm-0.10.0-d18cb8f7af-da132af2b2.zip deleted file mode 100644 index 7437b145216..00000000000 Binary files a/.yarn/cache/execa-npm-0.10.0-d18cb8f7af-da132af2b2.zip and /dev/null differ diff --git a/.yarn/cache/fs-extra-npm-6.0.1-fe74e3ae93-133dbd765e.zip b/.yarn/cache/fs-extra-npm-6.0.1-fe74e3ae93-133dbd765e.zip deleted file mode 100644 index 2ad76523bfb..00000000000 Binary files a/.yarn/cache/fs-extra-npm-6.0.1-fe74e3ae93-133dbd765e.zip and /dev/null differ diff --git a/.yarn/cache/get-stream-npm-3.0.0-ca0b13ddbe-36142f4600.zip b/.yarn/cache/get-stream-npm-3.0.0-ca0b13ddbe-36142f4600.zip deleted file mode 100644 index c8e25da7b5a..00000000000 Binary files a/.yarn/cache/get-stream-npm-3.0.0-ca0b13ddbe-36142f4600.zip and /dev/null differ diff --git a/.yarn/cache/github-slugger-npm-1.4.0-29ff958597-4f52e7a21f.zip b/.yarn/cache/github-slugger-npm-1.4.0-29ff958597-4f52e7a21f.zip deleted file mode 100644 index 0e6748a3354..00000000000 Binary files a/.yarn/cache/github-slugger-npm-1.4.0-29ff958597-4f52e7a21f.zip and /dev/null differ diff --git a/.yarn/cache/github-slugger-npm-1.5.0-8a3622aa03-c709882245.zip b/.yarn/cache/github-slugger-npm-1.5.0-8a3622aa03-c709882245.zip new file mode 100644 index 00000000000..03647db973f Binary files /dev/null and b/.yarn/cache/github-slugger-npm-1.5.0-8a3622aa03-c709882245.zip differ diff --git a/.yarn/cache/globby-npm-10.0.2-9b274c88d3-167cd067f2.zip b/.yarn/cache/globby-npm-10.0.2-9b274c88d3-167cd067f2.zip deleted file mode 100644 index 94455f13441..00000000000 Binary files a/.yarn/cache/globby-npm-10.0.2-9b274c88d3-167cd067f2.zip and /dev/null differ diff --git a/.yarn/cache/got-npm-11.8.6-89e7cd5d67-bbc783578a.zip b/.yarn/cache/got-npm-11.8.6-89e7cd5d67-bbc783578a.zip new file mode 100644 index 00000000000..fff02c08ab2 Binary files /dev/null and b/.yarn/cache/got-npm-11.8.6-89e7cd5d67-bbc783578a.zip differ diff --git a/.yarn/cache/http2-wrapper-npm-1.0.3-5b58ade1df-74160b862e.zip b/.yarn/cache/http2-wrapper-npm-1.0.3-5b58ade1df-74160b862e.zip new file mode 100644 index 00000000000..6aac8cd8dec Binary files /dev/null and b/.yarn/cache/http2-wrapper-npm-1.0.3-5b58ade1df-74160b862e.zip differ diff --git a/.yarn/cache/is-stream-npm-1.1.0-818ecbf6bb-063c6bec9d.zip b/.yarn/cache/is-stream-npm-1.1.0-818ecbf6bb-063c6bec9d.zip deleted file mode 100644 index 6695e77d4a2..00000000000 Binary files a/.yarn/cache/is-stream-npm-1.1.0-818ecbf6bb-063c6bec9d.zip and /dev/null differ diff --git a/.yarn/cache/isbinaryfile-npm-4.0.10-91d1251522-a6b28db7e2.zip b/.yarn/cache/isbinaryfile-npm-4.0.10-91d1251522-a6b28db7e2.zip new file mode 100644 index 00000000000..33eb2b84442 Binary files /dev/null and b/.yarn/cache/isbinaryfile-npm-4.0.10-91d1251522-a6b28db7e2.zip differ diff --git a/.yarn/cache/json-buffer-npm-3.0.1-f8f6d20603-9026b03edc.zip b/.yarn/cache/json-buffer-npm-3.0.1-f8f6d20603-9026b03edc.zip new file mode 100644 index 00000000000..f0961af3389 Binary files /dev/null and b/.yarn/cache/json-buffer-npm-3.0.1-f8f6d20603-9026b03edc.zip differ diff --git a/.yarn/cache/keyv-npm-4.5.2-78a8ba8062-13ad58303a.zip b/.yarn/cache/keyv-npm-4.5.2-78a8ba8062-13ad58303a.zip new file mode 100644 index 00000000000..530a360a310 Binary files /dev/null and b/.yarn/cache/keyv-npm-4.5.2-78a8ba8062-13ad58303a.zip differ diff --git a/.yarn/cache/load-json-file-npm-6.2.0-516f143724-4429e430eb.zip b/.yarn/cache/load-json-file-npm-6.2.0-516f143724-4429e430eb.zip deleted file mode 100644 index 5daf3f6af44..00000000000 Binary files a/.yarn/cache/load-json-file-npm-6.2.0-516f143724-4429e430eb.zip and /dev/null differ diff --git a/.yarn/cache/mimic-response-npm-3.1.0-a4a24b4e96-25739fee32.zip b/.yarn/cache/mimic-response-npm-3.1.0-a4a24b4e96-25739fee32.zip new file mode 100644 index 00000000000..a47a9a62385 Binary files /dev/null and b/.yarn/cache/mimic-response-npm-3.1.0-a4a24b4e96-25739fee32.zip differ diff --git a/.yarn/cache/normalize-url-npm-6.1.0-b95bc12ece-4a49446311.zip b/.yarn/cache/normalize-url-npm-6.1.0-b95bc12ece-4a49446311.zip new file mode 100644 index 00000000000..965339880f2 Binary files /dev/null and b/.yarn/cache/normalize-url-npm-6.1.0-b95bc12ece-4a49446311.zip differ diff --git a/.yarn/cache/npm-run-path-npm-2.0.2-96c8b48857-acd5ad8164.zip b/.yarn/cache/npm-run-path-npm-2.0.2-96c8b48857-acd5ad8164.zip deleted file mode 100644 index dae249c86d8..00000000000 Binary files a/.yarn/cache/npm-run-path-npm-2.0.2-96c8b48857-acd5ad8164.zip and /dev/null differ diff --git a/.yarn/cache/oclif-npm-3.2.2-85720e0f57-11661589df.zip b/.yarn/cache/oclif-npm-3.2.2-85720e0f57-11661589df.zip deleted file mode 100644 index c1fb8599d55..00000000000 Binary files a/.yarn/cache/oclif-npm-3.2.2-85720e0f57-11661589df.zip and /dev/null differ diff --git a/.yarn/cache/oclif-npm-3.4.2-a655d32eed-fb2d21f9a5.zip b/.yarn/cache/oclif-npm-3.4.2-a655d32eed-fb2d21f9a5.zip new file mode 100644 index 00000000000..19403706827 Binary files /dev/null and b/.yarn/cache/oclif-npm-3.4.2-a655d32eed-fb2d21f9a5.zip differ diff --git a/.yarn/cache/p-cancelable-npm-2.1.1-9388305f02-3dba12b4fb.zip b/.yarn/cache/p-cancelable-npm-2.1.1-9388305f02-3dba12b4fb.zip new file mode 100644 index 00000000000..536701e587e Binary files /dev/null and b/.yarn/cache/p-cancelable-npm-2.1.1-9388305f02-3dba12b4fb.zip differ diff --git a/.yarn/cache/qqjs-npm-0.3.11-a7e926aa2c-7962df855b.zip b/.yarn/cache/qqjs-npm-0.3.11-a7e926aa2c-7962df855b.zip deleted file mode 100644 index 8f7a1d63330..00000000000 Binary files a/.yarn/cache/qqjs-npm-0.3.11-a7e926aa2c-7962df855b.zip and /dev/null differ diff --git a/.yarn/cache/quick-lru-npm-5.1.1-e38e0edce3-a516faa255.zip b/.yarn/cache/quick-lru-npm-5.1.1-e38e0edce3-a516faa255.zip new file mode 100644 index 00000000000..0720cd3543f Binary files /dev/null and b/.yarn/cache/quick-lru-npm-5.1.1-e38e0edce3-a516faa255.zip differ diff --git a/.yarn/cache/resolve-alpn-npm-1.2.1-af77edd28b-f558071fcb.zip b/.yarn/cache/resolve-alpn-npm-1.2.1-af77edd28b-f558071fcb.zip new file mode 100644 index 00000000000..11d0d7908f4 Binary files /dev/null and b/.yarn/cache/resolve-alpn-npm-1.2.1-af77edd28b-f558071fcb.zip differ diff --git a/.yarn/cache/responselike-npm-2.0.1-7f64b6e122-b122535466.zip b/.yarn/cache/responselike-npm-2.0.1-7f64b6e122-b122535466.zip new file mode 100644 index 00000000000..46ba9a7afe7 Binary files /dev/null and b/.yarn/cache/responselike-npm-2.0.1-7f64b6e122-b122535466.zip differ diff --git a/.yarn/cache/rxjs-npm-7.6.0-12131aee57-b3abbbfe1d.zip b/.yarn/cache/rxjs-npm-7.6.0-12131aee57-b3abbbfe1d.zip new file mode 100644 index 00000000000..0d1d8459623 Binary files /dev/null and b/.yarn/cache/rxjs-npm-7.6.0-12131aee57-b3abbbfe1d.zip differ diff --git a/.yarn/cache/semver-npm-7.3.8-25a996cb4f-ba9c7cbbf2.zip b/.yarn/cache/semver-npm-7.3.8-25a996cb4f-ba9c7cbbf2.zip new file mode 100644 index 00000000000..c6d8940e6f3 Binary files /dev/null and b/.yarn/cache/semver-npm-7.3.8-25a996cb4f-ba9c7cbbf2.zip differ diff --git a/.yarn/cache/shell-quote-npm-1.7.4-b337567168-2874ea9c1a.zip b/.yarn/cache/shell-quote-npm-1.7.4-b337567168-2874ea9c1a.zip new file mode 100644 index 00000000000..7178fe8ca7a Binary files /dev/null and b/.yarn/cache/shell-quote-npm-1.7.4-b337567168-2874ea9c1a.zip differ diff --git a/.yarn/cache/strip-eof-npm-1.0.0-d82eaf947c-40bc8ddd7e.zip b/.yarn/cache/strip-eof-npm-1.0.0-d82eaf947c-40bc8ddd7e.zip deleted file mode 100644 index 41df014751a..00000000000 Binary files a/.yarn/cache/strip-eof-npm-1.0.0-d82eaf947c-40bc8ddd7e.zip and /dev/null differ diff --git a/.yarn/cache/tar-fs-npm-2.1.1-e374d3b7a2-f5b9a70059.zip b/.yarn/cache/tar-fs-npm-2.1.1-e374d3b7a2-f5b9a70059.zip deleted file mode 100644 index f256de33b95..00000000000 Binary files a/.yarn/cache/tar-fs-npm-2.1.1-e374d3b7a2-f5b9a70059.zip and /dev/null differ diff --git a/.yarn/cache/tmp-npm-0.1.0-fa18ef19c4-6bab8431de.zip b/.yarn/cache/tmp-npm-0.1.0-fa18ef19c4-6bab8431de.zip deleted file mode 100644 index bc7a66fe49e..00000000000 Binary files a/.yarn/cache/tmp-npm-0.1.0-fa18ef19c4-6bab8431de.zip and /dev/null differ diff --git a/.yarn/cache/tslib-npm-2.4.1-36f0ed04db-19480d6e03.zip b/.yarn/cache/tslib-npm-2.4.1-36f0ed04db-19480d6e03.zip new file mode 100644 index 00000000000..1a7ff23d924 Binary files /dev/null and b/.yarn/cache/tslib-npm-2.4.1-36f0ed04db-19480d6e03.zip differ diff --git a/.yarn/cache/write-json-file-npm-4.3.0-89a21c4468-33908c5919.zip b/.yarn/cache/write-json-file-npm-4.3.0-89a21c4468-33908c5919.zip deleted file mode 100644 index 40028c87f10..00000000000 Binary files a/.yarn/cache/write-json-file-npm-4.3.0-89a21c4468-33908c5919.zip and /dev/null differ diff --git a/.yarn/cache/yargs-npm-17.6.2-1dd8b38d1b-47da1b0d85.zip b/.yarn/cache/yargs-npm-17.6.2-1dd8b38d1b-47da1b0d85.zip new file mode 100644 index 00000000000..960af7d3b71 Binary files /dev/null and b/.yarn/cache/yargs-npm-17.6.2-1dd8b38d1b-47da1b0d85.zip differ diff --git a/.yarn/cache/yargs-parser-npm-21.1.1-8fdc003314-ed2d96a616.zip b/.yarn/cache/yargs-parser-npm-21.1.1-8fdc003314-ed2d96a616.zip new file mode 100644 index 00000000000..d68ba748e74 Binary files /dev/null and b/.yarn/cache/yargs-parser-npm-21.1.1-8fdc003314-ed2d96a616.zip differ diff --git a/.yarn/cache/yeoman-environment-npm-3.13.0-f7ad653f8e-2d622d18d2.zip b/.yarn/cache/yeoman-environment-npm-3.13.0-f7ad653f8e-2d622d18d2.zip new file mode 100644 index 00000000000..9bbc5e6caa7 Binary files /dev/null and b/.yarn/cache/yeoman-environment-npm-3.13.0-f7ad653f8e-2d622d18d2.zip differ diff --git a/.yarn/cache/yeoman-environment-npm-3.9.1-6ff00ff453-60a19b9962.zip b/.yarn/cache/yeoman-environment-npm-3.9.1-6ff00ff453-60a19b9962.zip deleted file mode 100644 index ca83c8aef9e..00000000000 Binary files a/.yarn/cache/yeoman-environment-npm-3.9.1-6ff00ff453-60a19b9962.zip and /dev/null differ diff --git a/.yarn/patches/oclif-npm-3.4.2-a655d32eed.patch b/.yarn/patches/oclif-npm-3.4.2-a655d32eed.patch new file mode 100644 index 00000000000..b808d7aa008 --- /dev/null +++ b/.yarn/patches/oclif-npm-3.4.2-a655d32eed.patch @@ -0,0 +1,21 @@ +diff --git a/lib/tarballs/build.js b/lib/tarballs/build.js +index 6dc6c060ccb11346ba9e9d38346521e2fd0b9e77..515aa367c767d7c5434c317a53057ded43873c26 100644 +--- a/lib/tarballs/build.js ++++ b/lib/tarballs/build.js +@@ -51,8 +51,14 @@ async function build(c, options = {}) { + const addDependencies = async () => { + const yarnRoot = findYarnWorkspaceRoot(c.root) || c.root; + if (fs.existsSync(path.join(yarnRoot, 'yarn.lock'))) { +- await fs.copy(path.join(yarnRoot, 'yarn.lock'), path.join(c.workspace(), 'yarn.lock')); +- await exec('yarn --no-progress --production --non-interactive', { cwd: c.workspace() }); ++ const yarnVersion = (await exec('yarn -v')).stdout.charAt(0) ++ console.log(yarnVersion) ++ if (yarnVersion === '1') { ++ await fs.copy(path.join(yarnRoot, 'yarn.lock'), path.join(c.workspace(), 'yarn.lock')) ++ await exec('yarn --no-progress --production --non-interactive', {cwd: c.workspace()}) ++ } else { ++ await exec('yarn workspaces focus --production', {cwd: yarnRoot}) ++ } + } + else { + const lockpath = fs.existsSync(path.join(c.root, 'package-lock.json')) ? diff --git a/package.json b/package.json index b2061766779..36c37b79443 100644 --- a/package.json +++ b/package.json @@ -73,6 +73,7 @@ "resolutions": { "elliptic": "^6.5.4", "bn.js": "4.12.0", - "ejs": "^3.1.7" + "ejs": "^3.1.7", + "oclif@3.4.2": "patch:oclif@npm:3.4.2#.yarn/patches/oclif-npm-3.4.2-a655d32eed.patch" } } diff --git a/packages/dashmate/package.json b/packages/dashmate/package.json index fa948330614..a7a17eeaed8 100644 --- a/packages/dashmate/package.json +++ b/packages/dashmate/package.json @@ -56,8 +56,8 @@ "@dashevo/feature-flags-contract": "workspace:*", "@dashevo/masternode-reward-shares-contract": "workspace:*", "@dashevo/wallet-lib": "workspace:*", - "@oclif/core": "^1.16.3", - "@oclif/plugin-help": "^5.1.12", + "@oclif/core": "^1.21.0", + "@oclif/plugin-help": "^5.1.20", "ajv": "^8.6.0", "ajv-formats": "^2.1.1", "awilix": "^4.2.6", @@ -93,7 +93,7 @@ "eslint-config-airbnb-base": "^14.2.1", "eslint-plugin-import": "^2.24.2", "globby": "^11", - "oclif": "^3.2.2" + "oclif": "^3.4.2" }, "files": [ "bin", @@ -111,6 +111,9 @@ ], "commands": "./src/commands", "bin": "dashmate", + "macos": { + "identifier": "org.dash.dashmate" + }, "plugins": [ "@oclif/plugin-help" ], diff --git a/yarn.lock b/yarn.lock index 1c7aad7e21a..2b62719e7d9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2366,25 +2366,25 @@ __metadata: languageName: node linkType: hard -"@oclif/color@npm:^1.0.0": - version: 1.0.0 - resolution: "@oclif/color@npm:1.0.0" +"@oclif/color@npm:^1.0.2": + version: 1.0.2 + resolution: "@oclif/color@npm:1.0.2" dependencies: ansi-styles: ^4.2.1 chalk: ^4.1.0 - strip-ansi: ^6.0.0 + strip-ansi: ^6.0.1 supports-color: ^8.1.1 tslib: ^2 - checksum: 60521f90ebaa87401332aba48c09ab09d8d6f67e1e1d2951eec6852efbfb62750674a32a1278af7176892f689268842ee4a5a8dbc6862dce8d3057d7c8cfffd1 + checksum: 8ce84771629afb5b8fabb21d172c8e44605e6dac4be16ef7c44144bb547daea4cf3cf6db2308f6d705ffce11c281652950fca7231f59369b4c7712bd0733105e languageName: node linkType: hard -"@oclif/core@npm:^1.0.8, @oclif/core@npm:^1.16.1, @oclif/core@npm:^1.16.3, @oclif/core@npm:^1.2.1, @oclif/core@npm:^1.3.6": - version: 1.16.3 - resolution: "@oclif/core@npm:1.16.3" +"@oclif/core@npm:^1.20.3, @oclif/core@npm:^1.20.4, @oclif/core@npm:^1.21.0": + version: 1.21.0 + resolution: "@oclif/core@npm:1.21.0" dependencies: "@oclif/linewrap": ^1.0.0 - "@oclif/screen": ^3.0.2 + "@oclif/screen": ^3.0.3 ansi-escapes: ^4.3.2 ansi-styles: ^4.3.0 cardinal: ^2.1.1 @@ -2408,10 +2408,10 @@ __metadata: strip-ansi: ^6.0.1 supports-color: ^8.1.1 supports-hyperlinks: ^2.2.0 - tslib: ^2.3.1 + tslib: ^2.4.1 widest-line: ^3.1.0 wrap-ansi: ^7.0.0 - checksum: c5fcb358c1d6f73e08b78f5a16a24015cffc992d4be697287eac86bb7518c8d49065cc8a579f24c72e4c273cc055170f8f26c0462d525627b0e59bbda5bc92da + checksum: 31fa68afb7a91da54bd0ea413aac9b463ecb1f52ccacfabba174bb8edb59ee5443c4b276ba71ed29e2be4a7467f4e968053bc08c699077ce1c8f0a2d40f9368a languageName: node linkType: hard @@ -2422,46 +2422,46 @@ __metadata: languageName: node linkType: hard -"@oclif/plugin-help@npm:^5.1.12": - version: 5.1.12 - resolution: "@oclif/plugin-help@npm:5.1.12" +"@oclif/plugin-help@npm:^5.1.19, @oclif/plugin-help@npm:^5.1.20": + version: 5.1.20 + resolution: "@oclif/plugin-help@npm:5.1.20" dependencies: - "@oclif/core": ^1.3.6 - checksum: 5964a6bdd3784088eac4cbbd361dc4393250d6ac7eb91d4f1df133f0ad4ffe97fb08646fdf4da5719a96fbeb646a72793a2e528bc4a296901f5ef9c1b17246a4 + "@oclif/core": ^1.21.0 + checksum: f98a8d65ccf11f9d61fa256f11b2c0333a1fb3e024a1f2d3119215697167c3f793d268900cfbf1a7f8ed86c99d773467a1f68d1fda8066ac6b0512a06e20cd1f languageName: node linkType: hard -"@oclif/plugin-not-found@npm:^2.3.1": - version: 2.3.1 - resolution: "@oclif/plugin-not-found@npm:2.3.1" +"@oclif/plugin-not-found@npm:^2.3.7": + version: 2.3.9 + resolution: "@oclif/plugin-not-found@npm:2.3.9" dependencies: - "@oclif/color": ^1.0.0 - "@oclif/core": ^1.2.1 + "@oclif/color": ^1.0.2 + "@oclif/core": ^1.20.3 fast-levenshtein: ^3.0.0 lodash: ^4.17.21 - checksum: b6aeddb7335f2963b5835f0a7f9c0fe0952e112a0360373974059d927cbb21cb9f3c3cb0dcf36268d8db5e524877268c7bc3def51a4f907fe7fdc5471fb42819 + checksum: 79852aa0bf5a8d05e0938df93bf554bea32193e1d8e23f88729034ddcc8154cdbbb8a2002eb626d626a1bd8fb2b92dad83cd7d0cdd13877843d97cb44be7bfa7 languageName: node linkType: hard -"@oclif/plugin-warn-if-update-available@npm:^2.0.4": - version: 2.0.4 - resolution: "@oclif/plugin-warn-if-update-available@npm:2.0.4" +"@oclif/plugin-warn-if-update-available@npm:^2.0.14": + version: 2.0.16 + resolution: "@oclif/plugin-warn-if-update-available@npm:2.0.16" dependencies: - "@oclif/core": ^1.0.8 + "@oclif/core": ^1.21.0 chalk: ^4.1.0 debug: ^4.1.0 fs-extra: ^9.0.1 http-call: ^5.2.2 lodash: ^4.17.21 - semver: ^7.3.2 - checksum: 9a127aaaa3e37a390f17070f9c96fbee5c9b0c5ad0c1a01da84f28717ed80048ea909d4fe691b4021ee98af861d5ae34412e2b35180cbed36765eb0a078e5fdb + semver: ^7.3.8 + checksum: 1d7c2d2c061ed27709c52a0be83d60b22e4838162c107c23be1a2cec5f0533702141307b90b803add389aa3cea6baf9f989c89be9f5f4d8ffb7f6327c3324f2f languageName: node linkType: hard -"@oclif/screen@npm:^3.0.2": - version: 3.0.2 - resolution: "@oclif/screen@npm:3.0.2" - checksum: 962678c65f1cf5b06864295a212020e3ddda36ab37190ca317e938943325a5acdbf3cb2761c371612daf1565e397fa5ff7bd0563887d746ccfde7c4ab312f005 +"@oclif/screen@npm:^3.0.3": + version: 3.0.3 + resolution: "@oclif/screen@npm:3.0.3" + checksum: c40650869b1c0c5c16e6ac4a82e10ee7a2879c85bdbddcb10b342dac84b62f6a6b69ec484d485b8ce0970b6383e87535a18737cca077e646818f240afc2a7c26 languageName: node linkType: hard @@ -2676,6 +2676,13 @@ __metadata: languageName: node linkType: hard +"@sindresorhus/is@npm:^4.0.0": + version: 4.6.0 + resolution: "@sindresorhus/is@npm:4.6.0" + checksum: 83839f13da2c29d55c97abc3bc2c55b250d33a0447554997a85c539e058e57b8da092da396e252b11ec24a0279a0bed1f537fa26302209327060643e327f81d2 + languageName: node + linkType: hard + "@sinonjs/commons@npm:^1.6.0, @sinonjs/commons@npm:^1.7.0, @sinonjs/commons@npm:^1.8.3": version: 1.8.3 resolution: "@sinonjs/commons@npm:1.8.3" @@ -2728,6 +2735,15 @@ __metadata: languageName: node linkType: hard +"@szmarczak/http-timer@npm:^4.0.5": + version: 4.0.6 + resolution: "@szmarczak/http-timer@npm:4.0.6" + dependencies: + defer-to-connect: ^2.0.0 + checksum: c29df3bcec6fc3bdec2b17981d89d9c9fc9bd7d0c9bcfe92821dc533f4440bc890ccde79971838b4ceed1921d456973c4180d7175ee1d0023ad0562240a58d95 + languageName: node + linkType: hard + "@tootallnate/once@npm:1": version: 1.1.2 resolution: "@tootallnate/once@npm:1.1.2" @@ -2770,6 +2786,18 @@ __metadata: languageName: node linkType: hard +"@types/cacheable-request@npm:^6.0.1": + version: 6.0.3 + resolution: "@types/cacheable-request@npm:6.0.3" + dependencies: + "@types/http-cache-semantics": "*" + "@types/keyv": ^3.1.4 + "@types/node": "*" + "@types/responselike": ^1.0.0 + checksum: d9b26403fe65ce6b0cb3720b7030104c352bcb37e4fac2a7089a25a97de59c355fa08940658751f2f347a8512aa9d18fdb66ab3ade835975b2f454f2d5befbd9 + languageName: node + linkType: hard + "@types/chai-as-promised@npm:*": version: 7.1.4 resolution: "@types/chai-as-promised@npm:7.1.4" @@ -2873,13 +2901,10 @@ __metadata: languageName: node linkType: hard -"@types/glob@npm:^7.1.1": - version: 7.2.0 - resolution: "@types/glob@npm:7.2.0" - dependencies: - "@types/minimatch": "*" - "@types/node": "*" - checksum: 6ae717fedfdfdad25f3d5a568323926c64f52ef35897bcac8aca8e19bc50c0bd84630bbd063e5d52078b2137d8e7d3c26eabebd1a2f03ff350fff8a91e79fc19 +"@types/http-cache-semantics@npm:*": + version: 4.0.1 + resolution: "@types/http-cache-semantics@npm:4.0.1" + checksum: 1048aacf627829f0d5f00184e16548205cd9f964bf0841c29b36bc504509230c40bc57c39778703a1c965a6f5b416ae2cbf4c1d4589c889d2838dd9dbfccf6e9 languageName: node linkType: hard @@ -2922,7 +2947,7 @@ __metadata: languageName: node linkType: hard -"@types/keyv@npm:^3.1.1": +"@types/keyv@npm:^3.1.1, @types/keyv@npm:^3.1.4": version: 3.1.4 resolution: "@types/keyv@npm:3.1.4" dependencies: @@ -2945,7 +2970,7 @@ __metadata: languageName: node linkType: hard -"@types/minimatch@npm:*, @types/minimatch@npm:^3.0.3": +"@types/minimatch@npm:^3.0.3": version: 3.0.5 resolution: "@types/minimatch@npm:3.0.5" checksum: c41d136f67231c3131cf1d4ca0b06687f4a322918a3a5adddc87ce90ed9dbd175a3610adee36b106ae68c0b92c637c35e02b58c8a56c424f71d30993ea220b92 @@ -3919,9 +3944,9 @@ __metadata: languageName: node linkType: hard -"aws-sdk@npm:^2.1116.0": - version: 2.1221.0 - resolution: "aws-sdk@npm:2.1221.0" +"aws-sdk@npm:^2.1231.0": + version: 2.1274.0 + resolution: "aws-sdk@npm:2.1274.0" dependencies: buffer: 4.9.2 events: 1.1.1 @@ -3933,7 +3958,7 @@ __metadata: util: ^0.12.4 uuid: 8.0.0 xml2js: 0.4.19 - checksum: 2024498a0f38df5176c5d33b46422f05f744c9a773db847893e07f50b56bab8001d303e31a00a24ec2eca487690d6337c562da558df30f332b712adf8b2ed5c1 + checksum: 7fb383f6952ee48f1d99353ca2101f34712478531c42720a6a765884855d4c3dff62de2ee6409df26409e49087886c8e0ccc357f344bdc5ca29786857d423fff languageName: node linkType: hard @@ -4466,6 +4491,13 @@ __metadata: languageName: node linkType: hard +"cacheable-lookup@npm:^5.0.3": + version: 5.0.4 + resolution: "cacheable-lookup@npm:5.0.4" + checksum: 763e02cf9196bc9afccacd8c418d942fc2677f22261969a4c2c2e760fa44a2351a81557bd908291c3921fe9beb10b976ba8fa50c5ca837c5a0dd945f16468f2d + languageName: node + linkType: hard + "cacheable-request@npm:^6.0.0": version: 6.1.0 resolution: "cacheable-request@npm:6.1.0" @@ -4481,6 +4513,21 @@ __metadata: languageName: node linkType: hard +"cacheable-request@npm:^7.0.2": + version: 7.0.2 + resolution: "cacheable-request@npm:7.0.2" + dependencies: + clone-response: ^1.0.2 + get-stream: ^5.1.0 + http-cache-semantics: ^4.0.0 + keyv: ^4.0.0 + lowercase-keys: ^2.0.0 + normalize-url: ^6.0.1 + responselike: ^2.0.0 + checksum: 6152813982945a5c9989cb457a6c499f12edcc7ade323d2fbfd759abc860bdbd1306e08096916bb413c3c47e812f8e4c0a0cc1e112c8ce94381a960f115bc77f + languageName: node + linkType: hard + "caching-transform@npm:^4.0.0": version: 4.0.0 resolution: "caching-transform@npm:4.0.0" @@ -4641,7 +4688,7 @@ __metadata: languageName: node linkType: hard -"chalk@npm:2.4.2, chalk@npm:^2.0.0, chalk@npm:^2.0.1, chalk@npm:^2.1.0, chalk@npm:^2.4.1": +"chalk@npm:2.4.2, chalk@npm:^2.0.0, chalk@npm:^2.0.1, chalk@npm:^2.1.0": version: 2.4.2 resolution: "chalk@npm:2.4.2" dependencies: @@ -4852,6 +4899,17 @@ __metadata: languageName: node linkType: hard +"cliui@npm:^8.0.1": + version: 8.0.1 + resolution: "cliui@npm:8.0.1" + dependencies: + string-width: ^4.2.0 + strip-ansi: ^6.0.1 + wrap-ansi: ^7.0.0 + checksum: 79648b3b0045f2e285b76fb2e24e207c6db44323581e421c3acbd0e86454cba1b37aea976ab50195a49e7384b871e6dfb2247ad7dec53c02454ac6497394cb56 + languageName: node + linkType: hard + "clone-buffer@npm:^1.0.0": version: 1.0.0 resolution: "clone-buffer@npm:1.0.0" @@ -5101,21 +5159,23 @@ __metadata: languageName: node linkType: hard -"concurrently@npm:^7.0.0": - version: 7.0.0 - resolution: "concurrently@npm:7.0.0" +"concurrently@npm:^7.6.0": + version: 7.6.0 + resolution: "concurrently@npm:7.6.0" dependencies: chalk: ^4.1.0 - date-fns: ^2.16.1 + date-fns: ^2.29.1 lodash: ^4.17.21 - rxjs: ^6.6.3 + rxjs: ^7.0.0 + shell-quote: ^1.7.3 spawn-command: ^0.0.2-1 supports-color: ^8.1.0 tree-kill: ^1.2.2 - yargs: ^16.2.0 + yargs: ^17.3.1 bin: + conc: dist/bin/concurrently.js concurrently: dist/bin/concurrently.js - checksum: 1be78f24bf814f097adaf2e61a37563eb73f12272bbeda90e3e616a23525f793268e22a3c6aedf34e5bad44459f7c30ee053c617905416ba11ce2bee55f089a5 + checksum: f705c9a7960f1b16559ca64958043faeeef6385c0bf30a03d1375e15ab2d96dba4f8166f1bbbb1c85e8da35ca0ce3c353875d71dff2aa132b2357bb533b3332e languageName: node linkType: hard @@ -5454,7 +5514,7 @@ __metadata: languageName: node linkType: hard -"cross-spawn@npm:^6.0.0, cross-spawn@npm:^6.0.5": +"cross-spawn@npm:^6.0.5": version: 6.0.5 resolution: "cross-spawn@npm:6.0.5" dependencies: @@ -5596,8 +5656,8 @@ __metadata: "@dashevo/feature-flags-contract": "workspace:*" "@dashevo/masternode-reward-shares-contract": "workspace:*" "@dashevo/wallet-lib": "workspace:*" - "@oclif/core": ^1.16.3 - "@oclif/plugin-help": ^5.1.12 + "@oclif/core": ^1.21.0 + "@oclif/plugin-help": ^5.1.20 ajv: ^8.6.0 ajv-formats: ^2.1.1 awilix: ^4.2.6 @@ -5624,7 +5684,7 @@ __metadata: memory-streams: ^0.1.3 node-fetch: ^2.6.1 node-graceful: ^3.0.1 - oclif: ^3.2.2 + oclif: ^3.4.2 pretty-bytes: ^5.3.0 pretty-ms: ^7.0.0 public-ip: ^4.0.4 @@ -5637,10 +5697,10 @@ __metadata: languageName: unknown linkType: soft -"date-fns@npm:^2.16.1": - version: 2.28.0 - resolution: "date-fns@npm:2.28.0" - checksum: a0516b2e4f99b8bffc6cc5193349f185f195398385bdcaf07f17c2c4a24473c99d933eb0018be4142a86a6d46cb0b06be6440ad874f15e795acbedd6fd727a1f +"date-fns@npm:^2.29.1": + version: 2.29.3 + resolution: "date-fns@npm:2.29.3" + checksum: e01cf5b62af04e05dfff921bb9c9933310ed0e1ae9a81eb8653452e64dc841acf7f6e01e1a5ae5644d0337e9a7f936175fd2cb6819dc122fdd9c5e86c56be484 languageName: node linkType: hard @@ -5754,6 +5814,15 @@ __metadata: languageName: node linkType: hard +"decompress-response@npm:^6.0.0": + version: 6.0.0 + resolution: "decompress-response@npm:6.0.0" + dependencies: + mimic-response: ^3.1.0 + checksum: d377cf47e02d805e283866c3f50d3d21578b779731e8c5072d6ce8c13cc31493db1c2f6784da9d1d5250822120cefa44f1deab112d5981015f2e17444b763812 + languageName: node + linkType: hard + "deep-eql@npm:^3.0.1": version: 3.0.1 resolution: "deep-eql@npm:3.0.1" @@ -5802,6 +5871,13 @@ __metadata: languageName: node linkType: hard +"defer-to-connect@npm:^2.0.0": + version: 2.0.1 + resolution: "defer-to-connect@npm:2.0.1" + checksum: 8a9b50d2f25446c0bfefb55a48e90afd58f85b21bcf78e9207cd7b804354f6409032a1705c2491686e202e64fc05f147aa5aa45f9aa82627563f045937f5791b + languageName: node + linkType: hard + "deferred-leveldown@npm:~5.3.0": version: 5.3.0 resolution: "deferred-leveldown@npm:5.3.0" @@ -5873,13 +5949,6 @@ __metadata: languageName: node linkType: hard -"detect-indent@npm:^6.0.0": - version: 6.1.0 - resolution: "detect-indent@npm:6.1.0" - checksum: ab953a73c72dbd4e8fc68e4ed4bfd92c97eb6c43734af3900add963fd3a9316f3bc0578b018b24198d4c31a358571eff5f0656e81a1f3b9ad5c547d58b2d093d - languageName: node - linkType: hard - "dezalgo@npm:^1.0.0": version: 1.0.3 resolution: "dezalgo@npm:1.0.3" @@ -6682,21 +6751,6 @@ __metadata: languageName: node linkType: hard -"execa@npm:^0.10.0": - version: 0.10.0 - resolution: "execa@npm:0.10.0" - dependencies: - cross-spawn: ^6.0.0 - get-stream: ^3.0.0 - is-stream: ^1.1.0 - npm-run-path: ^2.0.0 - p-finally: ^1.0.0 - signal-exit: ^3.0.0 - strip-eof: ^1.0.0 - checksum: da132af2b209e69d79f91751ac6d15ddbb8d9414f9e5f7a53405232679a3dca00fe11eb14e0cd5c2c374a749061410a7717fcc3094f6dd779cf4d259faa58d9a - languageName: node - linkType: hard - "execa@npm:^4.1.0": version: 4.1.0 resolution: "execa@npm:4.1.0" @@ -6791,7 +6845,7 @@ __metadata: languageName: node linkType: hard -"fast-glob@npm:^3.0.3, fast-glob@npm:^3.2.5, fast-glob@npm:^3.2.9": +"fast-glob@npm:^3.2.5, fast-glob@npm:^3.2.9": version: 3.2.11 resolution: "fast-glob@npm:3.2.11" dependencies: @@ -7123,17 +7177,6 @@ __metadata: languageName: node linkType: hard -"fs-extra@npm:^6.0.1": - version: 6.0.1 - resolution: "fs-extra@npm:6.0.1" - dependencies: - graceful-fs: ^4.1.2 - jsonfile: ^4.0.0 - universalify: ^0.1.0 - checksum: 133dbd765e05c1cdaaf723308e00ffbe746da5ad516ad890ae2da2a538982c1175371055c778fbe68d1fca1da9ed4003ba55c4a14e070372eabf6a7c48062759 - languageName: node - linkType: hard - "fs-extra@npm:^8.1, fs-extra@npm:^8.1.0": version: 8.1.0 resolution: "fs-extra@npm:8.1.0" @@ -7316,13 +7359,6 @@ fsevents@~2.3.2: languageName: node linkType: hard -"get-stream@npm:^3.0.0": - version: 3.0.0 - resolution: "get-stream@npm:3.0.0" - checksum: 36142f46005ed74ce3a45c55545ec4e7da8e243554179e345a786baf144e5c4a35fb7bdc49fadfa9f18bd08000589b6fe364abdadfc4e1eb0e1b9914a6bb9c56 - languageName: node - linkType: hard - "get-stream@npm:^4.1.0": version: 4.1.0 resolution: "get-stream@npm:4.1.0" @@ -7416,10 +7452,10 @@ fsevents@~2.3.2: languageName: node linkType: hard -"github-slugger@npm:^1.4.0": - version: 1.4.0 - resolution: "github-slugger@npm:1.4.0" - checksum: 4f52e7a21f5c6a4c5328f01fe4fe13ae8881fea78bfe31f9e72c4038f97e3e70d52fb85aa7633a52c501dc2486874474d9abd22aa61cbe9b113099a495551c6b +"github-slugger@npm:^1.5.0": + version: 1.5.0 + resolution: "github-slugger@npm:1.5.0" + checksum: c70988224578b3bdaa25df65973ffc8c24594a77a28550c3636e495e49d17aef5cdb04c04fa3f1744babef98c61eecc6a43299a13ea7f3cc33d680bf9053ffbe languageName: node linkType: hard @@ -7462,7 +7498,7 @@ fsevents@~2.3.2: languageName: node linkType: hard -"glob@npm:7.2.0, glob@npm:^7.0.0, glob@npm:^7.0.5, glob@npm:^7.1.2, glob@npm:^7.1.3, glob@npm:^7.1.4, glob@npm:^7.1.6, glob@npm:^7.1.7, glob@npm:^7.2.0": +"glob@npm:7.2.0, glob@npm:^7.0.0, glob@npm:^7.0.5, glob@npm:^7.1.3, glob@npm:^7.1.4, glob@npm:^7.1.6, glob@npm:^7.1.7, glob@npm:^7.2.0": version: 7.2.0 resolution: "glob@npm:7.2.0" dependencies: @@ -7492,22 +7528,6 @@ fsevents@~2.3.2: languageName: node linkType: hard -"globby@npm:^10.0.1": - version: 10.0.2 - resolution: "globby@npm:10.0.2" - dependencies: - "@types/glob": ^7.1.1 - array-union: ^2.1.0 - dir-glob: ^3.0.1 - fast-glob: ^3.0.3 - glob: ^7.1.3 - ignore: ^5.1.1 - merge2: ^1.2.3 - slash: ^3.0.0 - checksum: 167cd067f2cdc030db2ec43232a1e835fa06217577d545709dbf29fd21631b30ff8258705172069c855dc4d5766c3b2690834e35b936fbff01ad0329fb95a26f - languageName: node - linkType: hard - "globby@npm:^11, globby@npm:^11.0.1, globby@npm:^11.0.3, globby@npm:^11.1.0": version: 11.1.0 resolution: "globby@npm:11.1.0" @@ -7536,6 +7556,25 @@ fsevents@~2.3.2: languageName: node linkType: hard +"got@npm:^11": + version: 11.8.6 + resolution: "got@npm:11.8.6" + dependencies: + "@sindresorhus/is": ^4.0.0 + "@szmarczak/http-timer": ^4.0.5 + "@types/cacheable-request": ^6.0.1 + "@types/responselike": ^1.0.0 + cacheable-lookup: ^5.0.3 + cacheable-request: ^7.0.2 + decompress-response: ^6.0.0 + http2-wrapper: ^1.0.0-beta.5.2 + lowercase-keys: ^2.0.0 + p-cancelable: ^2.0.0 + responselike: ^2.0.0 + checksum: bbc783578a8d5030c8164ef7f57ce41b5ad7db2ed13371e1944bef157eeca5a7475530e07c0aaa71610d7085474d0d96222c9f4268d41db333a17e39b463f45d + languageName: node + linkType: hard + "got@npm:^9.6.0": version: 9.6.0 resolution: "got@npm:9.6.0" @@ -7753,7 +7792,7 @@ fsevents@~2.3.2: languageName: node linkType: hard -"http-call@npm:^5.1.2, http-call@npm:^5.2.2": +"http-call@npm:^5.2.2": version: 5.3.0 resolution: "http-call@npm:5.3.0" dependencies: @@ -7813,6 +7852,16 @@ fsevents@~2.3.2: languageName: node linkType: hard +"http2-wrapper@npm:^1.0.0-beta.5.2": + version: 1.0.3 + resolution: "http2-wrapper@npm:1.0.3" + dependencies: + quick-lru: ^5.1.1 + resolve-alpn: ^1.0.0 + checksum: 74160b862ec699e3f859739101ff592d52ce1cb207b7950295bf7962e4aa1597ef709b4292c673bece9c9b300efad0559fc86c71b1409c7a1e02b7229456003e + languageName: node + linkType: hard + "https-browserify@npm:^1.0.0": version: 1.0.0 resolution: "https-browserify@npm:1.0.0" @@ -7915,7 +7964,7 @@ fsevents@~2.3.2: languageName: node linkType: hard -"ignore@npm:^5.1.1, ignore@npm:^5.1.8, ignore@npm:^5.2.0": +"ignore@npm:^5.1.8, ignore@npm:^5.2.0": version: 5.2.0 resolution: "ignore@npm:5.2.0" checksum: 6b1f926792d614f64c6c83da3a1f9c83f6196c2839aa41e1e32dd7b8d174cef2e329d75caabb62cb61ce9dc432f75e67d07d122a037312db7caa73166a1bdb77 @@ -8345,13 +8394,6 @@ fsevents@~2.3.2: languageName: node linkType: hard -"is-stream@npm:^1.1.0": - version: 1.1.0 - resolution: "is-stream@npm:1.1.0" - checksum: 063c6bec9d5647aa6d42108d4c59723d2bd4ae42135a2d4db6eadbd49b7ea05b750fd69d279e5c7c45cf9da753ad2c00d8978be354d65aa9f6bb434969c6a2ae - languageName: node - linkType: hard - "is-stream@npm:^2.0.0": version: 2.0.1 resolution: "is-stream@npm:2.0.1" @@ -8459,6 +8501,13 @@ fsevents@~2.3.2: languageName: node linkType: hard +"isbinaryfile@npm:^4.0.10": + version: 4.0.10 + resolution: "isbinaryfile@npm:4.0.10" + checksum: a6b28db7e23ac7a77d3707567cac81356ea18bd602a4f21f424f862a31d0e7ab4f250759c98a559ece35ffe4d99f0d339f1ab884ffa9795172f632ab8f88e686 + languageName: node + linkType: hard + "isbinaryfile@npm:^4.0.8": version: 4.0.8 resolution: "isbinaryfile@npm:4.0.8" @@ -8805,6 +8854,13 @@ fsevents@~2.3.2: languageName: node linkType: hard +"json-buffer@npm:3.0.1": + version: 3.0.1 + resolution: "json-buffer@npm:3.0.1" + checksum: 9026b03edc2847eefa2e37646c579300a1f3a4586cfb62bf857832b60c852042d0d6ae55d1afb8926163fa54c2b01d83ae24705f34990348bdac6273a29d4581 + languageName: node + linkType: hard + "json-parse-better-errors@npm:^1.0.1, json-parse-better-errors@npm:^1.0.2": version: 1.0.2 resolution: "json-parse-better-errors@npm:1.0.2" @@ -9077,6 +9133,15 @@ fsevents@~2.3.2: languageName: node linkType: hard +"keyv@npm:^4.0.0": + version: 4.5.2 + resolution: "keyv@npm:4.5.2" + dependencies: + json-buffer: 3.0.1 + checksum: 13ad58303acd2261c0d4831b4658451603fd159e61daea2121fcb15feb623e75ee328cded0572da9ca76b7b3ceaf8e614f1806c6b3af5db73c9c35a345259651 + languageName: node + linkType: hard + "kind-of@npm:^6.0.2, kind-of@npm:^6.0.3": version: 6.0.3 resolution: "kind-of@npm:6.0.3" @@ -9214,18 +9279,6 @@ fsevents@~2.3.2: languageName: node linkType: hard -"load-json-file@npm:^6.2.0": - version: 6.2.0 - resolution: "load-json-file@npm:6.2.0" - dependencies: - graceful-fs: ^4.1.15 - parse-json: ^5.0.0 - strip-bom: ^4.0.0 - type-fest: ^0.6.0 - checksum: 4429e430ebb99375fc7cd936348e4f7ba729486080ced4272091c1e386a7f5f738ea3337d8ffd4b01c2f5bc3ddde92f2c780045b66838fe98bdb79f901884643 - languageName: node - linkType: hard - "load-yaml-file@npm:^0.2.0": version: 0.2.0 resolution: "load-yaml-file@npm:0.2.0" @@ -9758,7 +9811,7 @@ fsevents@~2.3.2: languageName: node linkType: hard -"merge2@npm:^1.2.3, merge2@npm:^1.3.0, merge2@npm:^1.4.1": +"merge2@npm:^1.3.0, merge2@npm:^1.4.1": version: 1.4.1 resolution: "merge2@npm:1.4.1" checksum: 7268db63ed5169466540b6fb947aec313200bcf6d40c5ab722c22e242f651994619bcd85601602972d3c85bd2cc45a358a4c61937e9f11a061919a1da569b0c2 @@ -9833,6 +9886,13 @@ fsevents@~2.3.2: languageName: node linkType: hard +"mimic-response@npm:^3.1.0": + version: 3.1.0 + resolution: "mimic-response@npm:3.1.0" + checksum: 25739fee32c17f433626bf19f016df9036b75b3d84a3046c7d156e72ec963dd29d7fc8a302f55a3d6c5a4ff24259676b15d915aad6480815a969ff2ec0836867 + languageName: node + linkType: hard + "min-indent@npm:^1.0.0": version: 1.0.1 resolution: "min-indent@npm:1.0.1" @@ -10480,6 +10540,13 @@ fsevents@~2.3.2: languageName: node linkType: hard +"normalize-url@npm:^6.0.1": + version: 6.1.0 + resolution: "normalize-url@npm:6.1.0" + checksum: 4a4944631173e7d521d6b80e4c85ccaeceb2870f315584fa30121f505a6dfd86439c5e3fdd8cd9e0e291290c41d0c3599f0cb12ab356722ed242584c30348e50 + languageName: node + linkType: hard + "npm-bundled@npm:^1.1.1": version: 1.1.2 resolution: "npm-bundled@npm:1.1.2" @@ -10565,15 +10632,6 @@ fsevents@~2.3.2: languageName: node linkType: hard -"npm-run-path@npm:^2.0.0": - version: 2.0.2 - resolution: "npm-run-path@npm:2.0.2" - dependencies: - path-key: ^2.0.0 - checksum: acd5ad81648ba4588ba5a8effb1d98d2b339d31be16826a118d50f182a134ac523172101b82eab1d01cb4c2ba358e857d54cfafd8163a1ffe7bd52100b741125 - languageName: node - linkType: hard - "npmlog@npm:^4.1.2": version: 4.1.2 resolution: "npmlog@npm:4.1.2" @@ -10726,31 +10784,31 @@ fsevents@~2.3.2: languageName: node linkType: hard -"oclif@npm:^3.2.2": - version: 3.2.2 - resolution: "oclif@npm:3.2.2" - dependencies: - "@oclif/core": ^1.16.1 - "@oclif/plugin-help": ^5.1.12 - "@oclif/plugin-not-found": ^2.3.1 - "@oclif/plugin-warn-if-update-available": ^2.0.4 - aws-sdk: ^2.1116.0 - concurrently: ^7.0.0 +"oclif@npm:^3.4.2": + version: 3.4.2 + resolution: "oclif@npm:3.4.2" + dependencies: + "@oclif/core": ^1.20.4 + "@oclif/plugin-help": ^5.1.19 + "@oclif/plugin-not-found": ^2.3.7 + "@oclif/plugin-warn-if-update-available": ^2.0.14 + aws-sdk: ^2.1231.0 + concurrently: ^7.6.0 debug: ^4.3.3 find-yarn-workspace-root: ^2.0.0 fs-extra: ^8.1 - github-slugger: ^1.4.0 + github-slugger: ^1.5.0 + got: ^11 lodash: ^4.17.21 normalize-package-data: ^3.0.3 - qqjs: ^0.3.11 - semver: ^7.3.5 + semver: ^7.3.8 tslib: ^2.3.1 - yeoman-environment: ^3.9.1 + yeoman-environment: ^3.11.1 yeoman-generator: ^5.6.1 yosay: ^2.0.2 bin: oclif: bin/run - checksum: 11661589df7e8c8d35ca209157064c234fdf67481e9d90b80477d17d861b18a8630db0f5e718494d239efd310231486fcf689fbfd12677bd0f729c8b14f4fedc + checksum: fb2d21f9a53b81f4ad08778c186d6ebe3de0e82d29f42afc9d473ef1839786be26e0a9051f17de15513c68e95c86aa89ccd78684a374c804bda0b36941abac0a languageName: node linkType: hard @@ -10886,6 +10944,13 @@ fsevents@~2.3.2: languageName: node linkType: hard +"p-cancelable@npm:^2.0.0": + version: 2.1.1 + resolution: "p-cancelable@npm:2.1.1" + checksum: 3dba12b4fb4a1e3e34524535c7858fc82381bbbd0f247cc32dedc4018592a3950ce66b106d0880b4ec4c2d8d6576f98ca885dc1d7d0f274d1370be20e9523ddf + languageName: node + linkType: hard + "p-finally@npm:^1.0.0": version: 1.0.0 resolution: "p-finally@npm:1.0.0" @@ -11180,7 +11245,7 @@ fsevents@~2.3.2: languageName: node linkType: hard -"path-key@npm:^2.0.0, path-key@npm:^2.0.1": +"path-key@npm:^2.0.1": version: 2.0.1 resolution: "path-key@npm:2.0.1" checksum: f7ab0ad42fe3fb8c7f11d0c4f849871e28fbd8e1add65c370e422512fc5887097b9cf34d09c1747d45c942a8c1e26468d6356e2df3f740bf177ab8ca7301ebfd @@ -11619,27 +11684,6 @@ fsevents@~2.3.2: languageName: node linkType: hard -"qqjs@npm:^0.3.11": - version: 0.3.11 - resolution: "qqjs@npm:0.3.11" - dependencies: - chalk: ^2.4.1 - debug: ^4.1.1 - execa: ^0.10.0 - fs-extra: ^6.0.1 - get-stream: ^5.1.0 - glob: ^7.1.2 - globby: ^10.0.1 - http-call: ^5.1.2 - load-json-file: ^6.2.0 - pkg-dir: ^4.2.0 - tar-fs: ^2.0.0 - tmp: ^0.1.0 - write-json-file: ^4.1.1 - checksum: 7962df855b7a0405550ae39beb5c133574a11db475635d4fb6311c469d83cf9cae03efa4c8a0e02b82a4cae9d7bec072383354249f12ab136dc8590e57a40dbd - languageName: node - linkType: hard - "qs@npm:6.7.0": version: 6.7.0 resolution: "qs@npm:6.7.0" @@ -11675,6 +11719,13 @@ fsevents@~2.3.2: languageName: node linkType: hard +"quick-lru@npm:^5.1.1": + version: 5.1.1 + resolution: "quick-lru@npm:5.1.1" + checksum: a516faa25574be7947969883e6068dbe4aa19e8ef8e8e0fd96cddd6d36485e9106d85c0041a27153286b0770b381328f4072aa40d3b18a19f5f7d2b78b94b5ed + languageName: node + linkType: hard + "randombytes@npm:^2.0.0, randombytes@npm:^2.0.1, randombytes@npm:^2.0.5, randombytes@npm:^2.1.0": version: 2.1.0 resolution: "randombytes@npm:2.1.0" @@ -12013,6 +12064,13 @@ fsevents@~2.3.2: languageName: node linkType: hard +"resolve-alpn@npm:^1.0.0": + version: 1.2.1 + resolution: "resolve-alpn@npm:1.2.1" + checksum: f558071fcb2c60b04054c99aebd572a2af97ef64128d59bef7ab73bd50d896a222a056de40ffc545b633d99b304c259ea9d0c06830d5c867c34f0bfa60b8eae0 + languageName: node + linkType: hard + "resolve-cwd@npm:^3.0.0": version: 3.0.0 resolution: "resolve-cwd@npm:3.0.0" @@ -12071,6 +12129,15 @@ fsevents@~2.3.2: languageName: node linkType: hard +"responselike@npm:^2.0.0": + version: 2.0.1 + resolution: "responselike@npm:2.0.1" + dependencies: + lowercase-keys: ^2.0.0 + checksum: b122535466e9c97b55e69c7f18e2be0ce3823c5d47ee8de0d9c0b114aa55741c6db8bfbfce3766a94d1272e61bfb1ebf0a15e9310ac5629fbb7446a861b4fd3a + languageName: node + linkType: hard + "restore-cursor@npm:^3.1.0": version: 3.1.0 resolution: "restore-cursor@npm:3.1.0" @@ -12109,7 +12176,7 @@ fsevents@~2.3.2: languageName: node linkType: hard -"rimraf@npm:^2.5.4, rimraf@npm:^2.6.3": +"rimraf@npm:^2.5.4": version: 2.7.1 resolution: "rimraf@npm:2.7.1" dependencies: @@ -12157,7 +12224,7 @@ fsevents@~2.3.2: languageName: node linkType: hard -"rxjs@npm:^6.6.3, rxjs@npm:^6.6.7": +"rxjs@npm:^6.6.7": version: 6.6.7 resolution: "rxjs@npm:6.6.7" dependencies: @@ -12166,6 +12233,15 @@ fsevents@~2.3.2: languageName: node linkType: hard +"rxjs@npm:^7.0.0": + version: 7.6.0 + resolution: "rxjs@npm:7.6.0" + dependencies: + tslib: ^2.1.0 + checksum: b3abbbfe1ddfd06fca9314b83cbd13bcddc3320429218136f75c79a4802ac430dd13873364aac1ded54fd457f8c77df332d205a92d8a1c61656565bb718c50af + languageName: node + linkType: hard + "rxjs@npm:^7.2.0": version: 7.5.4 resolution: "rxjs@npm:7.5.4" @@ -12316,6 +12392,17 @@ fsevents@~2.3.2: languageName: node linkType: hard +"semver@npm:^7.3.8": + version: 7.3.8 + resolution: "semver@npm:7.3.8" + dependencies: + lru-cache: ^6.0.0 + bin: + semver: bin/semver.js + checksum: ba9c7cbbf2b7884696523450a61fee1a09930d888b7a8d7579025ad93d459b2d1949ee5bbfeb188b2be5f4ac163544c5e98491ad6152df34154feebc2cc337c1 + languageName: node + linkType: hard + "serialize-javascript@npm:6.0.0, serialize-javascript@npm:^6.0.0": version: 6.0.0 resolution: "serialize-javascript@npm:6.0.0" @@ -12399,6 +12486,13 @@ fsevents@~2.3.2: languageName: node linkType: hard +"shell-quote@npm:^1.7.3": + version: 1.7.4 + resolution: "shell-quote@npm:1.7.4" + checksum: 2874ea9c1a7c3ebfc9ec5734a897e16533d0d06f2e4cddc22ba3d1cab5cdc07d0f825364c1b1e39abe61236f44d8e60e933c7ad7349ce44de4f5dddc7b4354e9 + languageName: node + linkType: hard + "shelljs@npm:^0.8.5": version: 0.8.5 resolution: "shelljs@npm:0.8.5" @@ -12680,7 +12774,7 @@ fsevents@~2.3.2: languageName: node linkType: hard -"sort-keys@npm:^4.0.0, sort-keys@npm:^4.2.0": +"sort-keys@npm:^4.2.0": version: 4.2.0 resolution: "sort-keys@npm:4.2.0" dependencies: @@ -13057,13 +13151,6 @@ fsevents@~2.3.2: languageName: node linkType: hard -"strip-eof@npm:^1.0.0": - version: 1.0.0 - resolution: "strip-eof@npm:1.0.0" - checksum: 40bc8ddd7e072f8ba0c2d6d05267b4e0a4800898c3435b5fb5f5a21e6e47dfaff18467e7aa0d1844bb5d6274c3097246595841fbfeb317e541974ee992cac506 - languageName: node - linkType: hard - "strip-final-newline@npm:^2.0.0": version: 2.0.0 resolution: "strip-final-newline@npm:2.0.0" @@ -13224,18 +13311,6 @@ fsevents@~2.3.2: languageName: node linkType: hard -"tar-fs@npm:^2.0.0": - version: 2.1.1 - resolution: "tar-fs@npm:2.1.1" - dependencies: - chownr: ^1.1.1 - mkdirp-classic: ^0.5.2 - pump: ^3.0.0 - tar-stream: ^2.1.4 - checksum: f5b9a70059f5b2969e65f037b4e4da2daf0fa762d3d232ffd96e819e3f94665dbbbe62f76f084f1acb4dbdcce16c6e4dac08d12ffc6d24b8d76720f4d9cf032d - languageName: node - linkType: hard - "tar-fs@npm:~2.0.1": version: 2.0.1 resolution: "tar-fs@npm:2.0.1" @@ -13248,7 +13323,7 @@ fsevents@~2.3.2: languageName: node linkType: hard -"tar-stream@npm:^2.0.0, tar-stream@npm:^2.1.4": +"tar-stream@npm:^2.0.0": version: 2.2.0 resolution: "tar-stream@npm:2.2.0" dependencies: @@ -13426,15 +13501,6 @@ fsevents@~2.3.2: languageName: node linkType: hard -"tmp@npm:^0.1.0": - version: 0.1.0 - resolution: "tmp@npm:0.1.0" - dependencies: - rimraf: ^2.6.3 - checksum: 6bab8431de9d245d4264bd8cd6bb216f9d22f179f935dada92a11d1315572c8eb7c3334201e00594b4708608bd536fad3a63bfb037e7804d827d66aa53a1afcd - languageName: node - linkType: hard - "tmp@npm:^0.2.1": version: 0.2.1 resolution: "tmp@npm:0.2.1" @@ -13652,6 +13718,13 @@ fsevents@~2.3.2: languageName: node linkType: hard +"tslib@npm:^2.4.1": + version: 2.4.1 + resolution: "tslib@npm:2.4.1" + checksum: 19480d6e0313292bd6505d4efe096a6b31c70e21cf08b5febf4da62e95c265c8f571f7b36fcc3d1a17e068032f59c269fab3459d6cd3ed6949eafecf64315fca + languageName: node + linkType: hard + "tunnel-agent@npm:^0.6.0": version: 0.6.0 resolution: "tunnel-agent@npm:0.6.0" @@ -14463,20 +14536,6 @@ typescript@^3.9.5: languageName: node linkType: hard -"write-json-file@npm:^4.1.1": - version: 4.3.0 - resolution: "write-json-file@npm:4.3.0" - dependencies: - detect-indent: ^6.0.0 - graceful-fs: ^4.1.15 - is-plain-obj: ^2.0.0 - make-dir: ^3.0.0 - sort-keys: ^4.0.0 - write-file-atomic: ^3.0.0 - checksum: 33908c591923dc273e6574e7c0e2df157acfcf498e3a87c5615ced006a465c4058877df6abce6fc1acd2844fa3cf4518ace4a34d5d82ab28bcf896317ba1db6f - languageName: node - linkType: hard - "ws@npm:^7.4.5, ws@npm:^7.5.3": version: 7.5.5 resolution: "ws@npm:7.5.5" @@ -14603,6 +14662,13 @@ typescript@^3.9.5: languageName: node linkType: hard +"yargs-parser@npm:^21.1.1": + version: 21.1.1 + resolution: "yargs-parser@npm:21.1.1" + checksum: ed2d96a616a9e3e1cc7d204c62ecc61f7aaab633dcbfab2c6df50f7f87b393993fe6640d017759fe112d0cb1e0119f2b4150a87305cc873fd90831c6a58ccf1c + languageName: node + linkType: hard + "yargs-unparser@npm:2.0.0": version: 2.0.0 resolution: "yargs-unparser@npm:2.0.0" @@ -14649,9 +14715,24 @@ typescript@^3.9.5: languageName: node linkType: hard -"yeoman-environment@npm:^3.9.1": - version: 3.9.1 - resolution: "yeoman-environment@npm:3.9.1" +"yargs@npm:^17.3.1": + version: 17.6.2 + resolution: "yargs@npm:17.6.2" + dependencies: + cliui: ^8.0.1 + escalade: ^3.1.1 + get-caller-file: ^2.0.5 + require-directory: ^2.1.1 + string-width: ^4.2.3 + y18n: ^5.0.5 + yargs-parser: ^21.1.1 + checksum: 47da1b0d854fa16d45a3ded57b716b013b2179022352a5f7467409da5a04a1eef5b3b3d97a2dfc13e8bbe5f2ffc0afe3bc6a4a72f8254e60f5a4bd7947138643 + languageName: node + linkType: hard + +"yeoman-environment@npm:^3.11.1": + version: 3.13.0 + resolution: "yeoman-environment@npm:3.13.0" dependencies: "@npmcli/arborist": ^4.0.4 are-we-there-yet: ^2.0.0 @@ -14671,6 +14752,7 @@ typescript@^3.9.5: grouped-queue: ^2.0.0 inquirer: ^8.0.0 is-scoped: ^2.1.0 + isbinaryfile: ^4.0.10 lodash: ^4.17.10 log-symbols: ^4.0.0 mem-fs: ^1.2.0 || ^2.0.0 @@ -14693,7 +14775,7 @@ typescript@^3.9.5: mem-fs-editor: ^8.1.2 || ^9.0.0 bin: yoe: cli/index.js - checksum: 60a19b9962184857c52003004ff600a1c99ebb19821f8d3e3a9be8dd87e72083118daa36f44f8171c0ad32a865ef975592fd26cf6edc5294c09d645a6bc7f680 + checksum: 2d622d18d2e3fff179477b6dabbdee8b380d58b5d639d300c3ace75e0533223cecb9b325baaf0f46f71879eaa5778d64b11fa660403a26ec3086b2a428484ce6 languageName: node linkType: hard