From e72190fb3eb4377d1c0cac1a3e915eb8d22b971d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 05:15:17 +0000 Subject: [PATCH] chore(deps): update dependency prettier to v3 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 66603bded..1d1d6d207 100644 --- a/package.json +++ b/package.json @@ -131,7 +131,7 @@ "mocha": "^7.2.0", "nyc": "^13.3.0", "parcel-bundler": "^1.12.4", - "prettier": "^2.2.1", + "prettier": "^3.5.3", "sinon": "^9.2.2", "source-map-support": "^0.5.19", "sourcegraph": "^25.3.0", diff --git a/yarn.lock b/yarn.lock index feaf45949..2f4fc662d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6523,10 +6523,10 @@ prelude-ls@~1.1.2: resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54" integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ= -prettier@^2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.2.1.tgz#795a1a78dd52f073da0cd42b21f9c91381923ff5" - integrity sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q== +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"