From 7798bd581f5626774346f7a08441fb1d9e82566d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Jul 2022 12:59:41 -0700 Subject: [PATCH] Bump markdownlint from 0.26.0 to 0.26.1 (#310) Bumps [markdownlint](https://github.com/DavidAnson/markdownlint) from 0.26.0 to 0.26.1. - [Release notes](https://github.com/DavidAnson/markdownlint/releases) - [Commits](https://github.com/DavidAnson/markdownlint/compare/v0.26.0...v0.26.1) --- updated-dependencies: - dependency-name: markdownlint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 9cdc5dd0c..eb29b9f56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "ignore": "~5.2.0", "js-yaml": "^4.1.0", "jsonc-parser": "~3.1.0", - "markdownlint": "~0.26.0", + "markdownlint": "~0.26.1", "markdownlint-rule-helpers": "~0.17.0", "minimatch": "~5.1.0", "run-con": "~1.2.11" @@ -3977,9 +3977,9 @@ } }, "node_modules/markdownlint": { - "version": "0.26.0", - "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.26.0.tgz", - "integrity": "sha512-I7nfRVwKVs/AJi4BlBkUCNj/S4HJjZSSM1wbzdy7vZerFkSGpbs7wX9Rk8rvopvZjTTKFPQWItqdbl2Hh6YXQQ==", + "version": "0.26.1", + "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.26.1.tgz", + "integrity": "sha512-8sLz1ktz5s4E0IDum2H9aiWLQU7RA5Eket9HUW5IRwfFnW2RD2ZyqYePW+z71tMc7lrFZc1+yPmlN9lirbJnlg==", "dependencies": { "markdown-it": "13.0.1" }, @@ -10162,9 +10162,9 @@ } }, "markdownlint": { - "version": "0.26.0", - "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.26.0.tgz", - "integrity": "sha512-I7nfRVwKVs/AJi4BlBkUCNj/S4HJjZSSM1wbzdy7vZerFkSGpbs7wX9Rk8rvopvZjTTKFPQWItqdbl2Hh6YXQQ==", + "version": "0.26.1", + "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.26.1.tgz", + "integrity": "sha512-8sLz1ktz5s4E0IDum2H9aiWLQU7RA5Eket9HUW5IRwfFnW2RD2ZyqYePW+z71tMc7lrFZc1+yPmlN9lirbJnlg==", "requires": { "markdown-it": "13.0.1" } diff --git a/package.json b/package.json index 46d52f86a..c4e26fb25 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "ignore": "~5.2.0", "js-yaml": "^4.1.0", "jsonc-parser": "~3.1.0", - "markdownlint": "~0.26.0", + "markdownlint": "~0.26.1", "markdownlint-rule-helpers": "~0.17.0", "minimatch": "~5.1.0", "run-con": "~1.2.11"