diff --git a/package-lock.json b/package-lock.json index 9dc2273fdd..4d7d882db1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "@angular-eslint/eslint-plugin": "^16.1.2", "@angular-eslint/eslint-plugin-template": "^16.0.2", "@angular-eslint/schematics": "15.2.1", - "@angular-eslint/template-parser": "^15.2.1", + "@angular-eslint/template-parser": "^18.3.1", "@angular/cli": "15.2.10", "@angular/compiler-cli": "15.2.10", "@angular/language-service": "15.2.10", @@ -1223,25 +1223,41 @@ } }, "node_modules/@angular-eslint/template-parser": { - "version": "15.2.1", - "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-15.2.1.tgz", - "integrity": "sha512-ViCi79gC2aKJecmYLkOT+QlT5WMRNXeYz0Dr9Pr8qXzIbY0oAWE7nOT5jkXwQ9oUk+ybtGCWHma5JVJWVJsIog==", + "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, "dependencies": { - "@angular-eslint/bundled-angular-compiler": "15.2.1", - "eslint-scope": "^7.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": "15.2.1", - "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-15.2.1.tgz", - "integrity": "sha512-LO7Am8eVCr7oh6a0VmKSL7K03CnQEQhFO7Wt/YtbfYOxVjrbwmYLwJn+wZPOT7A02t/BttOD/WXuDrOWtSMQ/Q==", + "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/template-parser/node_modules/eslint-scope": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.1.0.tgz", + "integrity": "sha512-14dSvlhaVhKKsa9Fx1l8A17s7ah7Ef7wCakJ10LYk6+GYmP9yDti2oq2SEwcyndt6knfcZyhyxwY3i9yL78EQw==", + "dev": true, + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^5.2.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, "node_modules/@angular-eslint/utils": { "version": "15.2.1", "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-15.2.1.tgz", diff --git a/package.json b/package.json index e880e1b7d8..da5aa59a0a 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "@angular-eslint/eslint-plugin": "^16.1.2", "@angular-eslint/eslint-plugin-template": "^16.0.2", "@angular-eslint/schematics": "15.2.1", - "@angular-eslint/template-parser": "^15.2.1", + "@angular-eslint/template-parser": "^18.3.1", "@angular/cli": "15.2.10", "@angular/compiler-cli": "15.2.10", "@angular/language-service": "15.2.10",