Skip to content

Commit 20478bf

Browse files
authored
Merge pull request #62 from git-for-windows/dependabot/npm_and_yarn/npm_and_yarn-9e48c2a8cb
build(deps): bump @octokit/request-error from 5.0.1 to 5.1.1 in the npm_and_yarn group
2 parents c2d20fa + ba68b63 commit 20478bf

File tree

3 files changed

+41
-10
lines changed

3 files changed

+41
-10
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6987,7 +6987,7 @@ var RequestError = class extends Error {
69876987
if (options.request.headers.authorization) {
69886988
requestCopy.headers = Object.assign({}, options.request.headers, {
69896989
authorization: options.request.headers.authorization.replace(
6990-
/ .*$/,
6990+
/(?<! ) .*$/,
69916991
" [REDACTED]"
69926992
)
69936993
});

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

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

0 commit comments

Comments
 (0)