aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-02-24 14:14:59 -0800
committerChris Rebert <[email protected]>2015-02-24 14:14:59 -0800
commit7f7c7901ae2e9111540ef5c90bdba78df2e3381f (patch)
tree7252dc351e7e7e2bad90e6db8972107e1738be7b
parent2a6207c0c9888fb5d7961bf766bfd4e28a61ed19 (diff)
downloadbootstrap-7f7c7901ae2e9111540ef5c90bdba78df2e3381f.tar.xz
bootstrap-7f7c7901ae2e9111540ef5c90bdba78df2e3381f.zip
bump time-grunt to ^1.1.0
-rw-r--r--package.json2
-rw-r--r--test-infra/npm-shrinkwrap.json36
2 files changed, 21 insertions, 17 deletions
diff --git a/package.json b/package.json
index 521e48fa1..ba9cc80d6 100644
--- a/package.json
+++ b/package.json
@@ -59,7 +59,7 @@
"load-grunt-tasks": "~3.1.0",
"markdown-it": "^3.0.6",
"npm-shrinkwrap": "^200.1.0",
- "time-grunt": "~1.0.0"
+ "time-grunt": "^1.1.0"
},
"engines": {
"node": ">=0.10.1"
diff --git a/test-infra/npm-shrinkwrap.json b/test-infra/npm-shrinkwrap.json
index b4c5dcde3..46a73cc1f 100644
--- a/test-infra/npm-shrinkwrap.json
+++ b/test-infra/npm-shrinkwrap.json
@@ -4143,44 +4143,48 @@
}
},
"time-grunt": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/time-grunt/-/time-grunt-1.0.0.tgz",
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/time-grunt/-/time-grunt-1.1.0.tgz",
"dependencies": {
"chalk": {
- "version": "0.5.1",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-0.5.1.tgz",
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.0.0.tgz",
"dependencies": {
"ansi-styles": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz"
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.0.1.tgz"
},
"escape-string-regexp": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.3.tgz"
},
"has-ansi": {
- "version": "0.1.0",
- "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.tgz",
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-1.0.3.tgz",
"dependencies": {
"ansi-regex": {
- "version": "0.2.1",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz"
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-1.1.1.tgz"
+ },
+ "get-stdin": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz"
}
}
},
"strip-ansi": {
- "version": "0.3.0",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.tgz",
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-2.0.1.tgz",
"dependencies": {
"ansi-regex": {
- "version": "0.2.1",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz"
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-1.1.1.tgz"
}
}
},
"supports-color": {
- "version": "0.2.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz"
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-1.3.0.tgz"
}
}
},