Skip to content

Commit

Permalink
Merge branch 'main' into dev-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Dec 31, 2024
2 parents 6bd9004 + 9fa91ea commit 95124ea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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 @@ -41,7 +41,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 @@ -41,7 +41,7 @@ describe("deleteToken()", () => {

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

0 comments on commit 95124ea

Please sign in to comment.