From 6275801ffcc9f9d1c47d97c4325fbdcef2cd53fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:02:44 +0000 Subject: [PATCH] chore(deps-dev): bump @angular/cli from 20.0.6 to 20.3.3 in /ui Bumps [@angular/cli](https://github.com/angular/angular-cli) from 20.0.6 to 20.3.3. - [Release notes](https://github.com/angular/angular-cli/releases) - [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular-cli/compare/20.0.6...20.3.3) --- updated-dependencies: - dependency-name: "@angular/cli" dependency-version: 20.3.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index 1a33da0..9badca3 100644 --- a/ui/package.json +++ b/ui/package.json @@ -38,7 +38,7 @@ "@angular-eslint/eslint-plugin": "20.0.0", "@angular-eslint/eslint-plugin-template": "20.0.0", "@angular-eslint/template-parser": "20.0.0", - "@angular/cli": "~20.0.0", + "@angular/cli": "~20.3.3", "@angular/compiler-cli": "20.1.2", "@angular/language-service": "20.1.2", "@nx/cypress": "21.3.2",