diff --git a/package-lock.json b/package-lock.json index a15f6b82..4392cf5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@angular-devkit/build-angular": "^19.0.6", "@angular-eslint/builder": "^19.2.1", "@angular-eslint/eslint-plugin": "19.1.0", - "@angular-eslint/eslint-plugin-template": "19.1.0", + "@angular-eslint/eslint-plugin-template": "19.2.1", "@angular-eslint/schematics": "^19.0.2", "@angular-eslint/template-parser": "19.0.2", "@angular/animations": "^19.0.5", @@ -1573,14 +1573,14 @@ } }, "node_modules/@angular-eslint/eslint-plugin-template": { - "version": "19.1.0", - "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-19.1.0.tgz", - "integrity": "sha512-bIUizkCY40mnU8oAO1tLV7uN2H/cHf1evLlhpqlb9JYwc5dT2moiEhNDo61OtOgkJmDGNuThAeO9Xk9hGQc7nA==", + "version": "19.2.1", + "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-19.2.1.tgz", + "integrity": "sha512-yBGut4PedTkZcGbm1sthQ671CXERkC72eXTaZlMRhKNQDf3R6zEVc60q5DQZoEIzvgeIbaZdWhZgsCLwlhfGrQ==", "dev": true, "license": "MIT", "dependencies": { - "@angular-eslint/bundled-angular-compiler": "19.1.0", - "@angular-eslint/utils": "19.1.0", + "@angular-eslint/bundled-angular-compiler": "19.2.1", + "@angular-eslint/utils": "19.2.1", "aria-query": "5.3.2", "axobject-query": "4.1.0" }, @@ -1592,20 +1592,20 @@ } }, "node_modules/@angular-eslint/eslint-plugin-template/node_modules/@angular-eslint/bundled-angular-compiler": { - "version": "19.1.0", - "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-19.1.0.tgz", - "integrity": "sha512-HUJyukRvnh8Z9lIdxdblBRuBaPYEVv4iAYZMw3d+dn4rrM27Nt5oh3/zkwYrrPkt36tZdeXdDWrOuz9jgjVN5w==", + "version": "19.2.1", + "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-19.2.1.tgz", + "integrity": "sha512-8/NY4OCpiRDSOaqnpIOW7kMirqqsTY1U751iuMH0z9gQImYZWubMLOI0tsLFWmz06pKpgiDZcjD2X9TK2b4Igg==", "dev": true, "license": "MIT" }, "node_modules/@angular-eslint/eslint-plugin-template/node_modules/@angular-eslint/utils": { - "version": "19.1.0", - "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-19.1.0.tgz", - "integrity": "sha512-mcb7hPMH/u6wwUwvsewrmgb9y9NWN6ZacvpUvKlTOxF/jOtTdsu0XfV4YB43sp2A8NWzYzX0Str4c8K1xSmuBQ==", + "version": "19.2.1", + "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-19.2.1.tgz", + "integrity": "sha512-TRIOtlDMbz1PqurLXPKMzSUl2iSs02c185g4EeOzTDX93sDvvVDLRj18jZ0IVcjQv5Vs21JK2KsKV/WdGe1OxA==", "dev": true, "license": "MIT", "dependencies": { - "@angular-eslint/bundled-angular-compiler": "19.1.0" + "@angular-eslint/bundled-angular-compiler": "19.2.1" }, "peerDependencies": { "@typescript-eslint/utils": "^7.11.0 || ^8.0.0", diff --git a/package.json b/package.json index b21facbf..8d4389c5 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@angular-devkit/build-angular": "^19.0.6", "@angular-eslint/builder": "^19.2.1", "@angular-eslint/eslint-plugin": "19.1.0", - "@angular-eslint/eslint-plugin-template": "19.1.0", + "@angular-eslint/eslint-plugin-template": "19.2.1", "@angular-eslint/schematics": "^19.0.2", "@angular-eslint/template-parser": "19.0.2", "@angular/animations": "^19.0.5",