From 6e0cea854b7fff2dd5507a9592a31428e2239b14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 18:57:17 +0000 Subject: [PATCH] Bump markdownlint-rule-helpers from 0.16.0 to 0.17.0 Bumps [markdownlint-rule-helpers](https://github.com/DavidAnson/markdownlint) from 0.16.0 to 0.17.0. - [Release notes](https://github.com/DavidAnson/markdownlint/releases) - [Commits](https://github.com/DavidAnson/markdownlint/compare/v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: markdownlint-rule-helpers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 ++++++++++------- package.json | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 561b1d25..101736a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "js-yaml": "^4.1.0", "jsonc-parser": "~3.0.0", "markdownlint": "~0.26.0", - "markdownlint-rule-helpers": "~0.16.0", + "markdownlint-rule-helpers": "~0.17.0", "minimatch": "~5.1.0", "run-con": "~1.2.10" }, @@ -3924,9 +3924,12 @@ } }, "node_modules/markdownlint-rule-helpers": { - "version": "0.16.0", - "resolved": "https://registry.npmjs.org/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.16.0.tgz", - "integrity": "sha512-oEacRUVeTJ5D5hW1UYd2qExYI0oELdYK72k1TKGvIeYJIbqQWAz476NAc7LNixSySUhcNl++d02DvX0ccDk9/w==" + "version": "0.17.0", + "resolved": "https://registry.npmjs.org/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.17.0.tgz", + "integrity": "sha512-9rCC9hEKHic9h1jEYbRWsvxh+ldPPDX2Rdh6Fq1q3Tkt619HDkAk1yv1CMVMncuMHAxX9oMhhjpscITTHyjVoQ==", + "engines": { + "node": ">=12" + } }, "node_modules/matcher": { "version": "5.0.0", @@ -10065,9 +10068,9 @@ } }, "markdownlint-rule-helpers": { - "version": "0.16.0", - "resolved": "https://registry.npmjs.org/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.16.0.tgz", - "integrity": "sha512-oEacRUVeTJ5D5hW1UYd2qExYI0oELdYK72k1TKGvIeYJIbqQWAz476NAc7LNixSySUhcNl++d02DvX0ccDk9/w==" + "version": "0.17.0", + "resolved": "https://registry.npmjs.org/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.17.0.tgz", + "integrity": "sha512-9rCC9hEKHic9h1jEYbRWsvxh+ldPPDX2Rdh6Fq1q3Tkt619HDkAk1yv1CMVMncuMHAxX9oMhhjpscITTHyjVoQ==" }, "matcher": { "version": "5.0.0", diff --git a/package.json b/package.json index 4cdb2bd9..d607c92d 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "js-yaml": "^4.1.0", "jsonc-parser": "~3.0.0", "markdownlint": "~0.26.0", - "markdownlint-rule-helpers": "~0.16.0", + "markdownlint-rule-helpers": "~0.17.0", "minimatch": "~5.1.0", "run-con": "~1.2.10" },