Skip to content

Commit

Permalink
Bump passport-oauth2 from 1.7.0 to 1.8.0
Browse files Browse the repository at this point in the history
Bumps [passport-oauth2](https://github.com/jaredhanson/passport-oauth2) from 1.7.0 to 1.8.0.
- [Changelog](https://github.com/jaredhanson/passport-oauth2/blob/master/CHANGELOG.md)
- [Commits](jaredhanson/passport-oauth2@v1.7.0...v1.8.0)

---
updated-dependencies:
- dependency-name: passport-oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 3, 2024
1 parent cec75fa commit 91ddf7f
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15739,6 +15739,11 @@ oauth2-mock-server@^7.0.0:
is-plain-object "^5.0.0"
jose "^4.15.4"

oauth@0.10.x:
version "0.10.0"
resolved "https://registry.yarnpkg.com/oauth/-/oauth-0.10.0.tgz#3551c4c9b95c53ea437e1e21e46b649482339c58"
integrity sha512-1orQ9MT1vHFGQxhuy7E/0gECD3fd2fCC+PIX+/jgmU/gI3EpRocXtmtvxCO5x3WZ443FLTLFWNDjl5MPJf9u+Q==

oauth@0.9.x:
version "0.9.15"
resolved "https://registry.npmjs.org/oauth/-/oauth-0.9.15.tgz#bd1fefaf686c96b75475aed5196412ff60cfb9c1"
Expand Down Expand Up @@ -16386,12 +16391,12 @@ passport-oauth1@1.x.x:
utils-merge "1.x.x"

passport-oauth2@1.x.x, passport-oauth2@^1.4.0, passport-oauth2@^1.5.0:
version "1.7.0"
resolved "https://registry.npmjs.org/passport-oauth2/-/passport-oauth2-1.7.0.tgz#5c4766c8531ac45ffe9ec2c09de9809e2c841fc4"
integrity sha512-j2gf34szdTF2Onw3+76alNnaAExlUmHvkc7cL+cmaS5NzHzDP/BvFHJruueQ9XAeNOdpI+CH+PWid8RA7KCwAQ==
version "1.8.0"
resolved "https://registry.yarnpkg.com/passport-oauth2/-/passport-oauth2-1.8.0.tgz#55725771d160f09bbb191828d5e3d559eee079c8"
integrity sha512-cjsQbOrXIDE4P8nNb3FQRCCmJJ/utnFKEz2NX209f7KOHPoX18gF7gBzBbLLsj2/je4KrgiwLLGjf0lm9rtTBA==
dependencies:
base64url "3.x.x"
oauth "0.9.x"
oauth "0.10.x"
passport-strategy "1.x.x"
uid2 "0.0.x"
utils-merge "1.x.x"
Expand Down

0 comments on commit 91ddf7f

Please sign in to comment.