diff --git a/package.json b/package.json index 3a23a2b..7c29bbb 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "eslint": "^9.2.0", "husky": "^3.1.0", "lsif-util": "^0.2.15", - "prettier": "^3.2.5", + "prettier": "^3.5.3", "semantic-release": "^17.0.8", "typescript": "^3.9.7" }, diff --git a/yarn.lock b/yarn.lock index 6f7aa2d..70fa80c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5232,10 +5232,10 @@ prepend-http@^1.0.1: resolved "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc" integrity sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw= -prettier@^3.2.5: - version "3.2.5" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.5.tgz#e52bc3090586e824964a8813b09aba6233b28368" - integrity sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A== +prettier@^3.5.3: + version "3.5.3" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.5.3.tgz#4fc2ce0d657e7a02e602549f053b239cb7dfe1b5" + integrity sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw== process-nextick-args@~2.0.0: version "2.0.1"