diff --git a/package.json b/package.json index 09c3d27..5613a54 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,6 @@ }, "devDependencies": { "eslint": "^9.4.0", - "prettier": "^3.3.0" + "prettier": "^3.3.1" } } diff --git a/yarn.lock b/yarn.lock index 13e0442..1fda4bb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1504,10 +1504,10 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" -prettier@^3.3.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.0.tgz#d173ea0524a691d4c0b1181752f2b46724328cdf" - integrity sha512-J9odKxERhCQ10OC2yb93583f6UnYutOeiV5i0zEDS7UGTdUt0u+y8erxl3lBKvwo/JHyyoEdXjwp4dke9oyZ/g== +prettier@^3.3.1: + version "3.3.1" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.1.tgz#e68935518dd90bb7ec4821ba970e68f8de16e1ac" + integrity sha512-7CAwy5dRsxs8PHXT3twixW9/OEll8MLE0VRPCJyl7CkS6VHGPSlsVaWTiASPTyGyYRyApxlaWTzwUxVNrhcwDg== prop-types@^15.8.1: version "15.8.1"