From 9cf99eeffc5b890b48862a44b08f7cc52d09f953 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Nov 2025 05:04:45 +0000 Subject: [PATCH] chore(deps): update dependency prettier to ^3.7.2 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 141a339..75643dc 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,6 @@ }, "devDependencies": { "action-docs": "^2.5.1", - "prettier": "^3.7.1" + "prettier": "^3.7.2" } } diff --git a/yarn.lock b/yarn.lock index b1f736d..f362da5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -150,10 +150,10 @@ once@^1.3.0: dependencies: wrappy "1" -prettier@^3.7.1: - version "3.7.1" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.7.1.tgz#8dfbf54c98e85a113962d3d8414ae82ff3722991" - integrity sha512-RWKXE4qB3u5Z6yz7omJkjWwmTfLdcbv44jUVHC5NpfXwFGzvpQM798FGv/6WNK879tc+Cn0AAyherCl1KjbyZQ== +prettier@^3.7.2: + version "3.7.2" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.7.2.tgz#7b393a865f9dd97bc244215db9aac8e04dc1841b" + integrity sha512-n3HV2J6QhItCXndGa3oMWvWFAgN1ibnS7R9mt6iokScBOC0Ul9/iZORmU2IWUMcyAQaMPjTlY3uT34TqocUxMA== replace-in-file@^7.1.0: version "7.2.0"