Upgrade markdown lint to latest

This commit is contained in:
rejas 2019-06-05 10:26:20 +02:00
parent 835668d96d
commit 84893b1664
2 changed files with 33 additions and 35 deletions

66
package-lock.json generated
View File

@ -3112,36 +3112,12 @@
}
},
"grunt-markdownlint": {
"version": "1.0.43",
"resolved": "https://registry.npmjs.org/grunt-markdownlint/-/grunt-markdownlint-1.0.43.tgz",
"integrity": "sha1-r807urWlopO/AFABCn+p/eo47KY=",
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/grunt-markdownlint/-/grunt-markdownlint-2.4.1.tgz",
"integrity": "sha512-OdPWTjD2obJEZM8LfQ7GXhLiIPlQzy0kytK/fWs6UyZesueY77RfsRAF79i0TEjndwNDbpsJKS45aruntPy30A==",
"dev": true,
"requires": {
"markdownlint": "^0.6.1"
},
"dependencies": {
"markdown-it": {
"version": "8.3.2",
"resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-8.3.2.tgz",
"integrity": "sha512-4J92IhJq1kGoyXddwzzfjr9cEKGexBfFsZooKYMhMLLlWa4+dlSPDUUP7y+xQOCebIj61aLmKlowg//YcdPP1w==",
"dev": true,
"requires": {
"argparse": "^1.0.7",
"entities": "~1.1.1",
"linkify-it": "^2.0.0",
"mdurl": "^1.0.1",
"uc.micro": "^1.0.3"
}
},
"markdownlint": {
"version": "0.6.4",
"resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.6.4.tgz",
"integrity": "sha512-gcojwPjnWIE6qJh16veEN2k62rkJdXEznAaupbNiBpwHlMqFqh5SMA5/YPJO6/uEpwn2NJjSYkYk2OcIWvgkeQ==",
"dev": true,
"requires": {
"markdown-it": "8.3.2"
}
}
"markdownlint": "^0.14.0"
}
},
"grunt-stylelint": {
@ -4261,9 +4237,9 @@
}
},
"linkify-it": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-2.0.3.tgz",
"integrity": "sha1-2UpGSPmxwXnWT6lykSaL22zpQ08=",
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-2.1.0.tgz",
"integrity": "sha512-4REs8/062kV2DSHxNfq5183zrqXMl7WP0WzABH9IeJI+NLm429FgE1PDecltYfnOoFDFlZGh2T8PfZn0r+GTRg==",
"dev": true,
"requires": {
"uc.micro": "^1.0.1"
@ -4405,12 +4381,34 @@
"integrity": "sha1-GZTfLTr0gR3lmmcUk0wrIpJzRRg=",
"dev": true
},
"markdown-it": {
"version": "8.4.2",
"resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-8.4.2.tgz",
"integrity": "sha512-GcRz3AWTqSUphY3vsUqQSFMbgR38a4Lh3GWlHRh/7MRwz8mcu9n2IO7HOh+bXHrR9kOPDl5RNCaEsrneb+xhHQ==",
"dev": true,
"requires": {
"argparse": "^1.0.7",
"entities": "~1.1.1",
"linkify-it": "^2.0.0",
"mdurl": "^1.0.1",
"uc.micro": "^1.0.5"
}
},
"markdown-table": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-1.1.1.tgz",
"integrity": "sha1-Sz3ToTPRUYuO8NvHCb8qG0gkvIw=",
"dev": true
},
"markdownlint": {
"version": "0.14.2",
"resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.14.2.tgz",
"integrity": "sha512-Lzw5u46jcIQW0RX8nfz6mOjg3VwoTi7KTubk+G7LgJMybV98h3tyVaMpsNRm3UomBosNOUKVe3XOjJs6WS6DdQ==",
"dev": true,
"requires": {
"markdown-it": "8.4.2"
}
},
"mathml-tag-names": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.0.1.tgz",
@ -7004,9 +7002,9 @@
"integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c="
},
"uc.micro": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.3.tgz",
"integrity": "sha1-ftUNXg+an7ClczeSWfKndFjVAZI=",
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz",
"integrity": "sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==",
"dev": true
},
"ultron": {

View File

@ -41,7 +41,7 @@
"grunt": "latest",
"grunt-eslint": "latest",
"grunt-jsonlint": "latest",
"grunt-markdownlint": "^1.0.43",
"grunt-markdownlint": "latest",
"grunt-stylelint": "latest",
"grunt-yamllint": "latest",
"http-auth": "^3.2.3",