From 5e7fe81cfa5075e64225c39ab2925ee2c819c9bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 15:07:48 -0800 Subject: [PATCH] chore(deps-dev): bump prettier from 3.8.0 to 3.8.1 in /docs (#37329) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docs/package.json | 2 +- docs/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/package.json b/docs/package.json index a98af8fcaeb..86758f4d7fc 100644 --- a/docs/package.json +++ b/docs/package.json @@ -90,7 +90,7 @@ "eslint-plugin-prettier": "^5.5.5", "eslint-plugin-react": "^7.37.5", "globals": "^17.0.0", - "prettier": "^3.8.0", + "prettier": "^3.8.1", "typescript": "~5.9.3", "typescript-eslint": "^8.53.1", "webpack": "^5.104.1" diff --git a/docs/yarn.lock b/docs/yarn.lock index 9a1e684e81e..6e16425eddc 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -11399,10 +11399,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-error@^4.0.0: version "4.0.0"