From 6a97e8e3d135b27d4ea1cd1b22720392d96cf76d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 13:05:44 +0000 Subject: [PATCH] build(deps): bump p-limit from 7.1.0 to 7.1.1 Bumps [p-limit](https://github.com/sindresorhus/p-limit) from 7.1.0 to 7.1.1. - [Release notes](https://github.com/sindresorhus/p-limit/releases) - [Commits](https://github.com/sindresorhus/p-limit/compare/v7.1.0...v7.1.1) --- updated-dependencies: - dependency-name: p-limit dependency-version: 7.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 f7057ba91c961..fb71e3823c496 100644 --- a/package-lock.json +++ b/package-lock.json @@ -60,7 +60,7 @@ "marked": "^16.2.0", "moment": "^2.30.1", "moment-timezone": "^0.6.0", - "p-limit": "^7.1.0", + "p-limit": "^7.1.1", "p-queue": "^8.1.0", "path": "^0.12.7", "pinia": "^2.3.1", @@ -19168,9 +19168,9 @@ } }, "node_modules/p-limit": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-7.1.0.tgz", - "integrity": "sha512-7LbrpOjbzBWFHFgRtVrIAwBwW1bB7c7n914Q2+CXr1TvOfbTrVHAEH1Ya9PwDwAoKLeiRrczymYWPwaHNOQ0vA==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-7.1.1.tgz", + "integrity": "sha512-i8PyM2JnsNChVSYWLr2BAjNoLi0BAYC+wecOnZnVV+YSNJkzP7cWmvI34dk0WArWfH9KwBHNoZI3P3MppImlIA==", "dependencies": { "yocto-queue": "^1.2.1" }, diff --git a/package.json b/package.json index 099bf81d4b5e3..aa4055a68fb11 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "marked": "^16.2.0", "moment": "^2.30.1", "moment-timezone": "^0.6.0", - "p-limit": "^7.1.0", + "p-limit": "^7.1.1", "p-queue": "^8.1.0", "path": "^0.12.7", "pinia": "^2.3.1",