From ea39b99845f936214ac02bbf26f9acd9e7620816 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 07:21:07 +0000 Subject: [PATCH] Bump markdownlint from 0.35.0 to 0.36.1 Bumps [markdownlint](https://github.com/DavidAnson/markdownlint) from 0.35.0 to 0.36.1. - [Changelog](https://github.com/DavidAnson/markdownlint/blob/main/CHANGELOG.md) - [Commits](https://github.com/DavidAnson/markdownlint/compare/v0.35.0...v0.36.1) --- updated-dependencies: - dependency-name: markdownlint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 77b16d482bc828..9a6067aa41cacb 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@adguard/aglint": "2.1.1", "husky": "^9.1.6", "lint-staged": "^15.2.10", - "markdownlint": "^0.35.0", + "markdownlint": "^0.36.1", "markdownlint-cli": "^0.41.0" } } diff --git a/yarn.lock b/yarn.lock index bb2e17def0c5e8..6cb52faebfda59 100644 --- a/yarn.lock +++ b/yarn.lock @@ -658,23 +658,23 @@ markdownlint-cli@^0.41.0: run-con "~1.3.2" smol-toml "~1.2.0" -markdownlint-micromark@0.1.10: - version "0.1.10" - resolved "https://registry.yarnpkg.com/markdownlint-micromark/-/markdownlint-micromark-0.1.10.tgz#a77a1a70adad9eac18ff412baf36a0c2189875d7" - integrity sha512-no5ZfdqAdWGxftCLlySHSgddEjyW4kui4z7amQcGsSKfYC5v/ou+8mIQVyg9KQMeEZLNtz9OPDTj7nnTnoR4FQ== +markdownlint-micromark@0.1.12: + version "0.1.12" + resolved "https://registry.yarnpkg.com/markdownlint-micromark/-/markdownlint-micromark-0.1.12.tgz#8fc055f4588039654e5af75f1b9fc492da64c76a" + integrity sha512-RlB6EwMGgc0sxcIhOQ2+aq7Zw1V2fBnzbXKGgYK/mVWdT7cz34fteKSwfYeo4rL6+L/q2tyC9QtD/PgZbkdyJQ== markdownlint-micromark@0.1.9: version "0.1.9" resolved "https://registry.yarnpkg.com/markdownlint-micromark/-/markdownlint-micromark-0.1.9.tgz#4876996b60d4dceb3a02f4eee2d3a366eb9569fa" integrity sha512-5hVs/DzAFa8XqYosbEAEg6ok6MF2smDj89ztn9pKkCtdKHVdPQuGMH7frFfYL9mLkvfFe4pTyAMffLbjf3/EyA== -markdownlint@^0.35.0: - version "0.35.0" - resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.35.0.tgz#8189347fef3550045de78a96c52a7f45c2a4f91e" - integrity sha512-wgp8yesWjFBL7bycA3hxwHRdsZGJhjhyP1dSxKVKrza0EPFYtn+mHtkVy6dvP1kGSjovyG5B8yNP6Frj0UFUJg== +markdownlint@^0.36.1: + version "0.36.1" + resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.36.1.tgz#86491d35ad6eda89e1290404850a574da3e64490" + integrity sha512-s73fU2CQN7WCgjhaQUQ8wYESQNzGRNOKDd+3xgVqu8kuTEhmwepd/mxOv1LR2oV046ONrTLBFsM7IoKWNvmy5g== dependencies: markdown-it "14.1.0" - markdownlint-micromark "0.1.10" + markdownlint-micromark "0.1.12" markdownlint@~0.34.0: version "0.34.0"