diff --git a/package.json b/package.json index f76d264..e13ff36 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@angular-eslint/builder": "17.3.0", "@angular-eslint/eslint-plugin": "17.4.0", "@angular-eslint/eslint-plugin-template": "17.5.1", - "@angular-eslint/template-parser": "17.5.1", + "@angular-eslint/template-parser": "17.5.2", "@angular/cli": "^17.3.8", "@angular/compiler": "17.3.4", "@angular/compiler-cli": "17.3.4", diff --git a/yarn.lock b/yarn.lock index 1bc86ed..60b896f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -163,6 +163,11 @@ resolved "https://registry.yarnpkg.com/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-17.5.1.tgz#21017c29486bf2f0f83501fb034dd0ff0a2c173e" integrity sha512-2gYFcWsGcw3BytCzt6DzKNayOHhW1dhMAgttor94lXLYOYN82eLGomC+aZF/U6fqVGBjm5JIEJpWbNF+NawZ7w== +"@angular-eslint/bundled-angular-compiler@17.5.2": + version "17.5.2" + resolved "https://registry.yarnpkg.com/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-17.5.2.tgz#853e3b6d7be4b4adb39cbaf4f6fba34e032095d3" + integrity sha512-K4hVnMyI98faMJmsA4EOBkD0tapDjWV5gy0j/wJ2uSL46d3JgZPZNJSO1zStf/b3kT4gLOlQ/ulWFiUf1DxgIw== + "@angular-eslint/eslint-plugin-template@17.5.1": version "17.5.1" resolved "https://registry.yarnpkg.com/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-17.5.1.tgz#72a07db87698aec0277b463bf3630b040f97af39" @@ -184,12 +189,12 @@ "@angular-eslint/utils" "17.4.0" "@typescript-eslint/utils" "7.8.0" -"@angular-eslint/template-parser@17.5.1": - version "17.5.1" - resolved "https://registry.yarnpkg.com/@angular-eslint/template-parser/-/template-parser-17.5.1.tgz#fcb888b569d547d44fec24ced8a269521e8096c0" - integrity sha512-DJcYacYEb17uUlQFYIKSjmlzWJEfev5pOMddDewV3h6oVm4T77X1SH/u8n5Oz1Zy13TrLWponwFORCKhg7nOfg== +"@angular-eslint/template-parser@17.5.2": + version "17.5.2" + resolved "https://registry.yarnpkg.com/@angular-eslint/template-parser/-/template-parser-17.5.2.tgz#0306e6f49cd70a155e5dcfb33a245fefa7e474e9" + integrity sha512-46emLElmnIUzW0bpEpSf0u05ofRVUwlfttDOMLedhi700peUKbB9Y6iyz3GzAtQCMklBbJC9nR87LQRH9aSlog== dependencies: - "@angular-eslint/bundled-angular-compiler" "17.5.1" + "@angular-eslint/bundled-angular-compiler" "17.5.2" eslint-scope "^8.0.0" "@angular-eslint/utils@17.4.0":