build(deps): bump @octokit/request-error from 5.1.0 to 5.1.1 (#1169)

Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-02-15 03:19:17 +01:00
committed by GitHub
parent 696fa5c0e7
commit 6a3fb764d5
3 changed files with 6 additions and 5 deletions

2
dist/run/index.js generated vendored
View File

@@ -45240,7 +45240,7 @@ var RequestError = class extends Error {
if (options.request.headers.authorization) {
requestCopy.headers = Object.assign({}, options.request.headers, {
authorization: options.request.headers.authorization.replace(
/ .*$/,
/(?<! ) .*$/,
" [REDACTED]"
)
});