Skip to content

Commit

Permalink
fix(deps): update octokit monorepo (major) (#174)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: upgrade `@octokit/types` to v11, `@octokit/request` to v8
  • Loading branch information
renovate[bot] authored Jul 7, 2023
1 parent b6e2fb7 commit 22eb491
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 41 deletions.
83 changes: 46 additions & 37 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 @@ -22,10 +22,10 @@
"author": "Gregor Martynus (https://dev.to/gr2m)",
"license": "MIT",
"dependencies": {
"@octokit/auth-oauth-device": "^5.0.2",
"@octokit/oauth-methods": "^3.0.1",
"@octokit/request": "^7.0.0",
"@octokit/types": "^10.0.0",
"@octokit/auth-oauth-device": "^6.0.0",
"@octokit/oauth-methods": "^4.0.0",
"@octokit/request": "^8.0.2",
"@octokit/types": "^11.0.0",
"btoa-lite": "^1.0.0",
"universal-user-agent": "^6.0.0"
},
Expand Down

0 comments on commit 22eb491

Please sign in to comment.