diff --git a/package-lock.json b/package-lock.json index 776237d3..a752a30c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@angular-eslint/eslint-plugin": "~16.0.3", "@angular-eslint/eslint-plugin-template": "~16.0.3", "@angular-eslint/schematics": "~16.0.3", - "@angular-eslint/template-parser": "~16.0.3", + "@angular-eslint/template-parser": "~17.1.1", "@angular/cli": "~16.0.6", "@angular/compiler-cli": "~16.0.6", "@commitlint/cli": "^17.6.6", @@ -364,12 +364,12 @@ } }, "node_modules/@angular-eslint/template-parser": { - "version": "16.0.3", - "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-16.0.3.tgz", - "integrity": "sha512-IAWdwp/S9QC3EMiVxSS0E3ABy9PSidN3PW0Ll2EtM3mzXMYlpZXmxqd+B1xV/xKWzhk1Mp04QX8hHfG6Vq+qaQ==", + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-17.1.1.tgz", + "integrity": "sha512-ofL46rNhRVeSxrSQF0vwhKMco+vJuo+ZGjSOzFmT9N3KAMB0j+WXTbpyGGMy0gQSBc4W6p+j+zxGa2CR2xb6wA==", "dev": true, "dependencies": { - "@angular-eslint/bundled-angular-compiler": "16.0.3", + "@angular-eslint/bundled-angular-compiler": "17.1.1", "eslint-scope": "^7.0.0" }, "peerDependencies": { @@ -377,6 +377,12 @@ "typescript": "*" } }, + "node_modules/@angular-eslint/template-parser/node_modules/@angular-eslint/bundled-angular-compiler": { + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-17.1.1.tgz", + "integrity": "sha512-xRlSh9qjdUdUKAy/0UQsxX7wf1tHApAsHsfismebPriqfmVAPyEg4HBrM8ImWaZxiqaTGC1AyHsUBQD5FK8o6w==", + "dev": true + }, "node_modules/@angular-eslint/utils": { "version": "16.0.3", "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-16.0.3.tgz", diff --git a/package.json b/package.json index 27ee7060..16a70c6f 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@angular-eslint/eslint-plugin": "~16.0.3", "@angular-eslint/eslint-plugin-template": "~16.0.3", "@angular-eslint/schematics": "~16.0.3", - "@angular-eslint/template-parser": "~16.0.3", + "@angular-eslint/template-parser": "~17.1.1", "@angular/cli": "~16.0.6", "@angular/compiler-cli": "~16.0.6", "@commitlint/cli": "^17.6.6",