From ff465262c9ce6b9a86ab0bcb33ed9a65a0cb66b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 02:31:19 +0000 Subject: [PATCH] Bump markdownlint-rule-helpers from 0.22.0 to 0.23.0 Bumps [markdownlint-rule-helpers](https://github.com/DavidAnson/markdownlint) from 0.22.0 to 0.23.0. - [Changelog](https://github.com/DavidAnson/markdownlint/blob/main/CHANGELOG.md) - [Commits](https://github.com/DavidAnson/markdownlint/compare/v0.22.0...v0.23.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 24cb9863..503b7275 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "markdown-it-for-inline": "0.1.1", "markdown-it-sub": "1.0.0", "markdown-it-sup": "1.0.0", - "markdownlint-rule-helpers": "0.22.0", + "markdownlint-rule-helpers": "0.23.0", "npm-run-all": "4.1.5", "strip-json-comments": "5.0.1", "terser-webpack-plugin": "5.3.9",