From b3d3c33cafa465ecf9d2d9c0bcb0db4e944ea324 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 23:57:43 +0000 Subject: [PATCH 1/2] chore(deps): bump @octokit/plugin-throttling in the octokit-sdks group Bumps the octokit-sdks group with 1 update: [@octokit/plugin-throttling](https://github.com/octokit/plugin-throttling.js). Updates `@octokit/plugin-throttling` from 9.3.1 to 9.3.2 - [Release notes](https://github.com/octokit/plugin-throttling.js/releases) - [Commits](https://github.com/octokit/plugin-throttling.js/compare/v9.3.1...v9.3.2) --- updated-dependencies: - dependency-name: "@octokit/plugin-throttling" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: octokit-sdks ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 605b9ee..9e8f72b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,13 +6,13 @@ "packages": { "": { "name": "setup-licensed", - "version": "1.2.0", + "version": "1.3.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", "@actions/exec": "^1.1.1", "@actions/io": "^1.1.3", - "@octokit/plugin-throttling": "^9.3.1", + "@octokit/plugin-throttling": "^9.3.2", "@octokit/rest": "^21.0.2", "semver": "^7.6.3" }, @@ -2527,9 +2527,9 @@ } }, "node_modules/@octokit/plugin-throttling": { - "version": "9.3.1", - "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-9.3.1.tgz", - "integrity": "sha512-Qd91H4liUBhwLB2h6jZ99bsxoQdhgPk6TdwnClPyTBSDAdviGPceViEgUwj+pcQDmB/rfAXAXK7MTochpHM3yQ==", + "version": "9.3.2", + "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-9.3.2.tgz", + "integrity": "sha512-FqpvcTpIWFpMMwIeSoypoJXysSAQ3R+ALJhXXSG1HTP3YZOIeLmcNcimKaXxTcws+Sh6yoRl13SJ5r8sXc1Fhw==", "dependencies": { "@octokit/types": "^13.0.0", "bottleneck": "^2.15.3" @@ -7808,9 +7808,9 @@ } }, "@octokit/plugin-throttling": { - "version": "9.3.1", - "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-9.3.1.tgz", - "integrity": "sha512-Qd91H4liUBhwLB2h6jZ99bsxoQdhgPk6TdwnClPyTBSDAdviGPceViEgUwj+pcQDmB/rfAXAXK7MTochpHM3yQ==", + "version": "9.3.2", + "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-9.3.2.tgz", + "integrity": "sha512-FqpvcTpIWFpMMwIeSoypoJXysSAQ3R+ALJhXXSG1HTP3YZOIeLmcNcimKaXxTcws+Sh6yoRl13SJ5r8sXc1Fhw==", "requires": { "@octokit/types": "^13.0.0", "bottleneck": "^2.15.3" diff --git a/package.json b/package.json index 2a81ed9..c731caa 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@actions/core": "^1.10.1", "@actions/exec": "^1.1.1", "@actions/io": "^1.1.3", - "@octokit/plugin-throttling": "^9.3.1", + "@octokit/plugin-throttling": "^9.3.2", "@octokit/rest": "^21.0.2", "semver": "^7.6.3" }, From fb141d21accd679b5398134214aacb08783c3f64 Mon Sep 17 00:00:00 2001 From: licensed-ci Date: Mon, 7 Oct 2024 23:59:16 +0000 Subject: [PATCH 2/2] [dependabot skip] Auto-update license files --- .licenses/npm/@octokit/plugin-throttling.dep.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.licenses/npm/@octokit/plugin-throttling.dep.yml b/.licenses/npm/@octokit/plugin-throttling.dep.yml index ef5a6ad..f9c7456 100644 --- a/.licenses/npm/@octokit/plugin-throttling.dep.yml +++ b/.licenses/npm/@octokit/plugin-throttling.dep.yml @@ -1,6 +1,6 @@ --- name: "@octokit/plugin-throttling" -version: 9.3.1 +version: 9.3.2 type: npm summary: Octokit plugin for GitHub's recommended request throttling homepage: