From 92cae8a2e3e75f677dad98c9da11c454ebfb98c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 13:43:46 +0000 Subject: [PATCH] chore(deps): bump @angular/common from 17.0.7 to 17.0.8 in /src/Client Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 17.0.7 to 17.0.8. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/17.0.8/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/Client/package-lock.json | 16 ++++++++-------- src/Client/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) 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",