diff --git a/package-lock.json b/package-lock.json index 4954546..5fe0277 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "chalk": "^1.0.0", "commander": "^2.8.1", "err-code": "^0.1.2", - "minimatch": "^2.0.8", + "minimatch": "^3.0.5", "mout": "^0.11.0", "promptly": "^0.2.1", "request": "^2.58.0" @@ -361,12 +361,11 @@ } }, "node_modules/minimatch": { - "version": "2.0.10", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz", - "integrity": "sha512-jQo6o1qSVLEWaw3l+bwYA2X0uLuK2KjNh2wjgO7Q/9UJnXr1Q3yQKR8BI0/Bt/rPg75e6SMW4hW/6cBHVTZUjA==", - "deprecated": "Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz", + "integrity": "sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==", "dependencies": { - "brace-expansion": "^1.0.0" + "brace-expansion": "^1.1.7" }, "engines": { "node": "*" @@ -871,11 +870,11 @@ } }, "minimatch": { - "version": "2.0.10", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz", - "integrity": "sha512-jQo6o1qSVLEWaw3l+bwYA2X0uLuK2KjNh2wjgO7Q/9UJnXr1Q3yQKR8BI0/Bt/rPg75e6SMW4hW/6cBHVTZUjA==", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz", + "integrity": "sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==", "requires": { - "brace-expansion": "^1.0.0" + "brace-expansion": "^1.1.7" } }, "mout": { diff --git a/package.json b/package.json index e3f698b..9d5208b 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "chalk": "^1.0.0", "commander": "^2.8.1", "err-code": "^0.1.2", - "minimatch": "^2.0.8", + "minimatch": "^3.0.5", "mout": "^0.11.0", "promptly": "^0.2.1", "request": "^2.58.0"