diff --git a/package.json b/package.json index 7e5010f..aee2479 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "dependencies": { "remark": "^14.0.3", "remark-cli": "^11.0.0", - "remark-lint": "^9.1.1", + "remark-lint": "^9.1.2", "remark-lint-alphabetize-lists": "^3.0.0", "remark-lint-are-links-valid-duplicate": "^0.2.2", "remark-preset-lint-recommended": "^6.1.2" diff --git a/yarn.lock b/yarn.lock index 0510eae..c588eed 100644 --- a/yarn.lock +++ b/yarn.lock @@ -944,9 +944,9 @@ remark-lint-ordered-list-marker-style@^3.0.0: unist-util-position "^4.0.0" unist-util-visit "^4.0.0" -remark-lint@^9.0.0, remark-lint@^9.1.1: - version "9.1.1" - resolved "https://registry.yarnpkg.com/remark-lint/-/remark-lint-9.1.1.tgz#58c27adc4edeca93b7ce81e2861f05cbcecef72c" +remark-lint@^9.0.0, remark-lint@^9.1.2: + version "9.1.2" + resolved "https://registry.yarnpkg.com/remark-lint/-/remark-lint-9.1.2.tgz#0781e273bba33fbfd26210b639b8a3702d65ad91" dependencies: "@types/mdast" "^3.0.0" remark-message-control "^7.0.0"