chore(package): use passport-google-oauth20 directly

This commit is contained in:
Julien Fontanet
2017-04-03 10:59:11 +02:00
parent c5f3228ba7
commit 37f825ab6d
3 changed files with 8 additions and 28 deletions

View File

@@ -33,7 +33,7 @@
},
"dependencies": {
"babel-runtime": "^6.11.6",
"passport-google-oauth": "^1.0.0"
"passport-google-oauth20": "^1.0.0"
},
"devDependencies": {
"babel-cli": "^6.18.0",

View File

@@ -1,4 +1,4 @@
import {OAuth2Strategy as Strategy} from 'passport-google-oauth'
import { Strategy } from 'passport-google-oauth20'
// ===================================================================

View File

@@ -2560,8 +2560,8 @@ oauth-sign@~0.8.1:
resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.8.2.tgz#46a6ab7f0aead8deae9ec0565780b7d4efeb9d43"
oauth@0.9.x:
version "0.9.14"
resolved "https://registry.yarnpkg.com/oauth/-/oauth-0.9.14.tgz#c5748883a40b53de30ade9cabf2100414b8a0971"
version "0.9.15"
resolved "https://registry.yarnpkg.com/oauth/-/oauth-0.9.15.tgz#bd1fefaf686c96b75475aed5196412ff60cfb9c1"
object-assign@^4.0.1, object-assign@^4.1.0:
version "4.1.0"
@@ -2649,40 +2649,20 @@ parse5@^1.5.1:
version "1.5.1"
resolved "https://registry.yarnpkg.com/parse5/-/parse5-1.5.1.tgz#9b7f3b0de32be78dc2401b17573ccaf0f6f59d94"
passport-google-oauth1@1.x.x:
version "1.0.0"
resolved "https://registry.yarnpkg.com/passport-google-oauth1/-/passport-google-oauth1-1.0.0.tgz#af74a803df51ec646f66a44d82282be6f108e0cc"
dependencies:
passport-oauth1 "1.x.x"
passport-google-oauth20@1.x.x:
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"
dependencies:
passport-oauth2 "1.x.x"
passport-google-oauth@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/passport-google-oauth/-/passport-google-oauth-1.0.0.tgz#65f50633192ad0627a18b08960077109d84eb76d"
dependencies:
passport-google-oauth1 "1.x.x"
passport-google-oauth20 "1.x.x"
passport-oauth1@1.x.x:
version "1.1.0"
resolved "https://registry.yarnpkg.com/passport-oauth1/-/passport-oauth1-1.1.0.tgz#a7de988a211f9cf4687377130ea74df32730c918"
dependencies:
oauth "0.9.x"
passport-strategy "1.x.x"
utils-merge "1.x.x"
passport-oauth2@1.x.x:
version "1.3.0"
resolved "https://registry.yarnpkg.com/passport-oauth2/-/passport-oauth2-1.3.0.tgz#d72b4bd62eeb807a4089ff3071a22c26c382dc0c"
version "1.4.0"
resolved "https://registry.yarnpkg.com/passport-oauth2/-/passport-oauth2-1.4.0.tgz#f62f81583cbe12609be7ce6f160b9395a27b86ad"
dependencies:
oauth "0.9.x"
passport-strategy "1.x.x"
uid2 "0.0.x"
utils-merge "1.x.x"
passport-strategy@1.x.x:
version "1.0.0"