mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-01-05 19:11:13 +00:00
Merge pull request #871 from hedgedoc/renovate/master-passport-google-oauth20-2.x
Update dependency passport-google-oauth20 to v2 (master)
This commit is contained in:
commit
b23675edeb
2 changed files with 5 additions and 5 deletions
|
@ -96,7 +96,7 @@
|
|||
"passport-facebook": "^3.0.0",
|
||||
"passport-github": "^1.1.0",
|
||||
"passport-gitlab2": "^5.0.0",
|
||||
"passport-google-oauth20": "^1.0.0",
|
||||
"passport-google-oauth20": "^2.0.0",
|
||||
"passport-ldapauth": "^2.0.0",
|
||||
"passport-local": "^1.0.0",
|
||||
"passport-oauth2": "^1.4.0",
|
||||
|
|
|
@ -7959,10 +7959,10 @@ passport-gitlab2@^5.0.0:
|
|||
dependencies:
|
||||
passport-oauth2 "^1.4.0"
|
||||
|
||||
passport-google-oauth20@^1.0.0:
|
||||
version "1.0.0"
|
||||
resolved "https://registry.yarnpkg.com/passport-google-oauth20/-/passport-google-oauth20-1.0.0.tgz#3b960e8a1d70d1dbe794615c827c68c40392a5d0"
|
||||
integrity sha1-O5YOih1w0dvnlGFcgnxoxAOSpdA=
|
||||
passport-google-oauth20@^2.0.0:
|
||||
version "2.0.0"
|
||||
resolved "https://registry.yarnpkg.com/passport-google-oauth20/-/passport-google-oauth20-2.0.0.tgz#0d241b2d21ebd3dc7f2b60669ec4d587e3a674ef"
|
||||
integrity sha512-KSk6IJ15RoxuGq7D1UKK/8qKhNfzbLeLrG3gkLZ7p4A6DBCcv7xpyQwuXtWdpyR0+E0mwkpjY1VfPOhxQrKzdQ==
|
||||
dependencies:
|
||||
passport-oauth2 "1.x.x"
|
||||
|
||||
|
|
Loading…
Reference in a new issue