diff --git a/package-lock.json b/package-lock.json index 8edc2afd..4d4d146f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@angular-eslint/eslint-plugin": "19.8.1", "@angular-eslint/eslint-plugin-template": "20.0.0", "@angular-eslint/schematics": "^20.2.0", - "@angular-eslint/template-parser": "20.0.0", + "@angular-eslint/template-parser": "20.3.0", "@angular/animations": "^19.0.5", "@angular/cli": "^19.0.6", "@angular/compiler": "^19.0.5", @@ -2086,13 +2086,13 @@ } }, "node_modules/@angular-eslint/template-parser": { - "version": "20.0.0", - "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-20.0.0.tgz", - "integrity": "sha512-5y9hxH/z+9rIOJp1FwRBSgJ6xt8/pgRfBF+eEIPyIHKl5mV0cVzlQiD7j1LMYTcxJZLHAoryomvSBDpmbtAlWg==", + "version": "20.3.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-20.3.0.tgz", + "integrity": "sha512-gB564h/kZ7siWvgHDETU++sk5e25qFfVaizLaa6KoBEYFP6dOCiedz15LTcA0TsXp0rGu6Z6zkl291iSM1qzDA==", "dev": true, "license": "MIT", "dependencies": { - "@angular-eslint/bundled-angular-compiler": "20.0.0", + "@angular-eslint/bundled-angular-compiler": "20.3.0", "eslint-scope": "^8.0.2" }, "peerDependencies": { @@ -2100,6 +2100,13 @@ "typescript": "*" } }, + "node_modules/@angular-eslint/template-parser/node_modules/@angular-eslint/bundled-angular-compiler": { + "version": "20.3.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-20.3.0.tgz", + "integrity": "sha512-QwuNnmRNr/uNj89TxknPbGcs5snX1w7RoJJPNAsfb2QGcHzUTQovS8hqm9kaDZdpUJDPP7jt7B6F0+EjrPAXRA==", + "dev": true, + "license": "MIT" + }, "node_modules/@angular-eslint/utils": { "version": "20.0.0", "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-20.0.0.tgz", diff --git a/package.json b/package.json index 654f02a2..b1641e69 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@angular-eslint/eslint-plugin": "19.8.1", "@angular-eslint/eslint-plugin-template": "20.0.0", "@angular-eslint/schematics": "^20.2.0", - "@angular-eslint/template-parser": "20.0.0", + "@angular-eslint/template-parser": "20.3.0", "@angular/animations": "^19.0.5", "@angular/cli": "^19.0.6", "@angular/compiler": "^19.0.5",