diff --git a/.config/remark/package.json b/.config/remark/package.json index eda35f19f6..160a8e18d2 100644 --- a/.config/remark/package.json +++ b/.config/remark/package.json @@ -9,7 +9,7 @@ "remark-lint": "^9.1.2", "remark-lint-blockquote-indentation": "^3.1.2", "remark-lint-checkbox-character-style": "^4.1.2", - "remark-lint-checkbox-content-indent": "^4.1.2", + "remark-lint-checkbox-content-indent": "^5.0.0", "remark-lint-code-block-style": "^3.1.2", "remark-lint-definition-case": "^4.0.0", "remark-lint-definition-spacing": "^4.0.0", diff --git a/.config/remark/yarn.lock b/.config/remark/yarn.lock index ee5039428c..4c31fbb0c3 100644 --- a/.config/remark/yarn.lock +++ b/.config/remark/yarn.lock @@ -2131,17 +2131,17 @@ remark-lint-checkbox-character-style@^4.1.2: unist-util-position "^4.0.0" unist-util-visit "^4.0.0" -remark-lint-checkbox-content-indent@^4.1.2: - version "4.1.2" - resolved "https://registry.yarnpkg.com/remark-lint-checkbox-content-indent/-/remark-lint-checkbox-content-indent-4.1.2.tgz#2214a50373d3e655ad88faf13ce4447979da90ba" - integrity sha512-8uaHAm4bSqB7XpnecLRObe00Lj9eoHiecV+44CfJeWyoo50cTPR/hIMfsMtDxsNt4LZP+6oCV9z+vACJqDv8Hg== +remark-lint-checkbox-content-indent@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/remark-lint-checkbox-content-indent/-/remark-lint-checkbox-content-indent-5.0.0.tgz#6bb594d501a12895ff945cd4b6ff1548621eb748" + integrity sha512-7L25a7TEfdogFSh4HDOnB+GTTTEiXJDMlceUPft9bzIjElI8Hm2+a2D8jUQn4ahj+j/3LmdZW4GjAeyfdPuqTA== dependencies: - "@types/mdast" "^3.0.0" - unified "^10.0.0" - unified-lint-rule "^2.0.0" - unist-util-position "^4.0.0" - unist-util-visit "^4.0.0" - vfile-location "^4.0.0" + "@types/mdast" "^4.0.0" + mdast-util-phrasing "^4.0.0" + pluralize "^8.0.0" + unified-lint-rule "^3.0.0" + unist-util-position "^5.0.0" + unist-util-visit-parents "^6.0.0" remark-lint-code-block-style@^3.1.2: version "3.1.2"