diff --git a/package-lock.json b/package-lock.json index cc29f010..6bdae239 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "@angular-eslint/eslint-plugin": "17.4.1", "@angular-eslint/eslint-plugin-template": "17.4.1", "@angular-eslint/schematics": "17.4.1", - "@angular-eslint/template-parser": "17.4.1", + "@angular-eslint/template-parser": "18.1.0", "@angular/cli": "^17.3.8", "@angular/compiler-cli": "^17.3.11", "@compodoc/compodoc": "^1.1.25", @@ -934,20 +934,25 @@ } }, "node_modules/@angular-eslint/template-parser": { - "version": "17.4.1", - "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-17.4.1.tgz", - "integrity": "sha512-fJQpwQXexgs7Z3yYpQAfuAkFB2Y5H8SSlo+eAPPafOOPpPSIm/yP4dQ2e06tE8zWB5yjYnVBMJnUKSmG5GJSDw==", + "version": "18.1.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-18.1.0.tgz", + "integrity": "sha512-YqBNusbt3vWbm8eo2dICytU8hP8/ez4uETkwKpMvB+H1E0rYaD2F17D47YO9BBFUHCNzAGIBlA8BWDN1kLEMlw==", "dev": true, - "license": "MIT", "dependencies": { - "@angular-eslint/bundled-angular-compiler": "17.4.1", + "@angular-eslint/bundled-angular-compiler": "18.1.0", "eslint-scope": "^8.0.0" }, "peerDependencies": { - "eslint": "^7.20.0 || ^8.0.0", + "eslint": "^8.57.0 || ^9.0.0", "typescript": "*" } }, + "node_modules/@angular-eslint/template-parser/node_modules/@angular-eslint/bundled-angular-compiler": { + "version": "18.1.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-18.1.0.tgz", + "integrity": "sha512-2JNlMEnCvLz8q1Qa4sWR9BddtpDWMKYguMzHJKm5zUDwH90CgWHolQlXumtpqbL8r78xd57t35IkbEFLF3UsQw==", + "dev": true + }, "node_modules/@angular-eslint/utils": { "version": "17.4.1", "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-17.4.1.tgz", diff --git a/package.json b/package.json index c212d362..987a66ef 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@angular-eslint/eslint-plugin": "17.4.1", "@angular-eslint/eslint-plugin-template": "17.4.1", "@angular-eslint/schematics": "17.4.1", - "@angular-eslint/template-parser": "17.4.1", + "@angular-eslint/template-parser": "18.1.0", "@angular/cli": "^17.3.8", "@angular/compiler-cli": "^17.3.11", "@compodoc/compodoc": "^1.1.25",