Skip to content

Commit 76a21a8

Browse files
[HOTFIX] (deps-dev): Bump markdownlint-cli
Bumps the development-dependencies group with 1 update: [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli). Updates `markdownlint-cli` from 0.43.0 to 0.44.0 - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](igorshubovych/markdownlint-cli@v0.43.0...v0.44.0) --- updated-dependencies: - dependency-name: markdownlint-cli dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6266388 commit 76a21a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"devDependencies": {
33
"markdownlint": "^0.37.0",
4-
"markdownlint-cli": "^0.43.0"
4+
"markdownlint-cli": "^0.44.0"
55
},
66
"scripts": {
77
"lint:md": "command -v markdownlint >/dev/null && markdownlint --config .markdownlint.yaml --"

0 commit comments

Comments
 (0)