diff --git a/frontend/package-lock.json b/frontend/package-lock.json index d028af3a..76733d64 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/cdk": "^20.2.1", "@angular/common": "^20.2.0", - "@angular/compiler": "^20.2.0", + "@angular/compiler": "^20.3.16", "@angular/core": "^20.2.0", "@angular/forms": "^20.2.0", "@angular/material": "^20.2.1", @@ -530,9 +530,9 @@ } }, "node_modules/@angular/compiler": { - "version": "20.2.2", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.2.2.tgz", - "integrity": "sha512-gHZFSAVVzH/rOvZGglf5AGkk6iQgZXqgFzoThSXe+Do4XIkdeaZPVgc/3AmoHk50gAD85C90eXSjlvp/N1djRg==", + "version": "20.3.16", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.16.tgz", + "integrity": "sha512-Pt9Ms9GwTThgzdxWBwMfN8cH1JEtQ2DK5dc2yxYtPSaD+WKmG9AVL1PrzIYQEbaKcWk2jxASUHpEWSlNiwo8uw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/frontend/package.json b/frontend/package.json index f7227190..f072462d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -28,7 +28,7 @@ "dependencies": { "@angular/cdk": "^20.2.1", "@angular/common": "^20.2.0", - "@angular/compiler": "^20.2.0", + "@angular/compiler": "^20.3.16", "@angular/core": "^20.2.0", "@angular/forms": "^20.2.0", "@angular/material": "^20.2.1",