Skip to content

Commit

Permalink
fix(deps): bump Octokit deps to fix Deno compat (#504)
Browse files Browse the repository at this point in the history
* fix(deps): bump Octokit deps to fix Deno compat

* bump @octokit/auth-oauth-user
  • Loading branch information
wolfy1339 authored Jan 7, 2025
1 parent 843fe10 commit a5afc99
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
24 changes: 12 additions & 12 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
"author": "Gregor Martynus (https://github.com/gr2m)",
"license": "MIT",
"dependencies": {
"@octokit/auth-oauth-device": "^7.0.0",
"@octokit/auth-oauth-user": "^5.0.1",
"@octokit/request": "^9.0.0",
"@octokit/types": "^13.0.0",
"@octokit/auth-oauth-device": "^7.1.2",
"@octokit/auth-oauth-user": "^5.1.2",
"@octokit/request": "^9.1.4",
"@octokit/types": "^13.6.2",
"universal-user-agent": "^7.0.0"
},
"devDependencies": {
"@octokit/core": "^6.0.0",
"@octokit/core": "^6.1.3",
"@octokit/tsconfig": "^4.0.0",
"@types/fetch-mock": "^7.3.1",
"@types/jest": "^29.0.0",
Expand Down

0 comments on commit a5afc99

Please sign in to comment.