From 0249515e99dad3d14f5971150215a9677c6ae327 Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Fri, 4 Oct 2024 00:36:13 +0300 Subject: [PATCH] chore(deps): update taiga-family/ci action to v1.93.1 (#1755) --- .github/workflows/assign-author.yml | 2 +- .github/workflows/auto-merge.yml | 10 +- .github/workflows/build.yml | 8 +- .github/workflows/deploy-preview.yml | 4 +- .github/workflows/deploy.yml | 4 +- .github/workflows/e2e.yml | 20 ++-- .github/workflows/lint.yml | 26 ++--- .github/workflows/ready-to-merge.yml | 4 +- .github/workflows/release.yml | 10 +- .github/workflows/test.yml | 4 +- package-lock.json | 142 +++++++++++++-------------- 11 files changed, 117 insertions(+), 117 deletions(-) diff --git a/.github/workflows/assign-author.yml b/.github/workflows/assign-author.yml index 290714fb7..5486d87b9 100644 --- a/.github/workflows/assign-author.yml +++ b/.github/workflows/assign-author.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.2.0 - - uses: taiga-family/ci/actions/setup/variables@v1.93.0 + - uses: taiga-family/ci/actions/setup/variables@v1.93.1 - uses: toshimaru/auto-author-assign@v2.1.1 continue-on-error: true diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index e4ba0b421..c0e1a346d 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -12,7 +12,7 @@ jobs: matrix: ${{ steps.matrix.outputs.value }} steps: - uses: actions/checkout@v4.2.0 - - uses: taiga-family/ci/actions/setup/variables@v1.93.0 + - uses: taiga-family/ci/actions/setup/variables@v1.93.1 - id: matrix run: echo "value=$PR_JOBS_NAME" >> $GITHUB_OUTPUT @@ -24,7 +24,7 @@ jobs: matrix: value: ${{ fromJSON(needs.setup.outputs.matrix) }} steps: - - uses: taiga-family/ci/actions/run/wait-job@v1.93.0 + - uses: taiga-family/ci/actions/run/wait-job@v1.93.1 with: token: ${{ secrets.GITHUB_TOKEN }} job: ${{ matrix.value }} @@ -34,13 +34,13 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.2.0 - - uses: taiga-family/ci/actions/setup/variables@v1.93.0 - - uses: taiga-family/ci/actions/auto/approve/double@v1.93.0 + - uses: taiga-family/ci/actions/setup/variables@v1.93.1 + - uses: taiga-family/ci/actions/auto/approve/double@v1.93.1 if: env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true' with: token1: ${{ secrets.GITHUB_TOKEN }} token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }} - - uses: taiga-family/ci/actions/run/merge@v1.93.0 + - uses: taiga-family/ci/actions/run/merge@v1.93.1 if: env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true' with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 92eb6c6d9..c6e9aee4f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,8 +10,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.2.0 - - uses: taiga-family/ci/actions/setup/variables@v1.93.0 - - uses: taiga-family/ci/actions/setup/node@v1.93.0 + - uses: taiga-family/ci/actions/setup/variables@v1.93.1 + - uses: taiga-family/ci/actions/setup/node@v1.93.1 - run: npx nx run-many --target build --all --exclude=demo build-demo: @@ -19,8 +19,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.2.0 - - uses: taiga-family/ci/actions/setup/variables@v1.93.0 - - uses: taiga-family/ci/actions/setup/node@v1.93.0 + - uses: taiga-family/ci/actions/setup/variables@v1.93.1 + - uses: taiga-family/ci/actions/setup/node@v1.93.1 - run: npx nx build-gh-pages concurrency: diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index cbb5bbd98..b81b222ad 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -8,8 +8,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.2.0 - - uses: taiga-family/ci/actions/setup/variables@v1.93.0 - - uses: taiga-family/ci/actions/setup/node@v1.93.0 + - uses: taiga-family/ci/actions/setup/variables@v1.93.1 + - uses: taiga-family/ci/actions/setup/node@v1.93.1 - run: npm run build - name: Debug output diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 32b87bb0f..0e212b14b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,8 +10,8 @@ jobs: if: "contains(github.event.head_commit.message, 'chore(release)')" steps: - uses: actions/checkout@v4.2.0 - - uses: taiga-family/ci/actions/setup/variables@v1.93.0 - - uses: taiga-family/ci/actions/setup/node@v1.93.0 + - uses: taiga-family/ci/actions/setup/variables@v1.93.1 + - uses: taiga-family/ci/actions/setup/node@v1.93.1 - run: npx nx build-gh-pages - uses: JamesIves/github-pages-deploy-action@v4.6.8 with: diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index ddf730f4d..7db610c47 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -16,8 +16,8 @@ jobs: with: fetch-depth: 10 - - uses: taiga-family/ci/actions/setup/variables@v1.93.0 - - uses: taiga-family/ci/actions/setup/node@v1.93.0 + - uses: taiga-family/ci/actions/setup/variables@v1.93.1 + - uses: taiga-family/ci/actions/setup/node@v1.93.1 - run: npx tsc --project projects/demo-integrations/tsconfig.json - name: Mark demo-app directory for persist in cache @@ -43,8 +43,8 @@ jobs: name: Kit / ${{ matrix.project }} steps: - uses: actions/checkout@v4.2.0 - - uses: taiga-family/ci/actions/setup/variables@v1.93.0 - - uses: taiga-family/ci/actions/setup/node@v1.93.0 + - uses: taiga-family/ci/actions/setup/variables@v1.93.1 + - uses: taiga-family/ci/actions/setup/node@v1.93.1 - name: Download demo build from cache uses: actions/cache@v4 @@ -68,8 +68,8 @@ jobs: name: Recipes steps: - uses: actions/checkout@v4.2.0 - - uses: taiga-family/ci/actions/setup/variables@v1.93.0 - - uses: taiga-family/ci/actions/setup/node@v1.93.0 + - uses: taiga-family/ci/actions/setup/variables@v1.93.1 + - uses: taiga-family/ci/actions/setup/node@v1.93.1 - name: Download demo build from cache uses: actions/cache@v4 @@ -91,8 +91,8 @@ jobs: name: Others steps: - uses: actions/checkout@v4.2.0 - - uses: taiga-family/ci/actions/setup/variables@v1.93.0 - - uses: taiga-family/ci/actions/setup/node@v1.93.0 + - uses: taiga-family/ci/actions/setup/variables@v1.93.1 + - uses: taiga-family/ci/actions/setup/node@v1.93.1 - name: Download demo build from cache uses: actions/cache@v4 @@ -117,8 +117,8 @@ jobs: name: Component Testing steps: - uses: actions/checkout@v4.2.0 - - uses: taiga-family/ci/actions/setup/variables@v1.93.0 - - uses: taiga-family/ci/actions/setup/node@v1.93.0 + - uses: taiga-family/ci/actions/setup/variables@v1.93.1 + - uses: taiga-family/ci/actions/setup/node@v1.93.1 - name: Run Cypress tests run: npx nx component-test demo-integrations --browser=chrome diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2fcd4b76b..e55a46706 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -6,16 +6,16 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.2.0 - - uses: taiga-family/ci/actions/setup/variables@v1.93.0 - - uses: taiga-family/ci/actions/setup/node@v1.93.0 + - uses: taiga-family/ci/actions/setup/variables@v1.93.1 + - uses: taiga-family/ci/actions/setup/node@v1.93.1 - run: npm run typecheck cspell: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.2.0 - - uses: taiga-family/ci/actions/setup/variables@v1.93.0 - - uses: taiga-family/ci/actions/setup/node@v1.93.0 + - uses: taiga-family/ci/actions/setup/variables@v1.93.1 + - uses: taiga-family/ci/actions/setup/node@v1.93.1 - run: npm run cspell -- --no-progress prettier: @@ -24,10 +24,10 @@ jobs: - uses: actions/checkout@v4.2.0 with: persist-credentials: false - - uses: taiga-family/ci/actions/setup/variables@v1.93.0 - - uses: taiga-family/ci/actions/setup/node@v1.93.0 + - uses: taiga-family/ci/actions/setup/variables@v1.93.1 + - uses: taiga-family/ci/actions/setup/node@v1.93.1 - run: npm run prettier ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --write' || '-- --check' }} - - uses: taiga-family/ci/actions/auto/push@v1.93.0 + - uses: taiga-family/ci/actions/auto/push@v1.93.1 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} @@ -37,10 +37,10 @@ jobs: - uses: actions/checkout@v4.2.0 with: persist-credentials: false - - uses: taiga-family/ci/actions/setup/variables@v1.93.0 - - uses: taiga-family/ci/actions/setup/node@v1.93.0 + - uses: taiga-family/ci/actions/setup/variables@v1.93.1 + - uses: taiga-family/ci/actions/setup/node@v1.93.1 - run: npm run stylelint ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --fix' || '' }} - - uses: taiga-family/ci/actions/auto/push@v1.93.0 + - uses: taiga-family/ci/actions/auto/push@v1.93.1 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} @@ -50,10 +50,10 @@ jobs: - uses: actions/checkout@v4.2.0 with: persist-credentials: false - - uses: taiga-family/ci/actions/setup/variables@v1.93.0 - - uses: taiga-family/ci/actions/setup/node@v1.93.0 + - uses: taiga-family/ci/actions/setup/variables@v1.93.1 + - uses: taiga-family/ci/actions/setup/node@v1.93.1 - run: npm run lint ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --fix' || '' }} - - uses: taiga-family/ci/actions/auto/push@v1.93.0 + - uses: taiga-family/ci/actions/auto/push@v1.93.1 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/ready-to-merge.yml b/.github/workflows/ready-to-merge.yml index 3efac5cd6..cd84b2b50 100644 --- a/.github/workflows/ready-to-merge.yml +++ b/.github/workflows/ready-to-merge.yml @@ -10,8 +10,8 @@ jobs: if: github.event.review.state == 'approved' steps: - uses: actions/checkout@v4.2.0 - - uses: taiga-family/ci/actions/setup/variables@v1.93.0 - - uses: taiga-family/ci/actions/auto/label-when-approved@v1.93.0 + - uses: taiga-family/ci/actions/setup/variables@v1.93.1 + - uses: taiga-family/ci/actions/auto/label-when-approved@v1.93.1 with: approvals: 1 token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c2b450aff..5d6217c3e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,9 +18,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.2.0 - - uses: taiga-family/ci/actions/setup/variables@v1.93.0 - - uses: taiga-family/ci/actions/setup/node@v1.93.0 - - uses: taiga-family/ci/actions/run/release-it@v1.93.0 + - uses: taiga-family/ci/actions/setup/variables@v1.93.1 + - uses: taiga-family/ci/actions/setup/node@v1.93.1 + - uses: taiga-family/ci/actions/run/release-it@v1.93.1 id: release-it with: ref: ${{ github.ref }} @@ -28,12 +28,12 @@ jobs: npmToken: ${{ secrets.NPM_TOKEN }} githubToken: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} - - uses: taiga-family/ci/actions/run/read-package-json@v1.93.0 + - uses: taiga-family/ci/actions/run/read-package-json@v1.93.1 id: info - name: Announce to Telegram if: steps.release-it.outputs.released == 'true' - uses: taiga-family/ci/actions/messenger/telegram/announce@v1.93.0 + uses: taiga-family/ci/actions/messenger/telegram/announce@v1.93.1 with: chatId: ${{ secrets.TAIGA_TELEGRAM_CHAT_ID }} topicId: ${{ secrets.TAIGA_TELEGRAM_CHAT_THREAD_ID }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 044cdf18b..7e4a6a1db 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,8 +11,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.2.0 - - uses: taiga-family/ci/actions/setup/variables@v1.93.0 - - uses: taiga-family/ci/actions/setup/node@v1.93.0 + - uses: taiga-family/ci/actions/setup/variables@v1.93.1 + - uses: taiga-family/ci/actions/setup/node@v1.93.1 - name: Run tests run: npx nx run-many --target test --all --coverage diff --git a/package-lock.json b/package-lock.json index 42c2735e7..74e75b775 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7371,12 +7371,12 @@ "link": true }, "node_modules/@module-federation/bridge-react-webpack-plugin": { - "version": "0.6.8", - "resolved": "https://registry.npmjs.org/@module-federation/bridge-react-webpack-plugin/-/bridge-react-webpack-plugin-0.6.8.tgz", - "integrity": "sha512-wpWPJ4Cf4BsEOI5NHuHratiInVhUiqFE7RlL1N0Z09sMQzJSY9eZHOx4DOD3BpMLTwDCA7AOHUMrjSvxCKTQTA==", + "version": "0.6.9", + "resolved": "https://registry.npmjs.org/@module-federation/bridge-react-webpack-plugin/-/bridge-react-webpack-plugin-0.6.9.tgz", + "integrity": "sha512-KXTPO0vkrtHEIcthU3TIQEkPxoytcmdyNXRwOojZEVQhqEefykAek48ndFiVTmyOu2LW2EuzP49Le8zY7nESWQ==", "dev": true, "dependencies": { - "@module-federation/sdk": "0.6.8", + "@module-federation/sdk": "0.6.9", "@types/semver": "7.5.8", "semver": "7.6.3" } @@ -7395,14 +7395,14 @@ } }, "node_modules/@module-federation/data-prefetch": { - "version": "0.6.8", - "resolved": "https://registry.npmjs.org/@module-federation/data-prefetch/-/data-prefetch-0.6.8.tgz", - "integrity": "sha512-wq+U2qI97/wuofktYkFmrV3AbpH/DNH5fXpNxLT5mGZlUkkmYhzT5e64yM7icnum2KbU0kPkuLzEWxHCSDuexA==", + "version": "0.6.9", + "resolved": "https://registry.npmjs.org/@module-federation/data-prefetch/-/data-prefetch-0.6.9.tgz", + "integrity": "sha512-rpHxfHNkIiPA441GzXI6TMYjSrUjRWDwxJTvRQopX/P0jK5vKtNwT1UBTNF2DJkbtO1idljfhbrIufEg0OY72w==", "dev": true, "license": "MIT", "dependencies": { - "@module-federation/runtime": "0.6.8", - "@module-federation/sdk": "0.6.8", + "@module-federation/runtime": "0.6.9", + "@module-federation/sdk": "0.6.9", "fs-extra": "9.1.0" }, "peerDependencies": { @@ -7411,15 +7411,15 @@ } }, "node_modules/@module-federation/dts-plugin": { - "version": "0.6.8", - "resolved": "https://registry.npmjs.org/@module-federation/dts-plugin/-/dts-plugin-0.6.8.tgz", - "integrity": "sha512-5BBZHFo+es8EbCUoaFtaLlIkwYDru9Q4f+1H9STB/6s8wFaxqRRaapQ2GRG4643mfUiMXwTyUNMRgsUp2Xn5jA==", + "version": "0.6.9", + "resolved": "https://registry.npmjs.org/@module-federation/dts-plugin/-/dts-plugin-0.6.9.tgz", + "integrity": "sha512-uiMjjEFcMlOvRtNu8/tt7sJ5y7WTosTVym0V7lMQjgoeX0QesvZqRhgzw5gQcPcFvbk54RwTUI2rS8OEGScCFw==", "dev": true, "license": "MIT", "dependencies": { - "@module-federation/managers": "0.6.8", - "@module-federation/sdk": "0.6.8", - "@module-federation/third-party-dts-extractor": "0.6.8", + "@module-federation/managers": "0.6.9", + "@module-federation/sdk": "0.6.9", + "@module-federation/third-party-dts-extractor": "0.6.9", "adm-zip": "^0.5.10", "ansi-colors": "^4.1.3", "axios": "^1.7.4", @@ -7517,20 +7517,20 @@ } }, "node_modules/@module-federation/enhanced": { - "version": "0.6.8", - "resolved": "https://registry.npmjs.org/@module-federation/enhanced/-/enhanced-0.6.8.tgz", - "integrity": "sha512-2J3HRbFTO2Quyx/rGOf3hdRa+l6kMqntsocRNCa7GgNWlgee/zBt7GuvE7iMQSCZ/zg+xUmtQGnpnQngrmI+MA==", + "version": "0.6.9", + "resolved": "https://registry.npmjs.org/@module-federation/enhanced/-/enhanced-0.6.9.tgz", + "integrity": "sha512-4bEGQSE6zJ2FMdBTOrRiVjNNzWhUqzWEJGWbsr0bpLNAl4BVx2ah5MyKTrSYqaW//BRA2qc8rmrIreaIawr3kQ==", "dev": true, "license": "MIT", "dependencies": { - "@module-federation/bridge-react-webpack-plugin": "0.6.8", - "@module-federation/data-prefetch": "0.6.8", - "@module-federation/dts-plugin": "0.6.8", - "@module-federation/managers": "0.6.8", - "@module-federation/manifest": "0.6.8", - "@module-federation/rspack": "0.6.8", - "@module-federation/runtime-tools": "0.6.8", - "@module-federation/sdk": "0.6.8", + "@module-federation/bridge-react-webpack-plugin": "0.6.9", + "@module-federation/data-prefetch": "0.6.9", + "@module-federation/dts-plugin": "0.6.9", + "@module-federation/managers": "0.6.9", + "@module-federation/manifest": "0.6.9", + "@module-federation/rspack": "0.6.9", + "@module-federation/runtime-tools": "0.6.9", + "@module-federation/sdk": "0.6.9", "btoa": "^1.2.1", "upath": "2.0.1" }, @@ -7552,27 +7552,27 @@ } }, "node_modules/@module-federation/managers": { - "version": "0.6.8", - "resolved": "https://registry.npmjs.org/@module-federation/managers/-/managers-0.6.8.tgz", - "integrity": "sha512-bza7sRYYFxRaDuHtyszGUwT7uzAgojC2gBSBelhjHSD+Qn1NNXXUcUDrqMMnswojn0g513/NEBVDDB4Z9Qck+A==", + "version": "0.6.9", + "resolved": "https://registry.npmjs.org/@module-federation/managers/-/managers-0.6.9.tgz", + "integrity": "sha512-q3AOQXcWWpdUZI1gDIi9j/UqcP+FJBYXj/e4pNp3QAteJwS/Ve9UP3y0hW27bIbAWZSSajWsYbf/+YLnktA/kQ==", "dev": true, "license": "MIT", "dependencies": { - "@module-federation/sdk": "0.6.8", + "@module-federation/sdk": "0.6.9", "find-pkg": "2.0.0", "fs-extra": "9.1.0" } }, "node_modules/@module-federation/manifest": { - "version": "0.6.8", - "resolved": "https://registry.npmjs.org/@module-federation/manifest/-/manifest-0.6.8.tgz", - "integrity": "sha512-WXgPmXewArD/6FZKcLGALCz9hJisVYx/5PB19o1eLl9FBN/Wq485e8FKF4HZ8DH2FAhk2bUMikPbroaVQXQ+lQ==", + "version": "0.6.9", + "resolved": "https://registry.npmjs.org/@module-federation/manifest/-/manifest-0.6.9.tgz", + "integrity": "sha512-JMSPDpHODXOmTyJes8GJ950mbN7tqjQzqgFVUubDOVFOmlC0/MYaRzRPmkApz6d8nUfMbLZYzxNSaBHx8GP0/Q==", "dev": true, "license": "MIT", "dependencies": { - "@module-federation/dts-plugin": "0.6.8", - "@module-federation/managers": "0.6.8", - "@module-federation/sdk": "0.6.8", + "@module-federation/dts-plugin": "0.6.9", + "@module-federation/managers": "0.6.9", + "@module-federation/sdk": "0.6.9", "chalk": "3.0.0", "find-pkg": "2.0.0" } @@ -7651,18 +7651,18 @@ } }, "node_modules/@module-federation/rspack": { - "version": "0.6.8", - "resolved": "https://registry.npmjs.org/@module-federation/rspack/-/rspack-0.6.8.tgz", - "integrity": "sha512-qkz9MOlZFXZiaTOEFCcGRgezGE37msCeS5kF1ZRZhcflbFzWyiZ2xCiKA+qFlft0uw6tCvCSJLj4w5TbM82LJw==", + "version": "0.6.9", + "resolved": "https://registry.npmjs.org/@module-federation/rspack/-/rspack-0.6.9.tgz", + "integrity": "sha512-N5yBqN8ijSRZKd0kbIvpZNil0y8rFa8cREKI1QsW1+EYUKwOUBFwF55tFdTmNCKmpZqSEBtcNjRGZXknsYPQxg==", "dev": true, "license": "MIT", "dependencies": { - "@module-federation/bridge-react-webpack-plugin": "0.6.8", - "@module-federation/dts-plugin": "0.6.8", - "@module-federation/managers": "0.6.8", - "@module-federation/manifest": "0.6.8", - "@module-federation/runtime-tools": "0.6.8", - "@module-federation/sdk": "0.6.8" + "@module-federation/bridge-react-webpack-plugin": "0.6.9", + "@module-federation/dts-plugin": "0.6.9", + "@module-federation/managers": "0.6.9", + "@module-federation/manifest": "0.6.9", + "@module-federation/runtime-tools": "0.6.9", + "@module-federation/sdk": "0.6.9" }, "peerDependencies": { "typescript": "^4.9.0 || ^5.0.0", @@ -7678,37 +7678,37 @@ } }, "node_modules/@module-federation/runtime": { - "version": "0.6.8", - "resolved": "https://registry.npmjs.org/@module-federation/runtime/-/runtime-0.6.8.tgz", - "integrity": "sha512-mKKRr+ttGpW3ZFp/eKR6tzQ73gO3NMb/KtnDtEFKWlYwYcCUphupXUqOtYhGFMQjALYwtyo2OhvJHcLqpdy9Hw==", + "version": "0.6.9", + "resolved": "https://registry.npmjs.org/@module-federation/runtime/-/runtime-0.6.9.tgz", + "integrity": "sha512-G1x+6jyW5sW1X+TtWaKigGhwqiHE8MESvi3ntE9ICxwELAGBonmsqDqnLSrdEy6poBKslvPANPJr0Nn9pvW9lg==", "dev": true, "license": "MIT", "dependencies": { - "@module-federation/sdk": "0.6.8" + "@module-federation/sdk": "0.6.9" } }, "node_modules/@module-federation/runtime-tools": { - "version": "0.6.8", - "resolved": "https://registry.npmjs.org/@module-federation/runtime-tools/-/runtime-tools-0.6.8.tgz", - "integrity": "sha512-ZAuaT+WJD4CUNJQR48n+GmWC3kpgtnBbO0NSwIqCtM3j9FgyIgdNKLxG3v3Z3KiH6Vy+T5mYbYy6vvA3j+LLuA==", + "version": "0.6.9", + "resolved": "https://registry.npmjs.org/@module-federation/runtime-tools/-/runtime-tools-0.6.9.tgz", + "integrity": "sha512-AhsEBXo8IW1ATMKS1xfJaxBiHu9n5z6WUOAIWdPpWXXBJhTFgOs0K1xAod0xLJY4YH/B5cwEcHRPN3FEs2/0Ww==", "dev": true, "license": "MIT", "dependencies": { - "@module-federation/runtime": "0.6.8", - "@module-federation/webpack-bundler-runtime": "0.6.8" + "@module-federation/runtime": "0.6.9", + "@module-federation/webpack-bundler-runtime": "0.6.9" } }, "node_modules/@module-federation/sdk": { - "version": "0.6.8", - "resolved": "https://registry.npmjs.org/@module-federation/sdk/-/sdk-0.6.8.tgz", - "integrity": "sha512-TgmyueXEeEwalXmjsWbGZQE4Lt+XfQctDOeSiTbKxIMIFl+ffP9kRJ+6i7HiRoHMbXMy9x9V1HdigJGcntvT3g==", + "version": "0.6.9", + "resolved": "https://registry.npmjs.org/@module-federation/sdk/-/sdk-0.6.9.tgz", + "integrity": "sha512-xmTxb9LgncxPGsBrN6AT/+aHnFGv8swbeNl0PcSeVbXTGLu3Gp7j+5J+AhJoWNB++SLguRwBd8LjB1d8mNKLDg==", "dev": true, "license": "MIT" }, "node_modules/@module-federation/third-party-dts-extractor": { - "version": "0.6.8", - "resolved": "https://registry.npmjs.org/@module-federation/third-party-dts-extractor/-/third-party-dts-extractor-0.6.8.tgz", - "integrity": "sha512-j/KEfLW0s47lVHcY2D1vXunm5jooSoSUMqOKrND1BZZXie+v0xnDDBHdBsz8LdE1FIWADJaC7nyKnN0LiLtqSg==", + "version": "0.6.9", + "resolved": "https://registry.npmjs.org/@module-federation/third-party-dts-extractor/-/third-party-dts-extractor-0.6.9.tgz", + "integrity": "sha512-im00IQyX/siJz+SaAmJo6vGmMBig7UYzcrPD1N5NeiZonxdT1RZk9iXUP419UESgovYy4hM6w4qdCq6PMMl2bw==", "dev": true, "license": "MIT", "dependencies": { @@ -7736,14 +7736,14 @@ } }, "node_modules/@module-federation/webpack-bundler-runtime": { - "version": "0.6.8", - "resolved": "https://registry.npmjs.org/@module-federation/webpack-bundler-runtime/-/webpack-bundler-runtime-0.6.8.tgz", - "integrity": "sha512-6VCQNnlqehHRt7cXaBSsiLHTJ1TG2qzKMAI9uomOpBfevHMxunol0mgQAMX2EHjp1hIKRnaiaPIzBtOlv/TsrA==", + "version": "0.6.9", + "resolved": "https://registry.npmjs.org/@module-federation/webpack-bundler-runtime/-/webpack-bundler-runtime-0.6.9.tgz", + "integrity": "sha512-ME1MjNT/a4MFI3HaJDM06olJ+/+H8lk4oDOdwwEZI2JSH3UoqCDrMcjSKCjBNMGzza57AowGobo1LHQeY8yZ8Q==", "dev": true, "license": "MIT", "dependencies": { - "@module-federation/runtime": "0.6.8", - "@module-federation/sdk": "0.6.8" + "@module-federation/runtime": "0.6.9", + "@module-federation/sdk": "0.6.9" } }, "node_modules/@napi-rs/nice": { @@ -10601,9 +10601,9 @@ } }, "node_modules/@octokit/types": { - "version": "13.6.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.6.0.tgz", - "integrity": "sha512-CrooV/vKCXqwLa+osmHLIMUb87brpgUqlqkPGc6iE2wCkUvTrHiXFMhAKoDDaAAYJrtKtrFTgSQTg5nObBEaew==", + "version": "13.6.1", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.6.1.tgz", + "integrity": "sha512-PHZE9Z+kWXb23Ndik8MKPirBPziOc0D2/3KH1P+6jK5nGWe96kadZuE4jev2/Jq7FvIfTlT2Ltg8Fv2x1v0a5g==", "dev": true, "license": "MIT", "peer": true, @@ -21045,9 +21045,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.5.31", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.31.tgz", - "integrity": "sha512-QcDoBbQeYt0+3CWcK/rEbuHvwpbT/8SV9T3OSgs6cX1FlcUAkgrkqbg9zLnDrMM/rLamzQwal4LYFCiWk861Tg==", + "version": "1.5.32", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.32.tgz", + "integrity": "sha512-M+7ph0VGBQqqpTT2YrabjNKSQ2fEl9PVx6AK3N558gDH9NO8O6XN9SXXFWRo9u9PbEg/bWq+tjXQr+eXmxubCw==", "dev": true, "license": "ISC" },