From d8592ddfcbb3bd51395ba2c279f7088fbdb879bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 20 Dec 2018 21:20:29 +0000 Subject: [PATCH] Update glob requirement from ~5.0.15 to ~7.1.3 Updates the requirements on [glob](https://github.com/isaacs/node-glob) to permit the latest version. - [Release notes](https://github.com/isaacs/node-glob/releases) - [Changelog](https://github.com/isaacs/node-glob/blob/master/changelog.md) - [Commits](https://github.com/isaacs/node-glob/commits/v7.1.3) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f711181..c930e08 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "es5-shim": "^4.5.9", "es6-promise": "^4.1.0", "fs-extra": "^0.16.5", - "glob": "~5.0.15", + "glob": "~7.1.3", "gulp": "^3.8.10", "html5shiv": "^3.7.3", "istanbul-instrumenter-loader": "2.x",