fix(deps): update dependency markdownlint-cli to v0.35.0 (#45)

This commit is contained in:
renovate[bot]
2023-06-21 13:36:22 +03:00
committed by GitHub
parent dc93d70ec6
commit e7f5fc5ce0
2 changed files with 2 additions and 2 deletions

View File

@@ -66,7 +66,7 @@
"eslint-plugin-unicorn": "^47.0.0", "eslint-plugin-unicorn": "^47.0.0",
"lerna": "^6.1.0", "lerna": "^6.1.0",
"lerna-update-wizard": "^1.1.2", "lerna-update-wizard": "^1.1.2",
"markdownlint-cli": "^0.34.0", "markdownlint-cli": "^0.35.0",
"prettier": "^2.8.0", "prettier": "^2.8.0",
"simple-git-hooks": "^2.8.1" "simple-git-hooks": "^2.8.1"
} }

View File

@@ -38,7 +38,7 @@
"postinstall": "node scripts/postinstall.js" "postinstall": "node scripts/postinstall.js"
}, },
"dependencies": { "dependencies": {
"markdownlint-cli": "0.34.0" "markdownlint-cli": "0.35.0"
}, },
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230" "gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
} }