From bccbacc0a1a72bf317de4a92c33a7ea0cbca9b5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 03:14:06 +0300 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-prettier from 5.2.2 to 5.2.3 (#1361) Co-authored-by: dependabot[bot] <49699333+dependabot[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 28ccd5bd..57f708c8 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "discord.js": "14.17.3", "eslint": "8.57.1", "eslint-config-prettier": "10.0.1", - "eslint-plugin-prettier": "5.2.2", + "eslint-plugin-prettier": "5.2.3", "husky": "9.1.7", "lint-staged": "15.4.1", "prettier": "3.4.2", diff --git a/yarn.lock b/yarn.lock index 57548889..b78777c8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1577,10 +1577,10 @@ eslint-config-prettier@10.0.1: resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.0.1.tgz#fbb03bfc8db0651df9ce4e8b7150d11c5fe3addf" integrity sha512-lZBts941cyJyeaooiKxAtzoPHTN+GbQTJFAIdQbRhA4/8whaAraEh47Whw/ZFfrjNSnlAxqfm9i0XVAEkULjCw== -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"