diff --git a/package-lock.json b/package-lock.json index 2e1d1c03..1b44e936 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "globby": "^13.1.3", "graceful-fs": "^4.2.10", "micromatch": "^4.0.5", - "minimatch": "^6.1.8", + "minimatch": "^6.2.0", "pretty-hrtime": "^1.0.3", "random-int": "^3.0.0" }, @@ -4554,9 +4554,9 @@ } }, "node_modules/minimatch": { - "version": "6.1.8", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-6.1.8.tgz", - "integrity": "sha512-sTvS8Q4mIZiSnMo9192lZMxfeaGCslH5CC7B62hd9DlbifUVrc02ABTeRJINPosxKnvZlrmAaNSo8f4PZqDDdw==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-6.2.0.tgz", + "integrity": "sha512-sauLxniAmvnhhRjFwPNnJKaPFYyddAgbYdeUpHULtCT/GhzdCx/MDNy+Y40lBxTQUrMzDE8e0S43Z5uqfO0REg==", "dependencies": { "brace-expansion": "^2.0.1" }, diff --git a/package.json b/package.json index 931b0315..621d3a5f 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "globby": "^13.1.3", "graceful-fs": "^4.2.10", "micromatch": "^4.0.5", - "minimatch": "^6.1.8", + "minimatch": "^6.2.0", "pretty-hrtime": "^1.0.3", "random-int": "^3.0.0" },