From 6299911f1c23d4e8618794c3a792f2cf7b94f361 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 04:20:13 +0000 Subject: [PATCH] chore(deps): bump eslint-plugin-markdown from 3.0.1 to 5.0.0 Bumps [eslint-plugin-markdown](https://github.com/eslint/eslint-plugin-markdown) from 3.0.1 to 5.0.0. - [Release notes](https://github.com/eslint/eslint-plugin-markdown/releases) - [Changelog](https://github.com/eslint/eslint-plugin-markdown/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint-plugin-markdown/compare/v3.0.1...v5.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-markdown dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/eslint-config/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 77ce46e..6072f69 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -34,7 +34,7 @@ "eslint-plugin-file-progress": "^1.3.0", "eslint-plugin-import-x": "^0.5.0", "eslint-plugin-jsdoc": "^48.2.3", - "eslint-plugin-markdown": "^3.0.1", + "eslint-plugin-markdown": "^5.0.0", "eslint-plugin-unused-imports": "^3.1.0", "globals": "^15.0.0", "prettier": "^3.2.5",