From cf781a0c83c0e43fd59d1d3692d6c66ca282020b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2019 21:20:14 +0000 Subject: [PATCH] Bump minimatch from 0.3.0 to 3.0.4 Bumps [minimatch](https://github.com/isaacs/minimatch) from 0.3.0 to 3.0.4. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Commits](https://github.com/isaacs/minimatch/compare/v0.3.0...v3.0.4) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e63924f4..a231a1d2 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "glob": "~3.2.1", "graceful-fs": "~2.0.0", "request": "~2.36.0", - "minimatch": "~0.3.0" + "minimatch": "~3.0.4" }, "optionalDependencies": { "istanbul": "~0.2.9"