From 2d86418d5ef05c4ae44480972769e455bb2fa95b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 22:20:37 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-prettier to v4.2.5 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 61c492b243..2be269894c 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "eslint-plugin-flowtype": "8.0.3", "eslint-plugin-import": "2.29.1", "eslint-plugin-jsx-a11y": "6.9.0", - "eslint-plugin-prettier": "4.2.1", + "eslint-plugin-prettier": "4.2.5", "eslint-plugin-react": "7.35.0", "eslint-plugin-react-hooks": "4.6.0", "fork-ts-checker-webpack-plugin": "6.5.3", diff --git a/yarn.lock b/yarn.lock index 33b94cbdf5..049a1b9273 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8813,10 +8813,10 @@ eslint-plugin-jsx-a11y@6.9.0: safe-regex-test "^1.0.3" string.prototype.includes "^2.0.0" -eslint-plugin-prettier@4.2.1: - version "4.2.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz#651cbb88b1dab98bfd42f017a12fa6b2d993f94b" - integrity sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ== +eslint-plugin-prettier@4.2.5: + version "4.2.5" + resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.5.tgz#91ca3f2f01a84f1272cce04e9717550494c0fe06" + integrity sha512-9Ni+xgemM2IWLq6aXEpP2+V/V30GeA/46Ar629vcMqVPodFFWC9skHu/D1phvuqtS8bJCFnNf01/qcmqYEwNfg== dependencies: prettier-linter-helpers "^1.0.0"