From 2e9d6ac5fd08bdfbef89eec7d27f0e7ee6496eb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 02:11:26 +0000 Subject: [PATCH] chore(deps): bump @angular/core in /web/ui/dashboard Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 14.3.0 to 20.3.3. - [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/20.3.3/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 20.3.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- web/ui/dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/ui/dashboard/package.json b/web/ui/dashboard/package.json index eeb85db20d..07cc881d5a 100644 --- a/web/ui/dashboard/package.json +++ b/web/ui/dashboard/package.json @@ -14,7 +14,7 @@ "dependencies": { "@angular/common": "^14.0.3", "@angular/compiler": "^14.0.3", - "@angular/core": "^14.0.3", + "@angular/core": "^20.3.3", "@angular/forms": "^14.0.3", "@angular/platform-browser": "^14.0.3", "@angular/platform-browser-dynamic": "^14.0.3",