diff --git a/package.json b/package.json index 985013b693..18c27c6608 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "nodemailer": "0.7.1", "oauth2orize": "1.8.0", "passport": "0.3.2", - "passport-ghost": "2.3.0", + "passport-ghost": "2.3.1", "passport-http-bearer": "1.0.1", "passport-oauth2-client-password": "0.1.2", "path-match": "1.2.4", diff --git a/yarn.lock b/yarn.lock index e1a02af2ae..379763dc84 100644 --- a/yarn.lock +++ b/yarn.lock @@ -473,15 +473,11 @@ block-stream@*: dependencies: inherits "~2.0.0" -bluebird@3.4.1: - version "3.4.1" - resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.4.1.tgz#b731ddf48e2dd3bedac2e75e1215a11bcb91fa07" - bluebird@3.4.6: version "3.4.6" resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.4.6.tgz#01da8d821d87813d158967e743d5fe6c62cf8c0f" -bluebird@3.4.7, bluebird@^3.0.5, bluebird@^3.4.3, bluebird@^3.4.6: +bluebird@3.4.7, bluebird@^3.0.5, bluebird@^3.4.1, bluebird@^3.4.3, bluebird@^3.4.6: version "3.4.7" resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.4.7.tgz#f72d760be09b7f76d08ed8fae98b289a8d05fab3" @@ -3728,15 +3724,11 @@ lodash@4.16.3: version "4.16.3" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.16.3.tgz#0ba761439529127c7a38c439114ca153efa999a2" -lodash@4.16.4: +lodash@4.16.4, lodash@~4.16.4: version "4.16.4" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.16.4.tgz#01ce306b9bad1319f2a5528674f88297aeb70127" -lodash@4.16.6, lodash@~4.16.4: - version "4.16.6" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.16.6.tgz#d22c9ac660288f3843e16ba7d2b5d06cca27d777" - -lodash@4.17.4, lodash@^4.0.0, lodash@^4.12.0, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.16.4, lodash@^4.17.4, lodash@^4.6.0, lodash@^4.7.0, lodash@^4.8.0, lodash@~4.17.2: +lodash@4.17.4, lodash@^4.0.0, lodash@^4.12.0, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.16.4, lodash@^4.16.6, lodash@^4.17.4, lodash@^4.6.0, lodash@^4.7.0, lodash@^4.8.0, lodash@~4.17.2: version "4.17.4" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae" @@ -4496,13 +4488,13 @@ parseurl@~1.3.0, parseurl@~1.3.1: version "1.3.1" resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.1.tgz#c8ab8c9223ba34888aa64a297b28853bec18da56" -passport-ghost@2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/passport-ghost/-/passport-ghost-2.3.0.tgz#2e2ca86e1aa3faaa3298667c17550366dce193c6" +passport-ghost@2.3.1: + version "2.3.1" + resolved "https://registry.yarnpkg.com/passport-ghost/-/passport-ghost-2.3.1.tgz#0dfa63d725bb7c8902acf91219b34b053f7cea9a" dependencies: - bluebird "3.4.1" + bluebird "^3.4.1" ghost-ignition "^2.8.7" - lodash "4.16.6" + lodash "^4.16.6" passport-oauth2 "1.1.2" passport-http-bearer@1.0.1: