From 2aee9a69a6b17ed59bbc85f2ab196b087947041d Mon Sep 17 00:00:00 2001 From: Renovate Date: Tue, 25 Mar 2025 10:40:48 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-prettier to v5.2.5 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 55538b6..aa10eca 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@typescript-eslint/parser": "8.28.0", "eslint": "9.23.0", "eslint-config-prettier": "10.1.1", - "eslint-plugin-prettier": "5.2.4", + "eslint-plugin-prettier": "5.2.5", "eslint-plugin-react": "7.37.4", "globals": "16.0.0", "prettier": "3.5.3", diff --git a/yarn.lock b/yarn.lock index 8853603..a86fd56 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3101,10 +3101,10 @@ eslint-config-prettier@10.1.1: resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.1.tgz#cf0ff6e5c4e7e15f129f1f1ce2a5ecba92dec132" integrity sha512-4EQQr6wXwS+ZJSzaR5ZCrYgLxqvUjdXctaEtBqHcbkW944B1NQyO4qpdHQbXBONfwxXdkAY81HH4+LUfrg+zPw== -eslint-plugin-prettier@5.2.4: - version "5.2.4" - resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.4.tgz#6daa54a11da8c48971475d7c0e239d0b6c6dbc60" - integrity sha512-SFtuYmnhwYCtuCDTKPoK+CEzCnEgKTU2qTLwoCxvrC0MFBTIXo1i6hDYOI4cwHaE5GZtlWmTN3YfucYi7KJwPw== +eslint-plugin-prettier@5.2.5: + version "5.2.5" + resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.5.tgz#0ff00b16f4c80ccdafd6a24a263effba1700087e" + integrity sha512-IKKP8R87pJyMl7WWamLgPkloB16dagPIdd2FjBDbyRYPKo93wS/NbCOPh6gH+ieNLC+XZrhJt/kWj0PS/DFdmg== dependencies: prettier-linter-helpers "^1.0.0" synckit "^0.10.2"