From 26ac53986f30d45ef9c23c71d60107ff59fe34ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Sep 2023 23:30:51 +0000 Subject: [PATCH] Bump markdownlint from 0.31.0 to 0.31.1 Bumps [markdownlint](https://github.com/DavidAnson/markdownlint) from 0.31.0 to 0.31.1. - [Changelog](https://github.com/DavidAnson/markdownlint/blob/main/CHANGELOG.md) - [Commits](https://github.com/DavidAnson/markdownlint/compare/v0.31.0...v0.31.1) --- updated-dependencies: - dependency-name: markdownlint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3b56ac2db..cd5f0d2bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "ignore": "~5.2.4", "js-yaml": "^4.1.0", "jsonc-parser": "~3.2.0", - "markdownlint": "~0.31.0", + "markdownlint": "~0.31.1", "minimatch": "~9.0.3", "run-con": "~1.3.2" }, @@ -4621,9 +4621,9 @@ } }, "node_modules/markdownlint": { - "version": "0.31.0", - "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.31.0.tgz", - "integrity": "sha512-e+jZGRGZrz1s0T4wiPDFtyQafq7sKgdbf2sdL46gRT8zLEvDDihQmGeSCV6VXp9BsfkuZ0dPTAg9hf4j6NFgjg==", + "version": "0.31.1", + "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.31.1.tgz", + "integrity": "sha512-CKMR2hgcIBrYlIUccDCOvi966PZ0kJExDrUi1R+oF9PvqQmCrTqjOsgIvf2403OmJ+CWomuzDoylr6KbuMyvHA==", "dependencies": { "markdown-it": "13.0.1", "markdownlint-micromark": "0.1.7" @@ -10654,9 +10654,9 @@ } }, "markdownlint": { - "version": "0.31.0", - "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.31.0.tgz", - "integrity": "sha512-e+jZGRGZrz1s0T4wiPDFtyQafq7sKgdbf2sdL46gRT8zLEvDDihQmGeSCV6VXp9BsfkuZ0dPTAg9hf4j6NFgjg==", + "version": "0.31.1", + "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.31.1.tgz", + "integrity": "sha512-CKMR2hgcIBrYlIUccDCOvi966PZ0kJExDrUi1R+oF9PvqQmCrTqjOsgIvf2403OmJ+CWomuzDoylr6KbuMyvHA==", "requires": { "markdown-it": "13.0.1", "markdownlint-micromark": "0.1.7" diff --git a/package.json b/package.json index 49991189a..bd73be3c3 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "ignore": "~5.2.4", "js-yaml": "^4.1.0", "jsonc-parser": "~3.2.0", - "markdownlint": "~0.31.0", + "markdownlint": "~0.31.1", "minimatch": "~9.0.3", "run-con": "~1.3.2" },