From 13654addc410056b6dd48a35352deaa167b5bb98 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sun, 14 Feb 2016 00:29:51 -0800 Subject: [PATCH] [Deps] update `deep-equal`, `function-bind`, `glob`, `object-inspect`, `resolve`, `string.prototype.trim`, `through` --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 04b02ccc..41c839c3 100644 --- a/package.json +++ b/package.json @@ -9,18 +9,18 @@ "test": "test" }, "dependencies": { - "deep-equal": "~1.0.0", + "deep-equal": "~1.0.1", "defined": "~1.0.0", - "function-bind": "~1.0.2", - "glob": "~5.0.3", + "function-bind": "~1.1.0", + "glob": "~7.0.0", "has": "~1.0.1", "inherits": "~2.0.1", "minimist": "~1.2.0", - "object-inspect": "~1.0.0", - "resolve": "~1.1.6", + "object-inspect": "~1.1.0", + "resolve": "~1.1.7", "resumer": "~0.0.0", - "string.prototype.trim": "^1.1.1", - "through": "~2.3.4" + "string.prototype.trim": "~1.1.2", + "through": "~2.3.8" }, "devDependencies": { "concat-stream": "~1.4.1",