From 6d3cc7b43a6c3ed0a8aca017795275c864dc2f24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 22:31:42 +0000 Subject: [PATCH] chore(deps): bump @angular/cdk from 19.0.4 to 19.2.1 in /ui Bumps [@angular/cdk](https://github.com/angular/components) from 19.0.4 to 19.2.1. - [Release notes](https://github.com/angular/components/releases) - [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/components/compare/19.0.4...19.2.1) --- updated-dependencies: - dependency-name: "@angular/cdk" dependency-type: direct:production 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 a4e57db..92d1e07 100644 --- a/ui/package.json +++ b/ui/package.json @@ -15,7 +15,7 @@ "private": true, "dependencies": { "@angular/animations": "19.0.5", - "@angular/cdk": "19.0.4", + "@angular/cdk": "19.2.1", "@angular/common": "19.0.5", "@angular/compiler": "19.0.5", "@angular/core": "19.0.5",