From 9ada2f29c08f37779a2e0541e4055dcf6a4b6461 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 23:50:13 +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 2e87d139..747a6aba 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "eslint-plugin-no-unsanitized": "4.0.2", "eslint-plugin-node": "11.1.0", "eslint-plugin-pii": "1.0.2", - "eslint-plugin-prettier": "4.2.1", + "eslint-plugin-prettier": "4.2.5", "eslint-plugin-sonarjs": "0.18.0", "husky": "8.0.3", "jest": "29.7.0", diff --git a/yarn.lock b/yarn.lock index 8420be7e..db83c0b7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3646,10 +3646,10 @@ eslint-plugin-pii@1.0.2: ignore "^5.1.8" requireindex "~1.1.0" -eslint-plugin-prettier@4.2.1: - version "4.2.1" - resolved "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz" - 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"