diff --git a/teammapper-frontend/package-lock.json b/teammapper-frontend/package-lock.json index 3f942991..1fdecc00 100644 --- a/teammapper-frontend/package-lock.json +++ b/teammapper-frontend/package-lock.json @@ -54,7 +54,7 @@ "@angular-eslint/eslint-plugin": "18.3.1", "@angular-eslint/eslint-plugin-template": "18.3.1", "@angular-eslint/schematics": "18.4.0", - "@angular-eslint/template-parser": "18.4.2", + "@angular-eslint/template-parser": "19.0.2", "@angular/language-service": "18.2.8", "@compodoc/compodoc": "^1.1.26", "@eslint/js": "^9.12.0", @@ -1232,13 +1232,12 @@ } }, "node_modules/@angular-eslint/template-parser": { - "version": "18.4.2", - "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-18.4.2.tgz", - "integrity": "sha512-KGjDLUxMsdjaxC+8VTxCG07Q6qshOTWMYTvp2LZ4QBySDQnQuFwsIJIJfU8jJwzJCkPKfVpnyuHggAn7fdYnxA==", + "version": "19.0.2", + "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-19.0.2.tgz", + "integrity": "sha512-z3rZd2sBfuYcFf9rGDsB2zz2fbGX8kkF+0ftg9eocyQmzWrlZHFmuw9ha7oP/Mz8gpblyCS/aa1U/Srs6gz0UQ==", "dev": true, - "license": "MIT", "dependencies": { - "@angular-eslint/bundled-angular-compiler": "18.4.2", + "@angular-eslint/bundled-angular-compiler": "19.0.2", "eslint-scope": "^8.0.2" }, "peerDependencies": { @@ -1247,11 +1246,10 @@ } }, "node_modules/@angular-eslint/template-parser/node_modules/@angular-eslint/bundled-angular-compiler": { - "version": "18.4.2", - "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-18.4.2.tgz", - "integrity": "sha512-K7pqmZI3Dl75zlLexyaM7bw4xdgk/3bhP1B6uqDKML9+vIIvccCR2bGvqFurqeFbJlMykzb3H4jytT+HpqV4tg==", - "dev": true, - "license": "MIT" + "version": "19.0.2", + "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-19.0.2.tgz", + "integrity": "sha512-HPmp92r70SNO/0NdIaIhxrgVSpomqryuUk7jszvNRtu+OzYCJGcbLhQD38T3dbBWT/AV0QXzyzExn6/2ai9fEw==", + "dev": true }, "node_modules/@angular-eslint/utils": { "version": "18.3.1", diff --git a/teammapper-frontend/package.json b/teammapper-frontend/package.json index 6206c8e3..565dd61f 100644 --- a/teammapper-frontend/package.json +++ b/teammapper-frontend/package.json @@ -82,7 +82,7 @@ "@angular-eslint/eslint-plugin": "18.3.1", "@angular-eslint/eslint-plugin-template": "18.3.1", "@angular-eslint/schematics": "18.4.0", - "@angular-eslint/template-parser": "18.4.2", + "@angular-eslint/template-parser": "19.0.2", "@angular/language-service": "18.2.8", "@compodoc/compodoc": "^1.1.26", "@eslint/js": "^9.12.0",