From e46b3a0b4fea6adadb9e5ed33cb9141dad9b858f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2019 17:28:45 +0000 Subject: [PATCH] Bump minimatch from 0.2.14 to 3.0.4 Bumps [minimatch](https://github.com/isaacs/minimatch) from 0.2.14 to 3.0.4. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Commits](https://github.com/isaacs/minimatch/compare/v0.2.14...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 18b5668..d2a971c 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "dependencies": { "nomnom": "1.6.x", "colors": "0.5.x", - "minimatch": "~0.2.9" + "minimatch": "~3.0.4" }, "devDependencies": { "tape": "~0.2.2"