From c1e028028fe49f37e957a092f5b985f275ff00cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Aug 2022 19:22:29 -0700 Subject: [PATCH] Bump markdownlint-rule-helpers from 0.16.0 to 0.17.2 (#553) Bumps [markdownlint-rule-helpers](https://github.com/DavidAnson/markdownlint) from 0.16.0 to 0.17.2. - [Release notes](https://github.com/DavidAnson/markdownlint/releases) - [Commits](https://github.com/DavidAnson/markdownlint/compare/v0.16.0...v0.17.2) --- updated-dependencies: - dependency-name: markdownlint-rule-helpers dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3b7c183b..a9051104 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "markdown-it-sup": "1.0.0", "markdown-it-texmath": "1.0.0", "markdownlint-rule-github-internal-links": "0.1.0", - "markdownlint-rule-helpers": "0.16.0", + "markdownlint-rule-helpers": "0.17.2", "npm-run-all": "4.1.5", "strip-json-comments": "4.0.0", "toml": "3.0.0",