Skip to content

Commit

Permalink
fix(deps): update dependency @octokit/request-error to v6 (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 1, 2024
1 parent 70e3e82 commit 598caa4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 35 deletions.
37 changes: 4 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"license": "MIT",
"dependencies": {
"@octokit/types": "^12.0.0",
"@octokit/request-error": "^5.0.0",
"@octokit/request-error": "^6.0.0",
"bottleneck": "^2.15.3"
},
"peerDependencies": {
Expand Down
1 change: 0 additions & 1 deletion test/octokit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ function testPlugin(octokit: Octokit) {
? res.data.message
: `Test failed request (${res.status})`;
const error = new RequestError(message, res.status, {
headers: res.headers,
request: options,
});
throw error;
Expand Down

0 comments on commit 598caa4

Please sign in to comment.