From 88d86bdd1a33e74824bed4d5325e7faf6bac8d9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 12:57:04 +0000 Subject: [PATCH] build(deps): bump @octokit/plugin-throttling from 9.6.0 to 9.6.1 (#3881) Bumps [@octokit/plugin-throttling](https://github.com/octokit/plugin-throttling.js) from 9.6.0 to 9.6.1. - [Release notes](https://github.com/octokit/plugin-throttling.js/releases) - [Commits](https://github.com/octokit/plugin-throttling.js/compare/v9.6.0...v9.6.1) --- updated-dependencies: - dependency-name: "@octokit/plugin-throttling" dependency-version: 9.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 e87906a..c6bc1ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@octokit/core": "^6.1.4", "@octokit/plugin-paginate-rest": "^11.6.0", "@octokit/plugin-rest-endpoint-methods": "^13.5.0", - "@octokit/plugin-throttling": "^9.6.0", + "@octokit/plugin-throttling": "^9.6.1", "node-fetch-native": "^1.6.6", "p-limit": "^6.2.0", "uuid": "^9.0.1" @@ -1398,9 +1398,9 @@ } }, "node_modules/@octokit/plugin-throttling": { - "version": "9.6.0", - "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-9.6.0.tgz", - "integrity": "sha512-zn7m1N3vpJDaVzLqjCRdJ0cRzNiekHEWPi8Ww9xyPNrDt5PStHvVE0eR8wy4RSU8Eg7YO8MHyvn6sv25EGVhhg==", + "version": "9.6.1", + "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-9.6.1.tgz", + "integrity": "sha512-bt3EBUkeKUzDQXRCcFrR9SWVqlLFRRqcCrr6uAorWt6NXTyjMKqcGrFmXqJy9NCbnKgiIZ2OXWq04theFc76Jg==", "license": "MIT", "dependencies": { "@octokit/types": "^13.7.0", diff --git a/package.json b/package.json index af9235b..454e510 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@octokit/core": "^6.1.4", "@octokit/plugin-paginate-rest": "^11.6.0", "@octokit/plugin-rest-endpoint-methods": "^13.5.0", - "@octokit/plugin-throttling": "^9.6.0", + "@octokit/plugin-throttling": "^9.6.1", "node-fetch-native": "^1.6.6", "p-limit": "^6.2.0", "uuid": "^9.0.1"