From 5566a7ec33510fca005d87e388e4b0f889cef820 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 22:16:42 +0000 Subject: [PATCH] chore(deps): bump @angular/cdk from 19.0.4 to 19.1.2 in /ui Bumps [@angular/cdk](https://github.com/angular/components) from 19.0.4 to 19.1.2. - [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.1.2) --- 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..e4ec321 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.1.2", "@angular/common": "19.0.5", "@angular/compiler": "19.0.5", "@angular/core": "19.0.5",