From b378ed537a3374cbb7642141277ace10488f9318 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 12:25:29 +0000 Subject: [PATCH] build(deps): bump p-limit from 6.1.0 to 6.2.0 (#3578) Bumps [p-limit](https://github.com/sindresorhus/p-limit) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/sindresorhus/p-limit/releases) - [Commits](https://github.com/sindresorhus/p-limit/compare/v6.1.0...v6.2.0) --- updated-dependencies: - dependency-name: p-limit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 538afd80a7..8cf7b0d7b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@octokit/plugin-rest-endpoint-methods": "^13.2.6", "@octokit/plugin-throttling": "^9.3.2", "node-fetch-native": "^1.6.4", - "p-limit": "^6.1.0", + "p-limit": "^6.2.0", "uuid": "^9.0.1" }, "devDependencies": { @@ -6473,9 +6473,9 @@ } }, "node_modules/p-limit": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-6.1.0.tgz", - "integrity": "sha512-H0jc0q1vOzlEk0TqAKXKZxdl7kX3OFUzCnNVUnq5Pc3DGo0kpeaMuPqxQn235HibwBEb0/pm9dgKTjXy66fBkg==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-6.2.0.tgz", + "integrity": "sha512-kuUqqHNUqoIWp/c467RI4X6mmyuojY5jGutNU0wVTmEOOfcuwLqyMVoAi9MKi2Ak+5i9+nhmrK4ufZE8069kHA==", "dependencies": { "yocto-queue": "^1.1.1" }, diff --git a/package.json b/package.json index dc5e523a70..233abea635 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@octokit/plugin-rest-endpoint-methods": "^13.2.6", "@octokit/plugin-throttling": "^9.3.2", "node-fetch-native": "^1.6.4", - "p-limit": "^6.1.0", + "p-limit": "^6.2.0", "uuid": "^9.0.1" }, "devDependencies": {