Skip to content

Commit

Permalink
fix(deps): bump Octokit deps to fix Deno compatibility (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 authored Jan 8, 2025
1 parent 520e801 commit 6d15ee5
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
50 changes: 25 additions & 25 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"author": "Gregor Martynus (https://twitter.com/gr2m)",
"license": "MIT",
"dependencies": {
"@octokit/auth-oauth-app": "^8.0.0",
"@octokit/auth-oauth-user": "^5.0.1",
"@octokit/auth-unauthenticated": "^6.0.0",
"@octokit/core": "^6.1.2",
"@octokit/oauth-authorization-url": "^7.0.0",
"@octokit/oauth-methods": "^5.0.0",
"@octokit/auth-oauth-app": "^8.1.2",
"@octokit/auth-oauth-user": "^5.1.2",
"@octokit/auth-unauthenticated": "^6.1.1",
"@octokit/core": "^6.1.3",
"@octokit/oauth-authorization-url": "^7.1.1",
"@octokit/oauth-methods": "^5.1.3",
"@types/aws-lambda": "^8.10.83",
"universal-user-agent": "^7.0.0"
},
Expand Down

0 comments on commit 6d15ee5

Please sign in to comment.