From fe4d5256f2858d01e70e0f48a171f6779136576b Mon Sep 17 00:00:00 2001 From: "renovate-coveo[bot]" <115253437+renovate-coveo[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 21:16:55 +0000 Subject: [PATCH] fix(deps): update all dependencies j:cdx-227 --- .github/actions/e2e-clean/action.yml | 2 +- .github/actions/e2e-login/action.yml | 2 +- .github/actions/e2e-run/action.yml | 8 +- .github/actions/setup-node/action.yml | 2 +- .github/workflows/build.yml | 8 +- .github/workflows/codeql-analysis.yml | 8 +- .github/workflows/dependency-review.yml | 2 +- .github/workflows/git-lock-fail.yml | 2 +- .github/workflows/git-lock-success.yml | 2 +- .github/workflows/merge-bot.yml | 4 +- .github/workflows/package-lock-root-fail.yml | 2 +- .../workflows/package-lock-root-success.yml | 2 +- .../workflows/package-lock-version-fail.yml | 4 +- .../workflows/package-lock-version-succes.yml | 2 +- .github/workflows/pr-title-semantic-lint.yml | 4 +- .github/workflows/prbot.yml | 6 +- .github/workflows/release.yml | 4 +- .../workflows/renovate-config-validator.yml | 6 +- .../workflows/renovate-jest-snap-updater.yml | 8 +- .nvmrc | 2 +- package.json | 50 +- packages/cli-e2e/npm-shim/package-lock.json | 954 ++++++++++++------ packages/cli-e2e/package.json | 50 +- packages/cli/commons-dev/package.json | 6 +- packages/cli/commons/package.json | 22 +- packages/cli/core/package.json | 44 +- packages/cli/source/package.json | 24 +- packages/ui/angular/package.json | 14 +- packages/ui/atomic/health-check/package.json | 12 +- packages/ui/cra-template/package.json | 30 +- packages/ui/search-token-server/package.json | 26 +- .../create-headless-vue/template/package.json | 6 +- utils/release/package.json | 8 +- utils/verdaccio-starter/package.json | 2 +- 34 files changed, 813 insertions(+), 515 deletions(-) diff --git a/.github/actions/e2e-clean/action.yml b/.github/actions/e2e-clean/action.yml index 5df42e3701..1ddbdefab0 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@3235b876344d2a9aa001b8d1453c930bba69e610 # 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..c6b891d1d1 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@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # 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 7693414dde..25c901d02b 100644 --- a/.github/actions/e2e-run/action.yml +++ b/.github/actions/e2e-run/action.yml @@ -37,14 +37,14 @@ runs: git config --global core.autocrlf false git config --global core.eol lf npm i -g npm@10.8.2 - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 + - uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3 with: cache: 'npm' node-version-file: '.nvmrc' - - uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4 + - uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4 with: cache: 'pip' - python-version: '3.10' + python-version: '3.14' - name: Install Mitmproxy through pip shell: bash run: pip install -r packages/cli-e2e/mitmproxy/requirements.txt @@ -77,7 +77,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@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3 if: cancelled() || failure() || success() with: name: ${{inputs.os}}-${{inputs.node}}-${{inputs.spec}}-test-artifacts diff --git a/.github/actions/setup-node/action.yml b/.github/actions/setup-node/action.yml index 6f375e0797..1aea0501ab 100644 --- a/.github/actions/setup-node/action.yml +++ b/.github/actions/setup-node/action.yml @@ -12,7 +12,7 @@ runs: # publishing would fail with a misleading `E404 PUT /@coveo%2fcli` # instead of an authentication error. All our dependencies come from the # public registry, so no credentials are needed to install. - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 + - uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3 with: cache: 'npm' node-version-file: '.nvmrc' diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e65cc7f0fd..355cbea542 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,11 +11,11 @@ jobs: runs-on: 'ubuntu-latest' steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1 + uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1 with: egress-policy: audit - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 + - uses: actions/checkout@a37ce9120846195fa4ece8f58b268e6043cb2f26 # v3 - uses: ./.github/actions/setup-node - name: Lint run: npm run lint @@ -24,11 +24,11 @@ jobs: runs-on: 'ubuntu-latest' steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1 + uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1 with: egress-policy: audit - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 + - uses: actions/checkout@a37ce9120846195fa4ece8f58b268e6043cb2f26 # v3 - uses: ./.github/actions/setup-node - name: Build run: npm run build diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index fa1f46994a..9c7fae11f2 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -32,17 +32,17 @@ jobs: steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1 + uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1 with: egress-policy: audit - name: Checkout repository - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 + uses: actions/checkout@a37ce9120846195fa4ece8f58b268e6043cb2f26 # v3 - name: Initialize CodeQL - uses: github/codeql-action/init@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3 + uses: github/codeql-action/init@f3712979fa5f215279b101dd0a2e3bdfb4353324 # v3 with: languages: ${{ matrix.language }} config-file: .github/codeql/config.yml - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3 + uses: github/codeql-action/analyze@f3712979fa5f215279b101dd0a2e3bdfb4353324 # v3 diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 54e4d95fd0..2985551962 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -11,7 +11,7 @@ permissions: jobs: dependency-Review: name: Review - uses: coveo/public-actions/.github/workflows/dependency-review.yml@main + uses: coveo/public-actions/.github/workflows/dependency-review.yml@5a3c9311bf6a65f17f02c21d72cccd1a0ad48a3a # main with: public: true distributed: true diff --git a/.github/workflows/git-lock-fail.yml b/.github/workflows/git-lock-fail.yml index b0c0cdec56..31a343cd8a 100644 --- a/.github/workflows/git-lock-fail.yml +++ b/.github/workflows/git-lock-fail.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1 + uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1 with: egress-policy: audit diff --git a/.github/workflows/git-lock-success.yml b/.github/workflows/git-lock-success.yml index 64a19410f9..bc08bd3f9a 100644 --- a/.github/workflows/git-lock-success.yml +++ b/.github/workflows/git-lock-success.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1 + uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1 with: egress-policy: audit diff --git a/.github/workflows/merge-bot.yml b/.github/workflows/merge-bot.yml index ea219fc397..45664c009e 100644 --- a/.github/workflows/merge-bot.yml +++ b/.github/workflows/merge-bot.yml @@ -14,10 +14,10 @@ jobs: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1 + uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1 with: egress-policy: audit - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 + - uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3 - name: Run the Bot run: npx @coveo/merge-bot diff --git a/.github/workflows/package-lock-root-fail.yml b/.github/workflows/package-lock-root-fail.yml index 0bb7ed14d5..c04aa20f1f 100644 --- a/.github/workflows/package-lock-root-fail.yml +++ b/.github/workflows/package-lock-root-fail.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1 + uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1 with: egress-policy: audit diff --git a/.github/workflows/package-lock-root-success.yml b/.github/workflows/package-lock-root-success.yml index 3f54c105a0..a32da0d86d 100644 --- a/.github/workflows/package-lock-root-success.yml +++ b/.github/workflows/package-lock-root-success.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1 + uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1 with: egress-policy: audit diff --git a/.github/workflows/package-lock-version-fail.yml b/.github/workflows/package-lock-version-fail.yml index 9af967a25c..f0915d8b05 100644 --- a/.github/workflows/package-lock-version-fail.yml +++ b/.github/workflows/package-lock-version-fail.yml @@ -18,10 +18,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1 + uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1 with: egress-policy: audit - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 + - uses: actions/checkout@a37ce9120846195fa4ece8f58b268e6043cb2f26 # 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/package-lock-version-succes.yml b/.github/workflows/package-lock-version-succes.yml index 669c8c5507..71f7422918 100644 --- a/.github/workflows/package-lock-version-succes.yml +++ b/.github/workflows/package-lock-version-succes.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1 + uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1 with: egress-policy: audit diff --git a/.github/workflows/pr-title-semantic-lint.yml b/.github/workflows/pr-title-semantic-lint.yml index 13130390ca..a78d9f9d84 100644 --- a/.github/workflows/pr-title-semantic-lint.yml +++ b/.github/workflows/pr-title-semantic-lint.yml @@ -10,11 +10,11 @@ jobs: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1 + uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1 with: egress-policy: audit - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 + - uses: actions/checkout@a37ce9120846195fa4ece8f58b268e6043cb2f26 # v3 - name: Semantic Pull Request uses: step-security/action-semantic-pull-request@9142b539761b0ed6761de569f3a5020a7462a7f3 diff --git a/.github/workflows/prbot.yml b/.github/workflows/prbot.yml index 7d93135752..961b9f694f 100644 --- a/.github/workflows/prbot.yml +++ b/.github/workflows/prbot.yml @@ -9,14 +9,14 @@ jobs: GITHUB_CREDENTIALS: ${{ secrets.GITHUB_TOKEN }} steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1 + uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1 with: egress-policy: audit - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 + - uses: actions/checkout@a37ce9120846195fa4ece8f58b268e6043cb2f26 # v3 with: fetch-depth: 0 - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 + - uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3 with: cache: 'npm' node-version-file: '.nvmrc' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b98cbfcc9b..36777fb0fa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: id-token: write # required for npm trusted publishing (OIDC) steps: - name: Harden Runner - uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0 + uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1 with: egress-policy: audit @@ -33,7 +33,7 @@ jobs: owner: coveo repositories: 'cli' - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 with: fetch-depth: 0 token: ${{ steps.generate-token.outputs.token }} diff --git a/.github/workflows/renovate-config-validator.yml b/.github/workflows/renovate-config-validator.yml index 911f0197b2..4e4a027f7e 100644 --- a/.github/workflows/renovate-config-validator.yml +++ b/.github/workflows/renovate-config-validator.yml @@ -18,12 +18,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1 + uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1 with: egress-policy: audit - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 + - uses: actions/checkout@a37ce9120846195fa4ece8f58b268e6043cb2f26 # v3 + - uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # 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 eae0a75860..2c869a61ff 100644 --- a/.github/workflows/renovate-jest-snap-updater.yml +++ b/.github/workflows/renovate-jest-snap-updater.yml @@ -18,7 +18,7 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1 + uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1 with: egress-policy: audit @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1 + uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1 with: egress-policy: audit @@ -44,10 +44,10 @@ jobs: git config --global core.autocrlf false git config --global core.eol lf npm i -g npm@10.8.2 - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 + - uses: actions/checkout@a37ce9120846195fa4ece8f58b268e6043cb2f26 # v3 with: ref: ${{ github.event.workflow_run.head_branch }} - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 + - uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3 with: cache: 'npm' node-version-file: '.nvmrc' diff --git a/.nvmrc b/.nvmrc index eefb690f4a..039ec40950 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -24.15.0 \ No newline at end of file +24.19.0 \ No newline at end of file diff --git a/package.json b/package.json index 37fcb77108..de57bfa9ee 100644 --- a/package.json +++ b/package.json @@ -9,51 +9,51 @@ "license": "Apache-2.0", "bugs": "https://github.com/coveo/cli/issues", "devDependencies": { - "@actions/core": "1.10.0", + "@actions/core": "1.11.1", "@actions/github": "5.1.1", "@changesets/changelog-github": "^0.7.0", "@changesets/cli": "^2.31.0", - "@commitlint/config-conventional": "17.6.1", - "@commitlint/lint": "17.6.1", - "@coveo/platform-client": "58.5.0", - "@coveo/semantic-monorepo-tools": "2.4.28", + "@commitlint/config-conventional": "17.8.1", + "@commitlint/lint": "17.8.1", + "@coveo/platform-client": "58.21.0", + "@coveo/semantic-monorepo-tools": "2.7.1", "@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", - "abortcontroller-polyfill": "1.7.5", + "@types/node": "18.19.130", + "@typescript-eslint/eslint-plugin": "5.62.0", + "@typescript-eslint/parser": "5.62.0", + "abortcontroller-polyfill": "1.7.8", "async-retry": "1.3.3", - "aws-sdk": "2.1368.0", - "chai": "4.3.7", + "aws-sdk": "2.1693.0", + "chai": "4.5.0", "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.6.1", + "eslint": "8.57.1", + "eslint-config-prettier": "8.10.2", "eslint-plugin-node": "11.1.0", - "eslint-plugin-prettier": "4.2.1", - "exponential-backoff": "3.1.1", - "fs-extra": "11.1.1", + "eslint-plugin-prettier": "4.2.5", + "exponential-backoff": "3.1.3", + "fs-extra": "11.4.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": "11.19.0", "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", - "ts-dedent": "2.2.0", - "ts-node": "10.9.1", + "semver": "7.8.5", + "ts-dedent": "2.3.0", + "ts-node": "10.9.2", "typescript": "4.9.5", - "yargs": "17.7.2" + "yargs": "17.7.3" }, "commitlint": { "extends": [ diff --git a/packages/cli-e2e/npm-shim/package-lock.json b/packages/cli-e2e/npm-shim/package-lock.json index 2cc2b312ef..f66e9ebcf4 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.6.4", - "resolved": "https://registry.npmjs.org/npm/-/npm-9.6.4.tgz", - "integrity": "sha512-8/Mct0X/w77PmgIpSlXfNIOlrZBfT+8966zLCxOhwi1qZ2Ueyy99uWPSDW6bt2OKw1NzrvHJBSgkzAvn1iWuhw==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/npm/-/npm-9.9.4.tgz", + "integrity": "sha512-NzcQiLpqDuLhavdyJ2J3tGJ/ni/ebcqHVFZkv1C4/6lblraUPbPgCJ4Vhb4oa3FFhRa2Yj9gA58jGH/ztKueNQ==", "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", @@ -58,6 +60,7 @@ "ms", "node-gyp", "nopt", + "normalize-package-data", "npm-audit-report", "npm-install-checks", "npm-package-arg", @@ -72,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", @@ -84,73 +88,85 @@ "which", "write-file-atomic" ], + "license": "Artistic-2.0", + "workspaces": [ + "docs", + "smoke-tests", + "mock-globals", + "mock-registry", + "workspaces/*" + ], "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", - "@npmcli/arborist": "^6.2.7", - "@npmcli/config": "^6.1.5", - "@npmcli/map-workspaces": "^3.0.3", - "@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.5", - "chalk": "^4.1.2", - "ci-info": "^3.8.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": "^3.0.1", - "glob": "^9.3.2", + "fs-minipass": "^3.0.3", + "glob": "^10.3.10", "graceful-fs": "^4.2.11", - "hosted-git-info": "^6.1.1", - "ini": "^3.0.1", + "hosted-git-info": "^6.1.3", + "ini": "^4.1.1", "init-package-json": "^5.0.0", "is-cidr": "^4.0.2", - "json-parse-even-better-errors": "^3.0.0", + "json-parse-even-better-errors": "^3.0.1", "libnpmaccess": "^7.0.2", - "libnpmdiff": "^5.0.15", - "libnpmexec": "^5.0.15", - "libnpmfund": "^4.0.15", + "libnpmdiff": "^5.0.20", + "libnpmexec": "^6.0.4", + "libnpmfund": "^4.2.1", "libnpmhook": "^9.0.3", - "libnpmorg": "^5.0.3", - "libnpmpack": "^5.0.15", - "libnpmpublish": "^7.1.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.0.3", - "minimatch": "^7.4.3", - "minipass": "^4.2.5", + "make-fetch-happen": "^11.1.1", + "minimatch": "^9.0.3", + "minipass": "^7.0.4", "minipass-pipeline": "^1.2.4", "ms": "^2.1.2", - "node-gyp": "^9.3.1", - "nopt": "^7.1.0", - "npm-audit-report": "^4.0.0", - "npm-install-checks": "^6.1.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-registry-fetch": "^14.0.5", "npm-user-validate": "^2.0.0", "npmlog": "^7.0.1", "p-map": "^4.0.0", - "pacote": "^15.1.1", + "pacote": "^15.2.0", "parse-conflict-json": "^3.0.1", "proc-log": "^3.0.0", "qrcode-terminal": "^0.12.0", - "read": "^2.0.0", - "read-package-json": "^6.0.1", - "read-package-json-fast": "^3.0.2", - "semver": "^7.3.8", - "ssri": "^10.0.2", - "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.1", "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", @@ -174,13 +190,75 @@ "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.2.7", + "version": "6.5.1", "inBundle": true, "license": "ISC", "dependencies": { @@ -191,8 +269,8 @@ "@npmcli/metavuln-calculator": "^5.0.0", "@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.4", @@ -200,9 +278,9 @@ "hosted-git-info": "^6.1.1", "json-parse-even-better-errors": "^3.0.0", "json-stringify-nice": "^1.1.4", - "minimatch": "^7.4.2", + "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", @@ -216,7 +294,7 @@ "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" @@ -226,17 +304,18 @@ } }, "node_modules/npm/node_modules/@npmcli/config": { - "version": "6.1.5", + "version": "6.4.1", "inBundle": true, "license": "ISC", "dependencies": { "@npmcli/map-workspaces": "^3.0.2", - "ini": "^3.0.0", + "ci-info": "^4.0.0", + "ini": "^4.1.0", "nopt": "^7.0.0", "proc-log": "^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" @@ -265,7 +344,7 @@ } }, "node_modules/npm/node_modules/@npmcli/git": { - "version": "4.0.4", + "version": "4.1.0", "inBundle": true, "license": "ISC", "dependencies": { @@ -298,13 +377,13 @@ } }, "node_modules/npm/node_modules/@npmcli/map-workspaces": { - "version": "3.0.3", + "version": "3.0.4", "inBundle": true, "license": "ISC", "dependencies": { "@npmcli/name-from-folder": "^2.0.0", - "glob": "^9.3.1", - "minimatch": "^7.4.2", + "glob": "^10.2.2", + "minimatch": "^9.0.0", "read-package-json-fast": "^3.0.0" }, "engines": { @@ -312,7 +391,7 @@ } }, "node_modules/npm/node_modules/@npmcli/metavuln-calculator": { - "version": "5.0.0", + "version": "5.0.1", "inBundle": true, "license": "ISC", "dependencies": { @@ -354,11 +433,17 @@ } }, "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" @@ -376,7 +461,7 @@ } }, "node_modules/npm/node_modules/@npmcli/query": { - "version": "3.0.0", + "version": "3.1.0", "inBundle": true, "license": "ISC", "dependencies": { @@ -387,7 +472,7 @@ } }, "node_modules/npm/node_modules/@npmcli/run-script": { - "version": "6.0.0", + "version": "6.0.2", "inBundle": true, "license": "ISC", "dependencies": { @@ -401,10 +486,55 @@ "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.1.0", + "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" } @@ -417,12 +547,21 @@ "node": ">= 10" } }, + "node_modules/npm/node_modules/@tufjs/canonical-json": { + "version": "1.0.0", + "inBundle": true, + "license": "MIT", + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, "node_modules/npm/node_modules/@tufjs/models": { - "version": "1.0.1", + "version": "1.0.4", "inBundle": true, "license": "MIT", "dependencies": { - "minimatch": "^7.4.2" + "@tufjs/canonical-json": "1.0.0", + "minimatch": "^9.0.0" }, "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" @@ -436,17 +575,6 @@ "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "node_modules/npm/node_modules/abort-controller": { - "version": "3.0.0", - "inBundle": true, - "license": "MIT", - "dependencies": { - "event-target-shim": "^5.0.0" - }, - "engines": { - "node": ">=6.5" - } - }, "node_modules/npm/node_modules/agent-base": { "version": "6.0.2", "inBundle": true, @@ -459,12 +587,10 @@ } }, "node_modules/npm/node_modules/agentkeepalive": { - "version": "4.3.0", + "version": "4.5.0", "inBundle": true, "license": "MIT", "dependencies": { - "debug": "^4.1.0", - "depd": "^2.0.0", "humanize-ms": "^1.2.1" }, "engines": { @@ -516,13 +642,9 @@ "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" } @@ -532,27 +654,8 @@ "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": { @@ -581,29 +684,6 @@ "balanced-match": "^1.0.0" } }, - "node_modules/npm/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/builtins": { "version": "5.0.1", "inBundle": true, @@ -613,20 +693,19 @@ } }, "node_modules/npm/node_modules/cacache": { - "version": "17.0.5", + "version": "17.1.4", "inBundle": true, "license": "ISC", "dependencies": { "@npmcli/fs": "^3.1.0", "fs-minipass": "^3.0.0", - "glob": "^9.3.1", + "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" @@ -636,15 +715,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" @@ -659,7 +734,7 @@ } }, "node_modules/npm/node_modules/ci-info": { - "version": "3.8.0", + "version": "4.0.0", "funding": [ { "type": "github", @@ -726,7 +801,7 @@ } }, "node_modules/npm/node_modules/cmd-shim": { - "version": "6.0.1", + "version": "6.0.2", "inBundle": true, "license": "ISC", "engines": { @@ -784,6 +859,33 @@ "inBundle": true, "license": "ISC" }, + "node_modules/npm/node_modules/cross-spawn": { + "version": "7.0.6", + "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, @@ -796,11 +898,11 @@ } }, "node_modules/npm/node_modules/debug": { - "version": "4.3.4", + "version": "4.3.7", "inBundle": true, "license": "MIT", "dependencies": { - "ms": "2.1.2" + "ms": "^2.1.3" }, "engines": { "node": ">=6.0" @@ -811,11 +913,6 @@ } } }, - "node_modules/npm/node_modules/debug/node_modules/ms": { - "version": "2.1.2", - "inBundle": true, - "license": "MIT" - }, "node_modules/npm/node_modules/defaults": { "version": "1.0.4", "inBundle": true, @@ -832,22 +929,19 @@ "inBundle": true, "license": "MIT" }, - "node_modules/npm/node_modules/depd": { - "version": "2.0.0", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">= 0.8" - } - }, "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, @@ -875,36 +969,40 @@ "inBundle": true, "license": "MIT" }, - "node_modules/npm/node_modules/event-target-shim": { - "version": "5.0.1", + "node_modules/npm/node_modules/exponential-backoff": { + "version": "3.1.1", "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=6" - } + "license": "Apache-2.0" }, - "node_modules/npm/node_modules/events": { - "version": "3.3.0", + "node_modules/npm/node_modules/fastest-levenshtein": { + "version": "1.0.16", "inBundle": true, "license": "MIT", "engines": { - "node": ">=0.8.x" + "node": ">= 4.9.1" } }, - "node_modules/npm/node_modules/fastest-levenshtein": { - "version": "1.0.16", + "node_modules/npm/node_modules/foreground-child": { + "version": "3.1.1", "inBundle": true, - "license": "MIT", + "license": "ISC", + "dependencies": { + "cross-spawn": "^7.0.0", + "signal-exit": "^4.0.1" + }, "engines": { - "node": ">= 4.9.1" + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, "node_modules/npm/node_modules/fs-minipass": { - "version": "3.0.1", + "version": "3.0.3", "inBundle": true, "license": "ISC", "dependencies": { - "minipass": "^4.0.0" + "minipass": "^7.0.3" }, "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" @@ -916,12 +1014,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": { @@ -929,7 +1030,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" @@ -939,14 +1040,18 @@ } }, "node_modules/npm/node_modules/glob": { - "version": "9.3.2", + "version": "10.3.10", "inBundle": true, "license": "ISC", "dependencies": { - "fs.realpath": "^1.0.0", - "minimatch": "^7.4.1", - "minipass": "^4.2.4", - "path-scurry": "^1.6.1" + "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": ">=16 || 14 >=14.17" @@ -960,32 +1065,24 @@ "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", + "version": "6.1.3", "inBundle": true, "license": "ISC", "dependencies": { @@ -1045,31 +1142,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.2", + "version": "6.0.4", "inBundle": true, "license": "ISC", "dependencies": { - "minimatch": "^7.4.2" + "minimatch": "^9.0.0" }, "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" @@ -1111,11 +1189,11 @@ "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": { @@ -1135,10 +1213,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", @@ -1160,11 +1250,11 @@ } }, "node_modules/npm/node_modules/is-core-module": { - "version": "2.11.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" @@ -1188,8 +1278,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": { @@ -1223,7 +1335,7 @@ "license": "MIT" }, "node_modules/npm/node_modules/libnpmaccess": { - "version": "7.0.2", + "version": "7.0.3", "inBundle": true, "license": "ISC", "dependencies": { @@ -1235,16 +1347,16 @@ } }, "node_modules/npm/node_modules/libnpmdiff": { - "version": "5.0.15", + "version": "5.0.21", "inBundle": true, "license": "ISC", "dependencies": { - "@npmcli/arborist": "^6.2.7", + "@npmcli/arborist": "^6.5.0", "@npmcli/disparity-colors": "^3.0.0", "@npmcli/installed-package-contents": "^2.0.2", "binary-extensions": "^2.2.0", "diff": "^5.1.0", - "minimatch": "^7.4.2", + "minimatch": "^9.0.0", "npm-package-arg": "^10.1.0", "pacote": "^15.0.8", "tar": "^6.1.13" @@ -1254,14 +1366,13 @@ } }, "node_modules/npm/node_modules/libnpmexec": { - "version": "5.0.15", + "version": "6.0.5", "inBundle": true, "license": "ISC", "dependencies": { - "@npmcli/arborist": "^6.2.7", + "@npmcli/arborist": "^6.5.0", "@npmcli/run-script": "^6.0.0", - "chalk": "^4.1.0", - "ci-info": "^3.7.1", + "ci-info": "^4.0.0", "npm-package-arg": "^10.1.0", "npmlog": "^7.0.1", "pacote": "^15.0.8", @@ -1269,25 +1380,25 @@ "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.15", + "version": "4.2.2", "inBundle": true, "license": "ISC", "dependencies": { - "@npmcli/arborist": "^6.2.7" + "@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.3", + "version": "9.0.4", "inBundle": true, "license": "ISC", "dependencies": { @@ -1299,7 +1410,7 @@ } }, "node_modules/npm/node_modules/libnpmorg": { - "version": "5.0.3", + "version": "5.0.5", "inBundle": true, "license": "ISC", "dependencies": { @@ -1311,11 +1422,11 @@ } }, "node_modules/npm/node_modules/libnpmpack": { - "version": "5.0.15", + "version": "5.0.21", "inBundle": true, "license": "ISC", "dependencies": { - "@npmcli/arborist": "^6.2.7", + "@npmcli/arborist": "^6.5.0", "@npmcli/run-script": "^6.0.0", "npm-package-arg": "^10.1.0", "pacote": "^15.0.8" @@ -1325,17 +1436,17 @@ } }, "node_modules/npm/node_modules/libnpmpublish": { - "version": "7.1.3", + "version": "7.5.2", "inBundle": true, "license": "ISC", "dependencies": { - "ci-info": "^3.6.1", + "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.0.0", + "sigstore": "^1.4.0", "ssri": "^10.0.1" }, "engines": { @@ -1343,7 +1454,7 @@ } }, "node_modules/npm/node_modules/libnpmsearch": { - "version": "6.0.2", + "version": "6.0.3", "inBundle": true, "license": "ISC", "dependencies": { @@ -1354,7 +1465,7 @@ } }, "node_modules/npm/node_modules/libnpmteam": { - "version": "5.0.3", + "version": "5.0.4", "inBundle": true, "license": "ISC", "dependencies": { @@ -1366,7 +1477,7 @@ } }, "node_modules/npm/node_modules/libnpmversion": { - "version": "4.0.2", + "version": "4.0.3", "inBundle": true, "license": "ISC", "dependencies": { @@ -1389,7 +1500,7 @@ } }, "node_modules/npm/node_modules/make-fetch-happen": { - "version": "11.0.3", + "version": "11.1.1", "inBundle": true, "license": "ISC", "dependencies": { @@ -1400,7 +1511,7 @@ "https-proxy-agent": "^5.0.0", "is-lambda": "^1.0.1", "lru-cache": "^7.7.1", - "minipass": "^4.0.0", + "minipass": "^5.0.0", "minipass-fetch": "^3.0.0", "minipass-flush": "^1.0.5", "minipass-pipeline": "^1.2.4", @@ -1413,26 +1524,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": "7.4.3", + "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.2.5", + "version": "7.0.4", "inBundle": true, "license": "ISC", "engines": { - "node": ">=8" + "node": ">=16 || 14 >=14.17" } }, "node_modules/npm/node_modules/minipass-collect": { @@ -1458,11 +1577,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" }, @@ -1615,11 +1734,12 @@ } }, "node_modules/npm/node_modules/node-gyp": { - "version": "9.3.1", + "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", @@ -1880,18 +2000,10 @@ "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/npm/node_modules/node-gyp/node_modules/readable-stream": { - "version": "3.6.2", + "node_modules/npm/node_modules/node-gyp/node_modules/signal-exit": { + "version": "3.0.7", "inBundle": true, - "license": "MIT", - "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "engines": { - "node": ">= 6" - } + "license": "ISC" }, "node_modules/npm/node_modules/node-gyp/node_modules/ssri": { "version": "9.0.1", @@ -1941,7 +2053,7 @@ } }, "node_modules/npm/node_modules/nopt": { - "version": "7.1.0", + "version": "7.2.0", "inBundle": true, "license": "ISC", "dependencies": { @@ -1969,12 +2081,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" } @@ -1991,7 +2100,7 @@ } }, "node_modules/npm/node_modules/npm-install-checks": { - "version": "6.1.0", + "version": "6.3.0", "inBundle": true, "license": "BSD-2-Clause", "dependencies": { @@ -2002,7 +2111,7 @@ } }, "node_modules/npm/node_modules/npm-normalize-package-bin": { - "version": "3.0.0", + "version": "3.0.1", "inBundle": true, "license": "ISC", "engines": { @@ -2035,7 +2144,7 @@ } }, "node_modules/npm/node_modules/npm-pick-manifest": { - "version": "8.0.1", + "version": "8.0.2", "inBundle": true, "license": "ISC", "dependencies": { @@ -2061,12 +2170,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", @@ -2077,6 +2186,14 @@ "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": "2.0.0", "inBundle": true, @@ -2122,7 +2239,7 @@ } }, "node_modules/npm/node_modules/pacote": { - "version": "15.1.1", + "version": "15.2.0", "inBundle": true, "license": "ISC", "dependencies": { @@ -2132,7 +2249,7 @@ "@npmcli/run-script": "^6.0.0", "cacache": "^17.0.0", "fs-minipass": "^3.0.0", - "minipass": "^4.0.0", + "minipass": "^5.0.0", "npm-package-arg": "^10.0.0", "npm-packlist": "^7.0.0", "npm-pick-manifest": "^8.0.0", @@ -2141,7 +2258,7 @@ "promise-retry": "^2.0.1", "read-package-json": "^6.0.0", "read-package-json-fast": "^3.0.0", - "sigstore": "^1.0.0", + "sigstore": "^1.3.0", "ssri": "^10.0.0", "tar": "^6.1.11" }, @@ -2152,6 +2269,14 @@ "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.1", "inBundle": true, @@ -2173,13 +2298,21 @@ "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.6.3", + "version": "1.10.1", "inBundle": true, "license": "BlueOak-1.0.0", "dependencies": { - "lru-cache": "^7.14.1", - "minipass": "^4.0.2" + "lru-cache": "^9.1.1 || ^10.0.0", + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" }, "engines": { "node": ">=16 || 14 >=14.17" @@ -2188,8 +2321,16 @@ "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.11", + "version": "6.0.15", "inBundle": true, "license": "MIT", "dependencies": { @@ -2208,14 +2349,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, @@ -2268,7 +2401,7 @@ } }, "node_modules/npm/node_modules/read": { - "version": "2.0.0", + "version": "2.1.0", "inBundle": true, "license": "ISC", "dependencies": { @@ -2287,11 +2420,11 @@ } }, "node_modules/npm/node_modules/read-package-json": { - "version": "6.0.1", + "version": "6.0.4", "inBundle": true, "license": "ISC", "dependencies": { - "glob": "^9.3.0", + "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" @@ -2313,17 +2446,16 @@ } }, "node_modules/npm/node_modules/readable-stream": { - "version": "4.3.0", + "version": "3.6.2", "inBundle": true, "license": "MIT", "dependencies": { - "abort-controller": "^3.0.0", - "buffer": "^6.0.3", - "events": "^3.3.0", - "process": "^0.11.10" + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": ">= 6" } }, "node_modules/npm/node_modules/retry": { @@ -2388,7 +2520,21 @@ } }, "node_modules/npm/node_modules/safe-buffer": { - "version": "5.1.2", + "version": "5.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": "MIT" }, @@ -2399,7 +2545,7 @@ "optional": true }, "node_modules/npm/node_modules/semver": { - "version": "7.3.8", + "version": "7.6.0", "inBundle": true, "license": "ISC", "dependencies": { @@ -2428,19 +2574,46 @@ "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.2.0", + "version": "1.9.0", "inBundle": true, "license": "Apache-2.0", "dependencies": { - "@sigstore/protobuf-specs": "^0.1.0", - "make-fetch-happen": "^11.0.1", - "tuf-js": "^1.0.0" + "@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" @@ -2459,15 +2632,15 @@ } }, "node_modules/npm/node_modules/socks": { - "version": "2.7.1", + "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" } }, @@ -2494,7 +2667,7 @@ } }, "node_modules/npm/node_modules/spdx-exceptions": { - "version": "2.3.0", + "version": "2.5.0", "inBundle": true, "license": "CC-BY-3.0" }, @@ -2508,27 +2681,27 @@ } }, "node_modules/npm/node_modules/spdx-license-ids": { - "version": "3.0.13", + "version": "3.0.17", "inBundle": true, "license": "CC0-1.0" }, "node_modules/npm/node_modules/ssri": { - "version": "10.0.2", + "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" } }, "node_modules/npm/node_modules/string_decoder": { - "version": "1.1.1", + "version": "1.3.0", "inBundle": true, "license": "MIT", "dependencies": { - "safe-buffer": "~5.1.0" + "safe-buffer": "~5.2.0" } }, "node_modules/npm/node_modules/string-width": { @@ -2544,6 +2717,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, @@ -2555,25 +2742,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.1", "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" @@ -2604,6 +2803,14 @@ "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, @@ -2623,12 +2830,13 @@ } }, "node_modules/npm/node_modules/tuf-js": { - "version": "1.1.2", + "version": "1.1.7", "inBundle": true, "license": "MIT", "dependencies": { - "@tufjs/models": "1.0.1", - "make-fetch-happen": "^11.0.1" + "@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" @@ -2682,7 +2890,7 @@ } }, "node_modules/npm/node_modules/walk-up-path": { - "version": "1.0.0", + "version": "3.0.1", "inBundle": true, "license": "ISC" }, @@ -2695,7 +2903,7 @@ } }, "node_modules/npm/node_modules/which": { - "version": "3.0.0", + "version": "3.0.1", "inBundle": true, "license": "ISC", "dependencies": { @@ -2716,18 +2924,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 a0c96a9a47..0b972f379d 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.11.1", + "@types/async-retry": "1.4.9", + "@types/folder-hash": "4.0.4", + "@types/fs-extra": "11.0.4", + "@types/is-running": "2.1.2", + "@types/jest": "29.5.14", + "@types/node": "18.19.130", + "@types/tmp": "0.2.6", + "@types/wait-on": "5.3.4", "chrome-launcher": "0.15.2", - "eslint": "8.39.0", + "eslint": "8.57.1", "fkill": "7.2.1", - "folder-hash": "4.0.4", + "folder-hash": "4.1.3", "is-running": "2.1.0", "open": "8.4.2", - "pacote": "15.1.3", + "pacote": "15.2.0", "tmp": "0.2.1", - "ts-node": "10.9.1", - "verdaccio": "5.24.1", - "wait-on": "7.0.1" + "ts-node": "10.9.2", + "verdaccio": "5.33.0", + "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.29.7", + "@babel/preset-env": "7.29.7", + "@babel/preset-typescript": "7.29.7", "@coveo/cli": "3.2.13", - "@coveo/platform-client": "58.5.0", - "abortcontroller-polyfill": "1.7.5", + "@coveo/platform-client": "58.21.0", + "abortcontroller-polyfill": "1.7.8", "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.1679354", + "dotenv": "16.6.1", + "fs-extra": "11.4.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 89bdae4458..3e63328936 100644 --- a/packages/cli/commons-dev/package.json +++ b/packages/cli/commons-dev/package.json @@ -27,11 +27,11 @@ } }, "dependencies": { - "fancy-test": "2.0.21", - "tslib": "2.5.0" + "fancy-test": "2.0.42", + "tslib": "2.8.1" }, "devDependencies": { - "@types/jest": "29.5.1", + "@types/jest": "29.5.14", "typescript": "4.9.5" }, "scripts": { diff --git a/packages/cli/commons/package.json b/packages/cli/commons/package.json index 51e1f5fa18..4c6d592763 100644 --- a/packages/cli/commons/package.json +++ b/packages/cli/commons/package.json @@ -20,28 +20,28 @@ }, "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", - "jsonschema": "1.4.1", - "ts-jest": "29.1.0", + "@types/is-ci": "3.0.4", + "@types/jest": "29.5.14", + "@types/npm-package-arg": "6.1.4", + "jest": "29.7.0", + "jsonschema": "1.5.0", + "ts-jest": "29.4.12", "typescript": "4.9.5" }, "dependencies": { "@amplitude/analytics-node": "^1.3.3", "@amplitude/analytics-types": "^2.1.2", - "@coveo/platform-client": "58.5.0", + "@coveo/platform-client": "58.21.0", "@oclif/core": "1.24.0", - "abortcontroller-polyfill": "1.7.5", + "abortcontroller-polyfill": "1.7.8", "chalk": "4.1.2", - "fs-extra": "11.1.1", + "fs-extra": "11.4.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", - "ts-dedent": "2.2.0" + "semver": "7.8.5", + "ts-dedent": "2.3.0" }, "scripts": { "test": "jest", diff --git a/packages/cli/core/package.json b/packages/cli/core/package.json index 0ca307f1d9..d25c172eb0 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.11", "@coveo/cli-plugin-source": "2.3.11", - "@coveo/platform-client": "58.5.0", + "@coveo/platform-client": "58.21.0", "@oclif/core": "1.24.0", "@oclif/plugin-help": "5.1.23", "@oclif/plugin-plugins": "2.1.12", @@ -27,22 +27,22 @@ "fs-extra": "^11.0.0", "get-port": "5.1.1", "https-proxy-agent": "^5.0.0", - "inquirer": "8.2.5", + "inquirer": "8.2.7", "is-unicode-supported": "^1.3.0", "isomorphic-fetch": "^3.0.0", "json2csv": "^5.0.6", - "jsonschema": "1.4.1", + "jsonschema": "1.5.0", "node-machine-id": "^1.1.12", "open": "^8.4.0", "semver": "^7.3.4", "tmp": "^0.2.1", - "ts-dedent": "2.2.0", - "tslib": "2.5.0" + "ts-dedent": "2.3.0", + "tslib": "2.8.1" }, "devDependencies": { "@amplitude/analytics-types": "^2.1.2", "@amplitude/types": "1.10.2", - "@babel/core": "7.21.5", + "@babel/core": "7.29.7", "@coveo/angular": "1.36.16", "@coveo/atomic-component-health-check": "2.2.19", "@coveo/cli-commons-dev": "6.0.6", @@ -53,29 +53,29 @@ "@coveo/create-atomic-result-component": "^1", "@coveo/create-headless-vue": "1.4.7", "@oclif/test": "2.2.21", - "@types/archiver": "5.3.2", - "@types/async-retry": "1.4.5", - "@types/cli-progress": "3.11.0", + "@types/archiver": "5.3.4", + "@types/async-retry": "1.4.9", + "@types/cli-progress": "3.11.6", "@types/cross-spawn": "6.0.6", - "@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/fs-extra": "11.0.4", + "@types/inquirer": "8.2.13", + "@types/jest": "29.5.14", + "@types/json2csv": "5.0.7", + "@types/node": "18.19.130", + "@types/semver": "7.8.0", + "@types/tmp": "0.2.6", + "chai": "4.5.0", + "eslint": "8.57.1", + "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.4.12", + "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 d37aa2bafe..188338bc7d 100644 --- a/packages/cli/source/package.json +++ b/packages/cli/source/package.json @@ -19,30 +19,30 @@ ], "dependencies": { "@coveo/cli-commons": "2.9.11", - "@coveo/platform-client": "58.5.0", - "@coveo/push-api-client": "4.0.1", + "@coveo/platform-client": "58.21.0", + "@coveo/push-api-client": "4.0.24", "@oclif/core": "1.24.0", "@oclif/plugin-help": "5.1.23", "@oclif/plugin-plugins": "2.1.12", "chalk": "4.1.2", - "jsonschema": "1.4.1", - "ts-dedent": "2.2.0" + "jsonschema": "1.5.0", + "ts-dedent": "2.3.0" }, "devDependencies": { "@coveo/cli-commons-dev": "6.0.6", - "@coveo/semantic-monorepo-tools": "2.4.28", + "@coveo/semantic-monorepo-tools": "2.7.1", "@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.14", + "@types/node": "18.19.130", + "eslint": "8.57.1", + "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.4.12", + "ts-node": "10.9.2", "tsconfig-paths": "4.2.0", - "tslib": "2.5.0", + "tslib": "2.8.1", "typescript": "4.9.5", "undici": "5.28.3" }, diff --git a/packages/ui/angular/package.json b/packages/ui/angular/package.json index d28a405819..2442dea053 100644 --- a/packages/ui/angular/package.json +++ b/packages/ui/angular/package.json @@ -34,7 +34,7 @@ "@angular/cli": "^15.0.0", "@coveo/search-token-server": "1.37.6", "@schematics/angular": "^15.0.0", - "jest-config": "29.5.0" + "jest-config": "29.7.0" }, "devDependencies": { "@angular/core": "^15.0.0", @@ -43,13 +43,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.14", + "@types/node": "18.19.130", + "fs-extra": "11.4.0", + "jest": "29.7.0", "prettier": "2.8.8", - "ts-jest": "29.1.0", + "ts-jest": "29.4.12", "typescript": "4.9.5" }, "publishConfig": { diff --git a/packages/ui/atomic/health-check/package.json b/packages/ui/atomic/health-check/package.json index fe9bd52ed3..f8892f5f47 100644 --- a/packages/ui/atomic/health-check/package.json +++ b/packages/ui/atomic/health-check/package.json @@ -39,18 +39,18 @@ ], "dependencies": { "chalk": "4.1.2", - "zod": "3.22.4" + "zod": "3.25.76" }, "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.14", + "@types/node": "18.19.130", + "fs-extra": "11.4.0", + "jest": "29.7.0", "stdout-stderr": "0.1.13", "tree-kill": "1.2.2", - "ts-jest": "29.1.0", + "ts-jest": "29.4.12", "typescript": "4.9.5" } } diff --git a/packages/ui/cra-template/package.json b/packages/ui/cra-template/package.json index d1fedbd22f..969aa502fc 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.4.0" }, "devDependencies": { "@coveo/headless": "latest", "@coveo/search-token-server": "1.37.6", - "@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.14.0", + "@emotion/styled": "11.14.1", + "@mui/material": "5.18.0", + "@testing-library/jest-dom": "5.17.0", + "@testing-library/react": "14.3.1", "@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.14", + "@types/node": "18.19.130", + "@types/react": "18.3.31", + "@types/react-dom": "18.3.7", "@types/react-router-dom": "5.3.3", "concurrently": "7.6.0", - "dotenv": "16.0.3", - "eslint": "8.39.0", + "dotenv": "16.6.1", + "eslint": "8.57.1", "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": "18.3.1", + "react-dom": "18.3.1", + "react-router-dom": "6.30.4", "typescript": "4.9.5" }, "publishConfig": { diff --git a/packages/ui/search-token-server/package.json b/packages/ui/search-token-server/package.json index 365e97b14f..b486491f16 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": "58.5.0", + "@coveo/platform-client": "58.21.0", "@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.29.7", + "@types/cookie-session": "2.0.49", + "@types/cors": "2.8.19", + "@types/csurf": "1.11.5", "@types/helmet": "4.0.0", - "@types/jest": "29.5.1", + "@types/jest": "29.5.14", "@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.1", "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.4.12" }, "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 b590c3226c..a44b69f75a 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.80.7", "browser-or-node": "^2.1.1", "vue": "^3.2.41", "vue-router": "^4.1.5", @@ -21,9 +21,9 @@ "zod": "^3.19.1" }, "devDependencies": { - "@coveo/platform-client": "58.5.0", + "@coveo/platform-client": "58.21.0", "@rushstack/eslint-patch": "^1.1.4", - "@types/node": "18.16.3", + "@types/node": "18.19.130", "@vitejs/plugin-vue": "^4.0.0", "@vitejs/plugin-vue-jsx": "^3.0.0", "@vue/eslint-config-prettier": "^7.0.0", diff --git a/utils/release/package.json b/utils/release/package.json index b75c26fc92..53d857bc4c 100644 --- a/utils/release/package.json +++ b/utils/release/package.json @@ -5,15 +5,15 @@ "version": "1.0.0", "type": "module", "dependencies": { - "@coveo/semantic-monorepo-tools": "2.4.28", + "@coveo/semantic-monorepo-tools": "2.7.1", "@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", - "ts-dedent": "2.2.0" + "octokit": "2.1.0", + "semver": "7.8.5", + "ts-dedent": "2.3.0" }, "devDependencies": { "@types/conventional-changelog-writer": "^4.0.2", diff --git a/utils/verdaccio-starter/package.json b/utils/verdaccio-starter/package.json index fa4a6b44c3..50e33d9c42 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.33.0" } }