diff --git a/.config/remark/package.json b/.config/remark/package.json index 72b0860528..6ec6bccf9f 100644 --- a/.config/remark/package.json +++ b/.config/remark/package.json @@ -2,7 +2,7 @@ "type": "module", "dependencies": { "markdown-link-check": "^3.11.2", - "prettier": "^3.1.0", + "prettier": "^3.1.1", "remark-cli": "^11.0.0", "remark-comment-config": "^8.0.0", "remark-frontmatter": "^5.0.0", diff --git a/.config/remark/yarn.lock b/.config/remark/yarn.lock index f17cb59566..d68cdb78b2 100644 --- a/.config/remark/yarn.lock +++ b/.config/remark/yarn.lock @@ -1851,10 +1851,10 @@ pluralize@^8.0.0: resolved "https://registry.yarnpkg.com/pluralize/-/pluralize-8.0.0.tgz#1a6fa16a38d12a1901e0320fa017051c539ce3b1" integrity sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA== -prettier@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.0.tgz#c6d16474a5f764ea1a4a373c593b779697744d5e" - integrity sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw== +prettier@^3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.1.tgz#6ba9f23165d690b6cbdaa88cb0807278f7019848" + integrity sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw== proc-log@^3.0.0: version "3.0.0"