diff --git a/package-lock.json b/package-lock.json index 0e9edcc..0cc1c00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ ], "devDependencies": { "@eslint/js": "^9.21.0", - "@stylistic/eslint-plugin": "^4.2.0", + "@stylistic/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^8.34.0", "eslint": "^9.21.0", "eslint-import-resolver-typescript": "^4.4.3", @@ -2844,15 +2844,16 @@ } }, "node_modules/@stylistic/eslint-plugin": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-4.4.1.tgz", - "integrity": "sha512-CEigAk7eOLyHvdgmpZsKFwtiqS2wFwI1fn4j09IU9GmD4euFM4jEBAViWeCqaNLlbX2k2+A/Fq9cje4HQBXuJQ==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-5.0.0.tgz", + "integrity": "sha512-nVV2FSzeTJ3oFKw+3t9gQYQcrgbopgCASSY27QOtkhEGgSfdQQjDmzZd41NeT1myQ8Wc6l+pZllST9qIu4NKzg==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/utils": "^8.32.1", - "eslint-visitor-keys": "^4.2.0", - "espree": "^10.3.0", + "@eslint-community/eslint-utils": "^4.7.0", + "@typescript-eslint/types": "^8.34.1", + "eslint-visitor-keys": "^4.2.1", + "espree": "^10.4.0", "estraverse": "^5.3.0", "picomatch": "^4.0.2" }, diff --git a/package.json b/package.json index dce14ad..45feb40 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@eslint/js": "^9.21.0", - "@stylistic/eslint-plugin": "^4.2.0", + "@stylistic/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^8.34.0", "eslint": "^9.21.0", "eslint-import-resolver-typescript": "^4.4.3",