chore(deps): update dependency remark-lint-alphabetize-lists to v3 (#68)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2020-06-05 15:14:54 -04:00
committed by GitHub
parent 7cee2e2e5a
commit 62de68b5ed
2 changed files with 16 additions and 5 deletions

19
package-lock.json generated
View File

@ -3038,14 +3038,25 @@
}
},
"remark-lint-alphabetize-lists": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/remark-lint-alphabetize-lists/-/remark-lint-alphabetize-lists-2.0.1.tgz",
"integrity": "sha512-0wK2Zb6uJgSogCRC+5BaaiPMUX2bcMI/WjIf67XXxaWJqG4WUlAXEnuxEhMVPw2T+iRIHyvCNBYBHyRLL25mMA==",
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/remark-lint-alphabetize-lists/-/remark-lint-alphabetize-lists-3.0.0.tgz",
"integrity": "sha512-iHR2thGCnkDFBsgAp1Fv9EMOLJk9rMzCMtob55Gy/Hsn9XREp3YwllvZ/t9Gp9RmV+mzS5OqaPJFL52z7xq48Q==",
"dev": true,
"requires": {
"mdast-util-to-string": "^1.0.0",
"unified-lint-rule": "^1.0.0",
"unified-lint-rule": "^1.0.5",
"unist-util-visit": "^1.0.0"
},
"dependencies": {
"unified-lint-rule": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/unified-lint-rule/-/unified-lint-rule-1.0.5.tgz",
"integrity": "sha512-jOPr/fx8lTzqszEfh46p99jUMqgPlIZ8rNKllEepumISvgfj9lUq1c7BSpVihr0L1df3lkjVHAThRPS7dIyjYg==",
"dev": true,
"requires": {
"wrapped": "^1.0.1"
}
}
}
},
"remark-lint-are-links-valid": {