diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 3748447..60196af 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^20.3.10", "@angular/cdk": "^20.2.12", - "@angular/common": "^20.3.10", + "@angular/common": "^20.3.13", "@angular/compiler": "^20.3.10", "@angular/core": "^20.3.10", "@angular/forms": "^20.3.12", @@ -674,9 +674,9 @@ } }, "node_modules/@angular/common": { - "version": "20.3.12", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.3.12.tgz", - "integrity": "sha512-rFcDfe67ffrb435C6t2lc27WGbizeOcgce30tUhH0iezwEvU+kHHWezXXX6Ylx3TFgqGkhcxL0fliuFYrpM1Vw==", + "version": "20.3.13", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.3.13.tgz", + "integrity": "sha512-Jy+Qu6760TZyiDJX0+fNzkc70+lwF9ojdkIyCso/Lvbx1v3Fki0+9Wui7Vge56hknkr05xXg1aEUeqMN0966Lg==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -685,7 +685,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "20.3.12", + "@angular/core": "20.3.13", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/frontend/package.json b/frontend/package.json index af46c1b..15850d8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -34,7 +34,7 @@ "dependencies": { "@angular/animations": "^20.3.10", "@angular/cdk": "^20.2.12", - "@angular/common": "^20.3.10", + "@angular/common": "^20.3.13", "@angular/compiler": "^20.3.10", "@angular/core": "^20.3.10", "@angular/forms": "^20.3.12",