From 9bcf542a35aa5f756536362a28d907915168945f Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 03:16:10 +0000 Subject: [PATCH] chore(deps): update dependency eslint-config-prettier to ^8.10.2 | datasource | package | from | to | | ---------- | ---------------------- | ------ | ------ | | npm | eslint-config-prettier | 8.10.0 | 8.10.2 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[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 5900278..5add6ef 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@vitest/coverage-v8": "^4.0.0", "busboy": "^1.6.0", "eslint": "^8.5.6", - "eslint-config-prettier": "^8.3.0", + "eslint-config-prettier": "^8.10.2", "eslint-plugin-prettier": "^4.0.0", "express": "^4.18.1", "husky": "^7.0.2", diff --git a/yarn.lock b/yarn.lock index 38ef89e..e2b3568 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1077,10 +1077,10 @@ escape-string-regexp@^4.0.0: resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== -eslint-config-prettier@^8.3.0: - version "8.10.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz#3a06a662130807e2502fc3ff8b4143d8a0658e11" - integrity sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg== +eslint-config-prettier@^8.10.2: + version "8.10.2" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.10.2.tgz#0642e53625ebc62c31c24726b0f050df6bd97a2e" + integrity sha512-/IGJ6+Dka158JnP5n5YFMOszjDWrXggGz1LaK/guZq9vZTmniaKlHcsscvkAhn9y4U+BU3JuUdYvtAMcv30y4A== eslint-plugin-prettier@^4.0.0: version "4.2.1"