diff --git a/package-lock.json b/package-lock.json index 9f7a8483e..c05b3ab1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "js-yaml": "^4.1.0", "jsonc-parser": "~3.2.0", "markdownlint": "~0.27.0", - "minimatch": "~6.2.0", + "minimatch": "~7.0.0", "run-con": "~1.2.11" }, "bin": { @@ -4337,9 +4337,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.0.0", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.0.0.tgz", + "integrity": "sha512-Wog4y1P2q/0sF+0vw+6dWgqVmo/XPJg+2OtVmR6IVvNGDhcfAPjFacjZCUlGCoU/tbzH6EOeSt2P3llRAqRNiA==", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -10365,9 +10365,9 @@ "dev": true }, "minimatch": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-6.2.0.tgz", - "integrity": "sha512-sauLxniAmvnhhRjFwPNnJKaPFYyddAgbYdeUpHULtCT/GhzdCx/MDNy+Y40lBxTQUrMzDE8e0S43Z5uqfO0REg==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.0.0.tgz", + "integrity": "sha512-Wog4y1P2q/0sF+0vw+6dWgqVmo/XPJg+2OtVmR6IVvNGDhcfAPjFacjZCUlGCoU/tbzH6EOeSt2P3llRAqRNiA==", "requires": { "brace-expansion": "^2.0.1" }, diff --git a/package.json b/package.json index d631266a7..daf293c2b 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "js-yaml": "^4.1.0", "jsonc-parser": "~3.2.0", "markdownlint": "~0.27.0", - "minimatch": "~6.2.0", + "minimatch": "~7.0.0", "run-con": "~1.2.11" }, "devDependencies": {