diff --git a/package-lock.json b/package-lock.json index e109aac9..b4cacc99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "24.0.0-beta.2", "license": "MIT", "dependencies": { - "@stylistic/eslint-plugin-ts": "^2.13.0", + "@stylistic/eslint-plugin-ts": "^3.0.1", "@typescript-eslint/eslint-plugin": "^8.22.0", "@typescript-eslint/parser": "^8.22.0", "eslint-config-prettier": "^10.0.1", @@ -546,9 +546,9 @@ } }, "node_modules/@stylistic/eslint-plugin-ts": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-ts/-/eslint-plugin-ts-2.13.0.tgz", - "integrity": "sha512-nooe1oTwz60T4wQhZ+5u0/GAu3ygkKF9vPPZeRn/meG71ntQ0EZXVOKEonluAYl/+CV2T+nN0dknHa4evAW13Q==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-ts/-/eslint-plugin-ts-3.0.1.tgz", + "integrity": "sha512-fBPKvYhp3KPlww9lZVe2htMwQZ/uh1v1Een6G2jnRpHWoQZfZ/qIhhWge7ovBtnK0z9QBa/DhBaBqcm7ZcLYKw==", "license": "MIT", "dependencies": { "@typescript-eslint/utils": "^8.13.0", diff --git a/package.json b/package.json index 183e6cec..46ec429d 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "typescript": ">=4.7.5 || ^5.0.0" }, "dependencies": { - "@stylistic/eslint-plugin-ts": "^2.13.0", + "@stylistic/eslint-plugin-ts": "^3.0.1", "@typescript-eslint/eslint-plugin": "^8.22.0", "@typescript-eslint/parser": "^8.22.0", "eslint-config-prettier": "^10.0.1",