diff --git a/console/package.json b/console/package.json index bbcb381cf5..c691fb63b6 100644 --- a/console/package.json +++ b/console/package.json @@ -59,7 +59,7 @@ "@angular-eslint/eslint-plugin": "18.0.0", "@angular-eslint/eslint-plugin-template": "18.0.0", "@angular-eslint/schematics": "16.2.0", - "@angular-eslint/template-parser": "18.3.0", + "@angular-eslint/template-parser": "19.0.0", "@angular/cli": "^16.2.15", "@angular/compiler-cli": "^16.2.5", "@angular/language-service": "^18.2.4", diff --git a/console/yarn.lock b/console/yarn.lock index c54f09c395..6f1662df21 100644 --- a/console/yarn.lock +++ b/console/yarn.lock @@ -144,10 +144,10 @@ resolved "https://registry.yarnpkg.com/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-18.0.0.tgz#b95769124ccbfed6a313e0b0b56c4c7fd90eef30" integrity sha512-c5XNfpWN6vfMoZpnLLeras7nUIVI10ofJu3W3s1s1NpCjP67kY84SPYRJIND1LemVewMQ+mhnP4xJnqvJxC1tA== -"@angular-eslint/bundled-angular-compiler@18.3.0": - version "18.3.0" - resolved "https://registry.yarnpkg.com/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-18.3.0.tgz#086bf5d529e60a864bbcf3d448ccb9544bfd9b86" - integrity sha512-v/59FxUKnMzymVce99gV43huxoqXWMb85aKvzlNvLN+ScDu6ZE4YMiTQNpfapVL2lkxhs0uwB3jH17EYd5TcsA== +"@angular-eslint/bundled-angular-compiler@19.0.0": + version "19.0.0" + resolved "https://registry.yarnpkg.com/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-19.0.0.tgz#53260ab328a98ff50726b220de9044d1c4db5c09" + integrity sha512-q6IaiqKYcmBW/gw55tytDucguo5E48szVCLNLHUFdN98YDDsP+KM3MPWYPyZcXpusmFfIjLdr8d41PlKmyMUpg== "@angular-eslint/eslint-plugin-template@16.2.0": version "16.2.0" @@ -202,12 +202,12 @@ strip-json-comments "3.1.1" tmp "0.2.1" -"@angular-eslint/template-parser@18.3.0": - version "18.3.0" - resolved "https://registry.yarnpkg.com/@angular-eslint/template-parser/-/template-parser-18.3.0.tgz#c64e7e5a5dba9599d23fb3a0ac2e1aef101eeeec" - integrity sha512-1mUquqcnugI4qsoxcYZKZ6WMi6RPelDcJZg2YqGyuaIuhWmi3ZqJZLErSSpjP60+TbYZu7wM8Kchqa1bwJtEaQ== +"@angular-eslint/template-parser@19.0.0": + version "19.0.0" + resolved "https://registry.yarnpkg.com/@angular-eslint/template-parser/-/template-parser-19.0.0.tgz#f007b35437af97020e861b1468c3c97f8aed1466" + integrity sha512-bOLMNBQbrLMujGWSda0SF8ka7snQ9Uzxie1dr5LquI104p2J4Wt90DOoaWzhNaBBwedt3WXmhSHmvvR9720kHA== dependencies: - "@angular-eslint/bundled-angular-compiler" "18.3.0" + "@angular-eslint/bundled-angular-compiler" "19.0.0" eslint-scope "^8.0.2" "@angular-eslint/utils@16.2.0":