From 0c63f6cb7dbe741ffdbaef53a947c1ffb1138b0a Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Tue, 10 Mar 2015 14:11:28 -0600 Subject: [PATCH] fix(auth): upgrade facebook to Graph API 2, fixes #4832 --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 4581445b88..ed0eb13d89 100644 --- a/bower.json +++ b/bower.json @@ -38,7 +38,7 @@ "jquery-colorbox": "~1.4.36", "pnotify": "~1.3.1", "jquery-ui": "~1.10.3", - "hello": "~1.3.1", + "hello": "~1.5.0", "css-social-buttons": "https://github.com/samcollins/css-social-buttons.git", "angular-filter": "~0.5.1", "angular-ui-router": "~0.2.13" diff --git a/package.json b/package.json index 4b7edabfc5..5f9a9d42b4 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "nodemailer": "~0.5.2", "pageres": "^1.0.1", "passport": "~0.2.1", - "passport-facebook": "Fonger/passport-facebook#a8f98adcddad99caa9a918bc7b76462c92c5c9fd", + "passport-facebook": "2.0.0", "paypal-ipn": "2.1.0", "paypal-rest-sdk": "^1.2.1", "pretty-data": "git://github.com/vkiryukhin/pretty-data#master",