From ddb9995ef12aebe4ba960103fa67f7cf0428e44b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 11:32:35 +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.7. - [Commits](https://github.com/davidsneighbour/configurations/compare/v2024.4.6...v2024.4.7) --- 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 | 42 +++++++++++++++++++++++++++++++++++------- package.json | 2 +- 2 files changed, 36 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index abbb790..e3d4258 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@thenewdynamic/gohugo-theme-ananke", - "version": "2.11.0", + "version": "2.11.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@thenewdynamic/gohugo-theme-ananke", - "version": "2.11.0", + "version": "2.11.2", "license": "MIT", "dependencies": { "cssnano": "7.0.6", @@ -15,7 +15,7 @@ "tachyons": "4.12.0" }, "devDependencies": { - "@davidsneighbour/markdownlint-config": "^2024.4.6", + "@davidsneighbour/markdownlint-config": "^2024.4.7", "@davidsneighbour/release-config": "2024.4.6", "@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.7", + "resolved": "https://registry.npmjs.org/@davidsneighbour/markdownlint-config/-/markdownlint-config-2024.4.7.tgz", + "integrity": "sha512-2FktkbvTrfEhhcpOcxEzhjmNebL2vkyLtR3hjC2R7WL0O4YbTZveHx64ctfhJ4R+hYnG+B7OU2NYRH44eSsUzQ==", "dev": true, "dependencies": { - "markdownlint": "0.35.0", + "markdownlint": "0.36.0", "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.0", + "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.36.0.tgz", + "integrity": "sha512-ULhCJrt12HC8jZPCzc6yN3g2l8KaFR8bYHStnffzCOwY33hPrC6ic1pz1tDNs/ydKU2UiETOtL5nLYJNZLOd6w==", + "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.6", "resolved": "https://registry.npmjs.org/@davidsneighbour/release-config/-/release-config-2024.4.6.tgz", diff --git a/package.json b/package.json index 497e336..13e025d 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.7", "@davidsneighbour/release-config": "2024.4.6", "@davidsneighbour/tools": "2024.4.6" },