From 322d2aeb9761604173e12279a12e262da7ad2aa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 14:15:01 +0000 Subject: [PATCH] build(deps-dev): bump prettier from 3.8.0 to 3.8.1 in /backend (#9143) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- backend/package.json | 2 +- backend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/package.json b/backend/package.json index 058e636a1..8f705d905 100644 --- a/backend/package.json +++ b/backend/package.json @@ -120,7 +120,7 @@ "eslint-plugin-security": "^3.0.1", "jest": "^30.2.0", "nodemon": "~3.1.11", - "prettier": "^3.8.0", + "prettier": "^3.8.1", "require-json5": "^1.3.0", "rosie": "^2.1.1", "ts-jest": "^29.4.6", diff --git a/backend/yarn.lock b/backend/yarn.lock index 144a204ba..d06dbaad1 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -9660,10 +9660,10 @@ prettier-linter-helpers@^1.0.1: dependencies: fast-diff "^1.1.2" -prettier@^3.8.0: - version "3.8.0" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.8.0.tgz#f72cf71505133f40cfa2ef77a2668cdc558fcd69" - integrity sha512-yEPsovQfpxYfgWNhCfECjG5AQaO+K3dp6XERmOepyPDVqcJm+bjyCVO3pmU+nAPe0N5dDvekfGezt/EIiRe1TA== +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== pretty-format@30.0.5, pretty-format@^30.0.0: version "30.0.5"