From bb054012ac8ccd0b24c4a1a15db3c82864fffe38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 03:09:01 +0000 Subject: [PATCH] Update dependency eslint-plugin-markdown-preferences to ^0.42.0 --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 04ae7fc8..95d5037c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "eslint-config-prettier": "^10.0.0", "eslint-config-standard": "^17.1.0", "eslint-plugin-markdown-links": "^0.9.0", - "eslint-plugin-markdown-preferences": "^0.41.0", + "eslint-plugin-markdown-preferences": "^0.42.0", "eslint-plugin-vue": "^10.8.0", "markdown-it-footnote": "^4.0.0", "markdown-it-task-lists": "^2.1.1", @@ -4508,9 +4508,9 @@ } }, "node_modules/eslint-plugin-markdown-preferences": { - "version": "0.41.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-markdown-preferences/-/eslint-plugin-markdown-preferences-0.41.0.tgz", - "integrity": "sha512-Pu150jKH1Cf5sW/Igck0VbuT0A9qFpIPG1dDvyAt2lG8tA3VzPDkwxBusO8JqQ9NRIrm3pat0X6cfanSki3WZQ==", + "version": "0.42.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-markdown-preferences/-/eslint-plugin-markdown-preferences-0.42.0.tgz", + "integrity": "sha512-LVoGwsRDeLFooaj9OndJrof5OslnQQnZKStP+GX0DMnAt6Nt2tgJzP+URRNXqS54lYnIa0m6pBo7CO1n/utTsw==", "dev": true, "license": "MIT", "dependencies": { @@ -4525,6 +4525,7 @@ "micromark-extension-math": "^3.1.0", "micromark-factory-space": "^2.0.1", "micromark-util-character": "^2.1.1", + "micromark-util-normalize-identifier": "^2.0.1", "micromark-util-symbol": "^2.0.1", "string-width": "^8.0.0" }, diff --git a/package.json b/package.json index 805e61cd..76b1c564 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "eslint-config-prettier": "^10.0.0", "eslint-config-standard": "^17.1.0", "eslint-plugin-markdown-links": "^0.9.0", - "eslint-plugin-markdown-preferences": "^0.41.0", + "eslint-plugin-markdown-preferences": "^0.42.0", "eslint-plugin-vue": "^10.8.0", "markdown-it-footnote": "^4.0.0", "markdown-it-task-lists": "^2.1.1",