aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2015-01-16 18:38:52 +0200
committerXhmikosR <[email protected]>2015-01-16 18:38:52 +0200
commitf6a96e78244304bc3ec564078100e15f2be79a8b (patch)
treec9bddfdac283224978c966143e246cc0916bfdbd
parent2eaa7e0e1c67e2ed38ce69840d6ed0a251a0b976 (diff)
parent0481ce973f2c10753e23d2de21aafb78c582a0e5 (diff)
downloadbootstrap-f6a96e78244304bc3ec564078100e15f2be79a8b.tar.xz
bootstrap-f6a96e78244304bc3ec564078100e15f2be79a8b.zip
Merge pull request #15583 from twbs/deps
Update devDependencies.
-rw-r--r--js/.jscsrc1
-rw-r--r--js/tooltip.js6
-rw-r--r--package.json8
-rw-r--r--test-infra/npm-shrinkwrap.json338
4 files changed, 139 insertions, 214 deletions
diff --git a/js/.jscsrc b/js/.jscsrc
index ac1d73f55..982676e15 100644
--- a/js/.jscsrc
+++ b/js/.jscsrc
@@ -25,6 +25,7 @@
"requireSpaceBetweenArguments": true,
"requireSpacesInAnonymousFunctionExpression": { "beforeOpeningCurlyBrace": true, "beforeOpeningRoundBrace": true },
"requireSpacesInConditionalExpression": true,
+ "requireSpacesInForStatement": true,
"requireSpacesInFunctionDeclaration": { "beforeOpeningCurlyBrace": true },
"requireSpacesInFunctionExpression": { "beforeOpeningCurlyBrace": true },
"requireSpacesInNamedFunctionExpression": { "beforeOpeningCurlyBrace": true },
diff --git a/js/tooltip.js b/js/tooltip.js
index a1140d247..f9adb81ef 100644
--- a/js/tooltip.js
+++ b/js/tooltip.js
@@ -346,10 +346,10 @@
}
Tooltip.prototype.getCalculatedOffset = function (placement, pos, actualWidth, actualHeight) {
- return placement == 'bottom' ? { top: pos.top + pos.height, left: pos.left + pos.width / 2 - actualWidth / 2 } :
- placement == 'top' ? { top: pos.top - actualHeight, left: pos.left + pos.width / 2 - actualWidth / 2 } :
+ return placement == 'bottom' ? { top: pos.top + pos.height, left: pos.left + pos.width / 2 - actualWidth / 2 } :
+ placement == 'top' ? { top: pos.top - actualHeight, left: pos.left + pos.width / 2 - actualWidth / 2 } :
placement == 'left' ? { top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left - actualWidth } :
- /* placement == 'right' */ { top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left + pos.width }
+ /* placement == 'right' */ { top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left + pos.width }
}
diff --git a/package.json b/package.json
index 70d0b7a4c..36490e847 100644
--- a/package.json
+++ b/package.json
@@ -32,10 +32,10 @@
},
"devDependencies": {
"btoa": "~1.1.2",
- "glob": "~4.3.1",
+ "glob": "~4.3.5",
"grunt": "~0.4.5",
"grunt-autoprefixer": "~2.1.0",
- "grunt-banner": "~0.3.0",
+ "grunt-banner": "~0.3.1",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-compress": "~0.13.0",
"grunt-contrib-concat": "~0.5.0",
@@ -53,8 +53,8 @@
"grunt-exec": "~0.4.6",
"grunt-html-validation": "~0.1.18",
"grunt-jekyll": "~0.4.2",
- "grunt-jscs": "~1.1.0",
- "grunt-saucelabs": "~8.4.0",
+ "grunt-jscs": "~1.2.0",
+ "grunt-saucelabs": "~8.4.1",
"grunt-sed": "~0.1.1",
"load-grunt-tasks": "~2.0.0",
"npm-shrinkwrap": "^200.0.0",
diff --git a/test-infra/npm-shrinkwrap.json b/test-infra/npm-shrinkwrap.json
index c26d96561..4cf069ae9 100644
--- a/test-infra/npm-shrinkwrap.json
+++ b/test-infra/npm-shrinkwrap.json
@@ -8,8 +8,8 @@
"resolved": "https://registry.npmjs.org/btoa/-/btoa-1.1.2.tgz"
},
"glob": {
- "version": "4.3.2",
- "resolved": "https://registry.npmjs.org/glob/-/glob-4.3.2.tgz",
+ "version": "4.3.5",
+ "resolved": "https://registry.npmjs.org/glob/-/glob-4.3.5.tgz",
"dependencies": {
"inflight": {
"version": "1.0.4",
@@ -256,20 +256,20 @@
"resolved": "https://registry.npmjs.org/autoprefixer-core/-/autoprefixer-core-4.0.2.tgz",
"dependencies": {
"caniuse-db": {
- "version": "1.0.30000043",
- "resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000043.tgz"
+ "version": "1.0.30000047",
+ "resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000047.tgz"
},
"postcss": {
"version": "3.0.7",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-3.0.7.tgz",
"dependencies": {
"js-base64": {
- "version": "2.1.5",
- "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.5.tgz"
+ "version": "2.1.7",
+ "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.7.tgz"
},
"source-map": {
- "version": "0.1.42",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.42.tgz",
+ "version": "0.1.43",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz",
"dependencies": {
"amdefine": {
"version": "0.1.0",
@@ -326,8 +326,8 @@
}
},
"grunt-banner": {
- "version": "0.3.0",
- "resolved": "https://registry.npmjs.org/grunt-banner/-/grunt-banner-0.3.0.tgz"
+ "version": "0.3.1",
+ "resolved": "https://registry.npmjs.org/grunt-banner/-/grunt-banner-0.3.1.tgz"
},
"grunt-contrib-clean": {
"version": "0.6.0",
@@ -355,56 +355,6 @@
"version": "0.2.5",
"resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.5.tgz"
},
- "glob": {
- "version": "4.3.2",
- "resolved": "https://registry.npmjs.org/glob/-/glob-4.3.2.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"
- }
- }
- }
- }
- },
"lazystream": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/lazystream/-/lazystream-0.1.0.tgz"
@@ -436,12 +386,36 @@
}
},
"tar-stream": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-1.1.1.tgz",
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-1.1.2.tgz",
"dependencies": {
"bl": {
"version": "0.9.3",
- "resolved": "https://registry.npmjs.org/bl/-/bl-0.9.3.tgz"
+ "resolved": "https://registry.npmjs.org/bl/-/bl-0.9.3.tgz",
+ "dependencies": {
+ "readable-stream": {
+ "version": "1.0.33",
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.33.tgz",
+ "dependencies": {
+ "core-util-is": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.1.tgz"
+ },
+ "inherits": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz"
+ },
+ "isarray": {
+ "version": "0.0.1",
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz"
+ },
+ "string_decoder": {
+ "version": "0.10.31",
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz"
+ }
+ }
+ }
+ }
},
"end-of-stream": {
"version": "1.1.0",
@@ -460,8 +434,8 @@
}
},
"readable-stream": {
- "version": "1.0.33",
- "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.33.tgz",
+ "version": "1.1.13",
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.13.tgz",
"dependencies": {
"core-util-is": {
"version": "1.0.1",
@@ -596,8 +570,8 @@
}
},
"source-map": {
- "version": "0.1.42",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.42.tgz",
+ "version": "0.1.43",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz",
"dependencies": {
"amdefine": {
"version": "0.1.0",
@@ -616,8 +590,8 @@
"resolved": "https://registry.npmjs.org/async/-/async-0.9.0.tgz"
},
"connect": {
- "version": "2.28.0",
- "resolved": "https://registry.npmjs.org/connect/-/connect-2.28.0.tgz",
+ "version": "2.28.1",
+ "resolved": "https://registry.npmjs.org/connect/-/connect-2.28.1.tgz",
"dependencies": {
"basic-auth-connect": {
"version": "1.0.0",
@@ -714,12 +688,12 @@
"resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.5.tgz"
},
"csurf": {
- "version": "1.6.4",
- "resolved": "https://registry.npmjs.org/csurf/-/csurf-1.6.4.tgz",
+ "version": "1.6.5",
+ "resolved": "https://registry.npmjs.org/csurf/-/csurf-1.6.5.tgz",
"dependencies": {
"csrf": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/csrf/-/csrf-2.0.3.tgz",
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/csrf/-/csrf-2.0.4.tgz",
"dependencies": {
"base64-url": {
"version": "1.1.0",
@@ -734,26 +708,12 @@
"resolved": "https://registry.npmjs.org/scmp/-/scmp-1.0.0.tgz"
},
"uid-safe": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/uid-safe/-/uid-safe-1.0.1.tgz",
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/uid-safe/-/uid-safe-1.0.2.tgz",
"dependencies": {
- "mz": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/mz/-/mz-1.2.1.tgz",
- "dependencies": {
- "native-or-bluebird": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/native-or-bluebird/-/native-or-bluebird-1.1.2.tgz"
- },
- "thenify": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.1.0.tgz"
- },
- "thenify-all": {
- "version": "1.4.0",
- "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.4.0.tgz"
- }
- }
+ "native-or-bluebird": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/native-or-bluebird/-/native-or-bluebird-1.1.2.tgz"
}
}
}
@@ -806,38 +766,24 @@
}
},
"express-session": {
- "version": "1.10.0",
- "resolved": "https://registry.npmjs.org/express-session/-/express-session-1.10.0.tgz",
+ "version": "1.10.1",
+ "resolved": "https://registry.npmjs.org/express-session/-/express-session-1.10.1.tgz",
"dependencies": {
"crc": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/crc/-/crc-3.2.1.tgz"
},
"uid-safe": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/uid-safe/-/uid-safe-1.0.1.tgz",
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/uid-safe/-/uid-safe-1.0.2.tgz",
"dependencies": {
"base64-url": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/base64-url/-/base64-url-1.1.0.tgz"
},
- "mz": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/mz/-/mz-1.2.1.tgz",
- "dependencies": {
- "native-or-bluebird": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/native-or-bluebird/-/native-or-bluebird-1.1.2.tgz"
- },
- "thenify": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.1.0.tgz"
- },
- "thenify-all": {
- "version": "1.4.0",
- "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.4.0.tgz"
- }
- }
+ "native-or-bluebird": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/native-or-bluebird/-/native-or-bluebird-1.1.2.tgz"
}
}
}
@@ -1264,16 +1210,16 @@
}
},
"clean-css": {
- "version": "3.0.2",
- "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-3.0.2.tgz",
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-3.0.4.tgz",
"dependencies": {
"commander": {
"version": "2.5.1",
"resolved": "https://registry.npmjs.org/commander/-/commander-2.5.1.tgz"
},
"source-map": {
- "version": "0.1.42",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.42.tgz",
+ "version": "0.1.43",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz",
"dependencies": {
"amdefine": {
"version": "0.1.0",
@@ -1412,12 +1358,12 @@
"resolved": "https://registry.npmjs.org/constantinople/-/constantinople-3.0.1.tgz",
"dependencies": {
"acorn-globals": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-1.0.1.tgz",
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-1.0.2.tgz",
"dependencies": {
"acorn": {
- "version": "0.8.0",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-0.8.0.tgz"
+ "version": "0.11.0",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-0.11.0.tgz"
}
}
}
@@ -1476,8 +1422,8 @@
}
},
"source-map": {
- "version": "0.1.42",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.42.tgz",
+ "version": "0.1.43",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz",
"dependencies": {
"amdefine": {
"version": "0.1.0",
@@ -1502,12 +1448,12 @@
"resolved": "https://registry.npmjs.org/acorn/-/acorn-0.8.0.tgz"
},
"acorn-globals": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-1.0.1.tgz",
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-1.0.2.tgz",
"dependencies": {
"acorn": {
- "version": "0.8.0",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-0.8.0.tgz"
+ "version": "0.11.0",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-0.11.0.tgz"
}
}
}
@@ -1533,10 +1479,6 @@
"version": "0.6.5",
"resolved": "https://registry.npmjs.org/cli/-/cli-0.6.5.tgz",
"dependencies": {
- "exit": {
- "version": "0.1.2",
- "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz"
- },
"glob": {
"version": "3.2.11",
"resolved": "https://registry.npmjs.org/glob/-/glob-3.2.11.tgz",
@@ -1698,13 +1640,17 @@
}
},
"less": {
- "version": "2.1.2",
- "resolved": "https://registry.npmjs.org/less/-/less-2.1.2.tgz",
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/less/-/less-2.2.0.tgz",
"dependencies": {
"graceful-fs": {
"version": "3.0.5",
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.5.tgz"
},
+ "image-size": {
+ "version": "0.3.5",
+ "resolved": "https://registry.npmjs.org/image-size/-/image-size-0.3.5.tgz"
+ },
"mime": {
"version": "1.2.11",
"resolved": "https://registry.npmjs.org/mime/-/mime-1.2.11.tgz"
@@ -1720,8 +1666,8 @@
}
},
"promise": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/promise/-/promise-6.0.1.tgz",
+ "version": "6.1.0",
+ "resolved": "https://registry.npmjs.org/promise/-/promise-6.1.0.tgz",
"dependencies": {
"asap": {
"version": "1.0.0",
@@ -1788,12 +1734,12 @@
"resolved": "https://registry.npmjs.org/form-data/-/form-data-0.2.0.tgz",
"dependencies": {
"mime-types": {
- "version": "2.0.5",
- "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.0.5.tgz",
+ "version": "2.0.7",
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.0.7.tgz",
"dependencies": {
"mime-db": {
- "version": "1.3.1",
- "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.3.1.tgz"
+ "version": "1.5.0",
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.5.0.tgz"
}
}
}
@@ -1880,8 +1826,8 @@
}
},
"source-map": {
- "version": "0.1.42",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.42.tgz",
+ "version": "0.1.43",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz",
"dependencies": {
"amdefine": {
"version": "0.1.0",
@@ -1957,16 +1903,6 @@
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.2.tgz"
},
- "mkdirp": {
- "version": "0.5.0",
- "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.0.tgz",
- "dependencies": {
- "minimist": {
- "version": "0.0.8",
- "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz"
- }
- }
- },
"nopt": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.1.tgz",
@@ -2493,10 +2429,6 @@
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.0.tgz"
},
- "vow": {
- "version": "0.4.4",
- "resolved": "https://registry.npmjs.org/vow/-/vow-0.4.4.tgz"
- },
"vow-queue": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/vow-queue/-/vow-queue-0.3.1.tgz"
@@ -2792,16 +2724,16 @@
}
},
"grunt-jscs": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/grunt-jscs/-/grunt-jscs-1.1.0.tgz",
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/grunt-jscs/-/grunt-jscs-1.2.0.tgz",
"dependencies": {
"hooker": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz"
},
"jscs": {
- "version": "1.9.0",
- "resolved": "https://registry.npmjs.org/jscs/-/jscs-1.9.0.tgz",
+ "version": "1.10.0",
+ "resolved": "https://registry.npmjs.org/jscs/-/jscs-1.10.0.tgz",
"dependencies": {
"colors": {
"version": "1.0.3",
@@ -2816,12 +2748,12 @@
"resolved": "https://registry.npmjs.org/esprima/-/esprima-1.2.2.tgz"
},
"esprima-harmony-jscs": {
- "version": "1.1.0-dev-harmony",
- "resolved": "https://registry.npmjs.org/esprima-harmony-jscs/-/esprima-harmony-jscs-1.1.0-dev-harmony.tgz"
+ "version": "1.1.0-regex-token-fix",
+ "resolved": "https://registry.npmjs.org/esprima-harmony-jscs/-/esprima-harmony-jscs-1.1.0-regex-token-fix.tgz"
},
"estraverse": {
- "version": "1.8.0",
- "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-1.8.0.tgz"
+ "version": "1.9.1",
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-1.9.1.tgz"
},
"exit": {
"version": "0.1.2",
@@ -2839,6 +2771,20 @@
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz"
},
+ "minimatch": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-1.0.0.tgz",
+ "dependencies": {
+ "lru-cache": {
+ "version": "2.5.0",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.5.0.tgz"
+ },
+ "sigmund": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.0.tgz"
+ }
+ }
+ },
"once": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/once/-/once-1.3.1.tgz",
@@ -2852,23 +2798,25 @@
}
},
"minimatch": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-1.0.0.tgz",
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.1.tgz",
"dependencies": {
- "lru-cache": {
- "version": "2.5.0",
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.5.0.tgz"
- },
- "sigmund": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.0.tgz"
+ "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"
+ }
+ }
}
}
},
- "regenerate": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.0.1.tgz"
- },
"strip-json-comments": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.2.tgz"
@@ -2877,17 +2825,13 @@
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-1.2.0.tgz"
},
- "unicode-6.3.0": {
- "version": "0.1.5",
- "resolved": "https://registry.npmjs.org/unicode-6.3.0/-/unicode-6.3.0-0.1.5.tgz"
- },
"vow-fs": {
"version": "0.3.4",
"resolved": "https://registry.npmjs.org/vow-fs/-/vow-fs-0.3.4.tgz",
"dependencies": {
"glob": {
- "version": "4.3.2",
- "resolved": "https://registry.npmjs.org/glob/-/glob-4.3.2.tgz",
+ "version": "4.3.5",
+ "resolved": "https://registry.npmjs.org/glob/-/glob-4.3.5.tgz",
"dependencies": {
"inflight": {
"version": "1.0.4",
@@ -2903,26 +2847,6 @@
"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",
@@ -3664,8 +3588,8 @@
}
},
"npm": {
- "version": "2.1.17",
- "resolved": "https://registry.npmjs.org/npm/-/npm-2.1.17.tgz",
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/npm/-/npm-2.2.0.tgz",
"dependencies": {
"abbrev": {
"version": "1.0.5",
@@ -3902,8 +3826,8 @@
"resolved": "https://registry.npmjs.org/npm-cache-filename/-/npm-cache-filename-1.0.1.tgz"
},
"npm-install-checks": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-1.0.4.tgz"
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-1.0.5.tgz"
},
"npm-package-arg": {
"version": "2.1.3",
@@ -4360,4 +4284,4 @@
}
}
}
-}
+} \ No newline at end of file