diff --git a/package-lock.json b/package-lock.json index 6edccdf348..f8ca3a1180 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "@angular-eslint/eslint-plugin": "^16.1.2", "@angular-eslint/eslint-plugin-template": "^16.0.2", "@angular-eslint/schematics": "^16.3.0", - "@angular-eslint/template-parser": "^16.3.1", + "@angular-eslint/template-parser": "^19.0.2", "@angular/cli": "16.2.9", "@angular/compiler-cli": "16.2.9", "@angular/language-service": "16.2.9", @@ -1641,19 +1641,41 @@ "dev": true }, "node_modules/@angular-eslint/template-parser": { - "version": "16.3.1", - "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-16.3.1.tgz", - "integrity": "sha512-9+SxUtxB2iOnm0ldS2ow0stMxe02rB/TxeMIe8fxsLFHZdw8RQvs/p3HLvVHXzv6gUblMHebIb/ubUmwEVb2SA==", + "version": "19.0.2", + "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-19.0.2.tgz", + "integrity": "sha512-z3rZd2sBfuYcFf9rGDsB2zz2fbGX8kkF+0ftg9eocyQmzWrlZHFmuw9ha7oP/Mz8gpblyCS/aa1U/Srs6gz0UQ==", "dev": true, "dependencies": { - "@angular-eslint/bundled-angular-compiler": "16.3.1", - "eslint-scope": "^7.0.0" + "@angular-eslint/bundled-angular-compiler": "19.0.2", + "eslint-scope": "^8.0.2" }, "peerDependencies": { - "eslint": "^7.20.0 || ^8.0.0", + "eslint": "^8.57.0 || ^9.0.0", "typescript": "*" } }, + "node_modules/@angular-eslint/template-parser/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/template-parser/node_modules/eslint-scope": { + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.2.0.tgz", + "integrity": "sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A==", + "dev": true, + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^5.2.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, "node_modules/@angular-eslint/utils": { "version": "16.3.1", "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-16.3.1.tgz", diff --git a/package.json b/package.json index 52adc8a2e3..30271b00f8 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "@angular-eslint/eslint-plugin": "^16.1.2", "@angular-eslint/eslint-plugin-template": "^16.0.2", "@angular-eslint/schematics": "^16.3.0", - "@angular-eslint/template-parser": "^16.3.1", + "@angular-eslint/template-parser": "^19.0.2", "@angular/cli": "16.2.9", "@angular/compiler-cli": "16.2.9", "@angular/language-service": "16.2.9",