diff --git a/package-lock.json b/package-lock.json index e670de0adc..947601acba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -61,7 +61,7 @@ "@angular-devkit/core": "^17.3.0", "@angular-devkit/schematics": "^17.3.0", "@angular-eslint/eslint-plugin": "^19.0.1", - "@angular-eslint/eslint-plugin-template": "^19.0.1", + "@angular-eslint/eslint-plugin-template": "^19.0.2", "@angular-eslint/template-parser": "^19.0.1", "@angular/cli": "~17.3.0", "@angular/compiler-cli": "17.3.0", @@ -871,14 +871,13 @@ } }, "node_modules/@angular-eslint/eslint-plugin-template": { - "version": "19.0.1", - "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-19.0.1.tgz", - "integrity": "sha512-PIsv12/Rom7OUbPuSBvwtwt0hH06/cq8LMy1TQHByT2GL7/PRTn+kIrFG+eYx1IyRJXdtXjKcilLVRW8CDoFpA==", + "version": "19.0.2", + "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-19.0.2.tgz", + "integrity": "sha512-f/OCF9ThnxQ8m0eNYPwnCrySQPhYfCOF6STL7F9LnS8Bs3ZeW3/oT1yLaMIZ1Eg0ogIkgxksMAJZjrJPUPBD1Q==", "dev": true, - "license": "MIT", "dependencies": { - "@angular-eslint/bundled-angular-compiler": "19.0.1", - "@angular-eslint/utils": "19.0.1", + "@angular-eslint/bundled-angular-compiler": "19.0.2", + "@angular-eslint/utils": "19.0.2", "aria-query": "5.3.2", "axobject-query": "4.1.0" }, @@ -889,6 +888,26 @@ "typescript": "*" } }, + "node_modules/@angular-eslint/eslint-plugin-template/node_modules/@angular-eslint/bundled-angular-compiler": { + "version": "19.0.2", + "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-19.0.2.tgz", + "integrity": "sha512-HPmp92r70SNO/0NdIaIhxrgVSpomqryuUk7jszvNRtu+OzYCJGcbLhQD38T3dbBWT/AV0QXzyzExn6/2ai9fEw==", + "dev": true + }, + "node_modules/@angular-eslint/eslint-plugin-template/node_modules/@angular-eslint/utils": { + "version": "19.0.2", + "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-19.0.2.tgz", + "integrity": "sha512-HotBT8OKr7zCaX1S9k27JuhRiTVIbbYVl6whlb3uwdMIPIWY8iOcEh1tjI4qDPUafpLfR72Dhwi5bO1E17F3/Q==", + "dev": true, + "dependencies": { + "@angular-eslint/bundled-angular-compiler": "19.0.2" + }, + "peerDependencies": { + "@typescript-eslint/utils": "^7.11.0 || ^8.0.0", + "eslint": "^8.57.0 || ^9.0.0", + "typescript": "*" + } + }, "node_modules/@angular-eslint/template-parser": { "version": "19.0.1", "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-19.0.1.tgz", diff --git a/package.json b/package.json index b2212d7188..8e85bcf95d 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "@angular-devkit/core": "^17.3.0", "@angular-devkit/schematics": "^17.3.0", "@angular-eslint/eslint-plugin": "^19.0.1", - "@angular-eslint/eslint-plugin-template": "^19.0.1", + "@angular-eslint/eslint-plugin-template": "^19.0.2", "@typescript-eslint/utils": "^8.17.0", "@angular-eslint/template-parser": "^19.0.1", "@angular/cli": "~17.3.0",