From 5f12463992674fcd76b5a0e3dbc765142f7a0bdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 04:31:41 +0000 Subject: [PATCH] Bump markdownlint-rule-helpers from 0.21.0 to 0.22.0 Bumps [markdownlint-rule-helpers](https://github.com/DavidAnson/markdownlint) from 0.21.0 to 0.22.0. - [Changelog](https://github.com/DavidAnson/markdownlint/blob/main/CHANGELOG.md) - [Commits](https://github.com/DavidAnson/markdownlint/compare/v0.21.0...v0.22.0) --- updated-dependencies: - dependency-name: markdownlint-rule-helpers dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 05e6d18e..05c6c54b 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "markdown-it-for-inline": "0.1.1", "markdown-it-sub": "1.0.0", "markdown-it-sup": "1.0.0", - "markdownlint-rule-helpers": "0.21.0", + "markdownlint-rule-helpers": "0.22.0", "npm-run-all": "4.1.5", "strip-json-comments": "5.0.1", "terser-webpack-plugin": "5.3.9",