diff --git a/ui/package-lock.json b/ui/package-lock.json index 199eaa0f8..41ed7c2f0 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -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 } } }, diff --git a/ui/package.json b/ui/package.json index d1655996b..8f43f8c4f 100644 --- a/ui/package.json +++ b/ui/package.json @@ -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"