Skip to content

Commit

Permalink
Upgrade oauth dependency
Browse files Browse the repository at this point in the history
Mostly for ciaranj/node-oauth#363, which fixes
jaredhanson/passport-oauth2#163. I haven't been able to reproduce that
issue with passport-oauth1, but in theory it may be possible.

I'm not aware of any breaking changes in `oauth`.

See https://github.com/ciaranj/node-oauth/commits
  • Loading branch information
gabegorelick committed Oct 18, 2024
1 parent 2b77023 commit 184f5e6
Show file tree
Hide file tree
Showing 2 changed files with 156 additions and 65 deletions.
219 changes: 155 additions & 64 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
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"main": "./lib",
"dependencies": {
"passport-strategy": "1.x.x",
"oauth": "0.9.x",
"oauth": "0.10.x",
"utils-merge": "1.x.x"
},
"devDependencies": {
Expand Down

0 comments on commit 184f5e6

Please sign in to comment.