diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 8849185..a9a6982 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular-devkit/schematics": "^9.1.15", "@angular/animations": "^9.0.6", - "@angular/common": "^20.3.25", + "@angular/common": "^20.3.27", "@angular/compiler": "^20.3.25", "@angular/core": "^11.0.5", "@angular/forms": "^9.0.6", @@ -2549,9 +2549,9 @@ } }, "node_modules/@angular/common": { - "version": "20.3.25", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.3.25.tgz", - "integrity": "sha512-rnRGcXbjet0DHgkRL4Dqxk21G2T4UypVfiTV/fay58H8w9U89PJ1L6gRmk8B/uyfpii/9r23cBwnpcguQykxYw==", + "version": "20.3.27", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.3.27.tgz", + "integrity": "sha512-4ectYP60XatB9zZ40WlfmaTzjmEhaz8SSqLsbZI4VZ8gDb5qNmxWtwwt8UxS3NmDHEgqdNL8UPO4E94+yKCICg==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -2560,7 +2560,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "20.3.25", + "@angular/core": "20.3.27", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/frontend/package.json b/frontend/package.json index d1ab992..f1b048d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -14,7 +14,7 @@ "dependencies": { "@angular-devkit/schematics": "^9.1.15", "@angular/animations": "^9.0.6", - "@angular/common": "^20.3.25", + "@angular/common": "^20.3.27", "@angular/compiler": "^20.3.25", "@angular/core": "^11.0.5", "@angular/forms": "^9.0.6", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 16a4f24..a66d8fb 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -341,10 +341,10 @@ yargs "18.0.0" zod "4.3.5" -"@angular/common@^20.3.25": - version "20.3.25" - resolved "https://registry.yarnpkg.com/@angular/common/-/common-20.3.25.tgz#0f2bd058ec6595cfb4dd6a05601c41cb5cf3cb23" - integrity sha512-rnRGcXbjet0DHgkRL4Dqxk21G2T4UypVfiTV/fay58H8w9U89PJ1L6gRmk8B/uyfpii/9r23cBwnpcguQykxYw== +"@angular/common@^20.3.27": + version "20.3.27" + resolved "https://registry.yarnpkg.com/@angular/common/-/common-20.3.27.tgz#52405b538e1e662b4b93a4176d6ff86fbb81f7e7" + integrity sha512-4ectYP60XatB9zZ40WlfmaTzjmEhaz8SSqLsbZI4VZ8gDb5qNmxWtwwt8UxS3NmDHEgqdNL8UPO4E94+yKCICg== dependencies: tslib "^2.3.0"