From 9df6732986c93576f1db1aa9e1ea792f45e2bd90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 21:26:12 +0000 Subject: [PATCH] Bump @angular/common from 17.3.3 to 17.3.5 in /news-cast-explorer-fe Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 17.3.3 to 17.3.5. - [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.3.5/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- news-cast-explorer-fe/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news-cast-explorer-fe/package.json b/news-cast-explorer-fe/package.json index 5753b523..9e4d6a64 100644 --- a/news-cast-explorer-fe/package.json +++ b/news-cast-explorer-fe/package.json @@ -17,7 +17,7 @@ "dependencies": { "@angular/animations": "17.3.4", "@angular/cdk": "17.3.5", - "@angular/common": "17.3.3", + "@angular/common": "17.3.5", "@angular/compiler": "17.3.4", "@angular/core": "17.3.4", "@angular/flex-layout": "^15.0.0-beta.42",