diff --git a/src/Client/package-lock.json b/src/Client/package-lock.json index fc87843..76cb6df 100644 --- a/src/Client/package-lock.json +++ b/src/Client/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@abacritt/angularx-social-login": "^2.1.0", "@angular/animations": "^17.0.7", - "@angular/common": "^17.0.7", + "@angular/common": "^17.0.8", "@angular/compiler": "^17.0.7", "@angular/core": "^17.0.7", "@angular/forms": "^17.0.7", @@ -435,9 +435,9 @@ } }, "node_modules/@angular/common": { - "version": "17.0.7", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-17.0.7.tgz", - "integrity": "sha512-bPPL6x0KOAOTxKSE2j4EWmEUOnqZYzOYiHzroa5b9UEyA9NvGkd9bm3zIxw8xcndRj1Ehcmvpi6KBLcYBBbWfg==", + "version": "17.0.8", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-17.0.8.tgz", + "integrity": "sha512-fFfwtdg7H+OkqnvV/ENu8F8KGfgIiH16DDbQqYY5KQyyQB+SMsoVW29F1fGx6Y30s7ZlsLOy6cHhgrw74itkSw==", "dependencies": { "tslib": "^2.3.0" }, @@ -445,7 +445,7 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "17.0.7", + "@angular/core": "17.0.8", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -15995,9 +15995,9 @@ } }, "@angular/common": { - "version": "17.0.7", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-17.0.7.tgz", - "integrity": "sha512-bPPL6x0KOAOTxKSE2j4EWmEUOnqZYzOYiHzroa5b9UEyA9NvGkd9bm3zIxw8xcndRj1Ehcmvpi6KBLcYBBbWfg==", + "version": "17.0.8", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-17.0.8.tgz", + "integrity": "sha512-fFfwtdg7H+OkqnvV/ENu8F8KGfgIiH16DDbQqYY5KQyyQB+SMsoVW29F1fGx6Y30s7ZlsLOy6cHhgrw74itkSw==", "requires": { "tslib": "^2.3.0" } diff --git a/src/Client/package.json b/src/Client/package.json index 403125a..deefef0 100644 --- a/src/Client/package.json +++ b/src/Client/package.json @@ -18,7 +18,7 @@ "dependencies": { "@abacritt/angularx-social-login": "^2.1.0", "@angular/animations": "^17.0.7", - "@angular/common": "^17.0.7", + "@angular/common": "^17.0.8", "@angular/compiler": "^17.0.7", "@angular/core": "^17.0.7", "@angular/forms": "^17.0.7",