diff --git a/package-lock.json b/package-lock.json index a6e69e69..0ff81fd5 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.3.1", "@angular/cli": "^17.3.8", "@angular/compiler-cli": "^17.3.11", "@compodoc/compodoc": "^1.1.25", @@ -937,20 +937,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.3.1", + "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-18.3.1.tgz", + "integrity": "sha512-JUUkfWH1G+u/Uk85ZYvJSt/qwN/Ko+jlXFtzBEcknJZsTWTwBcp36v77gPZe5FmKSziJZpyPUd+7Kiy6tuSCTw==", "dev": true, - "license": "MIT", "dependencies": { - "@angular-eslint/bundled-angular-compiler": "17.4.1", - "eslint-scope": "^8.0.0" + "@angular-eslint/bundled-angular-compiler": "18.3.1", + "eslint-scope": "^8.0.2" }, "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.3.1", + "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-18.3.1.tgz", + "integrity": "sha512-sikmkjfsXPpPTku1aQkQ1MNNEKGBgGGRvUN/WeNS9dhCJ4dxU3O7dZctt1aQWj+W3nbuUtDiimAWF5fZHGFE2Q==", + "dev": true + }, "node_modules/@angular-eslint/utils": { "version": "17.4.1", "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-17.4.1.tgz", @@ -10860,11 +10865,10 @@ } }, "node_modules/eslint-scope": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.0.1.tgz", - "integrity": "sha512-pL8XjgP4ZOmmwfFE8mEhSxA7ZY4C+LWyqjQ3o4yWkkmD0qcMT9kkW3zWHOczhWcjTSgqycYAgwSlXvZltv65og==", + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.0.2.tgz", + "integrity": "sha512-6E4xmrTw5wtxnLA5wYL3WDfhZ/1bUBGOXV0zQvVRDOtrR8D0p6W7fs3JweNYhwRYeGvd/1CKX2se0/2s7Q/nJA==", "dev": true, - "license": "BSD-2-Clause", "dependencies": { "esrecurse": "^4.3.0", "estraverse": "^5.2.0" diff --git a/package.json b/package.json index d90cd950..9615bb0a 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.3.1", "@angular/cli": "^17.3.8", "@angular/compiler-cli": "^17.3.11", "@compodoc/compodoc": "^1.1.25",