]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
bump time-grunt to ^1.1.0 15907/head
authorChris Rebert <code@rebertia.com>
Tue, 24 Feb 2015 22:14:59 +0000 (14:14 -0800)
committerChris Rebert <code@rebertia.com>
Tue, 24 Feb 2015 22:14:59 +0000 (14:14 -0800)
package.json
test-infra/npm-shrinkwrap.json

index 521e48fa18301a9a5ac98ea6eb6c1b6d0a2b54ad..ba9cc80d641b5160be7fd0209fc611f664e55e56 100644 (file)
@@ -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"
index b4c5dcde305a47169e47254ef029b55f102a4b4b..46a73cc1f68411de055d707e49e81a19e4c06f61 100644 (file)
       }
     },
     "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"
             }
           }
         },