From 47c7cc7256e8746414c2e077ac39c72e3b73ca4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 16:41:41 +0000 Subject: [PATCH] Bump @octokit/request-error from 5.1.0 to 5.1.1 Bumps [@octokit/request-error](https://github.com/octokit/request-error.js) from 5.1.0 to 5.1.1. - [Release notes](https://github.com/octokit/request-error.js/releases) - [Commits](https://github.com/octokit/request-error.js/compare/v5.1.0...v5.1.1) --- updated-dependencies: - dependency-name: "@octokit/request-error" dependency-version: 5.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3203791a..4e5c2ae6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@actions/exec": "^1.1.1", "@actions/github": "^5.1.1", "@octokit/plugin-retry": "^5.0.5", - "@octokit/request-error": "^5.1.0", + "@octokit/request-error": "^5.1.1", "@tiobe/http-client": "^0.4.0", "@tiobe/install-tics": "^0.6.0", "canonical-path": "^1.0.0", @@ -1744,9 +1744,10 @@ } }, "node_modules/@octokit/request-error": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-5.1.0.tgz", - "integrity": "sha512-GETXfE05J0+7H2STzekpKObFe765O5dlAKUTLNGeH+x47z7JjXHfsHKo5z21D/o/IOZTUEI6nyWyR+bZVP/n5Q==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-5.1.1.tgz", + "integrity": "sha512-v9iyEQJH6ZntoENr9/yXxjuezh4My67CBSu9r6Ve/05Iu5gNgnisNWOsoJHTP6k0Rr0+HQIpnH+kyammu90q/g==", + "license": "MIT", "dependencies": { "@octokit/types": "^13.1.0", "deprecation": "^2.0.0", diff --git a/package.json b/package.json index 3e50d691..9cad1b3e 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@actions/exec": "^1.1.1", "@actions/github": "^5.1.1", "@octokit/plugin-retry": "^5.0.5", - "@octokit/request-error": "^5.1.0", + "@octokit/request-error": "^5.1.1", "@tiobe/http-client": "^0.4.0", "@tiobe/install-tics": "^0.6.0", "canonical-path": "^1.0.0",