From 34f74a54597f0695c7407a02594db19afe51070f Mon Sep 17 00:00:00 2001 From: ivaosthu Date: Thu, 3 Oct 2019 15:30:15 +0200 Subject: [PATCH] fix: update @passport-next/passport to version 3.0.1 --- package.json | 2 +- yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index eed3a96a8a..00bfec7b46 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "yargs": "^14.0.0" }, "devDependencies": { - "@passport-next/passport": "^3.0.0", + "@passport-next/passport": "^3.0.1", "@passport-next/passport-google-oauth2": "^1.0.0", "@types/node": "^12.7.9", "ava": "^2.4.0", diff --git a/yarn.lock b/yarn.lock index 179314f201..ef876429fc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -399,9 +399,10 @@ version "1.1.0" resolved "https://registry.yarnpkg.com/@passport-next/passport-strategy/-/passport-strategy-1.1.0.tgz#4c0df069e2ec9262791b9ef1e23320c1d73bdb74" -"@passport-next/passport@^3.0.0": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@passport-next/passport/-/passport-3.0.0.tgz#01cc5c55573513384c728cef165cf2730a058578" +"@passport-next/passport@^3.0.1": + version "3.0.1" + resolved "https://registry.yarnpkg.com/@passport-next/passport/-/passport-3.0.1.tgz#972404197b8a0230f524fb6a8ae79309b2d4f919" + integrity sha512-SnlWTv9Xgxlzq4S11W1T0gq9fvgDxoOov9Ad69r5M3zYvqw1r7J8e0epLg9w1gOhA3gN85H+aDD1/wwBzTVNkg== dependencies: "@passport-next/passport-strategy" "1.x.x"