aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2015-12-24 12:49:50 +0200
committerXhmikosR <[email protected]>2015-12-24 12:49:50 +0200
commit53bc3ffbf3c72796f7aeb59fa95189ae1c8103f7 (patch)
tree42315a3e516388a295cb5cd61e855037c15fbf83
parentedbdf21de5bcb53f58cddea159f8605468cd90ef (diff)
downloadbootstrap-53bc3ffbf3c72796f7aeb59fa95189ae1c8103f7.tar.xz
bootstrap-53bc3ffbf3c72796f7aeb59fa95189ae1c8103f7.zip
Update dependencies.
-rw-r--r--grunt/npm-shrinkwrap.json34
-rw-r--r--package.json4
2 files changed, 26 insertions, 12 deletions
diff --git a/grunt/npm-shrinkwrap.json b/grunt/npm-shrinkwrap.json
index 6ec99d1db..518825eb4 100644
--- a/grunt/npm-shrinkwrap.json
+++ b/grunt/npm-shrinkwrap.json
@@ -407,8 +407,14 @@
"resolved": "https://registry.npmjs.org/commander/-/commander-2.9.0.tgz"
},
"comment-parser": {
- "version": "0.3.0",
- "resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-0.3.0.tgz"
+ "version": "0.3.1",
+ "resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-0.3.1.tgz",
+ "dependencies": {
+ "readable-stream": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.5.tgz"
+ }
+ }
},
"commoner": {
"version": "0.10.4",
@@ -1191,8 +1197,8 @@
"resolved": "https://registry.npmjs.org/grunt-jekyll/-/grunt-jekyll-0.4.3.tgz"
},
"grunt-jscs": {
- "version": "2.4.0",
- "resolved": "https://registry.npmjs.org/grunt-jscs/-/grunt-jscs-2.4.0.tgz"
+ "version": "2.5.0",
+ "resolved": "https://registry.npmjs.org/grunt-jscs/-/grunt-jscs-2.5.0.tgz"
},
"grunt-legacy-log": {
"version": "0.1.3",
@@ -1515,8 +1521,8 @@
"resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.0.tgz"
},
"jscs": {
- "version": "2.6.0",
- "resolved": "https://registry.npmjs.org/jscs/-/jscs-2.6.0.tgz",
+ "version": "2.7.0",
+ "resolved": "https://registry.npmjs.org/jscs/-/jscs-2.7.0.tgz",
"dependencies": {
"argparse": {
"version": "1.0.3",
@@ -1563,8 +1569,8 @@
}
},
"jscs-jsdoc": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/jscs-jsdoc/-/jscs-jsdoc-1.2.0.tgz"
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/jscs-jsdoc/-/jscs-jsdoc-1.3.1.tgz"
},
"jscs-preset-wikimedia": {
"version": "1.0.0",
@@ -1659,8 +1665,8 @@
"resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-1.2.0.tgz"
},
"load-grunt-tasks": {
- "version": "3.3.0",
- "resolved": "https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-3.3.0.tgz"
+ "version": "3.4.0",
+ "resolved": "https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-3.4.0.tgz"
},
"load-json-file": {
"version": "1.1.0",
@@ -3670,6 +3676,14 @@
"version": "1.1.6",
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.1.6.tgz"
},
+ "resolve-from": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-2.0.0.tgz"
+ },
+ "resolve-pkg": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/resolve-pkg/-/resolve-pkg-0.1.0.tgz"
+ },
"restore-cursor": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-1.0.1.tgz"
diff --git a/package.json b/package.json
index fb5742e6d..496900688 100644
--- a/package.json
+++ b/package.json
@@ -51,7 +51,7 @@
"grunt-exec": "~0.4.6",
"grunt-html": "~5.0.0",
"grunt-jekyll": "~0.4.2",
- "grunt-jscs": "~2.4.0",
+ "grunt-jscs": "~2.5.0",
"grunt-line-remover": "0.0.2",
"grunt-postcss": "^0.7.0",
"grunt-sass": "^1.0.0",
@@ -59,7 +59,7 @@
"grunt-scss-lint": "^0.3.8",
"grunt-stamp": "^0.1.0",
"is-travis": "^1.0.0",
- "load-grunt-tasks": "~3.3.0",
+ "load-grunt-tasks": "~3.4.0",
"markdown-it": "^5.0.0",
"mq4-hover-shim": "^0.3.0",
"npm-shrinkwrap": "^200.1.0",