diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 2a045e8..5e24041 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^21.1.2", "@angular/cdk": "^21.1.2", "@angular/common": "^21.1.2", - "@angular/compiler": "^21.1.2", + "@angular/compiler": "^21.2.4", "@angular/core": "^21.1.2", "@angular/forms": "^21.1.2", "@angular/material": "^21.1.2", @@ -836,9 +836,9 @@ } }, "node_modules/@angular/compiler": { - "version": "21.1.2", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.1.2.tgz", - "integrity": "sha512-5OFdZPNix7iK4HSdRxPgg74VvcmQZAMzv9ACYZ8iGfNxiJUjFSurfz0AtVEh0oE2oZDH1v48bHI1s+0ljCHZhA==", + "version": "21.2.4", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.4.tgz", + "integrity": "sha512-9+ulVK3idIo/Tu4X2ic7/V0+Uj7pqrOAbOuIirYe6Ymm3AjexuFRiGBbfcH0VJhQ5cf8TvIJ1fuh+MI4JiRIxA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/frontend/package.json b/frontend/package.json index 966a840..e16ab6a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -26,7 +26,7 @@ "@angular/animations": "^21.1.2", "@angular/cdk": "^21.1.2", "@angular/common": "^21.1.2", - "@angular/compiler": "^21.1.2", + "@angular/compiler": "^21.2.4", "@angular/core": "^21.1.2", "@angular/forms": "^21.1.2", "@angular/material": "^21.1.2",