From 2dd1c0eecaa6800dc101373836e7b440a3ce81c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 02:06:14 +0000 Subject: [PATCH] chore(deps): bump @angular/cdk from 19.0.4 to 20.0.1 in /ui Bumps [@angular/cdk](https://github.com/angular/components) from 19.0.4 to 20.0.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...20.0.1) --- updated-dependencies: - dependency-name: "@angular/cdk" dependency-version: 20.0.1 dependency-type: direct:production update-type: version-update:semver-major ... 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 a090733..95fe9e7 100644 --- a/ui/package.json +++ b/ui/package.json @@ -15,7 +15,7 @@ "private": true, "dependencies": { "@angular/animations": "19.2.14", - "@angular/cdk": "19.2.18", + "@angular/cdk": "20.0.1", "@angular/common": "19.2.14", "@angular/compiler": "19.2.14", "@angular/core": "19.2.14",