From 3893e758df95f05a44c7f76f3ccd69259ad1bca9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 11:56:10 +0000 Subject: [PATCH] chore(deps): bump @angular/cdk from 20.2.14 to 21.2.2 in /console Bumps [@angular/cdk](https://github.com/angular/components) from 20.2.14 to 21.2.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/20.2.14...v21.2.2) --- updated-dependencies: - dependency-name: "@angular/cdk" dependency-version: 21.2.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- console/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/package.json b/console/package.json index e94999b64..070b8ee0f 100644 --- a/console/package.json +++ b/console/package.json @@ -14,7 +14,7 @@ "private": true, "dependencies": { "@angular/animations": "^20.3.16", - "@angular/cdk": "^20.2.14", + "@angular/cdk": "^21.2.2", "@angular/common": "^20.3.16", "@angular/compiler": "^20.3.16", "@angular/core": "^20.3.16",