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

This commit is contained in:
Renovate Bot
2020-01-05 03:56:54 +00:00
committed by renovate[bot]
parent 65af57589d
commit 6cde92d2c1
2 changed files with 11 additions and 4 deletions

13
ui/package-lock.json generated
View File

@@ -12444,15 +12444,16 @@
}
},
"markdownlint-cli": {
"version": "0.20.0",
"resolved": "https://registry.npmjs.org/markdownlint-cli/-/markdownlint-cli-0.20.0.tgz",
"integrity": "sha512-5VCGS+9w/mVMVDHrKOciq+ZXYdFEypyuCvCdNjHdji8itqcryWMr7V2NdpxQ/KeJmMNoRYsdc2R+88lSc+2gpA==",
"version": "0.21.0",
"resolved": "https://registry.npmjs.org/markdownlint-cli/-/markdownlint-cli-0.21.0.tgz",
"integrity": "sha512-gvnczz3W3Wgex851/cIQ/2y8GNhY+EVK8Ael8kRd8hoSQ0ps9xjhtwPwMyJPoiYbAoPxG6vSBFISiysaAbCEZg==",
"dev": true,
"requires": {
"commander": "~2.9.0",
"deep-extend": "~0.5.1",
"get-stdin": "~5.0.1",
"glob": "~7.1.2",
"ignore": "~5.1.4",
"js-yaml": "~3.13.1",
"jsonc-parser": "~2.2.0",
"lodash.differencewith": "~4.5.0",
@@ -12477,6 +12478,12 @@
"resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-5.0.1.tgz",
"integrity": "sha1-Ei4WFZHiH/TFJTAwVpPyDmOTo5g=",
"dev": true
},
"ignore": {
"version": "5.1.4",
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.4.tgz",
"integrity": "sha512-MzbUSahkTW1u7JpKKjY7LCARd1fU5W2rLdxlM4kdkayuCwZImjkpluF9CM1aLewYJguPDqewLam18Y6AU69A8A==",
"dev": true
}
}
},

View File

@@ -86,7 +86,7 @@
"jest-canvas-mock": "2.2.0",
"jest-date-mock": "1.0.7",
"jest-fetch-mock": "3.0.1",
"markdownlint-cli": "0.20.0",
"markdownlint-cli": "0.21.0",
"node-sass": "4.13.0",
"prettier": "1.19.1",
"source-map-explorer": "2.2.1"