Skip to content

Commit 7c00527

Browse files
authored
Merge pull request #213 from zaproxy/dependabot/npm_and_yarn/dot-github/actions/update-website/octokit/request-error-5.1.1
2 parents a09485a + ebbc935 commit 7c00527

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

.github/actions/update-website/dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6748,7 +6748,7 @@ var RequestError = class extends Error {
67486748
if (options.request.headers.authorization) {
67496749
requestCopy.headers = Object.assign({}, options.request.headers, {
67506750
authorization: options.request.headers.authorization.replace(
6751-
/ .*$/,
6751+
/(?<! ) .*$/,
67526752
" [REDACTED]"
67536753
)
67546754
});

.github/actions/update-website/package-lock.json

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

0 commit comments

Comments
 (0)