diff --git a/package-lock.json b/package-lock.json index a3ac03b..c4b9712 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "tachyons": "4.12.0" }, "devDependencies": { - "@davidsneighbour/markdownlint-config": "^2024.4.6", + "@davidsneighbour/markdownlint-config": "^2024.4.8", "@davidsneighbour/release-config": "2024.4.8", "@davidsneighbour/tools": "2024.4.6" } @@ -1117,12 +1117,12 @@ } }, "node_modules/@davidsneighbour/markdownlint-config": { - "version": "2024.4.6", - "resolved": "https://registry.npmjs.org/@davidsneighbour/markdownlint-config/-/markdownlint-config-2024.4.6.tgz", - "integrity": "sha512-qWnKFFDW5aqWC7AD7qLVhxFxlpOvj8lAbTunbwAmcPyIYgXTb5WTWy78Aevsm41h6EOjSH49n22IU6Vz6c9UDA==", + "version": "2024.4.8", + "resolved": "https://registry.npmjs.org/@davidsneighbour/markdownlint-config/-/markdownlint-config-2024.4.8.tgz", + "integrity": "sha512-NISNVQUAzGTeKLpfmVCCnSPFtSMSPB0LOhYTZzbsHcyhyGV/DJw5uUhrLQcs9P3gmVcQmFfol1l8LSuBqUMoug==", "dev": true, "dependencies": { - "markdownlint": "0.35.0", + "markdownlint": "0.36.1", "markdownlint-cli2": "0.14.0" }, "engines": { @@ -1130,6 +1130,34 @@ "npm": ">=10.3.0" } }, + "node_modules/@davidsneighbour/markdownlint-config/node_modules/markdownlint": { + "version": "0.36.1", + "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.36.1.tgz", + "integrity": "sha512-s73fU2CQN7WCgjhaQUQ8wYESQNzGRNOKDd+3xgVqu8kuTEhmwepd/mxOv1LR2oV046ONrTLBFsM7IoKWNvmy5g==", + "dev": true, + "dependencies": { + "markdown-it": "14.1.0", + "markdownlint-micromark": "0.1.12" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/DavidAnson" + } + }, + "node_modules/@davidsneighbour/markdownlint-config/node_modules/markdownlint-micromark": { + "version": "0.1.12", + "resolved": "https://registry.npmjs.org/markdownlint-micromark/-/markdownlint-micromark-0.1.12.tgz", + "integrity": "sha512-RlB6EwMGgc0sxcIhOQ2+aq7Zw1V2fBnzbXKGgYK/mVWdT7cz34fteKSwfYeo4rL6+L/q2tyC9QtD/PgZbkdyJQ==", + "dev": true, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/DavidAnson" + } + }, "node_modules/@davidsneighbour/release-config": { "version": "2024.4.8", "resolved": "https://registry.npmjs.org/@davidsneighbour/release-config/-/release-config-2024.4.8.tgz", diff --git a/package.json b/package.json index af9993d..75192c3 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "tachyons": "4.12.0" }, "devDependencies": { - "@davidsneighbour/markdownlint-config": "^2024.4.6", + "@davidsneighbour/markdownlint-config": "^2024.4.8", "@davidsneighbour/release-config": "2024.4.8", "@davidsneighbour/tools": "2024.4.6" },