diff --git a/package.json b/package.json index 497f77a8..b396745b 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@angular-eslint/eslint-plugin": "^16.1.1", "@angular-eslint/eslint-plugin-template": "^16.1.1", "@angular-eslint/schematics": "^16.2.0", - "@angular-eslint/template-parser": "^16.2.0", + "@angular-eslint/template-parser": "^17.0.1", "@angular/cli": "^16.2.10", "@angular/compiler-cli": "^16.2.10", "@types/jasmine": "^5.1.1", diff --git a/yarn.lock b/yarn.lock index 3c898272..2521c2d2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -159,6 +159,11 @@ resolved "https://registry.yarnpkg.com/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-16.2.0.tgz#09d0637d738850a2c6f0523f19632e992f790102" integrity sha512-ct9orDYxkMl2+uvM7UBfgV28Dq57V4dEs+Drh7cD673JIMa6sXbgmd0QEtm8W3cmyK/jcTzmuoufxbH7hOxd6g== +"@angular-eslint/bundled-angular-compiler@17.0.1": + version "17.0.1" + resolved "https://registry.yarnpkg.com/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-17.0.1.tgz#18103ba4d24d3b17744c008e4e3a46c1185be345" + integrity sha512-E3YK9/uIBsuKC76i6uvPdtq8bwA63WDKDYpsPSTLF2XmL3a5LGev0+NmJCD2zR/0uMenHYB27BwjZotpk1rycg== + "@angular-eslint/eslint-plugin-template@16.2.0", "@angular-eslint/eslint-plugin-template@^16.1.1": version "16.2.0" resolved "https://registry.yarnpkg.com/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-16.2.0.tgz#5d1dd0f450020c9bc8d9cbd5fcbf173b15ff3bd3" @@ -192,12 +197,12 @@ strip-json-comments "3.1.1" tmp "0.2.1" -"@angular-eslint/template-parser@^16.2.0": - version "16.2.0" - resolved "https://registry.yarnpkg.com/@angular-eslint/template-parser/-/template-parser-16.2.0.tgz#eccd1a2424b001a585107ec4db8eda726bdc9a6d" - integrity sha512-v2jVKTy2wN7iM9nHpBkxLn2wfL8jSl4IlPrXThIqj8No2VHtpLQZPKuXbGPUXQX05VS2Mj5feScQ36ZVGS8Rbw== +"@angular-eslint/template-parser@^17.0.1": + version "17.0.1" + resolved "https://registry.yarnpkg.com/@angular-eslint/template-parser/-/template-parser-17.0.1.tgz#fd8b595b27d8ff704f05f85d95728f7856e85b1b" + integrity sha512-EBN5c0/HuaikvPMqQJ6z2U2qSHof6xgwzNH48F4+Mnn2oMzz0eqtvjNrbTCka/vSCjELczao9px879ywDjVB5g== dependencies: - "@angular-eslint/bundled-angular-compiler" "16.2.0" + "@angular-eslint/bundled-angular-compiler" "17.0.1" eslint-scope "^7.0.0" "@angular-eslint/utils@16.2.0":