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"