From f4e50ae85aa33ad7b8b6999205184cfdbd7b1e67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 04:39:55 +0000 Subject: [PATCH] chore(deps): Bump p-limit from 7.2.0 to 7.3.0 Bumps [p-limit](https://github.com/sindresorhus/p-limit) from 7.2.0 to 7.3.0. - [Release notes](https://github.com/sindresorhus/p-limit/releases) - [Commits](https://github.com/sindresorhus/p-limit/compare/v7.2.0...v7.3.0) --- updated-dependencies: - dependency-name: p-limit dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 92f61e227312d..a071c212ff6eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -60,7 +60,7 @@ "marked": "^16.4.2", "moment": "^2.30.1", "moment-timezone": "^0.6.0", - "p-limit": "^7.2.0", + "p-limit": "^7.3.0", "p-queue": "^8.1.0", "path": "^0.12.7", "pinia": "^2.3.1", @@ -19702,9 +19702,9 @@ } }, "node_modules/p-limit": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-7.2.0.tgz", - "integrity": "sha512-ATHLtwoTNDloHRFFxFJdHnG6n2WUeFjaR8XQMFdKIv0xkXjrER8/iG9iu265jOM95zXHAfv9oTkqhrfbIzosrQ==", + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-7.3.0.tgz", + "integrity": "sha512-7cIXg/Z0M5WZRblrsOla88S4wAK+zOQQWeBYfV3qJuJXMr+LnbYjaadrFaS0JILfEDPVqHyKnZ1Z/1d6J9VVUw==", "dependencies": { "yocto-queue": "^1.2.1" }, diff --git a/package.json b/package.json index 5d395139979c4..6e0f182b28015 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "marked": "^16.4.2", "moment": "^2.30.1", "moment-timezone": "^0.6.0", - "p-limit": "^7.2.0", + "p-limit": "^7.3.0", "p-queue": "^8.1.0", "path": "^0.12.7", "pinia": "^2.3.1",