Skip to content

Commit 78f6962

Browse files
Bump @octokit/request-error from 5.0.1 to 5.1.1 (#51)
* 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] <[email protected]> * Fix check failures --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: HarithaVattikuti <[email protected]>
1 parent e356c79 commit 78f6962

File tree

7 files changed

+62
-6
lines changed

7 files changed

+62
-6
lines changed

.licenses/npm/@octokit/openapi-types-23.0.1.dep.yml

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

.licenses/npm/@octokit/request-error.dep.yml

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

.licenses/npm/@octokit/types-13.8.0.dep.yml

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

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5661,7 +5661,7 @@ var RequestError = class extends Error {
56615661
if (options.request.headers.authorization) {
56625662
requestCopy.headers = Object.assign({}, options.request.headers, {
56635663
authorization: options.request.headers.authorization.replace(
5664-
/ .*$/,
5664+
/(?<! ) .*$/,
56655665
" [REDACTED]"
56665666
)
56675667
});

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)