diff --git a/client/package-lock.json b/client/package-lock.json index dd0cadb..571ba3b 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^17.0.9", "@angular/cdk": "^17.2.0", "@angular/common": "^17.0.9", - "@angular/compiler": "^17.0.9", + "@angular/compiler": "^19.2.17", "@angular/core": "^17.0.9", "@angular/forms": "^17.0.9", "@angular/material": "^17.2.0", @@ -1864,22 +1864,15 @@ } }, "node_modules/@angular/compiler": { - "version": "17.0.9", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.0.9.tgz", - "integrity": "sha512-xf0JChGttVoYPh0PRV3KnbujtlNFavcYzElS6W8iW64O+2HaSxaquWnolcgL5QT1rNGp4s/TxsttloLhbqxNmw==", + "version": "19.2.17", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.2.17.tgz", + "integrity": "sha512-qo8psYASAlDiQ8fAL8i/E2JfWH2nPTpZDKKZxSWvgBVA8o+zUEjYAJu6/k6btnu+4Qcb425T0rmM/zao6EU9Aw==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.13.0 || >=20.9.0" - }, - "peerDependencies": { - "@angular/core": "17.0.9" - }, - "peerDependenciesMeta": { - "@angular/core": { - "optional": true - } + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" } }, "node_modules/@angular/compiler-cli": { @@ -4966,6 +4959,7 @@ "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-17.0.10.tgz", "integrity": "sha512-UCiLrV2aLrtR7Wr/jJi0nH2Xzb7ETenrPWU/EcW9V3lnlDun5g1J0y01jRzvcipxNTOmFfI4lqv288nKSmSOAA==", "dev": true, + "license": "MIT", "engines": { "node": "^18.13.0 || >=20.9.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", @@ -18926,9 +18920,9 @@ } }, "@angular/compiler": { - "version": "17.0.9", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.0.9.tgz", - "integrity": "sha512-xf0JChGttVoYPh0PRV3KnbujtlNFavcYzElS6W8iW64O+2HaSxaquWnolcgL5QT1rNGp4s/TxsttloLhbqxNmw==", + "version": "19.2.17", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.2.17.tgz", + "integrity": "sha512-qo8psYASAlDiQ8fAL8i/E2JfWH2nPTpZDKKZxSWvgBVA8o+zUEjYAJu6/k6btnu+4Qcb425T0rmM/zao6EU9Aw==", "requires": { "tslib": "^2.3.0" } diff --git a/client/package.json b/client/package.json index 4988f6e..c5b80ff 100644 --- a/client/package.json +++ b/client/package.json @@ -16,7 +16,7 @@ "@angular/animations": "^17.0.9", "@angular/cdk": "^17.2.0", "@angular/common": "^17.0.9", - "@angular/compiler": "^17.0.9", + "@angular/compiler": "^19.2.17", "@angular/core": "^17.0.9", "@angular/forms": "^17.0.9", "@angular/material": "^17.2.0",