From 3dd53f08ebb936b086cd22ab64c37700450a10cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 08:44:01 +0000 Subject: [PATCH] build(deps-dev): bump @davidsneighbour/markdownlint-config Bumps [@davidsneighbour/markdownlint-config](https://github.com/davidsneighbour/configurations) from 2024.4.6 to 2024.4.8. - [Commits](https://github.com/davidsneighbour/configurations/compare/v2024.4.6...v2024.4.8) --- updated-dependencies: - dependency-name: "@davidsneighbour/markdownlint-config" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 38 +++++++++++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 34 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a2df221..d29ec88 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 1fbf0c6..a3a36e9 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" },