Skip to content

Commit b1ed210

Browse files
chore: bump markdownlint from 0.23.1 to 0.24.0 (coder#550)
Bumps [markdownlint](https://github.com/DavidAnson/markdownlint) from 0.23.1 to 0.24.0. - [Release notes](https://github.com/DavidAnson/markdownlint/releases) - [Commits](DavidAnson/markdownlint@v0.23.1...v0.24.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 8088e60 commit b1ed210

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.23.1"
45+
"markdownlint": "^0.24.0"
4646
}
4747
}

yarn.lock

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,6 +712,17 @@ markdown-it@12.0.4:
712712
mdurl "^1.0.1"
713713
uc.micro "^1.0.5"
714714

715+
markdown-it@12.2.0:
716+
version "12.2.0"
717+
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-12.2.0.tgz#091f720fd5db206f80de7a8d1f1a7035fd0d38db"
718+
integrity sha512-Wjws+uCrVQRqOoJvze4HCqkKl1AsSh95iFAeQDwnyfxM09divCBSXlDR1uTvyUP3Grzpn4Ru8GeCxYPM8vkCQg==
719+
dependencies:
720+
argparse "^2.0.1"
721+
entities "~2.1.0"
722+
linkify-it "^3.0.1"
723+
mdurl "^1.0.1"
724+
uc.micro "^1.0.5"
725+
715726
markdownlint-cli@^0.28.1:
716727
version "0.28.1"
717728
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.28.1.tgz#76f1d8d50f81dce524826c93bf0f95af9cbe9397"
@@ -737,7 +748,14 @@ markdownlint-rule-helpers@~0.14.0:
737748
resolved "https://registry.yarnpkg.com/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.14.0.tgz#4d0e1ae320e85559d8cbed1490934855791627bb"
738749
integrity sha512-vRTPqSU4JK8vVXmjICHSBhwXUvbfh/VJo+j7hvxqe15tLJyomv3FLgFdFgb8kpj0Fe8SsJa/TZUAXv7/sN+N7A==
739750

740-
markdownlint@^0.23.1, markdownlint@~0.23.1:
751+
markdownlint@^0.24.0:
752+
version "0.24.0"
753+
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.24.0.tgz#224b53f671367a237d40c8be1745c7be9a322671"
754+
integrity sha512-OJIGsGFV/rC9irI5E1FMy6v9hdACSwaa+EN3224Y5KG8zj2EYzdHOw0pOJovIYmjNfEZ9BtxUY4P7uYHTSNnbQ==
755+
dependencies:
756+
markdown-it "12.2.0"
757+
758+
markdownlint@~0.23.1:
741759
version "0.23.1"
742760
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.23.1.tgz#98292b5d340d01e9c113f3d7fb3b2ccf89628dc2"
743761
integrity sha512-iOEwhDfNmq2IJlaA8mzEkHYUi/Hwoa6Ss+HO5jkwUR6wQ4quFr0WzSx+Z9rsWZKUaPbyirIdL1zGmJRkWawr4Q==

0 commit comments

Comments
 (0)