diff --git a/package-lock.json b/package-lock.json index 7a5baf95..ecf413bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ }, "devDependencies": { "@opencast/eslint-config-ts-react": "^0.2.0", - "@stylistic/eslint-plugin-ts": "^2.13.0", + "@stylistic/eslint-plugin-ts": "^3.0.1", "@types/iarna__toml": "^2.0.5", "@types/mustache": "^4.2.5", "@types/node": "^22.13.0", @@ -2425,10 +2425,11 @@ } }, "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==", "dev": true, + "license": "MIT", "dependencies": { "@typescript-eslint/utils": "^8.13.0", "eslint-visitor-keys": "^4.2.0", diff --git a/package.json b/package.json index 5f963691..d28b67aa 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ }, "devDependencies": { "@opencast/eslint-config-ts-react": "^0.2.0", - "@stylistic/eslint-plugin-ts": "^2.13.0", + "@stylistic/eslint-plugin-ts": "^3.0.1", "@types/iarna__toml": "^2.0.5", "@types/mustache": "^4.2.5", "@types/node": "^22.13.0",