Update dependencies.

This commit is contained in:
XhmikosR 2015-02-20 11:22:06 +02:00
parent 504435e0b0
commit b8a0ea1224
3 changed files with 209 additions and 84 deletions

View File

@ -280,12 +280,17 @@ module.exports = function (grunt) {
copy: {
fonts: {
expand: true,
src: 'fonts/*',
dest: 'dist/'
},
docs: {
src: 'dist/*/*',
dest: 'docs/'
expand: true,
cwd: 'dist/',
src: [
'**/*'
],
dest: 'docs/dist/'
}
},

View File

@ -32,22 +32,22 @@
},
"devDependencies": {
"btoa": "~1.1.2",
"glob": "~4.3.5",
"glob": "~4.4.0",
"grunt": "~0.4.5",
"grunt-autoprefixer": "~2.2.0",
"grunt-banner": "~0.3.1",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-compress": "~0.13.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-connect": "~0.9.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-csslint": "~0.4.0",
"grunt-contrib-cssmin": "~0.11.0",
"grunt-contrib-cssmin": "~0.12.2",
"grunt-contrib-jade": "~0.14.1",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-less": "~1.0.0",
"grunt-contrib-qunit": "~0.5.2",
"grunt-contrib-uglify": "~0.7.0",
"grunt-contrib-uglify": "~0.8.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-csscomb": "~3.0.0",
"grunt-exec": "~0.4.6",
@ -57,7 +57,7 @@
"grunt-saucelabs": "~8.5.0",
"grunt-sed": "~0.1.1",
"load-grunt-tasks": "~3.1.0",
"markdown-it": "^3.0.5",
"markdown-it": "^3.0.6",
"npm-shrinkwrap": "^200.1.0",
"time-grunt": "~1.0.0"
},

View File

@ -9,8 +9,8 @@
"resolved": "https://registry.npmjs.org/btoa/-/btoa-1.1.2.tgz"
},
"glob": {
"version": "4.3.5",
"resolved": "https://registry.npmjs.org/glob/-/glob-4.3.5.tgz",
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/glob/-/glob-4.4.0.tgz",
"dependencies": {
"inflight": {
"version": "1.0.4",
@ -253,16 +253,16 @@
"resolved": "https://registry.npmjs.org/grunt-autoprefixer/-/grunt-autoprefixer-2.2.0.tgz",
"dependencies": {
"autoprefixer-core": {
"version": "5.1.5",
"resolved": "https://registry.npmjs.org/autoprefixer-core/-/autoprefixer-core-5.1.5.tgz",
"version": "5.1.6",
"resolved": "https://registry.npmjs.org/autoprefixer-core/-/autoprefixer-core-5.1.6.tgz",
"dependencies": {
"browserslist": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-0.2.0.tgz"
},
"caniuse-db": {
"version": "1.0.30000072",
"resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000072.tgz"
"version": "1.0.30000078",
"resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000078.tgz"
},
"num2fraction": {
"version": "1.0.1",
@ -545,8 +545,8 @@
}
},
"grunt-contrib-concat": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/grunt-contrib-concat/-/grunt-contrib-concat-0.5.0.tgz",
"version": "0.5.1",
"resolved": "https://registry.npmjs.org/grunt-contrib-concat/-/grunt-contrib-concat-0.5.1.tgz",
"dependencies": {
"chalk": {
"version": "0.5.1",
@ -587,8 +587,8 @@
}
},
"source-map": {
"version": "0.1.43",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz",
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.3.0.tgz",
"dependencies": {
"amdefine": {
"version": "0.1.0",
@ -607,20 +607,20 @@
"resolved": "https://registry.npmjs.org/async/-/async-0.9.0.tgz"
},
"connect": {
"version": "2.28.3",
"resolved": "https://registry.npmjs.org/connect/-/connect-2.28.3.tgz",
"version": "2.29.0",
"resolved": "https://registry.npmjs.org/connect/-/connect-2.29.0.tgz",
"dependencies": {
"basic-auth-connect": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/basic-auth-connect/-/basic-auth-connect-1.0.0.tgz"
},
"body-parser": {
"version": "1.10.2",
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.10.2.tgz",
"version": "1.12.0",
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.12.0.tgz",
"dependencies": {
"iconv-lite": {
"version": "0.4.6",
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.6.tgz"
"version": "0.4.7",
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.7.tgz"
},
"on-finished": {
"version": "2.2.0",
@ -633,8 +633,8 @@
}
},
"raw-body": {
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/raw-body/-/raw-body-1.3.2.tgz"
"version": "1.3.3",
"resolved": "https://registry.npmjs.org/raw-body/-/raw-body-1.3.3.tgz"
}
}
},
@ -643,8 +643,8 @@
"resolved": "https://registry.npmjs.org/bytes/-/bytes-1.0.0.tgz"
},
"compression": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/compression/-/compression-1.3.1.tgz",
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/compression/-/compression-1.4.1.tgz",
"dependencies": {
"accepts": {
"version": "1.2.4",
@ -683,8 +683,8 @@
}
},
"connect-timeout": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/connect-timeout/-/connect-timeout-1.5.0.tgz",
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/connect-timeout/-/connect-timeout-1.6.0.tgz",
"dependencies": {
"ms": {
"version": "0.7.0",
@ -692,27 +692,25 @@
}
}
},
"content-type": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.1.tgz"
},
"cookie": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.1.2.tgz"
},
"cookie-parser": {
"version": "1.3.4",
"resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.3.4.tgz",
"dependencies": {
"cookie-signature": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz"
}
}
"resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.3.4.tgz"
},
"cookie-signature": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.5.tgz"
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz"
},
"csurf": {
"version": "1.6.6",
"resolved": "https://registry.npmjs.org/csurf/-/csurf-1.6.6.tgz",
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/csurf/-/csurf-1.7.0.tgz",
"dependencies": {
"csrf": {
"version": "2.0.6",
@ -792,10 +790,6 @@
"version": "1.10.3",
"resolved": "https://registry.npmjs.org/express-session/-/express-session-1.10.3.tgz",
"dependencies": {
"cookie-signature": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz"
},
"crc": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/crc/-/crc-3.2.1.tgz"
@ -841,8 +835,8 @@
"resolved": "https://registry.npmjs.org/fresh/-/fresh-0.2.4.tgz"
},
"http-errors": {
"version": "1.2.8",
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.2.8.tgz",
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.3.1.tgz",
"dependencies": {
"inherits": {
"version": "2.0.1",
@ -854,10 +848,6 @@
}
}
},
"media-typer": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz"
},
"method-override": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/method-override/-/method-override-2.3.1.tgz",
@ -941,8 +931,8 @@
"resolved": "https://registry.npmjs.org/qs/-/qs-2.3.3.tgz"
},
"response-time": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/response-time/-/response-time-2.2.0.tgz"
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/response-time/-/response-time-2.3.0.tgz"
},
"serve-favicon": {
"version": "2.2.0",
@ -982,20 +972,6 @@
"version": "0.5.2",
"resolved": "https://registry.npmjs.org/batch/-/batch-0.5.2.tgz"
},
"http-errors": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.3.1.tgz",
"dependencies": {
"inherits": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz"
},
"statuses": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/statuses/-/statuses-1.2.1.tgz"
}
}
},
"mime-types": {
"version": "2.0.9",
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.0.9.tgz",
@ -1009,16 +985,16 @@
}
},
"serve-static": {
"version": "1.8.1",
"resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.8.1.tgz",
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.9.1.tgz",
"dependencies": {
"escape-html": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.1.tgz"
},
"send": {
"version": "0.11.1",
"resolved": "https://registry.npmjs.org/send/-/send-0.11.1.tgz",
"version": "0.12.1",
"resolved": "https://registry.npmjs.org/send/-/send-0.12.1.tgz",
"dependencies": {
"destroy": {
"version": "1.0.3",
@ -1035,8 +1011,8 @@
}
},
"mime": {
"version": "1.2.11",
"resolved": "https://registry.npmjs.org/mime/-/mime-1.2.11.tgz"
"version": "1.3.4",
"resolved": "https://registry.npmjs.org/mime/-/mime-1.3.4.tgz"
},
"ms": {
"version": "0.7.0",
@ -1061,9 +1037,13 @@
}
},
"type-is": {
"version": "1.5.7",
"resolved": "https://registry.npmjs.org/type-is/-/type-is-1.5.7.tgz",
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.0.tgz",
"dependencies": {
"media-typer": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz"
},
"mime-types": {
"version": "2.0.9",
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.0.9.tgz",
@ -1107,8 +1087,8 @@
}
},
"grunt-contrib-copy": {
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/grunt-contrib-copy/-/grunt-contrib-copy-0.7.0.tgz",
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/grunt-contrib-copy/-/grunt-contrib-copy-0.8.0.tgz",
"dependencies": {
"chalk": {
"version": "0.5.1",
@ -1147,6 +1127,10 @@
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz"
}
}
},
"file-sync-cmp": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/file-sync-cmp/-/file-sync-cmp-0.1.0.tgz"
}
}
},
@ -1213,8 +1197,8 @@
}
},
"grunt-contrib-cssmin": {
"version": "0.11.0",
"resolved": "https://registry.npmjs.org/grunt-contrib-cssmin/-/grunt-contrib-cssmin-0.11.0.tgz",
"version": "0.12.2",
"resolved": "https://registry.npmjs.org/grunt-contrib-cssmin/-/grunt-contrib-cssmin-0.12.2.tgz",
"dependencies": {
"chalk": {
"version": "0.5.1",
@ -2197,8 +2181,8 @@
}
},
"grunt-contrib-uglify": {
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/grunt-contrib-uglify/-/grunt-contrib-uglify-0.7.0.tgz",
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/grunt-contrib-uglify/-/grunt-contrib-uglify-0.8.0.tgz",
"dependencies": {
"chalk": {
"version": "0.5.1",
@ -2239,8 +2223,8 @@
}
},
"lodash": {
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-2.4.1.tgz"
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-3.2.0.tgz"
},
"maxmin": {
"version": "1.0.0",
@ -2592,6 +2576,36 @@
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz"
},
"glob": {
"version": "4.3.5",
"resolved": "https://registry.npmjs.org/glob/-/glob-4.3.5.tgz",
"dependencies": {
"inflight": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz",
"dependencies": {
"wrappy": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz"
}
}
},
"inherits": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz"
},
"once": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/once/-/once-1.3.1.tgz",
"dependencies": {
"wrappy": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz"
}
}
}
}
},
"lodash.assign": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/lodash.assign/-/lodash.assign-3.0.0.tgz",
@ -2762,6 +2776,56 @@
"version": "0.3.4",
"resolved": "https://registry.npmjs.org/vow-fs/-/vow-fs-0.3.4.tgz",
"dependencies": {
"glob": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/glob/-/glob-4.4.0.tgz",
"dependencies": {
"inflight": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz",
"dependencies": {
"wrappy": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz"
}
}
},
"inherits": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz"
},
"minimatch": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.1.tgz",
"dependencies": {
"brace-expansion": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.0.tgz",
"dependencies": {
"balanced-match": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.2.0.tgz"
},
"concat-map": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
}
}
}
}
},
"once": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/once/-/once-1.3.1.tgz",
"dependencies": {
"wrappy": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz"
}
}
}
}
},
"node-uuid": {
"version": "1.4.2",
"resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.2.tgz"
@ -2818,6 +2882,10 @@
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/fg-lodash/-/fg-lodash-0.0.2.tgz",
"dependencies": {
"lodash": {
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-2.4.1.tgz"
},
"underscore.string": {
"version": "2.3.3",
"resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-2.3.3.tgz"
@ -3170,7 +3238,59 @@
"dependencies": {
"findup-sync": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.2.1.tgz"
"resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.2.1.tgz",
"dependencies": {
"glob": {
"version": "4.3.5",
"resolved": "https://registry.npmjs.org/glob/-/glob-4.3.5.tgz",
"dependencies": {
"inflight": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz",
"dependencies": {
"wrappy": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz"
}
}
},
"inherits": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz"
},
"minimatch": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.1.tgz",
"dependencies": {
"brace-expansion": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.0.tgz",
"dependencies": {
"balanced-match": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.2.0.tgz"
},
"concat-map": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
}
}
}
}
},
"once": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/once/-/once-1.3.1.tgz",
"dependencies": {
"wrappy": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz"
}
}
}
}
}
}
},
"multimatch": {
"version": "2.0.0",