diff --git a/package-lock.json b/package-lock.json index e2dacd23e9..7de525843e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "@angular-devkit/schematics": "18.2.13", "@angular-eslint/eslint-plugin": "17.0.1", "@angular-eslint/eslint-plugin-template": "17.0.1", - "@angular-eslint/template-parser": "17.0.1", + "@angular-eslint/template-parser": "19.6.0", "@angular/cli": "~17.1.0", "@angular/compiler-cli": "18.2.13", "@chromatic-com/storybook": "1.7.0", @@ -1451,20 +1451,44 @@ } }, "node_modules/@angular-eslint/template-parser": { - "version": "17.0.1", - "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-17.0.1.tgz", - "integrity": "sha512-EBN5c0/HuaikvPMqQJ6z2U2qSHof6xgwzNH48F4+Mnn2oMzz0eqtvjNrbTCka/vSCjELczao9px879ywDjVB5g==", + "version": "19.6.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-19.6.0.tgz", + "integrity": "sha512-NGxXUZkI5lXjoKnmL51C8DoJx8AjwF9sonieC2EVxgXycK2MYAamFWYGHMiVemzFsg1nIv+JvhHITgjSjyC3HQ==", "dev": true, "license": "MIT", "dependencies": { - "@angular-eslint/bundled-angular-compiler": "17.0.1", - "eslint-scope": "^7.0.0" + "@angular-eslint/bundled-angular-compiler": "19.6.0", + "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.6.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-19.6.0.tgz", + "integrity": "sha512-ro+seaTAg5GvtJ72uWEEnP9J5mT0vtgdqH6YMrmMt4pZbSZxvkLfLjZGkXo/HjVDVcCjPnmZeMwKN+uoEc27Jg==", + "dev": true, + "license": "MIT" + }, + "node_modules/@angular-eslint/template-parser/node_modules/eslint-scope": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.3.0.tgz", + "integrity": "sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==", + "dev": true, + "license": "BSD-2-Clause", + "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": "17.0.1", "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-17.0.1.tgz", diff --git a/package.json b/package.json index fd019bdc64..a0c9d84f68 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "@angular-devkit/schematics": "18.2.13", "@angular-eslint/eslint-plugin": "17.0.1", "@angular-eslint/eslint-plugin-template": "17.0.1", - "@angular-eslint/template-parser": "17.0.1", + "@angular-eslint/template-parser": "19.6.0", "@angular/cli": "~17.1.0", "@angular/compiler-cli": "18.2.13", "@chromatic-com/storybook": "1.7.0",