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"
}
}