diff --git a/package-lock.json b/package-lock.json index 22d22a909..9a0ca5774 100644 --- a/package-lock.json +++ b/package-lock.json @@ -77,7 +77,7 @@ "@angular-eslint/eslint-plugin": "^12.3.1", "@angular-eslint/eslint-plugin-template": "^12.3.1", "@angular-eslint/schematics": "^12.3.1", - "@angular-eslint/template-parser": "^12.3.1", + "@angular-eslint/template-parser": "^14.0.0", "@angular/cli": "^12.2.4", "@angular/compiler": "^12.2.4", "@angular/compiler-cli": "^12.2.4", @@ -543,6 +543,12 @@ "typescript": "*" } }, + "node_modules/@angular-eslint/bundled-angular-compiler": { + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-14.0.0.tgz", + "integrity": "sha512-/rzDy+rVfpVOSAVycYsD15xbDrU54aayI94OT9Rxxl9J4Jp/Hep2FY7JrjvfqpS097qVIgJltEP9xu9OopOz7g==", + "dev": true + }, "node_modules/@angular-eslint/eslint-plugin": { "version": "12.3.1", "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-12.3.1.tgz", @@ -602,16 +608,16 @@ } }, "node_modules/@angular-eslint/template-parser": { - "version": "12.3.1", - "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-12.3.1.tgz", - "integrity": "sha512-6DkXqTaVEHZdcN3isHQ2CDoTsKLuJ5C1SYEOuFzOU1Zp85SvjxO92v6gPkFPKk0iQNVRmQS2XcKef6weehUUGA==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-14.0.0.tgz", + "integrity": "sha512-i0ec0m0hezabVYH9MruxIxLyoQp60VQAy0QvsQlYB6q3nFuJnx9MT+iSN+Now8AhWh2yqbnCxxnhhLFushwBFQ==", "dev": true, "dependencies": { + "@angular-eslint/bundled-angular-compiler": "14.0.0", "eslint-scope": "^5.1.0" }, "peerDependencies": { - "@angular/compiler": ">= 12.0.0 < 13.0.0", - "eslint": "*", + "eslint": "^7.0.0 || ^8.0.0", "typescript": "*" } }, @@ -25783,6 +25789,12 @@ "@nrwl/devkit": ">= 12.0.0 < 13.0.0" } }, + "@angular-eslint/bundled-angular-compiler": { + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-14.0.0.tgz", + "integrity": "sha512-/rzDy+rVfpVOSAVycYsD15xbDrU54aayI94OT9Rxxl9J4Jp/Hep2FY7JrjvfqpS097qVIgJltEP9xu9OopOz7g==", + "dev": true + }, "@angular-eslint/eslint-plugin": { "version": "12.3.1", "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-12.3.1.tgz", @@ -25828,11 +25840,12 @@ } }, "@angular-eslint/template-parser": { - "version": "12.3.1", - "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-12.3.1.tgz", - "integrity": "sha512-6DkXqTaVEHZdcN3isHQ2CDoTsKLuJ5C1SYEOuFzOU1Zp85SvjxO92v6gPkFPKk0iQNVRmQS2XcKef6weehUUGA==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-14.0.0.tgz", + "integrity": "sha512-i0ec0m0hezabVYH9MruxIxLyoQp60VQAy0QvsQlYB6q3nFuJnx9MT+iSN+Now8AhWh2yqbnCxxnhhLFushwBFQ==", "dev": true, "requires": { + "@angular-eslint/bundled-angular-compiler": "14.0.0", "eslint-scope": "^5.1.0" } }, diff --git a/package.json b/package.json index 1efe10ecf..29deb0234 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "@angular-eslint/eslint-plugin": "^12.3.1", "@angular-eslint/eslint-plugin-template": "^12.3.1", "@angular-eslint/schematics": "^12.3.1", - "@angular-eslint/template-parser": "^12.3.1", + "@angular-eslint/template-parser": "^14.0.0", "@angular/cli": "^12.2.4", "@angular/compiler": "^12.2.4", "@angular/compiler-cli": "^12.2.4",