From f402c48af9c206aea7544b9b7b831637c76b64ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 21:00:47 +0300 Subject: [PATCH] Bump markdownlint from 0.37.1 to 0.37.2 (#194890) Bumps [markdownlint](https://github.com/DavidAnson/markdownlint) from 0.37.1 to 0.37.2. - [Changelog](https://github.com/DavidAnson/markdownlint/blob/main/CHANGELOG.md) - [Commits](https://github.com/DavidAnson/markdownlint/compare/v0.37.1...v0.37.2) --- updated-dependencies: - dependency-name: markdownlint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7f5168bca93..bdbe8247823 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@adguard/aglint": "2.1.2", "husky": "^9.1.7", "lint-staged": "^15.2.11", - "markdownlint": "^0.37.1", + "markdownlint": "^0.37.2", "markdownlint-cli": "^0.43.0" } } diff --git a/yarn.lock b/yarn.lock index 20ca323bac4..e63cf92db0f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -747,10 +747,10 @@ markdownlint-micromark@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@^0.37.1: - version "0.37.1" - resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.37.1.tgz#e58632689682d8e73977201499d55cb158d581b9" - integrity sha512-Q7JexBa4ZB1rXJ2HGJF/fYUMeo4oBe5Zn1ZTlbwJ7BFC9V8lOZQoB3acBWW1f4FXmrlrwRYLLpWRfLCZXLo7kw== +markdownlint@^0.37.2: + version "0.37.2" + resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.37.2.tgz#72461a7abfef2e01ae7f3b596cdc083a25856571" + integrity sha512-m8QhYnRA1ptbhIjhVVBUkKQcUelVxuyO/yXyLewnc1+xs4eXhST/+hIy29goO+EYVLmWtknH4SmYQ4s0caoKqw== dependencies: markdown-it "14.1.0" micromark "4.0.1"