From 3444361afe43f86d0aa73b5f46316eb543d52560 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 10:44:30 +0000 Subject: [PATCH] chore(deps): update dependency prettier to v3.8.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a3ccec8..0140c33 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "@cspell/dict-es-es": "3.0.8", "cspell": "9.8.0", "eclint": "2.8.1", - "prettier": "3.3.3" + "prettier": "3.8.1" }, "scripts": { "verify-format": "yarn prettier-check && yarn eclint-check", diff --git a/yarn.lock b/yarn.lock index 281db86..7a1db81 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1868,10 +1868,10 @@ plugin-error@^1.0.1: arr-union "^3.1.0" extend-shallow "^3.0.2" -prettier@3.3.3: - version "3.3.3" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.3.tgz#30c54fe0be0d8d12e6ae61dbb10109ea00d53105" - integrity sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew== +prettier@3.8.1: + version "3.8.1" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.8.1.tgz#edf48977cf991558f4fcbd8a3ba6015ba2a3a173" + integrity sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg== process-nextick-args@^2.0.0, process-nextick-args@~2.0.0: version "2.0.1"