diff --git a/package-lock.json b/package-lock.json index a2cc020..91f2b30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "eslint-plugin-prettier": "^5.0.1", "jest": "^29.7.0", "markdownlint-cli2": "^0.14.0", - "markdownlint-cli2-formatter-pretty": "^0.0.6" + "markdownlint-cli2-formatter-pretty": "^0.0.7" }, "peerDependencies": { "eslint": "^8.42.0" @@ -6532,9 +6532,9 @@ } }, "node_modules/markdownlint-cli2-formatter-pretty": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/markdownlint-cli2-formatter-pretty/-/markdownlint-cli2-formatter-pretty-0.0.6.tgz", - "integrity": "sha512-XflT5SV8StfexAZkssgBBXjh7mo/24forKbpRUmnqPWVgDIFnBmt09hPQ1QgNgPrwii9QXx7dhL6VqH/Zq17VQ==", + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/markdownlint-cli2-formatter-pretty/-/markdownlint-cli2-formatter-pretty-0.0.7.tgz", + "integrity": "sha512-Q+F2HCqqRw3w6dd9+U5DA1D3/8em/PzJfeyhON7Zb9o7lDAqTQv77xE+S0eTjsljNVqE72LEHNH2zoxHX/e6QA==", "dev": true, "dependencies": { "chalk": "5.3.0", @@ -13361,9 +13361,9 @@ "requires": {} }, "markdownlint-cli2-formatter-pretty": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/markdownlint-cli2-formatter-pretty/-/markdownlint-cli2-formatter-pretty-0.0.6.tgz", - "integrity": "sha512-XflT5SV8StfexAZkssgBBXjh7mo/24forKbpRUmnqPWVgDIFnBmt09hPQ1QgNgPrwii9QXx7dhL6VqH/Zq17VQ==", + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/markdownlint-cli2-formatter-pretty/-/markdownlint-cli2-formatter-pretty-0.0.7.tgz", + "integrity": "sha512-Q+F2HCqqRw3w6dd9+U5DA1D3/8em/PzJfeyhON7Zb9o7lDAqTQv77xE+S0eTjsljNVqE72LEHNH2zoxHX/e6QA==", "dev": true, "requires": { "chalk": "5.3.0", diff --git a/package.json b/package.json index 31c3fc6..ae7ba19 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "eslint-plugin-prettier": "^5.0.1", "jest": "^29.7.0", "markdownlint-cli2": "^0.14.0", - "markdownlint-cli2-formatter-pretty": "^0.0.6", + "markdownlint-cli2-formatter-pretty": "^0.0.7", "@typescript-eslint/rule-tester": "7.16.0", "@types/jest": "^29.5.12" },