From f23caaff6eba39d5d26525f5fd5c45fb51333e96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 21:06:58 +0000 Subject: [PATCH] Bump @angular/core and @angular/animations in /news-cast-explorer-fe Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) and [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations). These dependencies needed to be updated together. Updates `@angular/core` from 17.3.9 to 18.0.0 - [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/18.0.0/packages/core) Updates `@angular/animations` from 17.3.9 to 18.0.0 - [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/18.0.0/packages/animations) --- updated-dependencies: - dependency-name: "@angular/core" dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@angular/animations" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- news-cast-explorer-fe/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/news-cast-explorer-fe/package.json b/news-cast-explorer-fe/package.json index 0a2703cc..325501f2 100644 --- a/news-cast-explorer-fe/package.json +++ b/news-cast-explorer-fe/package.json @@ -15,11 +15,11 @@ }, "private": true, "dependencies": { - "@angular/animations": "17.3.9", + "@angular/animations": "18.0.0", "@angular/cdk": "17.3.9", "@angular/common": "17.3.9", "@angular/compiler": "17.3.9", - "@angular/core": "17.3.9", + "@angular/core": "18.0.0", "@angular/flex-layout": "^15.0.0-beta.42", "@angular/forms": "17.3.9", "@angular/material": "^17.3.3",