From 98b5852ff7e99f2851ee95357aef33bae6e22f28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 19:44:27 +0000 Subject: [PATCH] chore(deps): bump @angular/core from 15.2.9 to 15.2.10 in /frontend Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 15.2.9 to 15.2.10. - [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/15.2.10/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/examples/angular/package.json | 2 +- frontend/package-lock.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/examples/angular/package.json b/frontend/examples/angular/package.json index 00a79d26b..9046da6b8 100644 --- a/frontend/examples/angular/package.json +++ b/frontend/examples/angular/package.json @@ -10,7 +10,7 @@ "@angular/animations": "^15.2.8", "@angular/common": "^15.2.8", "@angular/compiler": "^15.2.8", - "@angular/core": "^15.2.8", + "@angular/core": "^15.2.10", "@angular/forms": "^15.2.10", "@angular/platform-browser": "^15.2.8", "@angular/platform-browser-dynamic": "^15.2.8", diff --git a/frontend/package-lock.json b/frontend/package-lock.json index db616b5e1..036906e9d 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -51,7 +51,7 @@ "@angular/animations": "^15.2.8", "@angular/common": "^15.2.8", "@angular/compiler": "^15.2.8", - "@angular/core": "^15.2.8", + "@angular/core": "^15.2.10", "@angular/forms": "^15.2.10", "@angular/platform-browser": "^15.2.8", "@angular/platform-browser-dynamic": "^15.2.8",