From a51f0e21b7e1431057483bc7df9bd214ec4533d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 13:19:09 +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 79f54aa..df3c937 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "deep-equal": "1.0.1", "eslint": "6.0.1", "eslint-config-standard": "13.0.1", - "eslint-plugin-markdown": "1.0.0", + "eslint-plugin-markdown": "1.0.2", "eslint-plugin-import": "2.18.0", "eslint-plugin-node": "9.1.0", "eslint-plugin-promise": "4.2.1",