From 5870eb20f0c0b4f9effea447af1b3dae9b17e1c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Dec 2022 02:05:19 +0000 Subject: [PATCH] Bump markdownlint-rule-helpers from 0.17.2 to 0.18.0 Bumps [markdownlint-rule-helpers](https://github.com/DavidAnson/markdownlint) from 0.17.2 to 0.18.0. - [Release notes](https://github.com/DavidAnson/markdownlint/releases) - [Changelog](https://github.com/DavidAnson/markdownlint/blob/main/doc/ReleaseProcess.md) - [Commits](https://github.com/DavidAnson/markdownlint/compare/v0.17.2...v0.18.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 65df79e0..2c3c534d 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "markdown-it-sub": "1.0.0", "markdown-it-sup": "1.0.0", "markdown-it-texmath": "1.0.0", - "markdownlint-rule-helpers": "0.17.2", + "markdownlint-rule-helpers": "0.18.0", "npm-run-all": "4.1.5", "strip-json-comments": "5.0.0", "terser-webpack-plugin": "5.3.6",