From 12f665ae43cbe4335bee6f0f3c21bc075539c4bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 19:22:16 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-markdown from 2.2.1 to 5.1.0 Bumps [eslint-plugin-markdown](https://github.com/eslint/eslint-plugin-markdown) from 2.2.1 to 5.1.0. - [Release notes](https://github.com/eslint/eslint-plugin-markdown/releases) - [Changelog](https://github.com/eslint/markdown/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint-plugin-markdown/compare/v2.2.1...v5.1.0) --- updated-dependencies: - dependency-name: eslint-plugin-markdown dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 664895dd..ba88559e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "eslint": "^8.2.0", "eslint-config-chartjs": "^0.3.0", "eslint-plugin-html": "^8.1.2", - "eslint-plugin-markdown": "^2.0.1", + "eslint-plugin-markdown": "^5.1.0", "hammer-simulator": "^0.0.1", "jasmine": "^5.4.0", "karma": "^6.4.4", @@ -9306,18 +9306,18 @@ } }, "node_modules/eslint-plugin-markdown": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-markdown/-/eslint-plugin-markdown-2.2.1.tgz", - "integrity": "sha512-FgWp4iyYvTFxPwfbxofTvXxgzPsDuSKHQy2S+a8Ve6savbujey+lgrFFbXQA0HPygISpRYWYBjooPzhYSF81iA==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-markdown/-/eslint-plugin-markdown-5.1.0.tgz", + "integrity": "sha512-SJeyKko1K6GwI0AN6xeCDToXDkfKZfXcexA6B+O2Wr2btUS9GrC+YgwSyVli5DJnctUHjFXcQ2cqTaAmVoLi2A==", "dev": true, "dependencies": { "mdast-util-from-markdown": "^0.8.5" }, "engines": { - "node": "^8.10.0 || ^10.12.0 || >= 12.0.0" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "peerDependencies": { - "eslint": ">=6.0.0" + "eslint": ">=8" } }, "node_modules/eslint-scope": { diff --git a/package.json b/package.json index bd25bb2e..16811bf2 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "eslint": "^8.2.0", "eslint-config-chartjs": "^0.3.0", "eslint-plugin-html": "^8.1.2", - "eslint-plugin-markdown": "^2.0.1", + "eslint-plugin-markdown": "^5.1.0", "hammer-simulator": "^0.0.1", "jasmine": "^5.4.0", "karma": "^6.4.4",