chore(deps-dev): bump markdownlint from 0.15.0 to 0.21.0

Bumps [markdownlint](https://github.com/DavidAnson/markdownlint) from 0.15.0 to 0.21.0.
- [Release notes](https://github.com/DavidAnson/markdownlint/releases)
- [Commits](https://github.com/DavidAnson/markdownlint/compare/v0.15.0...v0.21.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2020-10-09 15:49:46 +00:00
parent 551f0ca6c7
commit aa281780ef
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View File

@ -5686,9 +5686,9 @@
} }
}, },
"entities": { "entities": {
"version": "1.1.2", "version": "2.0.3",
"resolved": "https://registry.npmjs.org/entities/-/entities-1.1.2.tgz", "resolved": "https://registry.npmjs.org/entities/-/entities-2.0.3.tgz",
"integrity": "sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==", "integrity": "sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ==",
"dev": true "dev": true
}, },
"env-paths": { "env-paths": {
@ -9928,9 +9928,9 @@
"dev": true "dev": true
}, },
"linkify-it": { "linkify-it": {
"version": "2.1.0", "version": "3.0.2",
"resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-2.1.0.tgz", "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-3.0.2.tgz",
"integrity": "sha512-4REs8/062kV2DSHxNfq5183zrqXMl7WP0WzABH9IeJI+NLm429FgE1PDecltYfnOoFDFlZGh2T8PfZn0r+GTRg==", "integrity": "sha512-gDBO4aHNZS6coiZCKVhSNh43F9ioIL4JwRjLZPkoLIY4yZFwg264Y5lu2x6rb1Js42Gh6Yqm2f6L2AJcnkzinQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"uc.micro": "^1.0.1" "uc.micro": "^1.0.1"
@ -10471,25 +10471,25 @@
} }
}, },
"markdown-it": { "markdown-it": {
"version": "8.4.2", "version": "11.0.0",
"resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-8.4.2.tgz", "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-11.0.0.tgz",
"integrity": "sha512-GcRz3AWTqSUphY3vsUqQSFMbgR38a4Lh3GWlHRh/7MRwz8mcu9n2IO7HOh+bXHrR9kOPDl5RNCaEsrneb+xhHQ==", "integrity": "sha512-+CvOnmbSubmQFSA9dKz1BRiaSMV7rhexl3sngKqFyXSagoA3fBdJQ8oZWtRy2knXdpDXaBw44euz37DeJQ9asg==",
"dev": true, "dev": true,
"requires": { "requires": {
"argparse": "^1.0.7", "argparse": "^1.0.7",
"entities": "~1.1.1", "entities": "~2.0.0",
"linkify-it": "^2.0.0", "linkify-it": "^3.0.1",
"mdurl": "^1.0.1", "mdurl": "^1.0.1",
"uc.micro": "^1.0.5" "uc.micro": "^1.0.5"
} }
}, },
"markdownlint": { "markdownlint": {
"version": "0.15.0", "version": "0.21.0",
"resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.15.0.tgz", "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.21.0.tgz",
"integrity": "sha512-sNcrSrUgpNbTQX6rPIMd+RI9rAryGTEbDI9VFpcFyijlC5g8gpkma49k5p98yFLdNbdcB3VW69UJ0smxvTVw6g==", "integrity": "sha512-rTxr0fbCFmS65oxXBD0HNy3/+PSukLS+b7Z6rGDWbjdRJp/e2dKj538r3KTn8oXrusx+ZtuYOozV2Knpnn0pkQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"markdown-it": "8.4.2" "markdown-it": "11.0.0"
} }
}, },
"marked": { "marked": {

View File

@ -82,7 +82,7 @@
"lerna": "^3.22.1", "lerna": "^3.22.1",
"lint-staged": "^8.2.1", "lint-staged": "^8.2.1",
"lodash": "^4.17.20", "lodash": "^4.17.20",
"markdownlint": "^0.15.0", "markdownlint": "^0.21.0",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"ora": "^3.4.0", "ora": "^3.4.0",
"prettier": "^1.18.2", "prettier": "^1.18.2",