mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Update dependency passport to v0.5.1
This commit is contained in:
parent
41e4ba68c9
commit
b4a74cee5b
2 changed files with 5 additions and 5 deletions
|
@ -162,7 +162,7 @@
|
|||
"nconf": "0.11.3",
|
||||
"node-jose": "2.0.0",
|
||||
"oembed-parser": "1.4.9",
|
||||
"passport": "0.5.0",
|
||||
"passport": "0.5.1",
|
||||
"passport-google-oauth": "2.0.0",
|
||||
"path-match": "1.2.4",
|
||||
"probe-image-size": "5.0.0",
|
||||
|
|
|
@ -9344,10 +9344,10 @@ passport-strategy@1.x.x:
|
|||
resolved "https://registry.npmjs.org/passport-strategy/-/passport-strategy-1.0.0.tgz"
|
||||
integrity sha1-tVOaqPwiWj0a0XlHbd8ja0QPUuQ=
|
||||
|
||||
passport@0.5.0:
|
||||
version "0.5.0"
|
||||
resolved "https://registry.npmjs.org/passport/-/passport-0.5.0.tgz"
|
||||
integrity sha512-ln+ue5YaNDS+fes6O5PCzXKSseY5u8MYhX9H5Co4s+HfYI5oqvnHKoOORLYDUPh+8tHvrxugF2GFcUA1Q1Gqfg==
|
||||
passport@0.5.1:
|
||||
version "0.5.1"
|
||||
resolved "https://registry.yarnpkg.com/passport/-/passport-0.5.1.tgz#8e56bee3cbfeec9ae88e6e169014473d798661f8"
|
||||
integrity sha512-MSLMqXppCECdQp4tM5kPwOr9SC6tYgDAJ+8boyFIZeGp7fvpxDuFD0Mfx5DEa6b+LsCjdA843HC+ZGavG9vDiA==
|
||||
dependencies:
|
||||
passport-strategy "1.x.x"
|
||||
pause "0.0.1"
|
||||
|
|
Loading…
Reference in a new issue