diff --git a/package.json b/package.json index c82553b..4ecfee5 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": true, "devDependencies": { "eclint": "2.8.1", - "prettier": "3.2.2" + "prettier": "3.2.3" }, "scripts": { "verify-format": "yarn prettier-check && yarn eclint-check", diff --git a/yarn.lock b/yarn.lock index 9e1b0c0..9f176fc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1175,10 +1175,10 @@ plugin-error@^1.0.1: arr-union "^3.1.0" extend-shallow "^3.0.2" -prettier@3.2.2: - version "3.2.2" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.2.tgz#96e580f7ca9c96090ad054616c0c4597e2844b65" - integrity sha512-HTByuKZzw7utPiDO523Tt2pLtEyK7OibUD9suEJQrPUCYQqrHr74GGX6VidMrovbf/I50mPqr8j/II6oBAuc5A== +prettier@3.2.3: + version "3.2.3" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.3.tgz#98501d99141a9a10d5ceaf74cf39c8b7cbddd380" + integrity sha512-QNhUTBq+mqt1oH1dTfY3phOKNhcDdJkfttHI6u0kj7M2+c+7fmNKlgh2GhnHiqMcbxJ+a0j2igz/2jfl9QKLuw== process-nextick-args@^2.0.0, process-nextick-args@~2.0.0: version "2.0.1"