mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 09:16:30 -05:00
fix(deps): update dependency passport-oauth2 to v1.8.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
df961fe856
commit
bc6cf9f52c
2 changed files with 23 additions and 3 deletions
|
@ -79,7 +79,7 @@
|
|||
"passport-google-oauth20": "2.0.0",
|
||||
"passport-ldapauth": "3.0.1",
|
||||
"passport-local": "1.0.0",
|
||||
"passport-oauth2": "1.7.0",
|
||||
"passport-oauth2": "1.8.0",
|
||||
"passport-saml": "3.2.4",
|
||||
"passport-twitter": "1.0.4",
|
||||
"passport.socketio": "3.7.0",
|
||||
|
|
24
yarn.lock
24
yarn.lock
|
@ -1299,7 +1299,7 @@ __metadata:
|
|||
passport-google-oauth20: 2.0.0
|
||||
passport-ldapauth: 3.0.1
|
||||
passport-local: 1.0.0
|
||||
passport-oauth2: 1.7.0
|
||||
passport-oauth2: 1.8.0
|
||||
passport-saml: 3.2.4
|
||||
passport-twitter: 1.0.4
|
||||
passport.socketio: 3.7.0
|
||||
|
@ -11149,6 +11149,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"oauth@npm:0.10.x":
|
||||
version: 0.10.0
|
||||
resolution: "oauth@npm:0.10.0"
|
||||
checksum: 68fbcd9fc382985fd6a4856245bb9f78281c08ea238e814288c51e6cfb65e442c9c4eea67d54ec595384eb3f007e7b64ae3b8e67ec309228df44aba64cc9e0c7
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"oauth@npm:0.9.x":
|
||||
version: 0.9.15
|
||||
resolution: "oauth@npm:0.9.15"
|
||||
|
@ -11676,7 +11683,20 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"passport-oauth2@npm:1.7.0, passport-oauth2@npm:1.x.x, passport-oauth2@npm:^1.4.0":
|
||||
"passport-oauth2@npm:1.8.0":
|
||||
version: 1.8.0
|
||||
resolution: "passport-oauth2@npm:1.8.0"
|
||||
dependencies:
|
||||
base64url: 3.x.x
|
||||
oauth: 0.10.x
|
||||
passport-strategy: 1.x.x
|
||||
uid2: 0.0.x
|
||||
utils-merge: 1.x.x
|
||||
checksum: a9a80b968343c9c1906f74ef613b346ec2d6a6acfe17af81e673fd774779b436729252485755c3ce182f2cdba2434d75067418952d722404d65b93c0360ca02b
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"passport-oauth2@npm:1.x.x, passport-oauth2@npm:^1.4.0":
|
||||
version: 1.7.0
|
||||
resolution: "passport-oauth2@npm:1.7.0"
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue