From 69f10665db6e54248f6b620029901169dfe2c75f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 13:10:05 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-markdown from 1.0.0 to 1.0.2 Bumps [eslint-plugin-markdown](https://github.com/eslint/eslint-plugin-markdown) from 1.0.0 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...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 5c9f92f..fbd4c86 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "eslint": "5.16.0", "eslint-config-standard": "12.0.0", "eslint-plugin-import": "2.14.0", - "eslint-plugin-markdown": "1.0.0", + "eslint-plugin-markdown": "1.0.2", "eslint-plugin-node": "8.0.1", "eslint-plugin-promise": "4.0.1", "eslint-plugin-standard": "4.0.0",