diff --git a/package.json b/package.json index 00165dd..3308948 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@angular-devkit/schematics": "~18.1.0", "@angular-eslint/eslint-plugin": "^18.0.1", "@angular-eslint/eslint-plugin-template": "^18.0.1", - "@angular-eslint/template-parser": "^18.0.1", + "@angular-eslint/template-parser": "^18.3.1", "@angular/build": "~18.2.3", "@angular/cli": "~18.1.0", "@angular/compiler-cli": "~18.1.0", diff --git a/yarn.lock b/yarn.lock index 1d2ea58..1d8ce5a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -165,6 +165,11 @@ resolved "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-18.1.0.tgz" integrity sha512-2JNlMEnCvLz8q1Qa4sWR9BddtpDWMKYguMzHJKm5zUDwH90CgWHolQlXumtpqbL8r78xd57t35IkbEFLF3UsQw== +"@angular-eslint/bundled-angular-compiler@18.3.1": + version "18.3.1" + resolved "https://registry.yarnpkg.com/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-18.3.1.tgz#c135fd63cd845889008e3dddda97cb9e86321b7b" + integrity sha512-sikmkjfsXPpPTku1aQkQ1MNNEKGBgGGRvUN/WeNS9dhCJ4dxU3O7dZctt1aQWj+W3nbuUtDiimAWF5fZHGFE2Q== + "@angular-eslint/eslint-plugin-template@^18.0.1": version "18.1.0" resolved "https://registry.npmjs.org/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-18.1.0.tgz" @@ -183,13 +188,13 @@ "@angular-eslint/bundled-angular-compiler" "18.1.0" "@angular-eslint/utils" "18.1.0" -"@angular-eslint/template-parser@^18.0.1": - version "18.1.0" - resolved "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-18.1.0.tgz" - integrity sha512-YqBNusbt3vWbm8eo2dICytU8hP8/ez4uETkwKpMvB+H1E0rYaD2F17D47YO9BBFUHCNzAGIBlA8BWDN1kLEMlw== +"@angular-eslint/template-parser@^18.3.1": + version "18.3.1" + resolved "https://registry.yarnpkg.com/@angular-eslint/template-parser/-/template-parser-18.3.1.tgz#695d8f75c6d653b93a396b35ab35e380d3936245" + integrity sha512-JUUkfWH1G+u/Uk85ZYvJSt/qwN/Ko+jlXFtzBEcknJZsTWTwBcp36v77gPZe5FmKSziJZpyPUd+7Kiy6tuSCTw== dependencies: - "@angular-eslint/bundled-angular-compiler" "18.1.0" - eslint-scope "^8.0.0" + "@angular-eslint/bundled-angular-compiler" "18.3.1" + eslint-scope "^8.0.2" "@angular-eslint/utils@18.1.0": version "18.1.0" @@ -5963,9 +5968,9 @@ eslint-scope@^7.2.2: esrecurse "^4.3.0" estraverse "^5.2.0" -eslint-scope@^8.0.0: +eslint-scope@^8.0.2: version "8.0.2" - resolved "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.0.2.tgz" + resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.0.2.tgz#5cbb33d4384c9136083a71190d548158fe128f94" integrity sha512-6E4xmrTw5wtxnLA5wYL3WDfhZ/1bUBGOXV0zQvVRDOtrR8D0p6W7fs3JweNYhwRYeGvd/1CKX2se0/2s7Q/nJA== dependencies: esrecurse "^4.3.0"