From ef02325f7abde3bfd1d5ac686dade989b1aa2be3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 02:01:57 +0000 Subject: [PATCH] fix(deps): update dependency @stylistic/eslint-plugin to v2.13.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8297cf9..b8e98a4 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "@eslint/json": "0.9.0", "@next/eslint-plugin-next": "~15.0.0 || ~15.1.0", - "@stylistic/eslint-plugin": "2.12.1", + "@stylistic/eslint-plugin": "2.13.0", "eslint-import-resolver-typescript": "^3.7.0", "eslint-plugin-cypress": "4.1.0", "eslint-plugin-import-x": "4.6.1", diff --git a/yarn.lock b/yarn.lock index 9476f70..ff92bf1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -706,10 +706,10 @@ dependencies: "@sinonjs/commons" "^3.0.0" -"@stylistic/eslint-plugin@2.12.1": - version "2.12.1" - resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-2.12.1.tgz#e341beb4e4315084d8be20bceeeda7d8a46f079f" - integrity sha512-fubZKIHSPuo07FgRTn6S4Nl0uXPRPYVNpyZzIDGfp7Fny6JjNus6kReLD7NI380JXi4HtUTSOZ34LBuNPO1XLQ== +"@stylistic/eslint-plugin@2.13.0": + version "2.13.0" + resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-2.13.0.tgz#53bf175dac8c1ec055b370a6ff77d491cae9a70d" + integrity sha512-RnO1SaiCFHn666wNz2QfZEFxvmiNRqhzaMXHXxXXKt+MEP7aajlPxUSMIQpKAaJfverpovEYqjBOXDq6dDcaOQ== dependencies: "@typescript-eslint/utils" "^8.13.0" eslint-visitor-keys "^4.2.0"