diff --git a/.github/actions/e2e-clean/action.yml b/.github/actions/e2e-clean/action.yml index 5df42e3701..b42d107b64 100644 --- a/.github/actions/e2e-clean/action.yml +++ b/.github/actions/e2e-clean/action.yml @@ -7,7 +7,7 @@ inputs: runs: using: composite steps: - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 + - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 with: cache: 'npm' node-version-file: '.nvmrc' diff --git a/.github/actions/e2e-login/action.yml b/.github/actions/e2e-login/action.yml index f2ab79c589..31f21fef71 100644 --- a/.github/actions/e2e-login/action.yml +++ b/.github/actions/e2e-login/action.yml @@ -43,7 +43,7 @@ runs: run: | echo "${{ env.E2E_TOKEN_PASSPHRASE }}" | gpg -a --batch --passphrase-fd 0 --symmetric --cipher-algo AES256 --output encodedConfig $CLI_CONFIG_PATH echo "cliConfigJson=$(base64 -w 0 encodedConfig)" >> $GITHUB_OUTPUT - - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3 + - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3 if: cancelled() || failure() || success() with: name: login-test-artifacts diff --git a/.github/actions/e2e-run/action.yml b/.github/actions/e2e-run/action.yml index 95cc1de9a0..9c6d749758 100644 --- a/.github/actions/e2e-run/action.yml +++ b/.github/actions/e2e-run/action.yml @@ -36,11 +36,11 @@ runs: run: | git config --global core.autocrlf false git config --global core.eol lf - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 + - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 with: cache: 'npm' node-version-file: '.nvmrc' - - uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4 + - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4 with: cache: 'pip' python-version: '3.10' @@ -76,7 +76,7 @@ runs: npm_config_registry: ${{inputs.npmRegistry}} working-directory: packages/cli-e2e run: npm run jest:ci -- ${{inputs.spec}} ${{inputs.flag}} - - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3 + - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3 if: cancelled() || failure() || success() with: name: ${{inputs.os}}-${{inputs.node}}-${{inputs.spec}}-test-artifacts diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3b00f65158..97cd35fea0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,8 +32,8 @@ jobs: run: | git config --global core.autocrlf false git config --global core.eol lf - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 with: cache: 'npm' node-version-file: '.nvmrc' @@ -58,8 +58,8 @@ jobs: run: | git config --global core.autocrlf false git config --global core.eol lf - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 with: cache: 'npm' node-version-file: '.nvmrc' @@ -79,8 +79,8 @@ jobs: # ID of the test run to identify resources to teardown. TEST_RUN_ID: 'id${{ matrix.os }}-${{ github.sha }}-${{ github.run_attempt }}g' steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 with: cache: 'npm' node-version-file: '.nvmrc' @@ -98,20 +98,20 @@ jobs: run: | git config --global core.autocrlf false git config --global core.eol lf - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 with: # pulls all commits (needed for computing the next version) fetch-depth: 0 - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 + - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 with: cache: 'npm' node-version-file: '.nvmrc' - - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3 + - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3 if: ${{matrix.os == 'ubuntu-20.04'}} with: path: packages/cli-e2e/verdaccio key: verdaccio-${{matrix.os}}-${{ github.sha }}-${{ github.run_attempt }} - - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3 + - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3 if: ${{matrix.os == 'windows-latest'}} with: path: packages\cli-e2e\verdaccio @@ -121,7 +121,7 @@ jobs: run: npm run build - name: Setup E2E tests run: node -r ts-node/register/transpile-only packages/cli-e2e/setup/ci-verdaccio.ts - - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3 + - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3 if: cancelled() || failure() || success() with: name: ${{matrix.os}}-verdaccio-publish-artifacts @@ -156,14 +156,14 @@ jobs: COVEO_DISABLE_AUTOUPDATE: true CLI_CONFIG_JSON: ${{needs.e2e-setup-login.outputs.cliConfigJson}} steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 - - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3 if: ${{matrix.os == 'ubuntu-20.04'}} with: path: packages/cli-e2e/verdaccio key: verdaccio-${{matrix.os}}-${{ github.sha }}-${{ github.run_attempt }} restore-keys: verdaccio-${{matrix.os}}-${{ github.sha }} - - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3 + - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3 if: ${{matrix.os == 'windows-latest'}} with: path: packages\cli-e2e\verdaccio @@ -187,7 +187,7 @@ jobs: TEST_RUN_ID: '${{ github.sha }}-${{ github.run_attempt }}g' CLI_CONFIG_JSON: ${{needs.e2e-setup-login.outputs.cliConfigJson}} steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - uses: ./.github/actions/e2e-clean with: cliConfigJson: ${{ env.CLI_CONFIG_JSON }} @@ -208,11 +208,11 @@ jobs: runs-on: ubuntu-20.04 environment: prerelease steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 with: # pulls all commits (needed for computing the next version) fetch-depth: 0 - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 + - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 with: registry-url: 'https://registry.npmjs.org' - name: Install dependencies diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 82df9d327e..a89d7b4bc0 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -29,12 +29,12 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - name: Initialize CodeQL - uses: github/codeql-action/init@f3feb00acb00f31a6f60280e6ace9ca31d91c76a # v2 + uses: github/codeql-action/init@c2dc67199a2e650d535d7de586a07597aea4d9c7 # v2 with: languages: ${{ matrix.language }} config-file: .github/codeql/config.yml - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@f3feb00acb00f31a6f60280e6ace9ca31d91c76a # v2 + uses: github/codeql-action/analyze@c2dc67199a2e650d535d7de586a07597aea4d9c7 # v2 diff --git a/.github/workflows/daily-e2e.yml b/.github/workflows/daily-e2e.yml index 5ef51d2fd1..d60bf05a2b 100644 --- a/.github/workflows/daily-e2e.yml +++ b/.github/workflows/daily-e2e.yml @@ -32,13 +32,13 @@ jobs: # ID of the test run to identify resources to teardown. TEST_RUN_ID: 'id${{ matrix.os }}-${{ github.sha }}-${{ github.run_attempt }}-dailyg' steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 with: # pulls all commits (needed for computing the next version) fetch-depth: 0 - name: Checkout last tag run: git checkout $(git describe --abbrev=0 --tags) - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 + - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 with: cache: 'npm' node-version-file: '.nvmrc' @@ -75,7 +75,7 @@ jobs: COVEO_DISABLE_AUTOUPDATE: true CLI_CONFIG_JSON: ${{needs.e2e-setup-login.outputs.cliConfigJson}} steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 with: # pulls all commits (needed for computing the next version) fetch-depth: 0 @@ -99,7 +99,7 @@ jobs: TEST_RUN_ID: '${{ github.sha }}-${{ github.run_attempt }}-dailyg' CLI_CONFIG_JSON: ${{needs.e2e-setup-login.outputs.cliConfigJson}} steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 with: # pulls all commits (needed for computing the next version) fetch-depth: 0 diff --git a/.github/workflows/delete-resources.yml b/.github/workflows/delete-resources.yml index c4ac820679..ef87f64293 100644 --- a/.github/workflows/delete-resources.yml +++ b/.github/workflows/delete-resources.yml @@ -17,8 +17,8 @@ jobs: PLATFORM_USER_NAME: ${{ secrets.PLATFORM_USER_NAME }} PLATFORM_USER_PASSWORD: ${{ secrets.PLATFORM_USER_PASSWORD }} steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 with: cache: 'npm' node-version-file: '.nvmrc' @@ -41,7 +41,7 @@ jobs: node ./scripts/cleaning/delete-orgs.js --olderThan 1d env: DISPLAY: ':1' - - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3 + - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3 if: cancelled() || failure() || success() with: name: cleaning-artifacts diff --git a/.github/workflows/merge-bot.yml b/.github/workflows/merge-bot.yml index 9802e87e7d..1a25581b22 100644 --- a/.github/workflows/merge-bot.yml +++ b/.github/workflows/merge-bot.yml @@ -13,6 +13,6 @@ jobs: env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} steps: - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 + - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 - name: Run the Bot run: npx @coveo/merge-bot diff --git a/.github/workflows/package-lock-version-fail.yml b/.github/workflows/package-lock-version-fail.yml index a20d4fb3ad..18c359b353 100644 --- a/.github/workflows/package-lock-version-fail.yml +++ b/.github/workflows/package-lock-version-fail.yml @@ -14,6 +14,6 @@ jobs: lockfile-version: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - name: Check lockfileVersion of all package-lock.json run: node scripts/check-lockfile-versions.js $(find ./ -xdev -wholename '**/package-lock.json') diff --git a/.github/workflows/pr-title-semantic-lint.yml b/.github/workflows/pr-title-semantic-lint.yml index e8d37ce52e..c487efdbb8 100644 --- a/.github/workflows/pr-title-semantic-lint.yml +++ b/.github/workflows/pr-title-semantic-lint.yml @@ -9,7 +9,7 @@ jobs: env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - name: Ensure PR Title is Semantic run: | npm ci diff --git a/.github/workflows/prbot.yml b/.github/workflows/prbot.yml index f29c155205..ec0d0a22be 100644 --- a/.github/workflows/prbot.yml +++ b/.github/workflows/prbot.yml @@ -8,10 +8,10 @@ jobs: env: GITHUB_CREDENTIALS: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 with: fetch-depth: 0 - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 + - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 with: cache: 'npm' node-version-file: '.nvmrc' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 55d822cea6..17dc8d064e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,11 +38,11 @@ jobs: # ID of the test run to identify resources to teardown. TEST_RUN_ID: 'idubuntu-20.04-${{ github.sha }}-${{ github.run_attempt }}-releaseg' steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 with: # pulls all commits (needed for computing the next version) fetch-depth: 0 - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 + - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 with: cache: 'npm' node-version-file: '.nvmrc' @@ -58,11 +58,11 @@ jobs: outputs: shouldReleaseCli: $${{steps.release.outputs.shouldReleaseCli}} steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 with: # pulls all commits (needed for computing the next version) fetch-depth: 0 - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 + - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 with: registry-url: 'https://registry.npmjs.org' cache: 'npm' @@ -83,7 +83,7 @@ jobs: git commit -m "patch" git format-patch HEAD^1 --output=release.patch - name: Upload artifacts - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3 + uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3 with: name: npm-release path: | @@ -118,11 +118,11 @@ jobs: 'vue.specs.ts', ] steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 with: # pulls all commits (needed for computing the next version) fetch-depth: 0 - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 + - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 with: registry-url: 'https://registry.npmjs.org' cache: 'npm' @@ -156,7 +156,7 @@ jobs: } >> "$GITHUB_OUTPUT" - name: Upload Jest Snapshots if: ${{ steps.snapshots-path.outputs.snapshotsPath != ''}} - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3 + uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3 with: name: release-e2e-snaps path: ${{ steps.snapshots-path.outputs.snapshotsPath }} @@ -170,7 +170,7 @@ jobs: TEST_RUN_ID: '${{ github.sha }}-${{ github.run_attempt }}-releaseg' CLI_CONFIG_JSON: ${{needs.e2e-setup-login.outputs.cliConfigJson}} steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 with: # pulls all commits (needed for computing the next version) fetch-depth: 0 @@ -189,8 +189,8 @@ jobs: - name: Setup runner # Ensure we can use as many file watcher as we want. see https://github.com/facebook/create-react-app/blob/master/docusaurus/docs/troubleshooting.md#npm-start-fail-due-to-watch-error run: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 with: cache: 'npm' node-version-file: '.nvmrc' @@ -218,7 +218,7 @@ jobs: } >> "$GITHUB_OUTPUT" - name: Upload Jest Snapshots if: ${{ steps.snapshots-path.outputs.snapshotsPath != ''}} - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3 + uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3 with: name: release-e2e-snaps path: ${{ steps.snapshots-path.outputs.snapshotsPath }} @@ -229,11 +229,11 @@ jobs: env: GITHUB_CREDENTIALS: ${{ secrets.CLI_RELEASE }} # Required to lock master steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 with: # pulls all commits (needed for computing the next version) fetch-depth: 0 - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 + - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 with: registry-url: 'https://registry.npmjs.org' cache: 'npm' @@ -298,11 +298,11 @@ jobs: for: 'linux install kit' steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 with: # pulls all commits (needed for finding the @coveo/cli version to release) fetch-depth: 0 - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 + - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 with: registry-url: 'https://registry.npmjs.org' cache: 'npm' @@ -399,7 +399,7 @@ jobs: mv "coveo-v${{env.CLI_VERSION}}-${{env.commitSHA1}}-arm64-signed.pkg" "coveo-v${{env.CLI_VERSION}}-${{env.commitSHA1}}-arm64.pkg" rm notarization-arm64.zip notarization-x64.zip - name: Upload binaries - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3 + uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3 with: name: release-binaries path: ./packages/cli/core/dist/**/* @@ -411,11 +411,11 @@ jobs: env: GITHUB_CREDENTIALS: ${{ secrets.CLI_RELEASE }} # Required to lock master steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 with: # pulls all commits (needed for computing the next version) fetch-depth: 0 - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 + - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 with: registry-url: 'https://registry.npmjs.org' cache: 'npm' @@ -447,7 +447,7 @@ jobs: RELEASER_INSTALLATION_ID: ${{ secrets.RELEASER_INSTALLATION_ID }} DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }} - name: Upload binaries - uses: svenstaro/upload-release-action@7319e4733ec7a184d739a6f412c40ffc339b69c7 # 2.5.0 + uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # 2.9.0 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: ./release-binaries/**/* diff --git a/.github/workflows/renovate-config-validator.yml b/.github/workflows/renovate-config-validator.yml index 1565cfa0df..def300c4a4 100644 --- a/.github/workflows/renovate-config-validator.yml +++ b/.github/workflows/renovate-config-validator.yml @@ -14,8 +14,8 @@ jobs: renovate-config: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 with: cache: 'npm' node-version-file: '.nvmrc' diff --git a/.github/workflows/renovate-jest-snap-updater.yml b/.github/workflows/renovate-jest-snap-updater.yml index ff159e9c37..3e5801af5a 100644 --- a/.github/workflows/renovate-jest-snap-updater.yml +++ b/.github/workflows/renovate-jest-snap-updater.yml @@ -33,10 +33,10 @@ jobs: run: | git config --global core.autocrlf false git config --global core.eol lf - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 with: ref: ${{ github.event.workflow_run.head_branch }} - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 + - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 with: cache: 'npm' node-version-file: '.nvmrc' diff --git a/.nvmrc b/.nvmrc index 43bff1f8cf..726a201e63 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20.9.0 \ No newline at end of file +20.11.1 \ No newline at end of file diff --git a/package.json b/package.json index f1d62640f5..c733069738 100644 --- a/package.json +++ b/package.json @@ -9,46 +9,46 @@ "license": "Apache-2.0", "bugs": "https://github.com/coveo/cli/issues", "devDependencies": { - "@actions/core": "1.10.0", + "@actions/core": "1.10.1", "@actions/github": "5.1.1", - "@commitlint/config-conventional": "17.6.1", - "@commitlint/lint": "17.6.1", - "@coveo/platform-client": "52.1.0", - "@coveo/semantic-monorepo-tools": "2.1.2", + "@commitlint/config-conventional": "17.8.1", + "@commitlint/lint": "17.8.1", + "@coveo/platform-client": "52.6.1", + "@coveo/semantic-monorepo-tools": "2.4.21", "@coveord/release": "1.0.0", - "@npmcli/arborist": "6.2.8", + "@npmcli/arborist": "6.5.1", "@nrwl/cli": "latest", "@nrwl/workspace": "latest", - "@types/node": "18.16.3", - "@typescript-eslint/eslint-plugin": "5.59.1", - "@typescript-eslint/parser": "5.59.1", + "@types/node": "18.19.26", + "@typescript-eslint/eslint-plugin": "5.62.0", + "@typescript-eslint/parser": "5.62.0", "abortcontroller-polyfill": "1.7.5", "async-retry": "1.3.3", - "aws-sdk": "2.1368.0", - "chai": "4.3.7", + "aws-sdk": "2.1582.0", + "chai": "4.4.1", "conventional-changelog-angular": "5.0.13", "cz-conventional-changelog": "3.3.0", - "dotenv": "16.0.3", - "eslint": "8.39.0", - "eslint-config-prettier": "8.8.0", + "dotenv": "16.4.5", + "eslint": "8.57.0", + "eslint-config-prettier": "8.10.0", "eslint-plugin-node": "11.1.0", "eslint-plugin-prettier": "4.2.1", "exponential-backoff": "3.1.1", - "fs-extra": "11.1.1", + "fs-extra": "11.2.0", "gts": "3.1.1", "husky": "8.0.3", "isomorphic-fetch": "3.0.0", - "lint-staged": "13.2.2", - "moment": "2.29.4", + "lint-staged": "13.3.0", + "moment": "2.30.1", "npm-registry-fetch": "^14.0.2", "oclif": "3.4.3", - "octokit": "2.0.14", + "octokit": "2.1.0", "patch-package": "6.5.1", "prettier": "2.8.8", "rimraf": "4.4.1", - "semver": "7.5.2", + "semver": "7.6.0", "ts-dedent": "2.2.0", - "ts-node": "10.9.1", + "ts-node": "10.9.2", "typescript": "4.9.5", "yargs": "17.7.2" }, diff --git a/packages/cli-e2e/npm-shim/package-lock.json b/packages/cli-e2e/npm-shim/package-lock.json index 58e61e6938..0efd4b8685 100644 --- a/packages/cli-e2e/npm-shim/package-lock.json +++ b/packages/cli-e2e/npm-shim/package-lock.json @@ -13,15 +13,17 @@ } }, "node_modules/npm": { - "version": "9.3.0", - "resolved": "https://registry.npmjs.org/npm/-/npm-9.3.0.tgz", - "integrity": "sha512-5Yl4snmvEzFkHPAzr5wq9pdEh0NBupqRmhQzBT5YdCGN0lSnKHd9JPJSbm7jZri81uXFl3YG6wrpWVAyTbZr7g==", + "version": "9.9.3", + "resolved": "https://registry.npmjs.org/npm/-/npm-9.9.3.tgz", + "integrity": "sha512-Z1l+rcQ5kYb17F3hHtO601arEpvdRYnCLtg8xo3AGtyj3IthwaraEOexI9903uANkifFbqHC8hT53KIrozWg8A==", "bundleDependencies": [ "@isaacs/string-locale-compare", "@npmcli/arborist", "@npmcli/config", + "@npmcli/fs", "@npmcli/map-workspaces", "@npmcli/package-json", + "@npmcli/promise-spawn", "@npmcli/run-script", "abbrev", "archy", @@ -55,10 +57,10 @@ "minimatch", "minipass", "minipass-pipeline", - "mkdirp", "ms", "node-gyp", "nopt", + "normalize-package-data", "npm-audit-report", "npm-install-checks", "npm-package-arg", @@ -73,10 +75,11 @@ "proc-log", "qrcode-terminal", "read", - "read-package-json", - "read-package-json-fast", "semver", + "sigstore", + "spdx-expression-parse", "ssri", + "supports-color", "tar", "text-table", "tiny-relative-date", @@ -85,74 +88,84 @@ "which", "write-file-atomic" ], + "workspaces": [ + "docs", + "smoke-tests", + "mock-globals", + "mock-registry", + "workspaces/*" + ], "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", - "@npmcli/arborist": "^6.1.6", - "@npmcli/config": "^6.1.1", - "@npmcli/map-workspaces": "^3.0.0", - "@npmcli/package-json": "^3.0.0", - "@npmcli/run-script": "^6.0.0", + "@npmcli/arborist": "^6.5.0", + "@npmcli/config": "^6.4.0", + "@npmcli/fs": "^3.1.0", + "@npmcli/map-workspaces": "^3.0.4", + "@npmcli/package-json": "^4.0.1", + "@npmcli/promise-spawn": "^6.0.2", + "@npmcli/run-script": "^6.0.2", "abbrev": "^2.0.0", "archy": "~1.0.0", - "cacache": "^17.0.3", - "chalk": "^4.1.2", - "ci-info": "^3.7.0", + "cacache": "^17.1.4", + "chalk": "^5.3.0", + "ci-info": "^4.0.0", "cli-columns": "^4.0.0", "cli-table3": "^0.6.3", "columnify": "^1.6.0", "fastest-levenshtein": "^1.0.16", - "fs-minipass": "^2.1.0", - "glob": "^8.0.1", - "graceful-fs": "^4.2.10", + "fs-minipass": "^3.0.3", + "glob": "^10.3.10", + "graceful-fs": "^4.2.11", "hosted-git-info": "^6.1.1", - "ini": "^3.0.1", - "init-package-json": "^4.0.1", + "ini": "^4.1.1", + "init-package-json": "^5.0.0", "is-cidr": "^4.0.2", - "json-parse-even-better-errors": "^3.0.0", - "libnpmaccess": "^7.0.1", - "libnpmdiff": "^5.0.7", - "libnpmexec": "^5.0.7", - "libnpmfund": "^4.0.7", - "libnpmhook": "^9.0.1", - "libnpmorg": "^5.0.1", - "libnpmpack": "^5.0.7", - "libnpmpublish": "^7.0.6", - "libnpmsearch": "^6.0.1", - "libnpmteam": "^5.0.1", - "libnpmversion": "^4.0.1", - "make-fetch-happen": "^11.0.2", - "minimatch": "^5.1.1", - "minipass": "^4.0.0", + "json-parse-even-better-errors": "^3.0.1", + "libnpmaccess": "^7.0.2", + "libnpmdiff": "^5.0.20", + "libnpmexec": "^6.0.4", + "libnpmfund": "^4.2.1", + "libnpmhook": "^9.0.3", + "libnpmorg": "^5.0.4", + "libnpmpack": "^5.0.20", + "libnpmpublish": "^7.5.1", + "libnpmsearch": "^6.0.2", + "libnpmteam": "^5.0.3", + "libnpmversion": "^4.0.2", + "make-fetch-happen": "^11.1.1", + "minimatch": "^9.0.3", + "minipass": "^7.0.4", "minipass-pipeline": "^1.2.4", - "mkdirp": "^1.0.4", "ms": "^2.1.2", - "node-gyp": "^9.3.0", - "nopt": "^7.0.0", - "npm-audit-report": "^4.0.0", - "npm-install-checks": "^6.0.0", + "node-gyp": "^9.4.1", + "nopt": "^7.2.0", + "normalize-package-data": "^5.0.0", + "npm-audit-report": "^5.0.0", + "npm-install-checks": "^6.3.0", "npm-package-arg": "^10.1.0", - "npm-pick-manifest": "^8.0.1", + "npm-pick-manifest": "^8.0.2", "npm-profile": "^7.0.1", - "npm-registry-fetch": "^14.0.3", - "npm-user-validate": "^1.0.1", + "npm-registry-fetch": "^14.0.5", + "npm-user-validate": "^2.0.0", "npmlog": "^7.0.1", "p-map": "^4.0.0", - "pacote": "^15.0.7", - "parse-conflict-json": "^3.0.0", + "pacote": "^15.2.0", + "parse-conflict-json": "^3.0.1", "proc-log": "^3.0.0", "qrcode-terminal": "^0.12.0", - "read": "~1.0.7", - "read-package-json": "^6.0.0", - "read-package-json-fast": "^3.0.1", - "semver": "^7.3.8", - "ssri": "^10.0.1", - "tar": "^6.1.13", + "read": "^2.1.0", + "semver": "^7.6.0", + "sigstore": "^1.9.0", + "spdx-expression-parse": "^3.0.1", + "ssri": "^10.0.5", + "supports-color": "^9.4.0", + "tar": "^6.2.0", "text-table": "~0.2.0", "tiny-relative-date": "^1.3.0", "treeverse": "^3.0.0", "validate-npm-package-name": "^5.0.0", - "which": "^3.0.0", - "write-file-atomic": "^5.0.0" + "which": "^3.0.1", + "write-file-atomic": "^5.0.1" }, "bin": { "npm": "bin/npm-cli.js", @@ -176,49 +189,111 @@ "inBundle": true, "license": "MIT" }, + "node_modules/npm/node_modules/@isaacs/cliui": { + "version": "8.0.2", + "inBundle": true, + "license": "ISC", + "dependencies": { + "string-width": "^5.1.2", + "string-width-cjs": "npm:string-width@^4.2.0", + "strip-ansi": "^7.0.1", + "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", + "wrap-ansi": "^8.1.0", + "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/npm/node_modules/@isaacs/cliui/node_modules/ansi-regex": { + "version": "6.0.1", + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex": { + "version": "9.2.2", + "inBundle": true, + "license": "MIT" + }, + "node_modules/npm/node_modules/@isaacs/cliui/node_modules/string-width": { + "version": "5.1.2", + "inBundle": true, + "license": "MIT", + "dependencies": { + "eastasianwidth": "^0.2.0", + "emoji-regex": "^9.2.2", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/npm/node_modules/@isaacs/cliui/node_modules/strip-ansi": { + "version": "7.1.0", + "inBundle": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, "node_modules/npm/node_modules/@isaacs/string-locale-compare": { "version": "1.1.0", "inBundle": true, "license": "ISC" }, "node_modules/npm/node_modules/@npmcli/arborist": { - "version": "6.1.6", + "version": "6.5.1", "inBundle": true, "license": "ISC", "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", "@npmcli/fs": "^3.1.0", - "@npmcli/installed-package-contents": "^2.0.0", - "@npmcli/map-workspaces": "^3.0.0", + "@npmcli/installed-package-contents": "^2.0.2", + "@npmcli/map-workspaces": "^3.0.2", "@npmcli/metavuln-calculator": "^5.0.0", - "@npmcli/name-from-folder": "^1.0.1", + "@npmcli/name-from-folder": "^2.0.0", "@npmcli/node-gyp": "^3.0.0", - "@npmcli/package-json": "^3.0.0", - "@npmcli/query": "^3.0.0", + "@npmcli/package-json": "^4.0.0", + "@npmcli/query": "^3.1.0", "@npmcli/run-script": "^6.0.0", "bin-links": "^4.0.1", - "cacache": "^17.0.3", + "cacache": "^17.0.4", "common-ancestor-path": "^1.0.1", "hosted-git-info": "^6.1.1", "json-parse-even-better-errors": "^3.0.0", "json-stringify-nice": "^1.1.4", - "minimatch": "^5.1.1", + "minimatch": "^9.0.0", "nopt": "^7.0.0", - "npm-install-checks": "^6.0.0", + "npm-install-checks": "^6.2.0", "npm-package-arg": "^10.1.0", "npm-pick-manifest": "^8.0.1", "npm-registry-fetch": "^14.0.3", "npmlog": "^7.0.1", - "pacote": "^15.0.7", + "pacote": "^15.0.8", "parse-conflict-json": "^3.0.0", "proc-log": "^3.0.0", "promise-all-reject-late": "^1.0.0", - "promise-call-limit": "^1.0.1", - "read-package-json-fast": "^3.0.1", + "promise-call-limit": "^1.0.2", + "read-package-json-fast": "^3.0.2", "semver": "^7.3.7", "ssri": "^10.0.1", "treeverse": "^3.0.0", - "walk-up-path": "^1.0.0" + "walk-up-path": "^3.0.1" }, "bin": { "arborist": "bin/index.js" @@ -228,17 +303,18 @@ } }, "node_modules/npm/node_modules/@npmcli/config": { - "version": "6.1.1", + "version": "6.4.1", "inBundle": true, "license": "ISC", "dependencies": { - "@npmcli/map-workspaces": "^3.0.0", - "ini": "^3.0.0", + "@npmcli/map-workspaces": "^3.0.2", + "ci-info": "^4.0.0", + "ini": "^4.1.0", "nopt": "^7.0.0", "proc-log": "^3.0.0", - "read-package-json-fast": "^3.0.0", + "read-package-json-fast": "^3.0.2", "semver": "^7.3.5", - "walk-up-path": "^1.0.0" + "walk-up-path": "^3.0.1" }, "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" @@ -267,13 +343,12 @@ } }, "node_modules/npm/node_modules/@npmcli/git": { - "version": "4.0.3", + "version": "4.1.0", "inBundle": true, "license": "ISC", "dependencies": { "@npmcli/promise-spawn": "^6.0.0", "lru-cache": "^7.4.4", - "mkdirp": "^1.0.4", "npm-pick-manifest": "^8.0.0", "proc-log": "^3.0.0", "promise-inflight": "^1.0.1", @@ -286,7 +361,7 @@ } }, "node_modules/npm/node_modules/@npmcli/installed-package-contents": { - "version": "2.0.1", + "version": "2.0.2", "inBundle": true, "license": "ISC", "dependencies": { @@ -301,13 +376,13 @@ } }, "node_modules/npm/node_modules/@npmcli/map-workspaces": { - "version": "3.0.0", + "version": "3.0.4", "inBundle": true, "license": "ISC", "dependencies": { - "@npmcli/name-from-folder": "^1.0.1", - "glob": "^8.0.1", - "minimatch": "^5.0.1", + "@npmcli/name-from-folder": "^2.0.0", + "glob": "^10.2.2", + "minimatch": "^9.0.0", "read-package-json-fast": "^3.0.0" }, "engines": { @@ -315,7 +390,7 @@ } }, "node_modules/npm/node_modules/@npmcli/metavuln-calculator": { - "version": "5.0.0", + "version": "5.0.1", "inBundle": true, "license": "ISC", "dependencies": { @@ -328,10 +403,25 @@ "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, + "node_modules/npm/node_modules/@npmcli/move-file": { + "version": "2.0.1", + "inBundle": true, + "license": "MIT", + "dependencies": { + "mkdirp": "^1.0.4", + "rimraf": "^3.0.2" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, "node_modules/npm/node_modules/@npmcli/name-from-folder": { - "version": "1.0.1", + "version": "2.0.0", "inBundle": true, - "license": "ISC" + "license": "ISC", + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } }, "node_modules/npm/node_modules/@npmcli/node-gyp": { "version": "3.0.0", @@ -342,18 +432,24 @@ } }, "node_modules/npm/node_modules/@npmcli/package-json": { - "version": "3.0.0", + "version": "4.0.1", "inBundle": true, "license": "ISC", "dependencies": { - "json-parse-even-better-errors": "^3.0.0" + "@npmcli/git": "^4.1.0", + "glob": "^10.2.2", + "hosted-git-info": "^6.1.1", + "json-parse-even-better-errors": "^3.0.0", + "normalize-package-data": "^5.0.0", + "proc-log": "^3.0.0", + "semver": "^7.5.3" }, "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/npm/node_modules/@npmcli/promise-spawn": { - "version": "6.0.1", + "version": "6.0.2", "inBundle": true, "license": "ISC", "dependencies": { @@ -364,7 +460,7 @@ } }, "node_modules/npm/node_modules/@npmcli/query": { - "version": "3.0.0", + "version": "3.1.0", "inBundle": true, "license": "ISC", "dependencies": { @@ -375,7 +471,7 @@ } }, "node_modules/npm/node_modules/@npmcli/run-script": { - "version": "6.0.0", + "version": "6.0.2", "inBundle": true, "license": "ISC", "dependencies": { @@ -389,6 +485,59 @@ "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, + "node_modules/npm/node_modules/@pkgjs/parseargs": { + "version": "0.11.0", + "inBundle": true, + "license": "MIT", + "optional": true, + "engines": { + "node": ">=14" + } + }, + "node_modules/npm/node_modules/@sigstore/bundle": { + "version": "1.1.0", + "inBundle": true, + "license": "Apache-2.0", + "dependencies": { + "@sigstore/protobuf-specs": "^0.2.0" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/@sigstore/protobuf-specs": { + "version": "0.2.1", + "inBundle": true, + "license": "Apache-2.0", + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/@sigstore/sign": { + "version": "1.0.0", + "inBundle": true, + "license": "Apache-2.0", + "dependencies": { + "@sigstore/bundle": "^1.1.0", + "@sigstore/protobuf-specs": "^0.2.0", + "make-fetch-happen": "^11.0.1" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/@sigstore/tuf": { + "version": "1.0.3", + "inBundle": true, + "license": "Apache-2.0", + "dependencies": { + "@sigstore/protobuf-specs": "^0.2.0", + "tuf-js": "^1.1.7" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, "node_modules/npm/node_modules/@tootallnate/once": { "version": "2.0.0", "inBundle": true, @@ -397,23 +546,32 @@ "node": ">= 10" } }, - "node_modules/npm/node_modules/abbrev": { - "version": "2.0.0", + "node_modules/npm/node_modules/@tufjs/canonical-json": { + "version": "1.0.0", "inBundle": true, - "license": "ISC", + "license": "MIT", "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "node_modules/npm/node_modules/abort-controller": { - "version": "3.0.0", + "node_modules/npm/node_modules/@tufjs/models": { + "version": "1.0.4", "inBundle": true, "license": "MIT", "dependencies": { - "event-target-shim": "^5.0.0" + "@tufjs/canonical-json": "1.0.0", + "minimatch": "^9.0.0" }, "engines": { - "node": ">=6.5" + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/abbrev": { + "version": "2.0.0", + "inBundle": true, + "license": "ISC", + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/npm/node_modules/agent-base": { @@ -428,12 +586,10 @@ } }, "node_modules/npm/node_modules/agentkeepalive": { - "version": "4.2.1", + "version": "4.5.0", "inBundle": true, "license": "MIT", "dependencies": { - "debug": "^4.1.0", - "depd": "^1.1.2", "humanize-ms": "^1.2.1" }, "engines": { @@ -485,80 +641,20 @@ "license": "MIT" }, "node_modules/npm/node_modules/are-we-there-yet": { - "version": "4.0.0", + "version": "4.0.2", "inBundle": true, "license": "ISC", - "dependencies": { - "delegates": "^1.0.0", - "readable-stream": "^4.1.0" - }, "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "node_modules/npm/node_modules/are-we-there-yet/node_modules/buffer": { - "version": "6.0.3", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "inBundle": true, - "license": "MIT", - "dependencies": { - "base64-js": "^1.3.1", - "ieee754": "^1.2.1" - } - }, - "node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream": { - "version": "4.2.0", - "inBundle": true, - "license": "MIT", - "dependencies": { - "abort-controller": "^3.0.0", - "buffer": "^6.0.3", - "events": "^3.3.0", - "process": "^0.11.10" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - } - }, "node_modules/npm/node_modules/balanced-match": { "version": "1.0.2", "inBundle": true, "license": "MIT" }, - "node_modules/npm/node_modules/base64-js": { - "version": "1.5.1", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "inBundle": true, - "license": "MIT" - }, "node_modules/npm/node_modules/bin-links": { - "version": "4.0.1", + "version": "4.0.3", "inBundle": true, "license": "ISC", "dependencies": { @@ -596,20 +692,19 @@ } }, "node_modules/npm/node_modules/cacache": { - "version": "17.0.3", + "version": "17.1.4", "inBundle": true, "license": "ISC", "dependencies": { "@npmcli/fs": "^3.1.0", - "fs-minipass": "^2.1.0", - "glob": "^8.0.1", + "fs-minipass": "^3.0.0", + "glob": "^10.2.2", "lru-cache": "^7.7.1", - "minipass": "^4.0.0", + "minipass": "^7.0.3", "minipass-collect": "^1.0.2", "minipass-flush": "^1.0.5", "minipass-pipeline": "^1.2.4", "p-map": "^4.0.0", - "promise-inflight": "^1.0.1", "ssri": "^10.0.0", "tar": "^6.1.11", "unique-filename": "^3.0.0" @@ -619,15 +714,11 @@ } }, "node_modules/npm/node_modules/chalk": { - "version": "4.1.2", + "version": "5.3.0", "inBundle": true, "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, "engines": { - "node": ">=10" + "node": "^12.17.0 || ^14.13 || >=16.0.0" }, "funding": { "url": "https://github.com/chalk/chalk?sponsor=1" @@ -642,7 +733,13 @@ } }, "node_modules/npm/node_modules/ci-info": { - "version": "3.7.0", + "version": "4.0.0", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/sibiraj-s" + } + ], "inBundle": true, "license": "MIT", "engines": { @@ -703,7 +800,7 @@ } }, "node_modules/npm/node_modules/cmd-shim": { - "version": "6.0.0", + "version": "6.0.2", "inBundle": true, "license": "ISC", "engines": { @@ -761,6 +858,33 @@ "inBundle": true, "license": "ISC" }, + "node_modules/npm/node_modules/cross-spawn": { + "version": "7.0.3", + "inBundle": true, + "license": "MIT", + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/npm/node_modules/cross-spawn/node_modules/which": { + "version": "2.0.2", + "inBundle": true, + "license": "ISC", + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, "node_modules/npm/node_modules/cssesc": { "version": "3.0.0", "inBundle": true, @@ -794,11 +918,14 @@ "license": "MIT" }, "node_modules/npm/node_modules/defaults": { - "version": "1.0.3", + "version": "1.0.4", "inBundle": true, "license": "MIT", "dependencies": { "clone": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/npm/node_modules/delegates": { @@ -806,22 +933,19 @@ "inBundle": true, "license": "MIT" }, - "node_modules/npm/node_modules/depd": { - "version": "1.1.2", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">= 0.6" - } - }, "node_modules/npm/node_modules/diff": { - "version": "5.1.0", + "version": "5.2.0", "inBundle": true, "license": "BSD-3-Clause", "engines": { "node": ">=0.3.1" } }, + "node_modules/npm/node_modules/eastasianwidth": { + "version": "0.2.0", + "inBundle": true, + "license": "MIT" + }, "node_modules/npm/node_modules/emoji-regex": { "version": "8.0.0", "inBundle": true, @@ -849,21 +973,10 @@ "inBundle": true, "license": "MIT" }, - "node_modules/npm/node_modules/event-target-shim": { - "version": "5.0.1", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/npm/node_modules/events": { - "version": "3.3.0", + "node_modules/npm/node_modules/exponential-backoff": { + "version": "3.1.1", "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=0.8.x" - } + "license": "Apache-2.0" }, "node_modules/npm/node_modules/fastest-levenshtein": { "version": "1.0.16", @@ -873,26 +986,30 @@ "node": ">= 4.9.1" } }, - "node_modules/npm/node_modules/fs-minipass": { - "version": "2.1.0", + "node_modules/npm/node_modules/foreground-child": { + "version": "3.1.1", "inBundle": true, "license": "ISC", "dependencies": { - "minipass": "^3.0.0" + "cross-spawn": "^7.0.0", + "signal-exit": "^4.0.1" }, "engines": { - "node": ">= 8" + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/npm/node_modules/fs-minipass/node_modules/minipass": { - "version": "3.3.6", + "node_modules/npm/node_modules/fs-minipass": { + "version": "3.0.3", "inBundle": true, "license": "ISC", "dependencies": { - "yallist": "^4.0.0" + "minipass": "^7.0.3" }, "engines": { - "node": ">=8" + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/npm/node_modules/fs.realpath": { @@ -901,12 +1018,15 @@ "license": "ISC" }, "node_modules/npm/node_modules/function-bind": { - "version": "1.1.1", + "version": "1.1.2", "inBundle": true, - "license": "MIT" + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } }, "node_modules/npm/node_modules/gauge": { - "version": "5.0.0", + "version": "5.0.1", "inBundle": true, "license": "ISC", "dependencies": { @@ -914,7 +1034,7 @@ "color-support": "^1.1.3", "console-control-strings": "^1.1.0", "has-unicode": "^2.0.1", - "signal-exit": "^3.0.7", + "signal-exit": "^4.0.1", "string-width": "^4.2.3", "strip-ansi": "^6.0.1", "wide-align": "^1.1.5" @@ -924,52 +1044,47 @@ } }, "node_modules/npm/node_modules/glob": { - "version": "8.0.3", + "version": "10.3.10", "inBundle": true, "license": "ISC", "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^5.0.1", - "once": "^1.3.0" + "foreground-child": "^3.1.0", + "jackspeak": "^2.3.5", + "minimatch": "^9.0.1", + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0", + "path-scurry": "^1.10.1" + }, + "bin": { + "glob": "dist/esm/bin.mjs" }, "engines": { - "node": ">=12" + "node": ">=16 || 14 >=14.17" }, "funding": { "url": "https://github.com/sponsors/isaacs" } }, "node_modules/npm/node_modules/graceful-fs": { - "version": "4.2.10", + "version": "4.2.11", "inBundle": true, "license": "ISC" }, - "node_modules/npm/node_modules/has": { - "version": "1.0.3", + "node_modules/npm/node_modules/has-unicode": { + "version": "2.0.1", "inBundle": true, - "license": "MIT", - "dependencies": { - "function-bind": "^1.1.1" - }, - "engines": { - "node": ">= 0.4.0" - } + "license": "ISC" }, - "node_modules/npm/node_modules/has-flag": { - "version": "4.0.0", + "node_modules/npm/node_modules/hasown": { + "version": "2.0.1", "inBundle": true, "license": "MIT", + "dependencies": { + "function-bind": "^1.1.2" + }, "engines": { - "node": ">=8" + "node": ">= 0.4" } }, - "node_modules/npm/node_modules/has-unicode": { - "version": "2.0.1", - "inBundle": true, - "license": "ISC" - }, "node_modules/npm/node_modules/hosted-git-info": { "version": "6.1.1", "inBundle": true, @@ -982,7 +1097,7 @@ } }, "node_modules/npm/node_modules/http-cache-semantics": { - "version": "4.1.0", + "version": "4.1.1", "inBundle": true, "license": "BSD-2-Clause" }, @@ -1031,31 +1146,12 @@ "node": ">=0.10.0" } }, - "node_modules/npm/node_modules/ieee754": { - "version": "1.2.1", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "inBundle": true, - "license": "BSD-3-Clause" - }, "node_modules/npm/node_modules/ignore-walk": { - "version": "6.0.0", + "version": "6.0.4", "inBundle": true, "license": "ISC", "dependencies": { - "minimatch": "^5.0.1" + "minimatch": "^9.0.0" }, "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" @@ -1097,21 +1193,21 @@ "license": "ISC" }, "node_modules/npm/node_modules/ini": { - "version": "3.0.1", + "version": "4.1.1", "inBundle": true, "license": "ISC", "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/npm/node_modules/init-package-json": { - "version": "4.0.1", + "version": "5.0.0", "inBundle": true, "license": "ISC", "dependencies": { "npm-package-arg": "^10.0.0", - "promzard": "^0.3.0", - "read": "^1.0.7", + "promzard": "^1.0.0", + "read": "^2.0.0", "read-package-json": "^6.0.0", "semver": "^7.3.5", "validate-npm-package-license": "^3.0.4", @@ -1121,10 +1217,22 @@ "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "node_modules/npm/node_modules/ip": { - "version": "2.0.0", + "node_modules/npm/node_modules/ip-address": { + "version": "9.0.5", "inBundle": true, - "license": "MIT" + "license": "MIT", + "dependencies": { + "jsbn": "1.1.0", + "sprintf-js": "^1.1.3" + }, + "engines": { + "node": ">= 12" + } + }, + "node_modules/npm/node_modules/ip-address/node_modules/sprintf-js": { + "version": "1.1.3", + "inBundle": true, + "license": "BSD-3-Clause" }, "node_modules/npm/node_modules/ip-regex": { "version": "4.3.0", @@ -1146,11 +1254,11 @@ } }, "node_modules/npm/node_modules/is-core-module": { - "version": "2.10.0", + "version": "2.13.1", "inBundle": true, "license": "MIT", "dependencies": { - "has": "^1.0.3" + "hasown": "^2.0.0" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -1174,8 +1282,30 @@ "inBundle": true, "license": "ISC" }, + "node_modules/npm/node_modules/jackspeak": { + "version": "2.3.6", + "inBundle": true, + "license": "BlueOak-1.0.0", + "dependencies": { + "@isaacs/cliui": "^8.0.2" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + }, + "optionalDependencies": { + "@pkgjs/parseargs": "^0.11.0" + } + }, + "node_modules/npm/node_modules/jsbn": { + "version": "1.1.0", + "inBundle": true, + "license": "MIT" + }, "node_modules/npm/node_modules/json-parse-even-better-errors": { - "version": "3.0.0", + "version": "3.0.1", "inBundle": true, "license": "MIT", "engines": { @@ -1199,17 +1329,17 @@ "license": "MIT" }, "node_modules/npm/node_modules/just-diff": { - "version": "5.1.1", + "version": "6.0.2", "inBundle": true, "license": "MIT" }, "node_modules/npm/node_modules/just-diff-apply": { - "version": "5.4.1", + "version": "5.5.0", "inBundle": true, "license": "MIT" }, "node_modules/npm/node_modules/libnpmaccess": { - "version": "7.0.1", + "version": "7.0.3", "inBundle": true, "license": "ISC", "dependencies": { @@ -1221,18 +1351,18 @@ } }, "node_modules/npm/node_modules/libnpmdiff": { - "version": "5.0.7", + "version": "5.0.21", "inBundle": true, "license": "ISC", "dependencies": { - "@npmcli/arborist": "^6.1.6", + "@npmcli/arborist": "^6.5.0", "@npmcli/disparity-colors": "^3.0.0", - "@npmcli/installed-package-contents": "^2.0.0", + "@npmcli/installed-package-contents": "^2.0.2", "binary-extensions": "^2.2.0", "diff": "^5.1.0", - "minimatch": "^5.1.1", + "minimatch": "^9.0.0", "npm-package-arg": "^10.1.0", - "pacote": "^15.0.7", + "pacote": "^15.0.8", "tar": "^6.1.13" }, "engines": { @@ -1240,40 +1370,39 @@ } }, "node_modules/npm/node_modules/libnpmexec": { - "version": "5.0.7", + "version": "6.0.5", "inBundle": true, "license": "ISC", "dependencies": { - "@npmcli/arborist": "^6.1.6", + "@npmcli/arborist": "^6.5.0", "@npmcli/run-script": "^6.0.0", - "chalk": "^4.1.0", - "ci-info": "^3.7.0", + "ci-info": "^4.0.0", "npm-package-arg": "^10.1.0", "npmlog": "^7.0.1", - "pacote": "^15.0.7", + "pacote": "^15.0.8", "proc-log": "^3.0.0", - "read": "^1.0.7", - "read-package-json-fast": "^3.0.1", + "read": "^2.0.0", + "read-package-json-fast": "^3.0.2", "semver": "^7.3.7", - "walk-up-path": "^1.0.0" + "walk-up-path": "^3.0.1" }, "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/npm/node_modules/libnpmfund": { - "version": "4.0.7", + "version": "4.2.2", "inBundle": true, "license": "ISC", "dependencies": { - "@npmcli/arborist": "^6.1.6" + "@npmcli/arborist": "^6.5.0" }, "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/npm/node_modules/libnpmhook": { - "version": "9.0.1", + "version": "9.0.4", "inBundle": true, "license": "ISC", "dependencies": { @@ -1285,7 +1414,7 @@ } }, "node_modules/npm/node_modules/libnpmorg": { - "version": "5.0.1", + "version": "5.0.5", "inBundle": true, "license": "ISC", "dependencies": { @@ -1297,28 +1426,31 @@ } }, "node_modules/npm/node_modules/libnpmpack": { - "version": "5.0.7", + "version": "5.0.21", "inBundle": true, "license": "ISC", "dependencies": { - "@npmcli/arborist": "^6.1.6", + "@npmcli/arborist": "^6.5.0", "@npmcli/run-script": "^6.0.0", "npm-package-arg": "^10.1.0", - "pacote": "^15.0.7" + "pacote": "^15.0.8" }, "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/npm/node_modules/libnpmpublish": { - "version": "7.0.6", + "version": "7.5.2", "inBundle": true, "license": "ISC", "dependencies": { + "ci-info": "^4.0.0", "normalize-package-data": "^5.0.0", "npm-package-arg": "^10.1.0", "npm-registry-fetch": "^14.0.3", + "proc-log": "^3.0.0", "semver": "^7.3.7", + "sigstore": "^1.4.0", "ssri": "^10.0.1" }, "engines": { @@ -1326,7 +1458,7 @@ } }, "node_modules/npm/node_modules/libnpmsearch": { - "version": "6.0.1", + "version": "6.0.3", "inBundle": true, "license": "ISC", "dependencies": { @@ -1337,7 +1469,7 @@ } }, "node_modules/npm/node_modules/libnpmteam": { - "version": "5.0.1", + "version": "5.0.4", "inBundle": true, "license": "ISC", "dependencies": { @@ -1349,7 +1481,7 @@ } }, "node_modules/npm/node_modules/libnpmversion": { - "version": "4.0.1", + "version": "4.0.3", "inBundle": true, "license": "ISC", "dependencies": { @@ -1364,7 +1496,7 @@ } }, "node_modules/npm/node_modules/lru-cache": { - "version": "7.13.2", + "version": "7.18.3", "inBundle": true, "license": "ISC", "engines": { @@ -1372,19 +1504,18 @@ } }, "node_modules/npm/node_modules/make-fetch-happen": { - "version": "11.0.2", + "version": "11.1.1", "inBundle": true, "license": "ISC", "dependencies": { "agentkeepalive": "^4.2.1", "cacache": "^17.0.0", - "http-cache-semantics": "^4.1.0", + "http-cache-semantics": "^4.1.1", "http-proxy-agent": "^5.0.0", "https-proxy-agent": "^5.0.0", "is-lambda": "^1.0.1", "lru-cache": "^7.7.1", - "minipass": "^4.0.0", - "minipass-collect": "^1.0.2", + "minipass": "^5.0.0", "minipass-fetch": "^3.0.0", "minipass-flush": "^1.0.5", "minipass-pipeline": "^1.2.4", @@ -1397,26 +1528,34 @@ "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, + "node_modules/npm/node_modules/make-fetch-happen/node_modules/minipass": { + "version": "5.0.0", + "inBundle": true, + "license": "ISC", + "engines": { + "node": ">=8" + } + }, "node_modules/npm/node_modules/minimatch": { - "version": "5.1.1", + "version": "9.0.3", "inBundle": true, "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, "engines": { - "node": ">=10" + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, "node_modules/npm/node_modules/minipass": { - "version": "4.0.0", + "version": "7.0.4", "inBundle": true, "license": "ISC", - "dependencies": { - "yallist": "^4.0.0" - }, "engines": { - "node": ">=8" + "node": ">=16 || 14 >=14.17" } }, "node_modules/npm/node_modules/minipass-collect": { @@ -1442,11 +1581,11 @@ } }, "node_modules/npm/node_modules/minipass-fetch": { - "version": "3.0.1", + "version": "3.0.4", "inBundle": true, "license": "MIT", "dependencies": { - "minipass": "^4.0.0", + "minipass": "^7.0.3", "minipass-sized": "^1.0.3", "minizlib": "^2.1.2" }, @@ -1583,9 +1722,12 @@ "license": "MIT" }, "node_modules/npm/node_modules/mute-stream": { - "version": "0.0.8", + "version": "1.0.0", "inBundle": true, - "license": "ISC" + "license": "ISC", + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } }, "node_modules/npm/node_modules/negotiator": { "version": "0.6.3", @@ -1596,11 +1738,12 @@ } }, "node_modules/npm/node_modules/node-gyp": { - "version": "9.3.0", + "version": "9.4.1", "inBundle": true, "license": "MIT", "dependencies": { "env-paths": "^2.2.0", + "exponential-backoff": "^3.1.1", "glob": "^7.1.4", "graceful-fs": "^4.2.6", "make-fetch-happen": "^10.0.3", @@ -1615,28 +1758,16 @@ "node-gyp": "bin/node-gyp.js" }, "engines": { - "node": "^12.22 || ^14.13 || >=16" + "node": "^12.13 || ^14.13 || >=16" } }, "node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs": { "version": "2.1.2", "inBundle": true, - "license": "ISC", - "dependencies": { - "@gar/promisify": "^1.1.3", - "semver": "^7.3.5" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/move-file": { - "version": "2.0.1", - "inBundle": true, - "license": "MIT", + "license": "ISC", "dependencies": { - "mkdirp": "^1.0.4", - "rimraf": "^3.0.2" + "@gar/promisify": "^1.1.3", + "semver": "^7.3.5" }, "engines": { "node": "^12.13.0 || ^14.15.0 || >=16.0.0" @@ -1705,7 +1836,7 @@ } }, "node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob": { - "version": "8.0.3", + "version": "8.1.0", "inBundle": true, "license": "ISC", "dependencies": { @@ -1723,7 +1854,7 @@ } }, "node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch": { - "version": "5.1.0", + "version": "5.1.6", "inBundle": true, "license": "ISC", "dependencies": { @@ -1733,6 +1864,17 @@ "node": ">=10" } }, + "node_modules/npm/node_modules/node-gyp/node_modules/fs-minipass": { + "version": "2.1.0", + "inBundle": true, + "license": "ISC", + "dependencies": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">= 8" + } + }, "node_modules/npm/node_modules/node-gyp/node_modules/gauge": { "version": "4.0.4", "inBundle": true, @@ -1862,6 +2004,11 @@ "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, + "node_modules/npm/node_modules/node-gyp/node_modules/signal-exit": { + "version": "3.0.7", + "inBundle": true, + "license": "ISC" + }, "node_modules/npm/node_modules/node-gyp/node_modules/ssri": { "version": "9.0.1", "inBundle": true, @@ -1910,7 +2057,7 @@ } }, "node_modules/npm/node_modules/nopt": { - "version": "7.0.0", + "version": "7.2.0", "inBundle": true, "license": "ISC", "dependencies": { @@ -1938,12 +2085,9 @@ } }, "node_modules/npm/node_modules/npm-audit-report": { - "version": "4.0.0", + "version": "5.0.0", "inBundle": true, "license": "ISC", - "dependencies": { - "chalk": "^4.0.0" - }, "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } @@ -1960,7 +2104,7 @@ } }, "node_modules/npm/node_modules/npm-install-checks": { - "version": "6.0.0", + "version": "6.3.0", "inBundle": true, "license": "BSD-2-Clause", "dependencies": { @@ -1971,7 +2115,7 @@ } }, "node_modules/npm/node_modules/npm-normalize-package-bin": { - "version": "3.0.0", + "version": "3.0.1", "inBundle": true, "license": "ISC", "engines": { @@ -2004,7 +2148,7 @@ } }, "node_modules/npm/node_modules/npm-pick-manifest": { - "version": "8.0.1", + "version": "8.0.2", "inBundle": true, "license": "ISC", "dependencies": { @@ -2030,12 +2174,12 @@ } }, "node_modules/npm/node_modules/npm-registry-fetch": { - "version": "14.0.3", + "version": "14.0.5", "inBundle": true, "license": "ISC", "dependencies": { "make-fetch-happen": "^11.0.0", - "minipass": "^4.0.0", + "minipass": "^5.0.0", "minipass-fetch": "^3.0.0", "minipass-json-stream": "^1.0.1", "minizlib": "^2.1.2", @@ -2046,10 +2190,21 @@ "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, + "node_modules/npm/node_modules/npm-registry-fetch/node_modules/minipass": { + "version": "5.0.0", + "inBundle": true, + "license": "ISC", + "engines": { + "node": ">=8" + } + }, "node_modules/npm/node_modules/npm-user-validate": { - "version": "1.0.1", + "version": "2.0.0", "inBundle": true, - "license": "BSD-2-Clause" + "license": "BSD-2-Clause", + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } }, "node_modules/npm/node_modules/npmlog": { "version": "7.0.1", @@ -2088,7 +2243,7 @@ } }, "node_modules/npm/node_modules/pacote": { - "version": "15.0.7", + "version": "15.2.0", "inBundle": true, "license": "ISC", "dependencies": { @@ -2097,8 +2252,8 @@ "@npmcli/promise-spawn": "^6.0.1", "@npmcli/run-script": "^6.0.0", "cacache": "^17.0.0", - "fs-minipass": "^2.1.0", - "minipass": "^4.0.0", + "fs-minipass": "^3.0.0", + "minipass": "^5.0.0", "npm-package-arg": "^10.0.0", "npm-packlist": "^7.0.0", "npm-pick-manifest": "^8.0.0", @@ -2107,6 +2262,7 @@ "promise-retry": "^2.0.1", "read-package-json": "^6.0.0", "read-package-json-fast": "^3.0.0", + "sigstore": "^1.3.0", "ssri": "^10.0.0", "tar": "^6.1.11" }, @@ -2117,13 +2273,21 @@ "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, + "node_modules/npm/node_modules/pacote/node_modules/minipass": { + "version": "5.0.0", + "inBundle": true, + "license": "ISC", + "engines": { + "node": ">=8" + } + }, "node_modules/npm/node_modules/parse-conflict-json": { - "version": "3.0.0", + "version": "3.0.1", "inBundle": true, "license": "ISC", "dependencies": { "json-parse-even-better-errors": "^3.0.0", - "just-diff": "^5.0.1", + "just-diff": "^6.0.0", "just-diff-apply": "^5.2.0" }, "engines": { @@ -2138,8 +2302,39 @@ "node": ">=0.10.0" } }, + "node_modules/npm/node_modules/path-key": { + "version": "3.1.1", + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/npm/node_modules/path-scurry": { + "version": "1.10.1", + "inBundle": true, + "license": "BlueOak-1.0.0", + "dependencies": { + "lru-cache": "^9.1.1 || ^10.0.0", + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/npm/node_modules/path-scurry/node_modules/lru-cache": { + "version": "10.2.0", + "inBundle": true, + "license": "ISC", + "engines": { + "node": "14 || >=16.14" + } + }, "node_modules/npm/node_modules/postcss-selector-parser": { - "version": "6.0.10", + "version": "6.0.15", "inBundle": true, "license": "MIT", "dependencies": { @@ -2158,14 +2353,6 @@ "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "node_modules/npm/node_modules/process": { - "version": "0.11.10", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">= 0.6.0" - } - }, "node_modules/npm/node_modules/promise-all-reject-late": { "version": "1.0.1", "inBundle": true, @@ -2175,7 +2362,7 @@ } }, "node_modules/npm/node_modules/promise-call-limit": { - "version": "1.0.1", + "version": "1.0.2", "inBundle": true, "license": "ISC", "funding": { @@ -2200,11 +2387,14 @@ } }, "node_modules/npm/node_modules/promzard": { - "version": "0.3.0", + "version": "1.0.0", "inBundle": true, "license": "ISC", "dependencies": { - "read": "1" + "read": "^2.0.0" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/npm/node_modules/qrcode-terminal": { @@ -2215,14 +2405,14 @@ } }, "node_modules/npm/node_modules/read": { - "version": "1.0.7", + "version": "2.1.0", "inBundle": true, "license": "ISC", "dependencies": { - "mute-stream": "~0.0.4" + "mute-stream": "~1.0.0" }, "engines": { - "node": ">=0.8" + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/npm/node_modules/read-cmd-shim": { @@ -2234,11 +2424,11 @@ } }, "node_modules/npm/node_modules/read-package-json": { - "version": "6.0.0", + "version": "6.0.4", "inBundle": true, "license": "ISC", "dependencies": { - "glob": "^8.0.1", + "glob": "^10.2.2", "json-parse-even-better-errors": "^3.0.0", "normalize-package-data": "^5.0.0", "npm-normalize-package-bin": "^3.0.0" @@ -2248,7 +2438,7 @@ } }, "node_modules/npm/node_modules/read-package-json-fast": { - "version": "3.0.1", + "version": "3.0.2", "inBundle": true, "license": "ISC", "dependencies": { @@ -2260,7 +2450,7 @@ } }, "node_modules/npm/node_modules/readable-stream": { - "version": "3.6.0", + "version": "3.6.2", "inBundle": true, "license": "MIT", "dependencies": { @@ -2359,7 +2549,7 @@ "optional": true }, "node_modules/npm/node_modules/semver": { - "version": "7.3.8", + "version": "7.6.0", "inBundle": true, "license": "ISC", "dependencies": { @@ -2388,10 +2578,53 @@ "inBundle": true, "license": "ISC" }, + "node_modules/npm/node_modules/shebang-command": { + "version": "2.0.0", + "inBundle": true, + "license": "MIT", + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/npm/node_modules/shebang-regex": { + "version": "3.0.0", + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, "node_modules/npm/node_modules/signal-exit": { - "version": "3.0.7", + "version": "4.1.0", "inBundle": true, - "license": "ISC" + "license": "ISC", + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/npm/node_modules/sigstore": { + "version": "1.9.0", + "inBundle": true, + "license": "Apache-2.0", + "dependencies": { + "@sigstore/bundle": "^1.1.0", + "@sigstore/protobuf-specs": "^0.2.0", + "@sigstore/sign": "^1.0.0", + "@sigstore/tuf": "^1.0.3", + "make-fetch-happen": "^11.0.1" + }, + "bin": { + "sigstore": "bin/sigstore.js" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } }, "node_modules/npm/node_modules/smart-buffer": { "version": "4.2.0", @@ -2403,15 +2636,15 @@ } }, "node_modules/npm/node_modules/socks": { - "version": "2.7.0", + "version": "2.8.1", "inBundle": true, "license": "MIT", "dependencies": { - "ip": "^2.0.0", + "ip-address": "^9.0.5", "smart-buffer": "^4.2.0" }, "engines": { - "node": ">= 10.13.0", + "node": ">= 10.0.0", "npm": ">= 3.0.0" } }, @@ -2429,7 +2662,7 @@ } }, "node_modules/npm/node_modules/spdx-correct": { - "version": "3.1.1", + "version": "3.2.0", "inBundle": true, "license": "Apache-2.0", "dependencies": { @@ -2438,7 +2671,7 @@ } }, "node_modules/npm/node_modules/spdx-exceptions": { - "version": "2.3.0", + "version": "2.5.0", "inBundle": true, "license": "CC-BY-3.0" }, @@ -2452,16 +2685,16 @@ } }, "node_modules/npm/node_modules/spdx-license-ids": { - "version": "3.0.11", + "version": "3.0.17", "inBundle": true, "license": "CC0-1.0" }, "node_modules/npm/node_modules/ssri": { - "version": "10.0.1", + "version": "10.0.5", "inBundle": true, "license": "ISC", "dependencies": { - "minipass": "^4.0.0" + "minipass": "^7.0.3" }, "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" @@ -2488,6 +2721,20 @@ "node": ">=8" } }, + "node_modules/npm/node_modules/string-width-cjs": { + "name": "string-width", + "version": "4.2.3", + "inBundle": true, + "license": "MIT", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/npm/node_modules/strip-ansi": { "version": "6.0.1", "inBundle": true, @@ -2499,25 +2746,37 @@ "node": ">=8" } }, - "node_modules/npm/node_modules/supports-color": { - "version": "7.2.0", + "node_modules/npm/node_modules/strip-ansi-cjs": { + "name": "strip-ansi", + "version": "6.0.1", "inBundle": true, "license": "MIT", "dependencies": { - "has-flag": "^4.0.0" + "ansi-regex": "^5.0.1" }, "engines": { "node": ">=8" } }, + "node_modules/npm/node_modules/supports-color": { + "version": "9.4.0", + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" + } + }, "node_modules/npm/node_modules/tar": { - "version": "6.1.13", + "version": "6.2.0", "inBundle": true, "license": "ISC", "dependencies": { "chownr": "^2.0.0", "fs-minipass": "^2.0.0", - "minipass": "^4.0.0", + "minipass": "^5.0.0", "minizlib": "^2.1.1", "mkdirp": "^1.0.3", "yallist": "^4.0.0" @@ -2526,6 +2785,36 @@ "node": ">=10" } }, + "node_modules/npm/node_modules/tar/node_modules/fs-minipass": { + "version": "2.1.0", + "inBundle": true, + "license": "ISC", + "dependencies": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/npm/node_modules/tar/node_modules/fs-minipass/node_modules/minipass": { + "version": "3.3.6", + "inBundle": true, + "license": "ISC", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/npm/node_modules/tar/node_modules/minipass": { + "version": "5.0.0", + "inBundle": true, + "license": "ISC", + "engines": { + "node": ">=8" + } + }, "node_modules/npm/node_modules/text-table": { "version": "0.2.0", "inBundle": true, @@ -2544,6 +2833,19 @@ "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, + "node_modules/npm/node_modules/tuf-js": { + "version": "1.1.7", + "inBundle": true, + "license": "MIT", + "dependencies": { + "@tufjs/models": "1.0.4", + "debug": "^4.3.4", + "make-fetch-happen": "^11.1.1" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, "node_modules/npm/node_modules/unique-filename": { "version": "3.0.0", "inBundle": true, @@ -2592,7 +2894,7 @@ } }, "node_modules/npm/node_modules/walk-up-path": { - "version": "1.0.0", + "version": "3.0.1", "inBundle": true, "license": "ISC" }, @@ -2605,7 +2907,7 @@ } }, "node_modules/npm/node_modules/which": { - "version": "3.0.0", + "version": "3.0.1", "inBundle": true, "license": "ISC", "dependencies": { @@ -2626,18 +2928,108 @@ "string-width": "^1.0.2 || 2 || 3 || 4" } }, + "node_modules/npm/node_modules/wrap-ansi": { + "version": "8.1.0", + "inBundle": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^6.1.0", + "string-width": "^5.0.1", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/npm/node_modules/wrap-ansi-cjs": { + "name": "wrap-ansi", + "version": "7.0.0", + "inBundle": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/npm/node_modules/wrap-ansi/node_modules/ansi-regex": { + "version": "6.0.1", + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/npm/node_modules/wrap-ansi/node_modules/ansi-styles": { + "version": "6.2.1", + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/npm/node_modules/wrap-ansi/node_modules/emoji-regex": { + "version": "9.2.2", + "inBundle": true, + "license": "MIT" + }, + "node_modules/npm/node_modules/wrap-ansi/node_modules/string-width": { + "version": "5.1.2", + "inBundle": true, + "license": "MIT", + "dependencies": { + "eastasianwidth": "^0.2.0", + "emoji-regex": "^9.2.2", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/npm/node_modules/wrap-ansi/node_modules/strip-ansi": { + "version": "7.1.0", + "inBundle": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, "node_modules/npm/node_modules/wrappy": { "version": "1.0.2", "inBundle": true, "license": "ISC" }, "node_modules/npm/node_modules/write-file-atomic": { - "version": "5.0.0", + "version": "5.0.1", "inBundle": true, "license": "ISC", "dependencies": { "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.7" + "signal-exit": "^4.0.1" }, "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" diff --git a/packages/cli-e2e/package.json b/packages/cli-e2e/package.json index d8942b57ba..1d268cdf0e 100644 --- a/packages/cli-e2e/package.json +++ b/packages/cli-e2e/package.json @@ -36,42 +36,42 @@ "node": ">=18" }, "devDependencies": { - "@actions/core": "1.10.0", - "@types/async-retry": "1.4.5", - "@types/folder-hash": "4.0.2", - "@types/fs-extra": "11.0.1", - "@types/is-running": "2.1.0", - "@types/jest": "29.5.1", - "@types/node": "18.16.3", - "@types/tmp": "0.2.3", - "@types/wait-on": "5.3.1", + "@actions/core": "1.10.1", + "@types/async-retry": "1.4.8", + "@types/folder-hash": "4.0.4", + "@types/fs-extra": "11.0.4", + "@types/is-running": "2.1.2", + "@types/jest": "29.5.12", + "@types/node": "18.19.26", + "@types/tmp": "0.2.6", + "@types/wait-on": "5.3.4", "chrome-launcher": "0.15.2", - "eslint": "8.39.0", + "eslint": "8.57.0", "fkill": "7.2.1", "folder-hash": "4.0.4", "is-running": "2.1.0", "open": "8.4.2", - "pacote": "15.1.3", - "tmp": "0.2.1", - "ts-node": "10.9.1", - "verdaccio": "5.24.1", - "wait-on": "7.0.1" + "pacote": "15.2.0", + "tmp": "0.2.3", + "ts-node": "10.9.2", + "verdaccio": "5.29.2", + "wait-on": "7.2.0" }, "dependencies": { - "@babel/core": "7.21.5", - "@babel/preset-env": "7.21.5", - "@babel/preset-typescript": "7.21.5", + "@babel/core": "7.24.3", + "@babel/preset-env": "7.24.3", + "@babel/preset-typescript": "7.24.1", "@coveo/cli": "3.2.4", - "@coveo/platform-client": "52.1.0", + "@coveo/platform-client": "52.6.1", "abortcontroller-polyfill": "1.7.5", "async-retry": "1.3.3", - "babel-jest": "29.5.0", - "devtools-protocol": "0.0.1137730", - "dotenv": "16.0.3", - "fs-extra": "11.1.1", + "babel-jest": "29.7.0", + "devtools-protocol": "0.0.1275388", + "dotenv": "16.4.5", + "fs-extra": "11.2.0", "get-port": "5.1.1", "isomorphic-fetch": "3.0.0", - "jest": "29.5.0", + "jest": "29.7.0", "puppeteer": "19.11.1", "strip-ansi": "6.0.1", "typescript": "4.9.5" diff --git a/packages/cli/commons-dev/package.json b/packages/cli/commons-dev/package.json index 2b263ac356..18be8152de 100644 --- a/packages/cli/commons-dev/package.json +++ b/packages/cli/commons-dev/package.json @@ -22,11 +22,11 @@ } }, "dependencies": { - "fancy-test": "2.0.21", - "tslib": "2.5.0" + "fancy-test": "2.0.42", + "tslib": "2.6.2" }, "devDependencies": { - "@types/jest": "29.5.1", + "@types/jest": "29.5.12", "typescript": "4.9.5" }, "scripts": { diff --git a/packages/cli/commons/package.json b/packages/cli/commons/package.json index 6953f49c4f..187afa3f8c 100644 --- a/packages/cli/commons/package.json +++ b/packages/cli/commons/package.json @@ -15,27 +15,27 @@ }, "devDependencies": { "@coveo/cli-commons-dev": "6.0.6", - "@types/is-ci": "3.0.0", - "@types/jest": "29.5.1", - "@types/npm-package-arg": "6.1.1", - "jest": "29.5.0", + "@types/is-ci": "3.0.4", + "@types/jest": "29.5.12", + "@types/npm-package-arg": "6.1.4", + "jest": "29.7.0", "jsonschema": "1.4.1", - "ts-jest": "29.1.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" }, "dependencies": { "@amplitude/analytics-node": "^1.3.3", - "@amplitude/analytics-types": "^2.1.2", - "@coveo/platform-client": "52.1.0", + "@amplitude/analytics-types": "^1.3.3", + "@coveo/platform-client": "52.6.1", "@oclif/core": "1.24.0", "abortcontroller-polyfill": "1.7.5", "chalk": "4.1.2", - "fs-extra": "11.1.1", + "fs-extra": "11.2.0", "https-proxy-agent": "5.0.1", "is-ci": "3.0.1", "isomorphic-fetch": "3.0.0", "npm-package-arg": "10.1.0", - "semver": "7.5.2", + "semver": "7.6.0", "ts-dedent": "2.2.0" }, "scripts": { diff --git a/packages/cli/core/package.json b/packages/cli/core/package.json index 03c620f5bb..336bc3aa57 100644 --- a/packages/cli/core/package.json +++ b/packages/cli/core/package.json @@ -11,7 +11,7 @@ "@amplitude/identify": "^1.9.0", "@coveo/cli-commons": "2.9.0", "@coveo/cli-plugin-source": "2.3.1", - "@coveo/platform-client": "52.1.0", + "@coveo/platform-client": "52.6.1", "@oclif/core": "1.24.0", "@oclif/plugin-help": "5.1.23", "@oclif/plugin-plugins": "2.1.12", @@ -27,7 +27,7 @@ "fs-extra": "^11.0.0", "get-port": "5.1.1", "https-proxy-agent": "^5.0.0", - "inquirer": "8.2.5", + "inquirer": "8.2.6", "is-unicode-supported": "^1.3.0", "isomorphic-fetch": "^3.0.0", "json2csv": "^5.0.6", @@ -37,12 +37,12 @@ "semver": "^7.3.4", "tmp": "^0.2.1", "ts-dedent": "2.2.0", - "tslib": "2.5.0" + "tslib": "2.6.2" }, "devDependencies": { - "@amplitude/analytics-types": "^2.1.2", + "@amplitude/analytics-types": "^1.3.3", "@amplitude/types": "1.10.2", - "@babel/core": "7.21.5", + "@babel/core": "7.24.3", "@coveo/angular": "1.36.8", "@coveo/atomic-component-health-check": "2.2.17", "@coveo/cli-commons-dev": "6.0.6", @@ -53,28 +53,28 @@ "@coveo/create-atomic-result-component": "1.2.18", "@coveo/create-headless-vue": "1.4.0", "@oclif/test": "2.2.21", - "@types/archiver": "5.3.2", - "@types/async-retry": "1.4.5", - "@types/cli-progress": "3.11.0", - "@types/fs-extra": "11.0.1", - "@types/inquirer": "8.2.6", - "@types/jest": "29.5.1", - "@types/json2csv": "5.0.3", - "@types/node": "18.16.3", - "@types/semver": "7.3.13", - "@types/tmp": "0.2.3", - "chai": "4.3.7", - "eslint": "8.39.0", - "fancy-test": "2.0.21", - "jest": "29.5.0", + "@types/archiver": "5.3.4", + "@types/async-retry": "1.4.8", + "@types/cli-progress": "3.11.5", + "@types/fs-extra": "11.0.4", + "@types/inquirer": "8.2.10", + "@types/jest": "29.5.12", + "@types/json2csv": "5.0.7", + "@types/node": "18.19.26", + "@types/semver": "7.5.8", + "@types/tmp": "0.2.6", + "chai": "4.4.1", + "eslint": "8.57.0", + "fancy-test": "2.0.42", + "jest": "29.7.0", "mock-stdin": "1.0.0", "oclif": "3.4.3", "prettier": "2.8.8", "rimraf": "4.4.1", "stdout-stderr": "0.1.13", "strip-ansi": "6.0.1", - "ts-jest": "29.1.0", - "ts-node": "10.9.1", + "ts-jest": "29.1.2", + "ts-node": "10.9.2", "tsconfig-paths": "4.2.0", "typescript": "4.9.5" }, diff --git a/packages/cli/source/package.json b/packages/cli/source/package.json index b79bacc907..80bd4f55fc 100644 --- a/packages/cli/source/package.json +++ b/packages/cli/source/package.json @@ -15,7 +15,7 @@ ], "dependencies": { "@coveo/cli-commons": "2.9.0", - "@coveo/platform-client": "52.1.0", + "@coveo/platform-client": "52.6.1", "@coveo/push-api-client": "4.0.1", "@oclif/core": "1.24.0", "@oclif/plugin-help": "5.1.23", @@ -26,19 +26,19 @@ }, "devDependencies": { "@coveo/cli-commons-dev": "6.0.6", - "@coveo/semantic-monorepo-tools": "2.1.2", + "@coveo/semantic-monorepo-tools": "2.4.21", "@oclif/test": "2.2.21", - "@types/jest": "29.5.1", - "@types/node": "18.16.3", - "eslint": "8.39.0", - "jest": "29.5.0", + "@types/jest": "29.5.12", + "@types/node": "18.19.26", + "eslint": "8.57.0", + "jest": "29.7.0", "oclif": "3.4.3", "stdout-stderr": "0.1.13", "strip-ansi": "6.0.1", - "ts-jest": "29.1.0", - "ts-node": "10.9.1", + "ts-jest": "29.1.2", + "ts-node": "10.9.2", "tsconfig-paths": "4.2.0", - "tslib": "2.5.0", + "tslib": "2.6.2", "typescript": "4.9.5", "undici": "5.28.3" }, diff --git a/packages/ui/angular/package.json b/packages/ui/angular/package.json index 54dea30417..fd6f9903ad 100644 --- a/packages/ui/angular/package.json +++ b/packages/ui/angular/package.json @@ -29,7 +29,7 @@ "@angular/cli": "^15.0.0", "@coveo/search-token-server": "1.37.0", "@schematics/angular": "^15.0.0", - "jest-config": "29.5.0" + "jest-config": "29.7.0" }, "devDependencies": { "@angular/core": "^15.0.0", @@ -38,13 +38,13 @@ "@angular/platform-browser": "^15.0.0", "@angular/router": "^15.0.0", "@coveo/headless": "latest", - "@types/fs-extra": "11.0.1", - "@types/jest": "29.5.1", - "@types/node": "18.16.3", - "fs-extra": "11.1.1", - "jest": "29.5.0", + "@types/fs-extra": "11.0.4", + "@types/jest": "29.5.12", + "@types/node": "18.19.26", + "fs-extra": "11.2.0", + "jest": "29.7.0", "prettier": "2.8.8", - "ts-jest": "29.1.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" }, "publishConfig": { diff --git a/packages/ui/atomic/create-atomic-component-project/template/package.json b/packages/ui/atomic/create-atomic-component-project/template/package.json index c4d86cccd4..0ce467aa57 100644 --- a/packages/ui/atomic/create-atomic-component-project/template/package.json +++ b/packages/ui/atomic/create-atomic-component-project/template/package.json @@ -11,15 +11,15 @@ "test.watch": "stencil test --spec --e2e --watchAll" }, "dependencies": { - "@coveo/atomic": "2.25.2", + "@coveo/atomic": "2.62.1", "@stencil/core": "2.22.2" }, "devDependencies": { - "@rollup/plugin-url": "8.0.1", - "@coveo/headless": "2.13.1", - "@types/jest": "29.5.1", - "jest": "29.5.0", - "jest-cli": "29.5.0", + "@rollup/plugin-url": "8.0.2", + "@coveo/headless": "2.57.1", + "@types/jest": "29.5.12", + "jest": "29.7.0", + "jest-cli": "29.7.0", "puppeteer": "19.11.1", "rollup-plugin-html": "0.2.1", "rimraf": "4.4.1" diff --git a/packages/ui/atomic/create-atomic-component/template/src/components/sample-component/package.json b/packages/ui/atomic/create-atomic-component/template/src/components/sample-component/package.json index 7cf068422b..fcfa13ea78 100644 --- a/packages/ui/atomic/create-atomic-component/template/src/components/sample-component/package.json +++ b/packages/ui/atomic/create-atomic-component/template/src/components/sample-component/package.json @@ -23,16 +23,16 @@ "generate": "stencil generate" }, "dependencies": { - "@coveo/headless": "2.13.1", - "@coveo/atomic": "2.25.2", + "@coveo/headless": "2.57.1", + "@coveo/atomic": "2.62.1", "@stencil/core": "2.22.2" }, "devDependencies": { "@coveo/atomic-component-health-check": "2.2.17", - "@rollup/plugin-url": "8.0.1", - "@types/jest": "29.5.1", - "jest": "29.5.0", - "jest-cli": "29.5.0", + "@rollup/plugin-url": "8.0.2", + "@types/jest": "29.5.12", + "jest": "29.7.0", + "jest-cli": "29.7.0", "puppeteer": "19.11.1", "rollup-plugin-html": "0.2.1", "rimraf": "4.4.1" diff --git a/packages/ui/atomic/create-atomic-result-component/template/src/components/sample-result-component/package.json b/packages/ui/atomic/create-atomic-result-component/template/src/components/sample-result-component/package.json index 052c2782be..be36c44383 100644 --- a/packages/ui/atomic/create-atomic-result-component/template/src/components/sample-result-component/package.json +++ b/packages/ui/atomic/create-atomic-result-component/template/src/components/sample-result-component/package.json @@ -24,16 +24,16 @@ "generate": "stencil generate" }, "dependencies": { - "@coveo/headless": "2.13.1", - "@coveo/atomic": "2.25.2", + "@coveo/headless": "2.57.1", + "@coveo/atomic": "2.62.1", "@stencil/core": "2.22.2" }, "devDependencies": { "@coveo/atomic-component-health-check": "2.2.17", - "@rollup/plugin-url": "8.0.1", - "@types/jest": "29.5.1", - "jest": "29.5.0", - "jest-cli": "29.5.0", + "@rollup/plugin-url": "8.0.2", + "@types/jest": "29.5.12", + "jest": "29.7.0", + "jest-cli": "29.7.0", "rollup-plugin-html": "0.2.1", "rimraf": "4.4.1" }, diff --git a/packages/ui/atomic/create-atomic/package.json b/packages/ui/atomic/create-atomic/package.json index a9bcb58eda..9ab510a49a 100644 --- a/packages/ui/atomic/create-atomic/package.json +++ b/packages/ui/atomic/create-atomic/package.json @@ -30,19 +30,19 @@ "access": "public" }, "dependencies": { - "@coveo/platform-client": "52.1.0", + "@coveo/platform-client": "52.6.1", "abortcontroller-polyfill": "1.7.5", "detect-indent": "7.0.1", "https-proxy-agent": "5.0.1", - "inquirer": "9.2.0", + "inquirer": "8.2.6", "isomorphic-fetch": "3.0.0", "minimist": "1.2.8", - "node-plop": "^0.31.0", + "node-plop": "^0.32.0", "plop": "3.1.2", - "ts-node": "10.9.1", + "ts-node": "10.9.2", "typescript": "4.9.5" }, "devDependencies": { - "fs-extra": "11.1.1" + "fs-extra": "11.2.0" } } diff --git a/packages/ui/atomic/health-check/package.json b/packages/ui/atomic/health-check/package.json index 107b0dfdeb..1aff90c548 100644 --- a/packages/ui/atomic/health-check/package.json +++ b/packages/ui/atomic/health-check/package.json @@ -44,13 +44,13 @@ "devDependencies": { "@coveo/do-npm": "1.0.0", "@coveo/verdaccio-starter": "1.0.0", - "@types/jest": "29.5.1", - "@types/node": "18.16.3", - "fs-extra": "11.1.1", - "jest": "29.5.0", + "@types/jest": "29.5.12", + "@types/node": "18.19.26", + "fs-extra": "11.2.0", + "jest": "29.7.0", "stdout-stderr": "0.1.13", "tree-kill": "1.2.2", - "ts-jest": "29.1.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/packages/ui/atomic/template/package.json b/packages/ui/atomic/template/package.json index b56482d9f6..f5251c4d62 100644 --- a/packages/ui/atomic/template/package.json +++ b/packages/ui/atomic/template/package.json @@ -8,16 +8,16 @@ "lint": "prettier --check . && eslint ." }, "dependencies": { - "@coveo/atomic": "2.56.0", - "@coveo/headless": "2.48.0", + "@coveo/atomic": "2.62.1", + "@coveo/headless": "2.57.1", "@stencil/core": "2.22.3" }, "devDependencies": { - "@rollup/plugin-replace": "5.0.2", - "esbuild": "0.17.18", + "@rollup/plugin-replace": "5.0.5", + "esbuild": "0.20.2", "gts": "3.1.1", "prettier": "2.8.8", - "rollup-plugin-dotenv": "0.4.1", + "rollup-plugin-dotenv": "0.5.0", "rollup-plugin-html": "0.2.1" } } diff --git a/packages/ui/cra-template/package.json b/packages/ui/cra-template/package.json index c64e4de591..201afbc980 100644 --- a/packages/ui/cra-template/package.json +++ b/packages/ui/cra-template/package.json @@ -27,30 +27,30 @@ "template.json" ], "dependencies": { - "fs-extra": "11.1.1" + "fs-extra": "11.2.0" }, "devDependencies": { "@coveo/headless": "latest", "@coveo/search-token-server": "1.37.0", - "@emotion/react": "11.10.8", - "@emotion/styled": "11.10.8", - "@mui/material": "5.12.2", - "@testing-library/jest-dom": "5.16.5", - "@testing-library/react": "14.0.0", + "@emotion/react": "11.11.4", + "@emotion/styled": "11.11.0", + "@mui/material": "5.15.14", + "@testing-library/jest-dom": "5.17.0", + "@testing-library/react": "14.2.2", "@testing-library/user-event": "^14.0.0", - "@types/jest": "29.5.1", - "@types/node": "18.16.3", - "@types/react": "18.2.0", - "@types/react-dom": "18.2.1", + "@types/jest": "29.5.12", + "@types/node": "18.19.26", + "@types/react": "18.2.67", + "@types/react-dom": "18.2.22", "@types/react-router-dom": "5.3.3", "concurrently": "7.6.0", - "dotenv": "16.0.3", - "eslint": "8.39.0", + "dotenv": "16.4.5", + "eslint": "8.57.0", "get-port": "5.1.1", "prettier": "2.8.8", "react": "18.2.0", "react-dom": "18.2.0", - "react-router-dom": "6.11.0", + "react-router-dom": "6.22.3", "typescript": "4.9.5" }, "publishConfig": { diff --git a/packages/ui/search-token-server/package.json b/packages/ui/search-token-server/package.json index 05ef0b4189..532f9675da 100644 --- a/packages/ui/search-token-server/package.json +++ b/packages/ui/search-token-server/package.json @@ -9,7 +9,7 @@ "directory": "packages/ui/search-token-server" }, "dependencies": { - "@coveo/platform-client": "52.1.0", + "@coveo/platform-client": "52.6.1", "@types/express": "^4.17.11", "abortcontroller-polyfill": "^1.7.1", "cookie-session": "^2.0.0", @@ -19,7 +19,7 @@ "express": "^4.17.1", "helmet": "^6.0.0", "isomorphic-fetch": "^3.0.0", - "ts-node": "10.9.1", + "ts-node": "10.9.2", "typescript": "^4.1.5" }, "scripts": { @@ -29,20 +29,20 @@ "release:phase1": "npx -p=@coveord/release npm-publish" }, "devDependencies": { - "@babel/core": "7.21.5", - "@types/cookie-session": "2.0.44", - "@types/cors": "2.8.13", - "@types/csurf": "1.11.2", + "@babel/core": "7.24.3", + "@types/cookie-session": "2.0.48", + "@types/cors": "2.8.17", + "@types/csurf": "1.11.5", "@types/helmet": "4.0.0", - "@types/jest": "29.5.1", + "@types/jest": "29.5.12", "@types/node": "^18.11.9", - "@types/supertest": "2.0.12", - "@typescript-eslint/eslint-plugin": "5.59.1", - "eslint": "8.39.0", + "@types/supertest": "2.0.16", + "@typescript-eslint/eslint-plugin": "5.62.0", + "eslint": "8.57.0", "gts": "3.1.1", - "jest": "29.5.0", - "supertest": "6.3.3", - "ts-jest": "29.1.0" + "jest": "29.7.0", + "supertest": "6.3.4", + "ts-jest": "29.1.2" }, "publishConfig": { "access": "public" diff --git a/packages/ui/vue/create-headless-vue/template/package.json b/packages/ui/vue/create-headless-vue/template/package.json index 5d7ebbc3ff..96a0fb12e6 100644 --- a/packages/ui/vue/create-headless-vue/template/package.json +++ b/packages/ui/vue/create-headless-vue/template/package.json @@ -13,7 +13,7 @@ "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore" }, "dependencies": { - "@coveo/headless": "2.13.1", + "@coveo/headless": "2.57.1", "browser-or-node": "^2.1.1", "vue": "^3.2.41", "vue-router": "^4.1.5", @@ -23,7 +23,7 @@ "devDependencies": { "@coveo/platform-client": "^52.1.0", "@rushstack/eslint-patch": "^1.1.4", - "@types/node": "18.16.3", + "@types/node": "18.19.26", "@vitejs/plugin-vue": "^4.0.0", "@vitejs/plugin-vue-jsx": "^3.0.0", "@vue/eslint-config-prettier": "^7.0.0", @@ -36,7 +36,7 @@ "prettier": "^2.7.1", "sass": "^1.55.0", "typescript": "~4.9.0", - "vite": "4.2.3", + "vite": "4.5.2", "vite-plugin-vuetify": "^1.0.1", "vue-tsc": "^1.0.8" } diff --git a/utils/release/package.json b/utils/release/package.json index 520d360e7d..7d6269ff9c 100644 --- a/utils/release/package.json +++ b/utils/release/package.json @@ -5,14 +5,14 @@ "version": "1.0.0", "type": "module", "dependencies": { - "@coveo/semantic-monorepo-tools": "2.1.2", + "@coveo/semantic-monorepo-tools": "2.4.21", "@octokit/auth-app": "^4.0.9", "async-retry": "1.3.3", "conventional-changelog-angular": "5.0.13", "dependency-graph": "1.0.0", "npm-registry-fetch": "14.0.5", - "octokit": "2.0.14", - "semver": "7.5.2", + "octokit": "2.1.0", + "semver": "7.6.0", "ts-dedent": "2.2.0" }, "devDependencies": { diff --git a/utils/verdaccio-starter/package.json b/utils/verdaccio-starter/package.json index fa4a6b44c3..14272a15f8 100644 --- a/utils/verdaccio-starter/package.json +++ b/utils/verdaccio-starter/package.json @@ -24,6 +24,6 @@ "@npmcli/arborist": "^6.2.0", "get-port": "6.1.2", "tmp": "^0.2.1", - "verdaccio": "5.24.1" + "verdaccio": "5.29.2" } }