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:
David Mehren 2021-02-11 21:45:40 +01:00 committed by GitHub
commit b23675edeb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -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",

View file

@ -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"