diff --git a/package-lock.json b/package-lock.json index c5988dc..21928fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -732,9 +732,9 @@ "dev": true }, "minimatch": { - "version": "2.0.10", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz", - "integrity": "sha1-jQh8OcazjAAbl/ynzm0OHoCvusc=", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.2.tgz", + "integrity": "sha1-DzmKcwDqRB6cNIyD2Yq4ydv5xAo=", "requires": { "brace-expansion": "^1.0.0" } diff --git a/package.json b/package.json index 665d394..da1a6bc 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "argparse": "^1.0.2", "git-utils": "^5.6.0", "isbinaryfile": "^2.0.4", - "minimatch": "^2.0.9", + "minimatch": "^3.0.2", "split": "^1.0.0", "temp": "^0.8.3" },