diff --git a/package.json b/package.json index 375873a1..010886ef 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "eslint-plugin-prettier": "^4.0.0", "glob": "^10.2.1", "mocha": "^10.0.0", - "prettier": "^2.2.1" + "prettier": "^3.2.3" }, "engines": { "node": "16.* || 18.* || >= 20" diff --git a/yarn.lock b/yarn.lock index 28efc6c7..14c6f860 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1252,10 +1252,10 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" -prettier@^2.2.1: - version "2.8.8" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da" - integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q== +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== punycode@1.3.2: version "1.3.2"