diff --git a/package-lock.json b/package-lock.json index 8ba5f8f4..8dc3a9ce 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.2.0", + "minimatch": "^7.2.0", "pretty-hrtime": "^1.0.3", "random-int": "^3.0.0" }, @@ -4565,9 +4565,9 @@ } }, "node_modules/minimatch": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-6.2.0.tgz", - "integrity": "sha512-sauLxniAmvnhhRjFwPNnJKaPFYyddAgbYdeUpHULtCT/GhzdCx/MDNy+Y40lBxTQUrMzDE8e0S43Z5uqfO0REg==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.2.0.tgz", + "integrity": "sha512-rMRHmwySzopAQjmWW6TkAKCEDKNaY/HuV/c2YkWWuWnfkTwApt0V4hnYzzPnZ/5Gcd2+8MPncSyuOGPl3xPvcg==", "dependencies": { "brace-expansion": "^2.0.1" }, diff --git a/package.json b/package.json index e98d4e28..a1d9da1c 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.2.0", + "minimatch": "^7.2.0", "pretty-hrtime": "^1.0.3", "random-int": "^3.0.0" },