From 5299aecd2b5675a42a8e9f33ffe2892bcbb07cec Mon Sep 17 00:00:00 2001 From: "balena-renovate[bot]" <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 03:27:01 +0000 Subject: [PATCH] Update dependency @octokit/plugin-throttling to v10 Update @octokit/plugin-throttling from 9.6.1 to 10.0.0 Change-type: patch --- package-lock.json | 41 +++++------------------------------------ package.json | 2 +- 2 files changed, 6 insertions(+), 37 deletions(-) diff --git a/package-lock.json b/package-lock.json index ce38e6c..0ef9b22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.64", "license": "Apache-2.0", "dependencies": { - "@octokit/plugin-throttling": "^9.3.1", + "@octokit/plugin-throttling": "^10.0.0", "dotenv": "^16.3.1", "octokit": "^4.0.2", "rimraf": "^6.0.0", @@ -302,12 +302,12 @@ } }, "node_modules/@octokit/plugin-throttling": { - "version": "9.6.1", - "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-9.6.1.tgz", - "integrity": "sha512-bt3EBUkeKUzDQXRCcFrR9SWVqlLFRRqcCrr6uAorWt6NXTyjMKqcGrFmXqJy9NCbnKgiIZ2OXWq04theFc76Jg==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-10.0.0.tgz", + "integrity": "sha512-Kuq5/qs0DVYTHZuBAzCZStCzo2nKvVRo/TDNhCcpC2TKiOGz/DisXMCvjt3/b5kr6SCI1Y8eeeJTHBxxpFvZEg==", "license": "MIT", "dependencies": { - "@octokit/types": "^13.7.0", + "@octokit/types": "^14.0.0", "bottleneck": "^2.15.3" }, "engines": { @@ -317,21 +317,6 @@ "@octokit/core": "^6.1.3" } }, - "node_modules/@octokit/plugin-throttling/node_modules/@octokit/openapi-types": { - "version": "24.2.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-24.2.0.tgz", - "integrity": "sha512-9sIH3nSUttelJSXUrmGzl7QUBFul0/mB8HRYl3fOlgHbIWG+WnYDXU3v/2zMtAvuzZ/ed00Ei6on975FhBfzrg==", - "license": "MIT" - }, - "node_modules/@octokit/plugin-throttling/node_modules/@octokit/types": { - "version": "13.10.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.10.0.tgz", - "integrity": "sha512-ifLaO34EbbPj0Xgro4G5lP5asESjwHracYJvVaPIyXMuiuXLlhic3S47cBdTb+jfODkTE5YtGCLt3Ay3+J97sA==", - "license": "MIT", - "dependencies": { - "@octokit/openapi-types": "^24.2.0" - } - }, "node_modules/@octokit/request": { "version": "9.2.3", "resolved": "https://registry.npmjs.org/@octokit/request/-/request-9.2.3.tgz", @@ -644,22 +629,6 @@ "node": ">= 18" } }, - "node_modules/octokit/node_modules/@octokit/plugin-throttling": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-10.0.0.tgz", - "integrity": "sha512-Kuq5/qs0DVYTHZuBAzCZStCzo2nKvVRo/TDNhCcpC2TKiOGz/DisXMCvjt3/b5kr6SCI1Y8eeeJTHBxxpFvZEg==", - "license": "MIT", - "dependencies": { - "@octokit/types": "^14.0.0", - "bottleneck": "^2.15.3" - }, - "engines": { - "node": ">= 18" - }, - "peerDependencies": { - "@octokit/core": "^6.1.3" - } - }, "node_modules/package-json-from-dist": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", diff --git a/package.json b/package.json index 3cd247e..19fa720 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "homepage": "https://github.com/product-os/safe-settings-bootstrap#readme", "dependencies": { - "@octokit/plugin-throttling": "^9.3.1", + "@octokit/plugin-throttling": "^10.0.0", "dotenv": "^16.3.1", "octokit": "^4.0.2", "rimraf": "^6.0.0",