Update dependencies to their latest versions

This commit is contained in:
Pavel Djundik 2016-04-26 15:47:10 +03:00
parent d090cafcaa
commit ac898209e4

View File

@ -32,25 +32,24 @@
"commander": "2.9.0", "commander": "2.9.0",
"event-stream": "3.3.2", "event-stream": "3.3.2",
"express": "4.13.4", "express": "4.13.4",
"lodash": "4.6.1",
"irc-framework": "1.0.10", "irc-framework": "1.0.10",
"lodash": "4.11.1",
"mkdirp": "0.5.1", "mkdirp": "0.5.1",
"moment": "2.12.0", "moment": "2.13.0",
"read": "1.0.7", "read": "1.0.7",
"request": "2.69.0", "request": "2.72.0",
"slate-irc": "0.8.1", "slate-irc": "0.8.1",
"socket.io": "1.4.5", "socket.io": "1.4.5",
"spdy": "3.2.3" "spdy": "3.3.2"
}, },
"devDependencies": { "devDependencies": {
"chai": "3.5.0", "chai": "3.5.0",
"eslint": "2.4.0", "eslint": "2.8.0",
"grunt": "0.4.5", "grunt": "1.0.1",
"grunt-cli": "0.1.13", "grunt-contrib-uglify": "1.0.1",
"grunt-contrib-uglify": "1.0.0",
"grunt-contrib-watch": "1.0.0", "grunt-contrib-watch": "1.0.0",
"handlebars": "4.0.5", "handlebars": "4.0.5",
"mocha": "2.4.5", "mocha": "2.4.5",
"stylelint": "5.0.1" "stylelint": "6.2.2"
} }
} }