mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-01-05 19:41:07 +00:00
Update dependency passport-facebook to v3
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
5aa0720bcc
commit
6d64bd86d3
2 changed files with 5 additions and 5 deletions
|
@ -93,7 +93,7 @@
|
|||
"mysql2": "^2.0.0",
|
||||
"passport": "^0.4.0",
|
||||
"passport-dropbox-oauth2": "^1.1.0",
|
||||
"passport-facebook": "^2.1.1",
|
||||
"passport-facebook": "^3.0.0",
|
||||
"passport-github": "^1.1.0",
|
||||
"passport-gitlab2": "^4.0.0",
|
||||
"passport-google-oauth20": "^1.0.0",
|
||||
|
|
|
@ -7938,10 +7938,10 @@ passport-dropbox-oauth2@^1.1.0:
|
|||
passport-oauth "^1.0.0"
|
||||
pkginfo "^0.2.3"
|
||||
|
||||
passport-facebook@^2.1.1:
|
||||
version "2.1.1"
|
||||
resolved "https://registry.yarnpkg.com/passport-facebook/-/passport-facebook-2.1.1.tgz#c39d0b52ae4d59163245a4e21a7b9b6321303311"
|
||||
integrity sha1-w50LUq5NWRYyRaTiGnubYyEwMxE=
|
||||
passport-facebook@^3.0.0:
|
||||
version "3.0.0"
|
||||
resolved "https://registry.yarnpkg.com/passport-facebook/-/passport-facebook-3.0.0.tgz#b16f7314128be55d020a2b75f574c194bd6d9805"
|
||||
integrity sha512-K/qNzuFsFISYAyC1Nma4qgY/12V3RSLFdFVsPKXiKZt434wOvthFW1p7zKa1iQihQMRhaWorVE1o3Vi1o+ZgeQ==
|
||||
dependencies:
|
||||
passport-oauth2 "1.x.x"
|
||||
|
||||
|
|
Loading…
Reference in a new issue