From 43de61cb17ee6cffeb2fa68471f645e8100aeeb4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2019 04:54:56 +0000 Subject: [PATCH] Bump glob from 3.1.21 to 7.1.6 Bumps [glob](https://github.com/isaacs/node-glob) from 3.1.21 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/v3.1.21...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 6483f8f..9533a3a 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "dependencies": { "async": "^0.9.0", "deep-extend": "~0.2.5", - "glob": "~3.1.17", + "glob": "~7.1.6", "juice": "^1.1.2", "lodash": "^3.8.0", "q": "~0.8.12"