diff --git a/package-lock.json b/package-lock.json index 7ef03c4553..448c2d7396 100644 --- a/package-lock.json +++ b/package-lock.json @@ -87,7 +87,7 @@ "js-yaml": "3.14.1", "lint-staged": "12.2.1", "lodash": "4.17.21", - "markdownlint": "0.25.0", + "markdownlint": "0.25.1", "mock-fs": "5.1.2", "npm-run-all": "4.1.5", "ora": "5.4.1", @@ -37515,9 +37515,9 @@ } }, "node_modules/markdown-it": { - "version": "12.3.0", - "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.3.0.tgz", - "integrity": "sha512-T345UZZ6ejQWTjG6PSEHplzNy5m4kF6zvUpHVDv8Snl/pEU0OxIK0jGg8YLVNwJvT8E0YJC7/2UvssJDk/wQCQ==", + "version": "12.3.2", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.3.2.tgz", + "integrity": "sha512-TchMembfxfNVpHkbtriWltGWc+m3xszaRD0CZup7GFFhzIgQqxIfn3eGj1yZpfuflzPvfkt611B2Q/Bsk1YnGg==", "dev": true, "dependencies": { "argparse": "^2.0.1", @@ -37564,12 +37564,12 @@ } }, "node_modules/markdownlint": { - "version": "0.25.0", - "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.25.0.tgz", - "integrity": "sha512-HtmitJLnzMyPbxy0tkEkzM6GP8it9tshI2XC+eUB+ZcdtWx5sokakQGEGOPVhra2CB/qRRuFEJ9Xl+X/BaB9QQ==", + "version": "0.25.1", + "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.25.1.tgz", + "integrity": "sha512-AG7UkLzNa1fxiOv5B+owPsPhtM4D6DoODhsJgiaNg1xowXovrYgOnLqAgOOFQpWOlHFVQUzjMY5ypNNTeov92g==", "dev": true, "dependencies": { - "markdown-it": "12.3.0" + "markdown-it": "12.3.2" }, "engines": { "node": ">=12" @@ -85206,9 +85206,9 @@ "integrity": "sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg==" }, "markdown-it": { - "version": "12.3.0", - "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.3.0.tgz", - "integrity": "sha512-T345UZZ6ejQWTjG6PSEHplzNy5m4kF6zvUpHVDv8Snl/pEU0OxIK0jGg8YLVNwJvT8E0YJC7/2UvssJDk/wQCQ==", + "version": "12.3.2", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.3.2.tgz", + "integrity": "sha512-TchMembfxfNVpHkbtriWltGWc+m3xszaRD0CZup7GFFhzIgQqxIfn3eGj1yZpfuflzPvfkt611B2Q/Bsk1YnGg==", "dev": true, "requires": { "argparse": "^2.0.1", @@ -85242,12 +85242,12 @@ "requires": {} }, "markdownlint": { - "version": "0.25.0", - "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.25.0.tgz", - "integrity": "sha512-HtmitJLnzMyPbxy0tkEkzM6GP8it9tshI2XC+eUB+ZcdtWx5sokakQGEGOPVhra2CB/qRRuFEJ9Xl+X/BaB9QQ==", + "version": "0.25.1", + "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.25.1.tgz", + "integrity": "sha512-AG7UkLzNa1fxiOv5B+owPsPhtM4D6DoODhsJgiaNg1xowXovrYgOnLqAgOOFQpWOlHFVQUzjMY5ypNNTeov92g==", "dev": true, "requires": { - "markdown-it": "12.3.0" + "markdown-it": "12.3.2" } }, "marked": { diff --git a/package.json b/package.json index 4803233e83..cfeb0f906e 100644 --- a/package.json +++ b/package.json @@ -162,7 +162,7 @@ "js-yaml": "3.14.1", "lint-staged": "12.2.1", "lodash": "4.17.21", - "markdownlint": "0.25.0", + "markdownlint": "0.25.1", "mock-fs": "5.1.2", "npm-run-all": "4.1.5", "ora": "5.4.1",