From 7fc88a0b752d034886750c76c4557685092d9df3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 03:00:59 +0000 Subject: [PATCH] Bump markdownlint-rule-helpers from 0.19.0 to 0.20.0 Bumps [markdownlint-rule-helpers](https://github.com/DavidAnson/markdownlint) from 0.19.0 to 0.20.0. - [Changelog](https://github.com/DavidAnson/markdownlint/blob/main/CHANGELOG.md) - [Commits](https://github.com/DavidAnson/markdownlint/compare/v0.19.0...v0.20.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 da02aab8..edc30e39 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "markdown-it-sub": "1.0.0", "markdown-it-sup": "1.0.0", "markdown-it-texmath": "1.0.0", - "markdownlint-rule-helpers": "0.19.0", + "markdownlint-rule-helpers": "0.20.0", "npm-run-all": "4.1.5", "strip-json-comments": "5.0.0", "terser-webpack-plugin": "5.3.9",