From e3e073a30407805fb0bc66dd60bd2c36f69df68d Mon Sep 17 00:00:00 2001 From: "renovate-coveo[bot]" <115253437+renovate-coveo[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 17:14:07 +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/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 +- .../workflows/renovate-config-validator.yml | 6 +- .../workflows/renovate-jest-snap-updater.yml | 8 +- .nvmrc | 2 +- package.json | 46 +- packages/cli-e2e/npm-shim/package-lock.json | 1170 +++++++++++------ packages/cli-e2e/package.json | 50 +- packages/cli/commons-dev/package.json | 6 +- packages/cli/commons/package.json | 20 +- packages/cli/core/package.json | 42 +- packages/cli/source/package.json | 22 +- 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 | 6 +- utils/verdaccio-starter/package.json | 2 +- 32 files changed, 957 insertions(+), 569 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 6f77f13f03..8a72f37ee1 100644 --- a/.github/actions/setup-node/action.yml +++ b/.github/actions/setup-node/action.yml @@ -4,7 +4,7 @@ description: 'Setup Node.js, restore cache, and install dependencies' 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/workflows/build.yml b/.github/workflows/build.yml index e65cc7f0fd..4e5acefffb 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@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0 with: egress-policy: audit - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 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@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0 with: egress-policy: audit - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 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..73ae72e459 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@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0 with: egress-policy: audit - name: Checkout repository - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - name: Initialize CodeQL - uses: github/codeql-action/init@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3 + uses: github/codeql-action/init@ae9ef3a1d2e3413523c3741725c30064970cc0d4 # 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@ae9ef3a1d2e3413523c3741725c30064970cc0d4 # v3 diff --git a/.github/workflows/git-lock-fail.yml b/.github/workflows/git-lock-fail.yml index b0c0cdec56..c922079ced 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@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0 with: egress-policy: audit diff --git a/.github/workflows/git-lock-success.yml b/.github/workflows/git-lock-success.yml index 64a19410f9..2d8d055328 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@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0 with: egress-policy: audit diff --git a/.github/workflows/merge-bot.yml b/.github/workflows/merge-bot.yml index ea219fc397..2b18f16c46 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@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0 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..00c811c073 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@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0 with: egress-policy: audit diff --git a/.github/workflows/package-lock-root-success.yml b/.github/workflows/package-lock-root-success.yml index 3f54c105a0..e8e34630ae 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@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0 with: egress-policy: audit diff --git a/.github/workflows/package-lock-version-fail.yml b/.github/workflows/package-lock-version-fail.yml index 9af967a25c..58db9811a8 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@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0 with: egress-policy: audit - - 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/package-lock-version-succes.yml b/.github/workflows/package-lock-version-succes.yml index 669c8c5507..52e4ffe4a4 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@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0 with: egress-policy: audit diff --git a/.github/workflows/pr-title-semantic-lint.yml b/.github/workflows/pr-title-semantic-lint.yml index a9182883f3..d8a2bf81ca 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@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0 with: egress-policy: audit - - 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 7d93135752..6db3267d3c 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@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0 with: egress-policy: audit - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 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/renovate-config-validator.yml b/.github/workflows/renovate-config-validator.yml index 911f0197b2..034a28d93b 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@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0 with: egress-policy: audit - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 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..6bce58971e 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@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0 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@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0 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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 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 89b93fd74a..54979ab5d9 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -22.18.0 \ No newline at end of file +22.22.0 \ No newline at end of file diff --git a/package.json b/package.json index 24225d706d..ef3fda20cb 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.11.1", "@actions/github": "5.1.1", - "@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.3.4", "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.7.4", "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..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.3.0", - "resolved": "https://registry.npmjs.org/npm/-/npm-9.3.0.tgz", - "integrity": "sha512-5Yl4snmvEzFkHPAzr5wq9pdEh0NBupqRmhQzBT5YdCGN0lSnKHd9JPJSbm7jZri81uXFl3YG6wrpWVAyTbZr7g==", + "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", @@ -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,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.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", - "hosted-git-info": "^6.1.1", - "ini": "^3.0.1", - "init-package-json": "^4.0.1", + "fs-minipass": "^3.0.3", + "glob": "^10.3.10", + "graceful-fs": "^4.2.11", + "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", - "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.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", @@ -176,49 +190,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 +304,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 +344,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 +362,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 +377,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 +391,7 @@ } }, "node_modules/npm/node_modules/@npmcli/metavuln-calculator": { - "version": "5.0.0", + "version": "5.0.1", "inBundle": true, "license": "ISC", "dependencies": { @@ -328,10 +404,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 +433,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 +461,7 @@ } }, "node_modules/npm/node_modules/@npmcli/query": { - "version": "3.0.0", + "version": "3.1.0", "inBundle": true, "license": "ISC", "dependencies": { @@ -375,7 +472,7 @@ } }, "node_modules/npm/node_modules/@npmcli/run-script": { - "version": "6.0.0", + "version": "6.0.2", "inBundle": true, "license": "ISC", "dependencies": { @@ -389,6 +486,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 +547,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 +587,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 +642,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 +693,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 +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" @@ -642,7 +734,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 +801,7 @@ } }, "node_modules/npm/node_modules/cmd-shim": { - "version": "6.0.0", + "version": "6.0.2", "inBundle": true, "license": "ISC", "engines": { @@ -761,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, @@ -773,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" @@ -788,17 +913,15 @@ } } }, - "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.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 +929,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 +969,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 +982,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 +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": { @@ -914,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" @@ -924,54 +1040,49 @@ } }, "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", + "version": "6.1.3", "inBundle": true, "license": "ISC", "dependencies": { @@ -982,7 +1093,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 +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.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 +1189,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 +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", @@ -1146,11 +1250,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 +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": { @@ -1199,17 +1325,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 +1347,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 +1366,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 +1410,7 @@ } }, "node_modules/npm/node_modules/libnpmorg": { - "version": "5.0.1", + "version": "5.0.5", "inBundle": true, "license": "ISC", "dependencies": { @@ -1297,28 +1422,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 +1454,7 @@ } }, "node_modules/npm/node_modules/libnpmsearch": { - "version": "6.0.1", + "version": "6.0.3", "inBundle": true, "license": "ISC", "dependencies": { @@ -1337,7 +1465,7 @@ } }, "node_modules/npm/node_modules/libnpmteam": { - "version": "5.0.1", + "version": "5.0.4", "inBundle": true, "license": "ISC", "dependencies": { @@ -1349,7 +1477,7 @@ } }, "node_modules/npm/node_modules/libnpmversion": { - "version": "4.0.1", + "version": "4.0.3", "inBundle": true, "license": "ISC", "dependencies": { @@ -1364,7 +1492,7 @@ } }, "node_modules/npm/node_modules/lru-cache": { - "version": "7.13.2", + "version": "7.18.3", "inBundle": true, "license": "ISC", "engines": { @@ -1372,19 +1500,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 +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": "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 +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" }, @@ -1583,9 +1718,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 +1734,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 +1754,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 +1832,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 +1850,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 +1860,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 +2000,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 +2053,7 @@ } }, "node_modules/npm/node_modules/nopt": { - "version": "7.0.0", + "version": "7.2.0", "inBundle": true, "license": "ISC", "dependencies": { @@ -1938,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" } @@ -1960,7 +2100,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 +2111,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 +2144,7 @@ } }, "node_modules/npm/node_modules/npm-pick-manifest": { - "version": "8.0.1", + "version": "8.0.2", "inBundle": true, "license": "ISC", "dependencies": { @@ -2030,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", @@ -2046,10 +2186,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 +2239,7 @@ } }, "node_modules/npm/node_modules/pacote": { - "version": "15.0.7", + "version": "15.2.0", "inBundle": true, "license": "ISC", "dependencies": { @@ -2097,8 +2248,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 +2258,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 +2269,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 +2298,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 +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, @@ -2175,7 +2358,7 @@ } }, "node_modules/npm/node_modules/promise-call-limit": { - "version": "1.0.1", + "version": "1.0.2", "inBundle": true, "license": "ISC", "funding": { @@ -2200,11 +2383,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 +2401,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 +2420,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 +2434,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 +2446,7 @@ } }, "node_modules/npm/node_modules/readable-stream": { - "version": "3.6.0", + "version": "3.6.2", "inBundle": true, "license": "MIT", "dependencies": { @@ -2359,7 +2545,7 @@ "optional": true }, "node_modules/npm/node_modules/semver": { - "version": "7.3.8", + "version": "7.6.0", "inBundle": true, "license": "ISC", "dependencies": { @@ -2388,10 +2574,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 +2632,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 +2658,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 +2667,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 +2681,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 +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, @@ -2499,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" @@ -2526,6 +2781,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 +2829,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 +2890,7 @@ } }, "node_modules/npm/node_modules/walk-up-path": { - "version": "1.0.0", + "version": "3.0.1", "inBundle": true, "license": "ISC" }, @@ -2605,7 +2903,7 @@ } }, "node_modules/npm/node_modules/which": { - "version": "3.0.0", + "version": "3.0.1", "inBundle": true, "license": "ISC", "dependencies": { @@ -2626,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 ad5a109bb3..d22e0b5501 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.1", "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.0", + "@babel/preset-env": "7.29.0", + "@babel/preset-typescript": "7.28.5", "@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.1591961", + "dotenv": "16.6.1", + "fs-extra": "11.3.4", "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..4f3735dad7 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.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 56f157d04a..6d03d36323 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", - "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.6", "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.3.4", "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.7.4", "ts-dedent": "2.2.0" }, "scripts": { diff --git a/packages/cli/core/package.json b/packages/cli/core/package.json index 395f7971c3..66f9e649e3 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" + "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.0", "@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.12", + "@types/jest": "29.5.14", + "@types/json2csv": "5.0.7", + "@types/node": "18.19.130", + "@types/semver": "7.7.1", + "@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.6", + "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 5885aee81c..5650125a6c 100644 --- a/packages/cli/source/package.json +++ b/packages/cli/source/package.json @@ -15,30 +15,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", + "jsonschema": "1.5.0", "ts-dedent": "2.2.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.6", + "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 94e4ee3667..56150f74b0 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.6", "@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.14", + "@types/node": "18.19.130", + "fs-extra": "11.3.4", + "jest": "29.7.0", "prettier": "2.8.8", - "ts-jest": "29.1.0", + "ts-jest": "29.4.6", "typescript": "4.9.5" }, "publishConfig": { diff --git a/packages/ui/atomic/health-check/package.json b/packages/ui/atomic/health-check/package.json index b381ccbc98..0074f44ba4 100644 --- a/packages/ui/atomic/health-check/package.json +++ b/packages/ui/atomic/health-check/package.json @@ -38,18 +38,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.3.4", + "jest": "29.7.0", "stdout-stderr": "0.1.13", "tree-kill": "1.2.2", - "ts-jest": "29.1.0", + "ts-jest": "29.4.6", "typescript": "4.9.5" } } diff --git a/packages/ui/cra-template/package.json b/packages/ui/cra-template/package.json index cf65036920..849ec92a6c 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.3.4" }, "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.28", + "@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.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 a1e601f469..07000ff854 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.0", + "@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.6" }, "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..f1a0d73baf 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.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", + "octokit": "2.1.0", + "semver": "7.7.4", "ts-dedent": "2.2.0" }, "devDependencies": { 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" } }