diff --git a/package.json b/package.json index e4e5d6c..886ee81 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "devDependencies": { "@1stg/common-config": "^2.5.2", - "@angular-eslint/template-parser": "^12.7.0", + "@angular-eslint/template-parser": "^15.2.0", "@angular/compiler": "^12.2.17", "@angular/core": "^12.2.17", "@changesets/changelog-github": "^0.4.8", diff --git a/yarn.lock b/yarn.lock index cf310c0..3bc1bb5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -157,6 +157,11 @@ resolved "https://registry.yarnpkg.com/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-12.7.0.tgz#e32ad1f98bf5c16dde22941e10fd014df7a1d5f2" integrity sha512-n7nUSIK+bl2DQXIPRyts/xVTw94Mk0rRNd2WBCL9ni27XKOhKtTdP7tLpD+nAiuY4BTTJr7/yTzPWCCRDQgWZg== +"@angular-eslint/bundled-angular-compiler@15.2.0": + version "15.2.0" + resolved "https://registry.yarnpkg.com/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-15.2.0.tgz#506f94c96039346f33ba92222062edbf3943543e" + integrity sha512-a0bfXxYyGoWJHrVQ4QER0HdRgselcTtJeyqiFPAxID2ZxF0IBGKLNTtugUTXekEmiLev8yGLX9TqAtthN57fEg== + "@angular-eslint/eslint-plugin-template@^12.5.0": version "12.7.0" resolved "https://registry.yarnpkg.com/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-12.7.0.tgz#8b2b504e3e909f90fcd067b332b45105c4475806" @@ -175,7 +180,7 @@ "@angular-eslint/utils" "12.7.0" "@typescript-eslint/experimental-utils" "4.28.2" -"@angular-eslint/template-parser@^12.5.0", "@angular-eslint/template-parser@^12.7.0": +"@angular-eslint/template-parser@^12.5.0": version "12.7.0" resolved "https://registry.yarnpkg.com/@angular-eslint/template-parser/-/template-parser-12.7.0.tgz#a91f23ea6d3fcefb24cc9e1be8a4df78c27addc7" integrity sha512-bTGRZ/2m2Z/MCoazWnpbPWLSBK8AsnHCuCXAgiiveYql0GD+PySP1EkBuiWesIyxCsYdzf4aQciJSVuQRo9jEQ== @@ -183,6 +188,14 @@ "@angular-eslint/bundled-angular-compiler" "12.7.0" eslint-scope "^5.1.0" +"@angular-eslint/template-parser@^15.2.0": + version "15.2.0" + resolved "https://registry.yarnpkg.com/@angular-eslint/template-parser/-/template-parser-15.2.0.tgz#2b9b794f2f763725cf4d107c0fcb6e07c460ac4e" + integrity sha512-xnnxPfV/G0Ll3B0HGrF1ucsc/DHmNE6UhhmWxYPTERq0McbZGRiATa66hCoOZ/Rdylun4ogBfsRKAG8XxEvlvw== + dependencies: + "@angular-eslint/bundled-angular-compiler" "15.2.0" + eslint-scope "^7.0.0" + "@angular-eslint/utils@12.7.0": version "12.7.0" resolved "https://registry.yarnpkg.com/@angular-eslint/utils/-/utils-12.7.0.tgz#84c80857af1b29ccd71e325e107471a1fadf4e7b" @@ -3633,6 +3646,14 @@ eslint-scope@^5.1.0, eslint-scope@^5.1.1: esrecurse "^4.3.0" estraverse "^4.1.1" +eslint-scope@^7.0.0: + version "7.1.1" + resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.1.tgz#fff34894c2f65e5226d3041ac480b4513a163642" + integrity sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw== + dependencies: + esrecurse "^4.3.0" + estraverse "^5.2.0" + eslint-template-visitor@^2.3.2: version "2.3.2" resolved "https://registry.yarnpkg.com/eslint-template-visitor/-/eslint-template-visitor-2.3.2.tgz#b52f96ff311e773a345d79053ccc78275bbc463d"