Skip to content

Commit

Permalink
fix(deps): bump Octokit dependencies to fix Deno compat (#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 authored Jan 3, 2025
1 parent 53c4aef commit e2b21bb
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 43 deletions.
77 changes: 38 additions & 39 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"license": "MIT",
"dependencies": {
"@octokit/auth-token": "^5.0.0",
"@octokit/graphql": "^8.0.0",
"@octokit/request": "^9.0.0",
"@octokit/request-error": "^6.0.1",
"@octokit/types": "^13.0.0",
"@octokit/graphql": "^8.1.2",
"@octokit/request": "^9.1.4",
"@octokit/request-error": "^6.1.6",
"@octokit/types": "^13.6.2",
"before-after-hook": "^3.0.2",
"universal-user-agent": "^7.0.0"
},
Expand Down

0 comments on commit e2b21bb

Please sign in to comment.