diff --git a/package-lock.json b/package-lock.json index 5cf64835..8c00a397 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "lodash.differencewith": "~4.5.0", "lodash.flatten": "~4.4.0", "markdownlint": "~0.23.1", - "markdownlint-rule-helpers": "~0.14.0", + "markdownlint-rule-helpers": "~0.15.0", "minimatch": "~3.0.4", "minimist": "~1.2.5", "run-con": "~1.2.10" @@ -4818,9 +4818,9 @@ } }, "node_modules/markdownlint-rule-helpers": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.14.0.tgz", - "integrity": "sha512-vRTPqSU4JK8vVXmjICHSBhwXUvbfh/VJo+j7hvxqe15tLJyomv3FLgFdFgb8kpj0Fe8SsJa/TZUAXv7/sN+N7A==" + "version": "0.15.0", + "resolved": "https://registry.npmjs.org/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.15.0.tgz", + "integrity": "sha512-A+9mswc3m/kkqpJCqntmte/1VKhDJ+tjZsERLz5L4h/Qr7ht2/BkGkgY5E7/wsxIhcpl+ctIfz+oS3PQrMOB2w==" }, "node_modules/matcher": { "version": "3.0.0", @@ -11147,9 +11147,9 @@ } }, "markdownlint-rule-helpers": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.14.0.tgz", - "integrity": "sha512-vRTPqSU4JK8vVXmjICHSBhwXUvbfh/VJo+j7hvxqe15tLJyomv3FLgFdFgb8kpj0Fe8SsJa/TZUAXv7/sN+N7A==" + "version": "0.15.0", + "resolved": "https://registry.npmjs.org/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.15.0.tgz", + "integrity": "sha512-A+9mswc3m/kkqpJCqntmte/1VKhDJ+tjZsERLz5L4h/Qr7ht2/BkGkgY5E7/wsxIhcpl+ctIfz+oS3PQrMOB2w==" }, "matcher": { "version": "3.0.0", diff --git a/package.json b/package.json index ef2473e4..f736ec3f 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "lodash.differencewith": "~4.5.0", "lodash.flatten": "~4.4.0", "markdownlint": "~0.23.1", - "markdownlint-rule-helpers": "~0.14.0", + "markdownlint-rule-helpers": "~0.15.0", "minimatch": "~3.0.4", "minimist": "~1.2.5", "run-con": "~1.2.10"