Skip to content

Commit b4b2cf9

Browse files
chore: bump markdownlint from 0.28.2 to 0.31.0
Bumps [markdownlint](https://github.com/DavidAnson/markdownlint) from 0.28.2 to 0.31.0. - [Changelog](https://github.com/DavidAnson/markdownlint/blob/main/CHANGELOG.md) - [Commits](DavidAnson/markdownlint@v0.28.2...v0.31.0) --- updated-dependencies: - dependency-name: markdownlint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7a8dfef commit b4b2cf9

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
]
4848
},
4949
"dependencies": {
50-
"markdownlint": "^0.28.1"
50+
"markdownlint": "^0.31.0"
5151
}
5252
}

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -616,18 +616,18 @@ markdownlint-cli@^0.33.0:
616616
minimatch "~5.1.2"
617617
run-con "~1.2.11"
618618

619-
620-
version "0.1.2"
621-
resolved "https://registry.yarnpkg.com/markdownlint-micromark/-/markdownlint-micromark-0.1.2.tgz#5520e04febffa46741875a2f297509ffdb561f5c"
622-
integrity sha512-jRxlQg8KpOfM2IbCL9RXM8ZiYWz2rv6DlZAnGv8ASJQpUh6byTBnEsbuMZ6T2/uIgntyf7SKg/mEaEBo1164fQ==
619+
620+
version "0.1.7"
621+
resolved "https://registry.yarnpkg.com/markdownlint-micromark/-/markdownlint-micromark-0.1.7.tgz#c465091b30d61a56027ccbfb981c80c96448c165"
622+
integrity sha512-BbRPTC72fl5vlSKv37v/xIENSRDYL/7X/XoFzZ740FGEbs9vZerLrIkFRY0rv7slQKxDczToYuMmqQFN61fi4Q==
623623

624-
markdownlint@^0.28.1:
625-
version "0.28.2"
626-
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.28.2.tgz#ea31586a02fe3a06403ecafbbe22d77e363c8ed5"
627-
integrity sha512-yYaQXoKKPV1zgrFsyAuZPEQoe+JrY9GDag9ObKpk09twx4OCU5lut+0/kZPrQ3W7w82SmgKhd7D8m34aG1unVw==
624+
markdownlint@^0.31.0:
625+
version "0.31.0"
626+
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.31.0.tgz#7beba2e5d944d4334523e73c8aca13bdcc788fde"
627+
integrity sha512-e+jZGRGZrz1s0T4wiPDFtyQafq7sKgdbf2sdL46gRT8zLEvDDihQmGeSCV6VXp9BsfkuZ0dPTAg9hf4j6NFgjg==
628628
dependencies:
629629
markdown-it "13.0.1"
630-
markdownlint-micromark "0.1.2"
630+
markdownlint-micromark "0.1.7"
631631

632632
markdownlint@~0.27.0:
633633
version "0.27.0"

0 commit comments

Comments
 (0)