diff --git a/package-lock.json b/package-lock.json index 7c27614c..1e9ada16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "@angular-devkit/build-angular": "^21.2.3", "@angular-devkit/core": "^21.2.3", "@angular-eslint/eslint-plugin": "^21.3.1", - "@angular-eslint/eslint-plugin-template": "^21.3.1", + "@angular-eslint/eslint-plugin-template": "^22.5.0", "@angular-eslint/template-parser": "^21.3.1", "@angular/cli": "^21.2.3", "@angular/compiler-cli": "^21.2.4", @@ -934,22 +934,44 @@ } }, "node_modules/@angular-eslint/eslint-plugin-template": { - "version": "21.4.0", - "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-21.4.0.tgz", - "integrity": "sha512-sJEHx2WYnvOgPpzP1eHnUdRS06zgKmRxbiIR0JiCcaSen5iv1HlsMieXy//FS9TtNW+abHOy4UtDuGuSPflPFA==", + "version": "22.5.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-22.5.0.tgz", + "integrity": "sha512-qHi292XBe5TIFpPjEKY+NtiFGEZLrYzD8GPVzBuIruaKQz1Y//eqPp3Ve/MYYBbwdj0gD8rPZRjDIXAcsRUMVg==", "dev": true, "license": "MIT", "dependencies": { - "@angular-eslint/bundled-angular-compiler": "21.4.0", - "@angular-eslint/utils": "21.4.0", + "@angular-eslint/bundled-angular-compiler": "22.5.0", + "@angular-eslint/utils": "22.5.0", "aria-query": "5.3.2", "axobject-query": "4.1.0" }, "peerDependencies": { - "@angular-eslint/template-parser": "21.4.0", - "@typescript-eslint/types": "^7.11.0 || ^8.0.0", - "@typescript-eslint/utils": "^7.11.0 || ^8.0.0", - "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", + "@angular-eslint/template-parser": "22.5.0", + "@typescript-eslint/types": "^8.0.0", + "@typescript-eslint/utils": "^8.0.0", + "eslint": "^9.0.0 || ^10.0.0", + "typescript": "*" + } + }, + "node_modules/@angular-eslint/eslint-plugin-template/node_modules/@angular-eslint/bundled-angular-compiler": { + "version": "22.5.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-22.5.0.tgz", + "integrity": "sha512-AdvtopHjjenM02LqsgqQbpTWTbE2DqFS4ZJT8YxEIzUKUdLNwkGUgZn9WpKHBHGBvaiA3hj2BLWRCJs/vJmV3g==", + "dev": true, + "license": "MIT" + }, + "node_modules/@angular-eslint/eslint-plugin-template/node_modules/@angular-eslint/utils": { + "version": "22.5.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-22.5.0.tgz", + "integrity": "sha512-i106BkmVnXM3ub5nsaXmAZNk1bnajzVOwrGrEVt9U0mX22zcVlunLMWC49z2dqGjl91Ppw0Xr5ed+QrKWm9Ldg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@angular-eslint/bundled-angular-compiler": "22.5.0" + }, + "peerDependencies": { + "@typescript-eslint/utils": "^8.0.0", + "eslint": "^9.0.0 || ^10.0.0", "typescript": "*" } }, diff --git a/package.json b/package.json index 33c85846..09554b64 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "@angular-devkit/build-angular": "^21.2.3", "@angular-devkit/core": "^21.2.3", "@angular-eslint/eslint-plugin": "^21.3.1", - "@angular-eslint/eslint-plugin-template": "^21.3.1", + "@angular-eslint/eslint-plugin-template": "^22.5.0", "@angular-eslint/template-parser": "^21.3.1", "@angular/cli": "^21.2.3", "@angular/compiler-cli": "^21.2.4",