]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update dependencies.
authorXhmikosR <xhmikosr@users.sourceforge.net>
Mon, 23 Jun 2014 00:06:12 +0000 (03:06 +0300)
committerXhmikosR <xhmikosr@users.sourceforge.net>
Mon, 23 Jun 2014 00:12:16 +0000 (03:12 +0300)
package.json
test-infra/npm-shrinkwrap.json

index 46d0c7c9f286566f55e40e5884484a8e5d2bd6d2..c91de440374909d529b3cf067dd51c3c43fa1917 100644 (file)
@@ -33,7 +33,7 @@
     "btoa": "~1.1.2",
     "glob": "~4.0.2",
     "grunt": "~0.4.5",
-    "grunt-autoprefixer": "~0.7.5",
+    "grunt-autoprefixer": "~0.7.6",
     "grunt-banner": "~0.2.3",
     "grunt-contrib-clean": "~0.5.0",
     "grunt-contrib-concat": "~0.4.0",
@@ -43,7 +43,7 @@
     "grunt-contrib-cssmin": "~0.10.0",
     "grunt-contrib-jade": "~0.12.0",
     "grunt-contrib-jshint": "~0.10.0",
-    "grunt-contrib-less": "~0.11.2",
+    "grunt-contrib-less": "~0.11.3",
     "grunt-contrib-qunit": "~0.5.1",
     "grunt-contrib-uglify": "~0.5.0",
     "grunt-contrib-watch": "~0.6.1",
@@ -54,9 +54,9 @@
     "grunt-jscs-checker": "~0.5.1",
     "grunt-saucelabs": "~8.0.2",
     "grunt-sed": "~0.1.1",
-    "load-grunt-tasks": "~0.5.0",
+    "load-grunt-tasks": "~0.6.0",
     "markdown": "~0.5.0",
-    "npm-shrinkwrap": "~3.1.4",
+    "npm-shrinkwrap": "~3.1.6",
     "time-grunt": "~0.3.2"
   },
   "engines": {
index 508c0baac5081ae3b9cd0bccaa94b7f6126121a8..f8b0491947c60829c0e36487bcf8ff6c9156fec8 100644 (file)
@@ -1,7 +1,7 @@
 {
   "name": "bootstrap",
   "version": "3.1.1",
-  "npm-shrinkwrap-version": "3.1.4",
+  "npm-shrinkwrap-version": "3.1.6",
   "dependencies": {
     "btoa": {
       "version": "1.1.2",
       }
     },
     "grunt-autoprefixer": {
-      "version": "0.7.5",
-      "resolved": "https://registry.npmjs.org/grunt-autoprefixer/-/grunt-autoprefixer-0.7.5.tgz",
+      "version": "0.7.6",
+      "resolved": "https://registry.npmjs.org/grunt-autoprefixer/-/grunt-autoprefixer-0.7.6.tgz",
       "dependencies": {
         "autoprefixer": {
-          "version": "1.2.0",
-          "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-1.2.0.tgz",
+          "version": "1.3.1",
+          "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-1.3.1.tgz",
           "dependencies": {
             "caniuse-db": {
-              "version": "1.0.20140618",
-              "resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.20140618.tgz"
+              "version": "1.0.20140619",
+              "resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.20140619.tgz"
             },
             "fs-extra": {
               "version": "0.9.1",
               "dependencies": {
                 "raw-body": {
                   "version": "1.1.6",
-                  "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-1.1.6.tgz",
-                  "dependencies": {
-                    "bytes": {
-                      "version": "1.0.0",
-                      "resolved": "https://registry.npmjs.org/bytes/-/bytes-1.0.0.tgz"
-                    }
-                  }
+                  "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-1.1.6.tgz"
                 }
               }
             },
       }
     },
     "grunt-contrib-less": {
-      "version": "0.11.2",
-      "resolved": "https://registry.npmjs.org/grunt-contrib-less/-/grunt-contrib-less-0.11.2.tgz",
+      "version": "0.11.3",
+      "resolved": "https://registry.npmjs.org/grunt-contrib-less/-/grunt-contrib-less-0.11.3.tgz",
       "dependencies": {
         "async": {
           "version": "0.2.10",
           }
         },
         "less": {
-          "version": "1.7.0",
-          "resolved": "https://registry.npmjs.org/less/-/less-1.7.0.tgz",
+          "version": "1.7.3",
+          "resolved": "https://registry.npmjs.org/less/-/less-1.7.3.tgz",
           "dependencies": {
             "clean-css": {
               "version": "2.1.8",
                 }
               }
             },
+            "graceful-fs": {
+              "version": "2.0.3",
+              "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-2.0.3.tgz"
+            },
             "mime": {
               "version": "1.2.11",
               "resolved": "https://registry.npmjs.org/mime/-/mime-1.2.11.tgz"
               "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.5.tgz"
             },
             "request": {
-              "version": "2.36.0",
-              "resolved": "https://registry.npmjs.org/request/-/request-2.36.0.tgz",
+              "version": "2.34.0",
+              "resolved": "https://registry.npmjs.org/request/-/request-2.34.0.tgz",
               "dependencies": {
                 "aws-sign2": {
                   "version": "0.5.0",
                   }
                 },
                 "tunnel-agent": {
-                  "version": "0.4.0",
-                  "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.0.tgz"
+                  "version": "0.3.0",
+                  "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.3.0.tgz"
                 }
               }
             },
       }
     },
     "load-grunt-tasks": {
-      "version": "0.5.0",
-      "resolved": "https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-0.5.0.tgz",
+      "version": "0.6.0",
+      "resolved": "https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-0.6.0.tgz",
       "dependencies": {
         "findup-sync": {
           "version": "0.1.3",
           }
         },
         "multimatch": {
-          "version": "0.2.0",
-          "resolved": "https://registry.npmjs.org/multimatch/-/multimatch-0.2.0.tgz",
+          "version": "0.3.0",
+          "resolved": "https://registry.npmjs.org/multimatch/-/multimatch-0.3.0.tgz",
           "dependencies": {
-            "lodash": {
-              "version": "2.4.1",
-              "resolved": "https://registry.npmjs.org/lodash/-/lodash-2.4.1.tgz"
+            "array-differ": {
+              "version": "0.1.0",
+              "resolved": "https://registry.npmjs.org/array-differ/-/array-differ-0.1.0.tgz"
+            },
+            "array-union": {
+              "version": "0.1.0",
+              "resolved": "https://registry.npmjs.org/array-union/-/array-union-0.1.0.tgz",
+              "dependencies": {
+                "array-uniq": {
+                  "version": "0.1.0",
+                  "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-0.1.0.tgz"
+                }
+              }
             },
             "minimatch": {
               "version": "0.3.0",
       }
     },
     "npm-shrinkwrap": {
-      "version": "3.1.4",
-      "resolved": "https://registry.npmjs.org/npm-shrinkwrap/-/npm-shrinkwrap-3.1.4.tgz",
+      "version": "3.1.6",
+      "resolved": "https://registry.npmjs.org/npm-shrinkwrap/-/npm-shrinkwrap-3.1.6.tgz",
       "dependencies": {
         "array-find": {
           "version": "0.1.1",