From 999180bf373d5a1be992cf142c54c50d0b3c0965 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 22:20:15 +0000 Subject: [PATCH] Bump @angular/common from 17.3.5 to 17.3.7 in /news-cast-explorer-fe Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 17.3.5 to 17.3.7. - [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.7/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 15b76f03..939be93c 100644 --- a/news-cast-explorer-fe/package.json +++ b/news-cast-explorer-fe/package.json @@ -17,7 +17,7 @@ "dependencies": { "@angular/animations": "17.3.6", "@angular/cdk": "17.3.6", - "@angular/common": "17.3.5", + "@angular/common": "17.3.7", "@angular/compiler": "17.3.7", "@angular/core": "17.3.6", "@angular/flex-layout": "^15.0.0-beta.42",