Skip to content

Commit a86c5cb

Browse files
fix(package): update @octokit/auth-oauth-app to version 3.0.0 (#18)
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
1 parent d53f831 commit a86c5cb

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

package-lock.json

Lines changed: 14 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@octokit/auth-action": "^1.1.0",
3131
"@octokit/auth-app": "^2.4.0",
3232
"@octokit/auth-basic": "^1.3.0",
33-
"@octokit/auth-oauth-app": "^2.2.0",
33+
"@octokit/auth-oauth-app": "^3.0.0",
3434
"@octokit/auth-token": "^2.4.0"
3535
},
3636
"devDependencies": {

0 commit comments

Comments
 (0)