Skip to content

Commit

Permalink
fix(package): update @octokit/auth-oauth-app to version 3.0.0 (#18)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: `@octokit/auth-oauth-app` no longer accepts a `url` option for `auth()`, it no longer sets `:client_id` or `:access_token` URL parameters, and exclusively authenticates using basic auth, not using query parameters. See: https://github.com/octokit/auth-oauth-app.js/releases/tag/v3.0.0
  • Loading branch information
greenkeeper[bot] committed Feb 28, 2020
1 parent d53f831 commit a86c5cb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
18 changes: 14 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -30,7 +30,7 @@
"@octokit/auth-action": "^1.1.0",
"@octokit/auth-app": "^2.4.0",
"@octokit/auth-basic": "^1.3.0",
"@octokit/auth-oauth-app": "^2.2.0",
"@octokit/auth-oauth-app": "^3.0.0",
"@octokit/auth-token": "^2.4.0"
},
"devDependencies": {
Expand Down

0 comments on commit a86c5cb

Please sign in to comment.