diff --git a/package-lock.json b/package-lock.json index f3879e1..61f0ef6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2885,9 +2885,9 @@ } }, "markdownlint-cli": { - "version": "0.31.0", - "resolved": "https://registry.npmjs.org/markdownlint-cli/-/markdownlint-cli-0.31.0.tgz", - "integrity": "sha512-UCNA10I2evrEqGWUGM4I6ae6LubLeySkKegP1GQaZSES516BYBgOn8Ai8MXU+5rSIeCvMyKi91alqHyRDuUnYA==", + "version": "0.31.1", + "resolved": "https://registry.npmjs.org/markdownlint-cli/-/markdownlint-cli-0.31.1.tgz", + "integrity": "sha512-keIOMwQn+Ch7MoBwA+TdkyVMuxAeZFEGmIIlvwgV0Z1TGS5MxPnRr29XCLhkNzCHU+uNKGjU+VEjLX+Z9kli6g==", "dev": true, "requires": { "commander": "~9.0.0", @@ -2898,7 +2898,7 @@ "jsonc-parser": "~3.0.0", "markdownlint": "~0.25.1", "markdownlint-rule-helpers": "~0.16.0", - "minimatch": "~3.0.4", + "minimatch": "~3.0.5", "run-con": "~1.2.10" }, "dependencies": { @@ -2915,6 +2915,15 @@ "once": "^1.3.0", "path-is-absolute": "^1.0.0" } + }, + "minimatch": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz", + "integrity": "sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } } } }, diff --git a/package.json b/package.json index 12c8f9b..f587c5e 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "cz-conventional-changelog": "3.3.0", "globstar": "1.0.0", "husky": "7.0.4", - "markdownlint-cli": "0.31.0", + "markdownlint-cli": "0.31.1", "npm-run-all": "4.1.5" }, "dependencies": {