Skip to content

Commit 6db7a65

Browse files
author
Martii
committed
Update the auth deps
* Requires DB migration... dry run took less than 5 minutes... project version bump * Migration is necessary due to breaking change at jaredhanson/passport-github@1a2450d#diff-f0182e1c427d42d902575ffceb9d7fb3R97 * Dev converted as well
1 parent 98584fb commit 6db7a65

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "OpenUserJS.org",
33
"description": "An open source user scripts repo built using Node.js",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"main": "app",
66
"dependencies": {
77
"ace-builds": "git://github.com/ajaxorg/ace-builds#3fb55e8",
@@ -32,17 +32,17 @@
3232
"morgan": "1.6.1",
3333
"mu2": "0.5.20",
3434
"octicons": "3.1.0",
35-
"passport": "0.2.2",
36-
"passport-amazon": "0.1.0",
35+
"passport": "0.3.2",
36+
"passport-amazon": "1.0.0",
3737
"passport-aol": "0.2.0",
3838
"passport-facebook": "2.0.0",
3939
"passport-flickr": "0.2.0",
4040
"passport-foursquare": "1.0.0",
41-
"passport-github": "0.1.5",
41+
"passport-github": "1.0.0",
4242
"passport-google-oauth": "0.2.0",
43-
"passport-imgur": "0.0.2",
44-
"passport-instagram": "0.1.2",
45-
"passport-linkedin": "0.1.3",
43+
"passport-imgur": "0.0.3",
44+
"passport-instagram": "1.0.0",
45+
"passport-linkedin": "1.0.0",
4646
"passport-persona": "0.1.7",
4747
"passport-reddit": "0.2.4",
4848
"passport-steam": "0.1.6",

0 commit comments

Comments
 (0)