Skip to content

Commit 9c94ac0

Browse files
chore: bump markdownlint from 0.24.0 to 0.25.0 (coder#774)
Bumps [markdownlint](https://github.com/DavidAnson/markdownlint) from 0.24.0 to 0.25.0. - [Release notes](https://github.com/DavidAnson/markdownlint/releases) - [Commits](DavidAnson/markdownlint@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 13aa384 commit 9c94ac0

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
]
4343
},
4444
"dependencies": {
45-
"markdownlint": "^0.24.0"
45+
"markdownlint": "^0.25.0"
4646
}
4747
}

yarn.lock

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,17 @@ markdown-it@12.2.0:
593593
mdurl "^1.0.1"
594594
uc.micro "^1.0.5"
595595

596+
markdown-it@12.3.0:
597+
version "12.3.0"
598+
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-12.3.0.tgz#11490c61b412b8f41530319c005ecdcd4367171f"
599+
integrity sha512-T345UZZ6ejQWTjG6PSEHplzNy5m4kF6zvUpHVDv8Snl/pEU0OxIK0jGg8YLVNwJvT8E0YJC7/2UvssJDk/wQCQ==
600+
dependencies:
601+
argparse "^2.0.1"
602+
entities "~2.1.0"
603+
linkify-it "^3.0.1"
604+
mdurl "^1.0.1"
605+
uc.micro "^1.0.5"
606+
596607
markdownlint-cli@^0.30.0:
597608
version "0.30.0"
598609
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.30.0.tgz#4ec0ab85a491eb161182e5c26eff308bf90f18f3"
@@ -618,7 +629,14 @@ markdownlint-rule-helpers@~0.15.0:
618629
resolved "https://registry.yarnpkg.com/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.15.0.tgz#11434c573649b9235ae70b967314f5711f7d8fa8"
619630
integrity sha512-A+9mswc3m/kkqpJCqntmte/1VKhDJ+tjZsERLz5L4h/Qr7ht2/BkGkgY5E7/wsxIhcpl+ctIfz+oS3PQrMOB2w==
620631

621-
markdownlint@^0.24.0, markdownlint@~0.24.0:
632+
markdownlint@^0.25.0:
633+
version "0.25.0"
634+
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.25.0.tgz#a0f66c676f3360e76396dfb1c8a8b552dde619dc"
635+
integrity sha512-HtmitJLnzMyPbxy0tkEkzM6GP8it9tshI2XC+eUB+ZcdtWx5sokakQGEGOPVhra2CB/qRRuFEJ9Xl+X/BaB9QQ==
636+
dependencies:
637+
markdown-it "12.3.0"
638+
639+
markdownlint@~0.24.0:
622640
version "0.24.0"
623641
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.24.0.tgz#224b53f671367a237d40c8be1745c7be9a322671"
624642
integrity sha512-OJIGsGFV/rC9irI5E1FMy6v9hdACSwaa+EN3224Y5KG8zj2EYzdHOw0pOJovIYmjNfEZ9BtxUY4P7uYHTSNnbQ==

0 commit comments

Comments
 (0)