Skip to content

Commit

Permalink
fix(deps): bump octokit dependencies (#286)
Browse files Browse the repository at this point in the history
* fix(deps): bump octokit dependencies

Bump dependencies to avoid bugs with Deno compatibility

* test: update inline snapshots
  • Loading branch information
wolfy1339 authored Dec 31, 2024
1 parent c22dfca commit 9fa91ea
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 19 deletions.
35 changes: 21 additions & 14 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"license": "MIT",
"dependencies": {
"@octokit/oauth-authorization-url": "^7.0.0",
"@octokit/request": "^9.1.0",
"@octokit/request-error": "^6.1.0",
"@octokit/types": "^13.0.0"
"@octokit/request": "^9.1.4",
"@octokit/request-error": "^6.1.6",
"@octokit/types": "^13.6.2"
},
"devDependencies": {
"@octokit/tsconfig": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test/delete-authorization.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe("deleteAuthorization()", () => {

expect(response).toMatchInlineSnapshot(`
{
"data": undefined,
"data": "",
"headers": {},
"status": 204,
"url": "",
Expand Down
2 changes: 1 addition & 1 deletion test/delete-token.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe("deleteToken()", () => {

expect(response).toMatchInlineSnapshot(`
{
"data": undefined,
"data": "",
"headers": {},
"status": 204,
"url": "",
Expand Down

0 comments on commit 9fa91ea

Please sign in to comment.