diff --git a/package-lock.json b/package-lock.json index 2f812402..6ef62096 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@semantic-release/git": "10.0.1", "@semantic-release/github": "^11.0.0", "@stylistic/eslint-plugin": "2.13.0", - "@stylistic/eslint-plugin-ts": "2.13.0", + "@stylistic/eslint-plugin-ts": "3.1.0", "@types/jasmine": "^5.1.4", "@types/lodash-es": "^4.17.12", "@types/micromatch": "^4.0.9", @@ -1902,10 +1902,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.1.0", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-ts/-/eslint-plugin-ts-3.1.0.tgz", + "integrity": "sha512-ExsbaLmPTt3Y9bWN64nw+hpsnLAScLH25ncPxrV16FG2Lvg5wn6aRfMqldUGpu+YdqVmFFU1zehgFh6RIHT6YA==", "dev": true, + "license": "MIT", "dependencies": { "@typescript-eslint/utils": "^8.13.0", "eslint-visitor-keys": "^4.2.0", @@ -16752,9 +16753,9 @@ } }, "@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.1.0", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-ts/-/eslint-plugin-ts-3.1.0.tgz", + "integrity": "sha512-ExsbaLmPTt3Y9bWN64nw+hpsnLAScLH25ncPxrV16FG2Lvg5wn6aRfMqldUGpu+YdqVmFFU1zehgFh6RIHT6YA==", "dev": true, "requires": { "@typescript-eslint/utils": "^8.13.0", diff --git a/package.json b/package.json index 84db6b50..62f8ebf4 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@semantic-release/git": "10.0.1", "@semantic-release/github": "^11.0.0", "@stylistic/eslint-plugin": "2.13.0", - "@stylistic/eslint-plugin-ts": "2.13.0", + "@stylistic/eslint-plugin-ts": "3.1.0", "@types/jasmine": "^5.1.4", "@types/lodash-es": "^4.17.12", "@types/micromatch": "^4.0.9",