diff --git a/package-lock.json b/package-lock.json index c56dca6b..9616b196 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@angular-eslint/eslint-plugin": "19.8.1", "@angular-eslint/eslint-plugin-template": "20.0.0", "@angular-eslint/schematics": "^20.1.1", - "@angular-eslint/template-parser": "20.0.0", + "@angular-eslint/template-parser": "20.1.1", "@angular/animations": "^19.0.5", "@angular/cli": "^19.0.6", "@angular/compiler": "^19.0.5", @@ -1746,21 +1746,6 @@ "typescript": "*" } }, - "node_modules/@angular-eslint/schematics/node_modules/@angular-eslint/template-parser": { - "version": "20.1.1", - "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-20.1.1.tgz", - "integrity": "sha512-giIMYORf8P8MbBxh6EUfiR/7Y+omxJtK2C7a8lYTtLSOIGO0D8c8hXx9hTlPcdupVX+xZXDuZ85c9JDen+JSSA==", - "dev": true, - "peer": true, - "dependencies": { - "@angular-eslint/bundled-angular-compiler": "20.1.1", - "eslint-scope": "^8.0.2" - }, - "peerDependencies": { - "eslint": "^8.57.0 || ^9.0.0", - "typescript": "*" - } - }, "node_modules/@angular-eslint/schematics/node_modules/@angular-eslint/utils": { "version": "20.1.1", "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-20.1.1.tgz", @@ -2080,13 +2065,13 @@ } }, "node_modules/@angular-eslint/template-parser": { - "version": "20.0.0", - "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-20.0.0.tgz", - "integrity": "sha512-5y9hxH/z+9rIOJp1FwRBSgJ6xt8/pgRfBF+eEIPyIHKl5mV0cVzlQiD7j1LMYTcxJZLHAoryomvSBDpmbtAlWg==", + "version": "20.1.1", + "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-20.1.1.tgz", + "integrity": "sha512-giIMYORf8P8MbBxh6EUfiR/7Y+omxJtK2C7a8lYTtLSOIGO0D8c8hXx9hTlPcdupVX+xZXDuZ85c9JDen+JSSA==", "dev": true, "license": "MIT", "dependencies": { - "@angular-eslint/bundled-angular-compiler": "20.0.0", + "@angular-eslint/bundled-angular-compiler": "20.1.1", "eslint-scope": "^8.0.2" }, "peerDependencies": { @@ -2094,6 +2079,13 @@ "typescript": "*" } }, + "node_modules/@angular-eslint/template-parser/node_modules/@angular-eslint/bundled-angular-compiler": { + "version": "20.1.1", + "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-20.1.1.tgz", + "integrity": "sha512-hEWh/upyTj2bhyRmbNnGtlOXhBSEHwLg8/9YYhwmiNApQwKcvcg7lkstZMEVrKievNHZT6Wh4dWZvjRjMqLNSg==", + "dev": true, + "license": "MIT" + }, "node_modules/@angular-eslint/utils": { "version": "20.0.0", "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-20.0.0.tgz", diff --git a/package.json b/package.json index a77a110a..c9ce9dd1 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@angular-eslint/eslint-plugin": "19.8.1", "@angular-eslint/eslint-plugin-template": "20.0.0", "@angular-eslint/schematics": "^20.1.1", - "@angular-eslint/template-parser": "20.0.0", + "@angular-eslint/template-parser": "20.1.1", "@angular/animations": "^19.0.5", "@angular/cli": "^19.0.6", "@angular/compiler": "^19.0.5",