From 4a373aee0f73010aa95984a1e55f5363894dab8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2019 21:45:39 +0000 Subject: [PATCH] Bump minimatch from 2.0.10 to 3.0.2 Bumps [minimatch](https://github.com/isaacs/minimatch) from 2.0.10 to 3.0.2. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Commits](https://github.com/isaacs/minimatch/compare/v2.0.10...v3.0.2) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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" },