Update dependencies.

This commit is contained in:
XhmikosR 2014-09-08 09:00:53 +03:00
parent c22b270582
commit 5befcb991c
2 changed files with 97 additions and 37 deletions

View File

@ -39,7 +39,7 @@
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-csslint": "~0.2.0",
"grunt-contrib-csslint": "~0.3.1",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-jade": "~0.12.0",
"grunt-contrib-jshint": "~0.10.0",
@ -51,8 +51,8 @@
"grunt-exec": "~0.4.6",
"grunt-html-validation": "~0.1.18",
"grunt-jekyll": "~0.4.2",
"grunt-jscs": "~0.7.0",
"grunt-saucelabs": "~8.3.1",
"grunt-jscs": "~0.7.1",
"grunt-saucelabs": "~8.3.2",
"grunt-sed": "~0.1.1",
"load-grunt-tasks": "~0.6.0",
"markdown": "~0.5.0",

View File

@ -234,12 +234,12 @@
"resolved": "https://registry.npmjs.org/autoprefixer-core/-/autoprefixer-core-3.0.1.tgz",
"dependencies": {
"caniuse-db": {
"version": "1.0.20140826",
"resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.20140826.tgz"
"version": "1.0.20140906",
"resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.20140906.tgz"
},
"postcss": {
"version": "2.2.3",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-2.2.3.tgz",
"version": "2.2.4",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-2.2.4.tgz",
"dependencies": {
"js-base64": {
"version": "2.1.5",
@ -640,8 +640,8 @@
"resolved": "https://registry.npmjs.org/mime/-/mime-1.2.11.tgz"
},
"range-parser": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.0.0.tgz"
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.0.1.tgz"
}
}
}
@ -688,9 +688,47 @@
"resolved": "https://registry.npmjs.org/grunt-contrib-copy/-/grunt-contrib-copy-0.5.0.tgz"
},
"grunt-contrib-csslint": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/grunt-contrib-csslint/-/grunt-contrib-csslint-0.2.0.tgz",
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/grunt-contrib-csslint/-/grunt-contrib-csslint-0.3.1.tgz",
"dependencies": {
"chalk": {
"version": "0.5.1",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-0.5.1.tgz",
"dependencies": {
"ansi-styles": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz"
},
"escape-string-regexp": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.1.tgz"
},
"has-ansi": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.tgz",
"dependencies": {
"ansi-regex": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz"
}
}
},
"strip-ansi": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.tgz",
"dependencies": {
"ansi-regex": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz"
}
}
},
"supports-color": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz"
}
}
},
"csslint": {
"version": "0.10.0",
"resolved": "https://registry.npmjs.org/csslint/-/csslint-0.10.0.tgz",
@ -700,6 +738,10 @@
"resolved": "https://registry.npmjs.org/parserlib/-/parserlib-0.2.5.tgz"
}
}
},
"lodash": {
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-2.4.1.tgz"
}
}
},
@ -726,8 +768,8 @@
}
},
"clean-css": {
"version": "2.2.14",
"resolved": "https://registry.npmjs.org/clean-css/-/clean-css-2.2.14.tgz",
"version": "2.2.15",
"resolved": "https://registry.npmjs.org/clean-css/-/clean-css-2.2.15.tgz",
"dependencies": {
"commander": {
"version": "2.2.0",
@ -1228,34 +1270,40 @@
}
},
"less": {
"version": "1.7.4",
"resolved": "https://registry.npmjs.org/less/-/less-1.7.4.tgz",
"version": "1.7.5",
"resolved": "https://registry.npmjs.org/less/-/less-1.7.5.tgz",
"dependencies": {
"clean-css": {
"version": "2.1.8",
"resolved": "https://registry.npmjs.org/clean-css/-/clean-css-2.1.8.tgz",
"version": "2.2.15",
"resolved": "https://registry.npmjs.org/clean-css/-/clean-css-2.2.15.tgz",
"dependencies": {
"commander": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-2.1.0.tgz"
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-2.2.0.tgz"
}
}
},
"graceful-fs": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-2.0.3.tgz"
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.2.tgz"
},
"mime": {
"version": "1.2.11",
"resolved": "https://registry.npmjs.org/mime/-/mime-1.2.11.tgz"
},
"mkdirp": {
"version": "0.3.5",
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.5.tgz"
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.0.tgz",
"dependencies": {
"minimist": {
"version": "0.0.8",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz"
}
}
},
"request": {
"version": "2.34.0",
"resolved": "https://registry.npmjs.org/request/-/request-2.34.0.tgz",
"version": "2.40.0",
"resolved": "https://registry.npmjs.org/request/-/request-2.40.0.tgz",
"dependencies": {
"aws-sign2": {
"version": "0.5.0",
@ -1286,8 +1334,8 @@
}
},
"hawk": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/hawk/-/hawk-1.0.0.tgz",
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/hawk/-/hawk-1.1.1.tgz",
"dependencies": {
"boom": {
"version": "0.4.2",
@ -1329,6 +1377,10 @@
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.0.tgz"
},
"mime-types": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-1.0.2.tgz"
},
"node-uuid": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.1.tgz"
@ -1338,8 +1390,12 @@
"resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.3.0.tgz"
},
"qs": {
"version": "0.6.6",
"resolved": "https://registry.npmjs.org/qs/-/qs-0.6.6.tgz"
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/qs/-/qs-1.0.2.tgz"
},
"stringstream": {
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.4.tgz"
},
"tough-cookie": {
"version": "0.12.1",
@ -1352,8 +1408,8 @@
}
},
"tunnel-agent": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.3.0.tgz"
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.0.tgz"
}
}
},
@ -2300,16 +2356,16 @@
}
},
"grunt-jscs": {
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/grunt-jscs/-/grunt-jscs-0.7.0.tgz",
"version": "0.7.1",
"resolved": "https://registry.npmjs.org/grunt-jscs/-/grunt-jscs-0.7.1.tgz",
"dependencies": {
"hooker": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz"
},
"jscs": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/jscs/-/jscs-1.6.0.tgz",
"version": "1.6.1",
"resolved": "https://registry.npmjs.org/jscs/-/jscs-1.6.1.tgz",
"dependencies": {
"colors": {
"version": "0.6.2",
@ -2323,6 +2379,10 @@
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/esprima/-/esprima-1.2.2.tgz"
},
"exit": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz"
},
"minimatch": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-1.0.0.tgz",
@ -2416,8 +2476,8 @@
}
},
"grunt-saucelabs": {
"version": "8.3.1",
"resolved": "https://registry.npmjs.org/grunt-saucelabs/-/grunt-saucelabs-8.3.1.tgz",
"version": "8.3.2",
"resolved": "https://registry.npmjs.org/grunt-saucelabs/-/grunt-saucelabs-8.3.2.tgz",
"dependencies": {
"colors": {
"version": "0.6.2",