chore(deps): update dependency markdownlint-cli to v0.23.1

This commit is contained in:
Renovate Bot
2020-05-17 04:20:32 +00:00
committed by renovate[bot]
parent ee07b80d4b
commit 9cfc4f317b
2 changed files with 12 additions and 12 deletions
+11 -11
View File
@@ -15212,18 +15212,18 @@
}
},
"markdownlint": {
"version": "0.20.2",
"resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.20.2.tgz",
"integrity": "sha512-TU/SgsylEzp9oAj9dGGZ6009yJq48GpEAeYIsREje5NuvadzO12qvl4wV21vHIerdPy/aSEyM2e9c+CzWq6Reg==",
"version": "0.20.3",
"resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.20.3.tgz",
"integrity": "sha512-J93s59tGvSFvAPWVUtEgxqPI0CHayTx1Z8poj1/4UJAquHGPIruWRMurkRldiNbgBiaQ4OOt15rHZbFfU6u05A==",
"dev": true,
"requires": {
"markdown-it": "10.0.0"
}
},
"markdownlint-cli": {
"version": "0.23.0",
"resolved": "https://registry.npmjs.org/markdownlint-cli/-/markdownlint-cli-0.23.0.tgz",
"integrity": "sha512-qkr0OB86Q8PTIVUbzninYEhdEsj3h6rELNcyFEo5ejOkMZo55f03NwlWzGMGGWVz/L1GANN/HdidhpjMPv5vUg==",
"version": "0.23.1",
"resolved": "https://registry.npmjs.org/markdownlint-cli/-/markdownlint-cli-0.23.1.tgz",
"integrity": "sha512-UARWuPILksAcVLTosUv1F1tLognNYQ/qjLRIgWwQAYqdl3QQrTPurU/X9Z2jrdAJYlOim868QsufxjYJpH0K7Q==",
"dev": true,
"requires": {
"commander": "~2.9.0",
@@ -15235,8 +15235,8 @@
"jsonc-parser": "~2.2.0",
"lodash.differencewith": "~4.5.0",
"lodash.flatten": "~4.4.0",
"markdownlint": "~0.20.2",
"markdownlint-rule-helpers": "~0.9.0",
"markdownlint": "~0.20.3",
"markdownlint-rule-helpers": "~0.10.0",
"minimatch": "~3.0.4",
"minimist": "~1.2.5",
"rc": "~1.2.7"
@@ -15266,9 +15266,9 @@
}
},
"markdownlint-rule-helpers": {
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.9.0.tgz",
"integrity": "sha512-ySKvg7tlOAxLzGZyu3J3pKGGNHAQgQNcZOMFRd2b5MrhA00j40XYL1mtAI34NzCbVfvhnPPynh5AsJoL+uRHcw==",
"version": "0.10.0",
"resolved": "https://registry.npmjs.org/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.10.0.tgz",
"integrity": "sha512-0e8VUTjNdQwS7hTyNan9oOLsy4a7KEsXo3fxKMDRFRk6Jn+pLB3iKZ3mj/m6ECrlOUCxPYYmgOmmyk3bSdbIvw==",
"dev": true
},
"md5.js": {
+1 -1
View File
@@ -87,7 +87,7 @@
"jest-canvas-mock": "2.2.0",
"jest-date-mock": "1.0.8",
"jest-puppeteer": "4.4.0",
"markdownlint-cli": "0.23.0",
"markdownlint-cli": "0.23.1",
"node-sass": "4.14.1",
"prettier": "2.0.5",
"puppeteer": "3.0.4",