From 5863a89a40ece4e7251410641910d5aed46e173e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 15:32:55 +0000 Subject: [PATCH] Bump p-limit from 6.2.0 to 7.2.0 Bumps [p-limit](https://github.com/sindresorhus/p-limit) from 6.2.0 to 7.2.0. - [Release notes](https://github.com/sindresorhus/p-limit/releases) - [Commits](https://github.com/sindresorhus/p-limit/compare/v6.2.0...v7.2.0) --- updated-dependencies: - dependency-name: p-limit dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- cli/package.json | 2 +- pnpm-lock.yaml | 27 ++++++++++++++------------- src/package.json | 2 +- 3 files changed, 16 insertions(+), 15 deletions(-) diff --git a/cli/package.json b/cli/package.json index 3f20a3a0b8f..369c23923cf 100644 --- a/cli/package.json +++ b/cli/package.json @@ -97,7 +97,7 @@ "ollama": "^0.5.17", "openai": "^5.12.2", "os-name": "^6.0.0", - "p-limit": "^6.2.0", + "p-limit": "^7.2.0", "p-wait-for": "^5.0.2", "package-json": "^10.0.1", "pdf-parse": "^1.1.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1368cbf87b0..0708b493d6a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -785,8 +785,8 @@ importers: specifier: ^6.0.0 version: 6.1.0 p-limit: - specifier: ^6.2.0 - version: 6.2.0 + specifier: ^7.2.0 + version: 7.2.0 p-wait-for: specifier: ^5.0.2 version: 5.0.2 @@ -1833,8 +1833,8 @@ importers: specifier: ^6.0.0 version: 6.1.0 p-limit: - specifier: ^6.2.0 - version: 6.2.0 + specifier: ^7.2.0 + version: 7.2.0 p-map: specifier: ^7.0.3 version: 7.0.3 @@ -4958,6 +4958,7 @@ packages: '@lancedb/lancedb@0.21.3': resolution: {integrity: sha512-hfzp498BfcCJ730fV1YGGoXVxRgE+W1n0D0KwanKlbt8bBPSQ6E6Tf8mPXc8rKdAXIRR3o5mTzMG3z3Fda+m3Q==} engines: {node: '>= 18'} + cpu: [x64, arm64] os: [darwin, linux, win32] peerDependencies: apache-arrow: '>=15.0.0 <=18.1.0' @@ -15504,9 +15505,9 @@ packages: resolution: {integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - p-limit@6.2.0: - resolution: {integrity: sha512-kuUqqHNUqoIWp/c467RI4X6mmyuojY5jGutNU0wVTmEOOfcuwLqyMVoAi9MKi2Ak+5i9+nhmrK4ufZE8069kHA==} - engines: {node: '>=18'} + p-limit@7.2.0: + resolution: {integrity: sha512-ATHLtwoTNDloHRFFxFJdHnG6n2WUeFjaR8XQMFdKIv0xkXjrER8/iG9iu265jOM95zXHAfv9oTkqhrfbIzosrQ==} + engines: {node: '>=20'} p-locate@2.0.0: resolution: {integrity: sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==} @@ -19920,8 +19921,8 @@ packages: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} - yocto-queue@1.2.1: - resolution: {integrity: sha512-AyeEbWOu/TAXdxlV9wmGcR0+yh2j3vYPGOECcIj2S7MkrLyC7ne+oye2BKTItt0ii2PHk4cDy+95+LshzbXnGg==} + yocto-queue@1.2.2: + resolution: {integrity: sha512-4LCcse/U2MHZ63HAJVE+v71o7yOdIe4cZ70Wpf8D/IyjDKYQLV5GD46B+hSTjJsvV5PztjvHoU580EftxjDZFQ==} engines: {node: '>=12.20'} yoctocolors-cjs@2.1.3: @@ -36903,11 +36904,11 @@ snapshots: p-limit@4.0.0: dependencies: - yocto-queue: 1.2.1 + yocto-queue: 1.2.2 - p-limit@6.2.0: + p-limit@7.2.0: dependencies: - yocto-queue: 1.2.1 + yocto-queue: 1.2.2 p-locate@2.0.0: dependencies: @@ -42303,7 +42304,7 @@ snapshots: yocto-queue@0.1.0: {} - yocto-queue@1.2.1: {} + yocto-queue@1.2.2: {} yoctocolors-cjs@2.1.3: {} diff --git a/src/package.json b/src/package.json index 532de95715d..5b5937086ea 100644 --- a/src/package.json +++ b/src/package.json @@ -722,7 +722,7 @@ "ollama": "^0.5.17", "openai": "^5.12.2", "os-name": "^6.0.0", - "p-limit": "^6.2.0", + "p-limit": "^7.2.0", "p-map": "^7.0.3", "p-retry": "^7.1.0", "p-wait-for": "^5.0.2",