From 3b34b0d6ba8406bc520d5201509f2bd87d96fb3a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2020 07:05:31 +0000 Subject: [PATCH] Bump glob from 4.5.3 to 7.1.6 Bumps [glob](https://github.com/isaacs/node-glob) from 4.5.3 to 7.1.6. - [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/compare/v4.5.3...v7.1.6) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a5b8cd1873..fd72456eae 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "chai": "1.9.x" }, "devDependencies": { - "glob": "^4.0.5", + "glob": "^7.1.6", "gulp": "~3.8.x", "gulp-ext-replace": "^0.1.0", "gulp-jsonlint": "0.0.3",