Skip to content

Commit 61084e5

Browse files
committed
Updated dependencies
1 parent 9b7c181 commit 61084e5

2 files changed

Lines changed: 23 additions & 23 deletions

File tree

bower.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
"gsap": "greensock#~1.18.0",
2626
"jquery-mousewheel": "~3.1.13",
2727
"spin.js": "~2.3.2",
28-
"moment": "~2.11.1",
28+
"moment": "~2.12.0",
2929
"handlebars": "~4.0.5",
30-
"js-url": "~2.1.0",
31-
"socket.io-client": "~1.4.4",
30+
"js-url": "~2.3.0",
31+
"socket.io-client": "~1.4.5",
3232
"viz.js": "~1.3.0",
33-
"js-yaml": "~3.5.2",
33+
"js-yaml": "~3.5.4",
3434
"to-markdown": "~1.3.0",
3535
"lz-string": "~1.4.4",
3636
"raphael": "~2.1.4",
@@ -39,7 +39,7 @@
3939
"markdown-it": "^6.0.0",
4040
"markdown-it-abbr": "^1.0.3",
4141
"markdown-it-footnote": "^2.0.0",
42-
"markdown-it-deflist": "^2.0.0",
42+
"markdown-it-deflist": "^2.0.1",
4343
"markdown-it-mark": "^2.0.0",
4444
"markdown-it-ins": "^2.0.0",
4545
"markdown-it-sub": "^1.0.0",

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,49 +8,49 @@
88
"license": "MIT",
99
"dependencies": {
1010
"async": "^1.5.2",
11-
"blueimp-md5": "^2.1.0",
12-
"body-parser": "^1.14.2",
13-
"chance": "^0.8.0",
14-
"cheerio": "^0.19.0",
15-
"compression": "^1.6.0",
11+
"blueimp-md5": "^2.3.0",
12+
"body-parser": "^1.15.0",
13+
"chance": "^1.0.1",
14+
"cheerio": "^0.20.0",
15+
"compression": "^1.6.1",
1616
"connect-mongo": "^1.1.0",
1717
"cookie": "0.2.3",
1818
"cookie-parser": "1.4.1",
19-
"ejs": "^2.3.4",
19+
"ejs": "^2.4.1",
2020
"emojify.js": "^1.1.0",
2121
"express": ">=4.13",
2222
"express-session": "^1.13.0",
2323
"formidable": "^1.0.17",
24-
"highlight.js": "^9.1.0",
2524
"helmet": "^1.3.0",
25+
"highlight.js": "^9.2.0",
2626
"imgur": "^0.1.7",
2727
"jsdom-nogyp": "^0.8.3",
28-
"kerberos": "0.0.17",
28+
"kerberos": "0.0.19",
2929
"lz-string": "1.4.4",
30-
"markdown-pdf": "^6.0.0",
30+
"markdown-pdf": "^7.0.0",
3131
"marked": "^0.3.5",
3232
"meta-marked": "^0.4.0",
3333
"method-override": "^2.3.5",
34-
"moment": "^2.11.1",
35-
"mongoose": "^4.3.6",
36-
"morgan": "^1.6.1",
34+
"moment": "^2.12.0",
35+
"mongoose": "^4.4.7",
36+
"morgan": "^1.7.0",
3737
"mustache": "2.2.1",
3838
"node-uuid": "^1.4.7",
3939
"passport": "^0.3.2",
4040
"passport-dropbox-oauth2": "^1.0.0",
41-
"passport-facebook": "^2.0.0",
42-
"passport-github": "^1.0.0",
43-
"passport-twitter": "^1.0.3",
41+
"passport-facebook": "^2.1.0",
42+
"passport-github": "^1.1.0",
43+
"passport-twitter": "^1.0.4",
4444
"passport.socketio": "^3.6.1",
4545
"pg": "4.x",
4646
"randomcolor": "^0.4.3",
4747
"request": "^2.69.0",
4848
"reveal.js": "3.2.0",
4949
"shortid": "2.2.4",
50-
"socket.io": "1.4.4",
50+
"socket.io": "1.4.5",
5151
"string": "^3.3.1",
52-
"toobusy-js": "^0.4.2",
53-
"winston": "^2.1.1"
52+
"toobusy-js": "^0.4.3",
53+
"winston": "^2.2.0"
5454
},
5555
"engines": {
5656
"node": ">=4.x"

0 commit comments

Comments
 (0)