From 9ce86b34c914a07e1d6f932c146b742887d0c620 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 13:03:57 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-prettier to v5.2.3 (#174) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index be38f4b..0a0fa56 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "eslint-config-prettier": "9.1.0", "eslint-plugin-import": "2.31.0", "eslint-plugin-n": "17.15.1", - "eslint-plugin-prettier": "5.2.2", + "eslint-plugin-prettier": "5.2.3", "eslint-plugin-promise": "7.2.1", "npm-run-all2": "6.2.6", "prettier": "3.4.2", diff --git a/yarn.lock b/yarn.lock index 834f26d..bb5aeb9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1522,10 +1522,10 @@ eslint-plugin-n@17.15.1: minimatch "^9.0.5" semver "^7.6.3" -eslint-plugin-prettier@5.2.2: - version "5.2.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.2.tgz#d1f068f65dc8490f102eda21d1f4cd150c205211" - integrity sha512-1yI3/hf35wmlq66C8yOyrujQnel+v5l1Vop5Cl2I6ylyNTT1JbuUUnV3/41PzwTzcyDp/oF0jWE3HXvcH5AQOQ== +eslint-plugin-prettier@5.2.3: + version "5.2.3" + resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.3.tgz#c4af01691a6fa9905207f0fbba0d7bea0902cce5" + integrity sha512-qJ+y0FfCp/mQYQ/vWQ3s7eUlFEL4PyKfAJxsnYTJ4YT73nsJBWqmEpFryxV9OeUiqmsTsYJ5Y+KDNaeP31wrRw== dependencies: prettier-linter-helpers "^1.0.0" synckit "^0.9.1"