From 591743b5215babc71e0649410ebe7ba32a30fdc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Dec 2021 12:24:24 +0000 Subject: [PATCH] chore: bump markdownlint from 0.24.0 to 0.25.0 Bumps [markdownlint](https://github.com/DavidAnson/markdownlint) from 0.24.0 to 0.25.0. - [Release notes](https://github.com/DavidAnson/markdownlint/releases) - [Commits](https://github.com/DavidAnson/markdownlint/compare/v0.24.0...v0.25.0) --- updated-dependencies: - dependency-name: markdownlint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 20 +++++++++++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index aa6d7fc58..b1012c7d9 100644 --- a/package.json +++ b/package.json @@ -42,6 +42,6 @@ ] }, "dependencies": { - "markdownlint": "^0.24.0" + "markdownlint": "^0.25.0" } } diff --git a/yarn.lock b/yarn.lock index 51c0eda66..a78fb5477 100644 --- a/yarn.lock +++ b/yarn.lock @@ -593,6 +593,17 @@ markdown-it@12.2.0: mdurl "^1.0.1" uc.micro "^1.0.5" +markdown-it@12.3.0: + version "12.3.0" + resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-12.3.0.tgz#11490c61b412b8f41530319c005ecdcd4367171f" + integrity sha512-T345UZZ6ejQWTjG6PSEHplzNy5m4kF6zvUpHVDv8Snl/pEU0OxIK0jGg8YLVNwJvT8E0YJC7/2UvssJDk/wQCQ== + dependencies: + argparse "^2.0.1" + entities "~2.1.0" + linkify-it "^3.0.1" + mdurl "^1.0.1" + uc.micro "^1.0.5" + markdownlint-cli@^0.30.0: version "0.30.0" resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.30.0.tgz#4ec0ab85a491eb161182e5c26eff308bf90f18f3" @@ -618,7 +629,14 @@ markdownlint-rule-helpers@~0.15.0: resolved "https://registry.yarnpkg.com/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.15.0.tgz#11434c573649b9235ae70b967314f5711f7d8fa8" integrity sha512-A+9mswc3m/kkqpJCqntmte/1VKhDJ+tjZsERLz5L4h/Qr7ht2/BkGkgY5E7/wsxIhcpl+ctIfz+oS3PQrMOB2w== -markdownlint@^0.24.0, markdownlint@~0.24.0: +markdownlint@^0.25.0: + version "0.25.0" + resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.25.0.tgz#a0f66c676f3360e76396dfb1c8a8b552dde619dc" + integrity sha512-HtmitJLnzMyPbxy0tkEkzM6GP8it9tshI2XC+eUB+ZcdtWx5sokakQGEGOPVhra2CB/qRRuFEJ9Xl+X/BaB9QQ== + dependencies: + markdown-it "12.3.0" + +markdownlint@~0.24.0: version "0.24.0" resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.24.0.tgz#224b53f671367a237d40c8be1745c7be9a322671" integrity sha512-OJIGsGFV/rC9irI5E1FMy6v9hdACSwaa+EN3224Y5KG8zj2EYzdHOw0pOJovIYmjNfEZ9BtxUY4P7uYHTSNnbQ==