From 3f71bcdb2d2b78e1402cdf2442776d9d3593dcf2 Mon Sep 17 00:00:00 2001 From: Oguz Bastemur Date: Wed, 15 Jul 2015 02:37:36 +0300 Subject: [PATCH] Update glob to latest Fixes https://github.com/jasmine/jasmine/issues/891 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eaf16836..1f1229a9 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "homepage": "http://jasmine.github.io", "main": "./lib/jasmine-core.js", "devDependencies": { - "glob": "~3.2.9", + "glob": "~5.0.13", "grunt": "~0.4.1", "grunt-cli": "^0.1.13", "grunt-contrib-compass": "~0.6.0",