diff --git a/frontend/package-lock.json b/frontend/package-lock.json index f090766..822fc13 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@angular/animations": "^17.3.0", - "@angular/common": "^17.3.0", + "@angular/common": "^17.3.12", "@angular/compiler": "^17.3.0", "@angular/core": "^17.3.0", "@angular/forms": "^17.3.0", @@ -454,9 +454,10 @@ } }, "node_modules/@angular/common": { - "version": "17.3.5", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-17.3.5.tgz", - "integrity": "sha512-Ox91WxSnOSrQ6I21cHi69EfT2Pxtd5Knb5AsdwpxqE57V2E7EnWMhb+LP+holCtFUhK529EGXCk788M+Elyw6g==", + "version": "17.3.12", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-17.3.12.tgz", + "integrity": "sha512-vabJzvrx76XXFrm1RJZ6o/CyG32piTB/1sfFfKHdlH1QrmArb8It4gyk9oEjZ1IkAD0HvBWlfWmn+T6Vx3pdUw==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -464,7 +465,7 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "17.3.5", + "@angular/core": "17.3.12", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/frontend/package.json b/frontend/package.json index da64602..e6b8ee2 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -14,7 +14,7 @@ "private": true, "dependencies": { "@angular/animations": "^17.3.0", - "@angular/common": "^17.3.0", + "@angular/common": "^17.3.12", "@angular/compiler": "^17.3.0", "@angular/core": "^17.3.0", "@angular/forms": "^17.3.0",