Skip to content

Commit dfadf6c

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.44.0 to 0.45.0 - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](igorshubovych/markdownlint-cli@v0.44.0...v0.45.0) --- updated-dependencies: - dependency-name: markdownlint-cli dependency-version: 0.45.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 11ed2a3 commit dfadf6c

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.38.0",
4-
"markdownlint-cli": "^0.44.0"
4+
"markdownlint-cli": "^0.45.0"
55
},
66
"scripts": {
77
"lint:md": "command -v markdownlint >/dev/null && markdownlint --config .markdownlint.yaml --"

0 commit comments

Comments
 (0)