From ab74bba96c732a8a4faf49cb6c6eb06e22dc54ab Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Thu, 13 Mar 2025 15:06:28 +0000 Subject: [PATCH] Update prettier to version 3.5.3 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a92e07b..8bc9b00 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "jest": "^29.3.1", "jest-junit": "^14.0.1", "lint-staged": "^13.0.3", - "prettier": "^2.7.1" + "prettier": "^3.5.3" }, "engines": { "node": "^16.13.0" diff --git a/yarn.lock b/yarn.lock index 6c6add5..2506c3a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2533,10 +2533,10 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" -prettier@^2.7.1: - version "2.7.1" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64" - integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g== +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== pretty-format@^29.3.1: version "29.3.1"