diff --git a/package.json b/package.json index 5adf35b7..40e81817 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "@electron/asar": "3.2.18", "@mapbox/node-pre-gyp": "^1.0.11", "@playwright/test": "1.50.1", - "@stylistic/eslint-plugin": "^2.9.0", + "@stylistic/eslint-plugin": "^3.0.0", "@types/auto-launch": "^5.0.1", "@types/counterpart": "^0.18.1", "@types/minimist": "^1.2.1", diff --git a/yarn.lock b/yarn.lock index f05cb89c..1a67310d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2055,10 +2055,10 @@ ignore "^5.1.8" p-map "^4.0.0" -"@stylistic/eslint-plugin@^2.9.0": - version "2.13.0" - resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-2.13.0.tgz#53bf175dac8c1ec055b370a6ff77d491cae9a70d" - integrity sha512-RnO1SaiCFHn666wNz2QfZEFxvmiNRqhzaMXHXxXXKt+MEP7aajlPxUSMIQpKAaJfverpovEYqjBOXDq6dDcaOQ== +"@stylistic/eslint-plugin@^3.0.0": + version "3.0.1" + resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-3.0.1.tgz#ec85816a3b4e75c34293160b2784e6a4bdce6664" + integrity sha512-rQ3tcT5N2cynofJfbjUsnL4seoewTaOVBLyUEwtNldo7iNMPo3h/GUQk+Cl3iHEWwRxjq2wuH6q0FufQrbVL1A== dependencies: "@typescript-eslint/utils" "^8.13.0" eslint-visitor-keys "^4.2.0"