fix: upgrade passport-google-oauth2 (#2217)

- Fixes #2215
This commit is contained in:
Wyatt Johnson
2019-03-07 01:12:08 +00:00
committed by GitHub
parent 6243fcba91
commit 5e7fe7cf5a
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -4,6 +4,6 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"passport-google-oauth2": "^0.1.6"
"passport-google-oauth2": "^0.2.0"
}
}
+4 -4
View File
@@ -9639,10 +9639,10 @@ passport-facebook@^2.1.1:
dependencies:
passport-oauth2 "1.x.x"
passport-google-oauth2@^0.1.6:
version "0.1.6"
resolved "https://registry.yarnpkg.com/passport-google-oauth2/-/passport-google-oauth2-0.1.6.tgz#dfd7016ac7449fe27cfeb252ae974afc23257a0d"
integrity sha1-39cBasdEn+J8/rJSrpdK/CMleg0=
passport-google-oauth2@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/passport-google-oauth2/-/passport-google-oauth2-0.2.0.tgz#fc9ea59e7091f02e24fd16d6be9257ea982ebbc3"
integrity sha512-62EdPtbfVdc55nIXi0p1WOa/fFMM8v/M8uQGnbcXA4OexZWCnfsEi3wo2buag+Is5oqpuHzOtI64JpHk0Xi5RQ==
dependencies:
passport-oauth2 "^1.1.2"