diff --git a/package-lock.json b/package-lock.json index 4ab5c8a9..fdee5827 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "jsonc-parser": "~3.2.0", "markdownlint": "~0.26.2", "markdownlint-rule-helpers": "~0.17.2", - "minimatch": "~5.1.0", + "minimatch": "~5.1.1", "run-con": "~1.2.11" }, "bin": { @@ -4321,9 +4321,9 @@ } }, "node_modules/minimatch": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz", - "integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.1.tgz", + "integrity": "sha512-362NP+zlprccbEt/SkxKfRMHnNY85V74mVnpUpNyr3F35covl09Kec7/sEFLt3RA4oXmewtoaanoIf67SE5Y5g==", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -10333,9 +10333,9 @@ "dev": true }, "minimatch": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz", - "integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.1.tgz", + "integrity": "sha512-362NP+zlprccbEt/SkxKfRMHnNY85V74mVnpUpNyr3F35covl09Kec7/sEFLt3RA4oXmewtoaanoIf67SE5Y5g==", "requires": { "brace-expansion": "^2.0.1" }, diff --git a/package.json b/package.json index 87dcfbd9..eae468b4 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "jsonc-parser": "~3.2.0", "markdownlint": "~0.26.2", "markdownlint-rule-helpers": "~0.17.2", - "minimatch": "~5.1.0", + "minimatch": "~5.1.1", "run-con": "~1.2.11" }, "devDependencies": {