diff --git a/package-lock.json b/package-lock.json index b0fcba5..29162ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1124,9 +1124,9 @@ } }, "markdownlint-cli2": { - "version": "0.0.15", - "resolved": "https://registry.npmjs.org/markdownlint-cli2/-/markdownlint-cli2-0.0.15.tgz", - "integrity": "sha512-XXJ0qd8mhsSUPdIAi4jUK7PFpc0hG/jCXNj7589cX9Ywg9umynOMaUrbcLpSiRTzzVFrKIN5VLxunA6oG+I7YQ==", + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/markdownlint-cli2/-/markdownlint-cli2-0.1.1.tgz", + "integrity": "sha512-8ly6Z/Y/orOn7Mb14QgZV8/Q9KnBpyozN9ZZFeZeTU7v5KZg3BWjFPCUMnSguWPPEq8Q+4QJFf6LOi9oNeOyfw==", "dev": true, "requires": { "globby": "~11.0.3", diff --git a/package.json b/package.json index f141eba..6a58a88 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,6 @@ }, "devDependencies": { "linkinator": "^2.13.6", - "markdownlint-cli2": "0.0.15" + "markdownlint-cli2": "0.1.1" } }