From 270475bc61cb85ba7925ad4568d4838f9c8746cd Mon Sep 17 00:00:00 2001 From: Esref Durna Date: Mon, 12 Jun 2017 00:35:07 +0000 Subject: [PATCH] updated package glob from 7.0.5 to 7.1.2 Npm link : https://www.npmjs.com/package/glob Repository link : https://github.com/isaacs/node-glob/releases --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 73d89557..f3c37d8b 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "homepage": "http://jasmine.github.io", "main": "./lib/jasmine-core.js", "devDependencies": { - "glob": "~7.0.5", + "glob": "~7.1.2", "grunt": "^1.0.1", "grunt-cli": "^1.2.0", "grunt-contrib-compass": "^1.1.1",