diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 057833d..c27582d 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^21.2.11", "@angular/cdk": "^21.2.9", "@angular/common": "^21.2.11", - "@angular/compiler": "^21.2.11", + "@angular/compiler": "^21.2.17", "@angular/core": "^21.2.11", "@angular/forms": "^21.2.11", "@angular/material": "^21.2.9", @@ -672,9 +672,9 @@ } }, "node_modules/@angular/compiler": { - "version": "21.2.11", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.11.tgz", - "integrity": "sha512-/KdE0kPQr24K/aNsdIDS2or555+8CrQxyRB5MxPKy3/8d6EvilEY/UN7pB7A5xgRQtUPMea08ZzLFJVp1qNbDA==", + "version": "21.2.17", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.17.tgz", + "integrity": "sha512-p+NdjYiwAz9Zmu2yul0LlMXaFjMISVVa24+/MVMoKFeQeI82QE8jDywPlnOSHQHvdCcQVpS7saeEriZzX3JuBQ==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/frontend/package.json b/frontend/package.json index e2c3f5b..4b7a45f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -26,7 +26,7 @@ "@angular/animations": "^21.2.11", "@angular/cdk": "^21.2.9", "@angular/common": "^21.2.11", - "@angular/compiler": "^21.2.11", + "@angular/compiler": "^21.2.17", "@angular/core": "^21.2.11", "@angular/forms": "^21.2.11", "@angular/material": "^21.2.9",