From 8be8fb61bb27ff33d0e6e18da6adc8bf447d1384 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 23 May 2014 12:29:24 -0700 Subject: [PATCH] bump glob to ^4.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 823e743f8d..be01101a4b 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "devDependencies": { "btoa": "~1.1.1", "canonical-json": "~0.0.4", - "glob": "^3.2.9", + "glob": "^4.0.0", "grunt": "~0.4.4", "grunt-autoprefixer": "~0.7.2", "grunt-banner": "~0.2.2", -- 2.47.2