Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Commit f767a5c

Browse files
Bump @octokit/request-error from 5.0.1 to 5.1.1 (#654)
* Bump @octokit/request-error from 5.0.1 to 5.1.1 Bumps [@octokit/request-error](https://github.com/octokit/request-error.js) from 5.0.1 to 5.1.1. - [Release notes](https://github.com/octokit/request-error.js/releases) - [Commits](octokit/request-error.js@v5.0.1...v5.1.1) --- updated-dependencies: - dependency-name: "@octokit/request-error" dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * `makers setup && makers check` --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kenichi Kamiya <kachick1@gmail.com>
1 parent a94d561 commit f767a5c

File tree

2 files changed

+11
-42
lines changed

2 files changed

+11
-42
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20066,7 +20066,7 @@ var require_dist_node4 = __commonJS({
2006620066
if (options.request.headers.authorization) {
2006720067
requestCopy.headers = Object.assign({}, options.request.headers, {
2006820068
authorization: options.request.headers.authorization.replace(
20069-
/ .*$/,
20069+
/(?<! ) .*$/,
2007020070
" [REDACTED]"
2007120071
)
2007220072
});

package-lock.json

Lines changed: 10 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)