From 6369b778c15f72c4d8954527d076b3d0ede0bf74 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 29 Sep 2016 21:41:37 -0700 Subject: [PATCH] [Deps] update `glob` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7bdbd2d9..48a74eb0 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "deep-equal": "~1.0.1", "defined": "~1.0.0", "function-bind": "~1.1.0", - "glob": "~7.0.6", + "glob": "~7.1.0", "has": "~1.0.1", "inherits": "~2.0.3", "minimist": "~1.2.0",