From e069c78f7827be35ac0388a2436ef538b0b14965 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 14:53:37 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-markdown from 1.0.0-beta.6 to 1.0.2 Bumps [eslint-plugin-markdown](https://github.com/eslint/eslint-plugin-markdown) from 1.0.0-beta.6 to 1.0.2. - [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/v1.0.0-beta.6...v1.0.2) --- updated-dependencies: - dependency-name: eslint-plugin-markdown dependency-version: 1.0.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6b26220..7d468aa 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "eslint": "5.6.0", "eslint-config-standard": "12.0.0", "eslint-plugin-import": "2.14.0", - "eslint-plugin-markdown": "1.0.0-beta.6", + "eslint-plugin-markdown": "1.0.2", "eslint-plugin-node": "7.0.1", "eslint-plugin-promise": "4.0.1", "eslint-plugin-standard": "4.0.0",