From 56b8029955a9668242fee86e2bdbdfffc96378b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 06:39:11 +0000 Subject: [PATCH] Bump @angular/cdk from 19.2.18 to 20.0.2 in /web_embedding/ng-flutter Bumps [@angular/cdk](https://github.com/angular/components) from 19.2.18 to 20.0.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.2.18...20.0.2) --- updated-dependencies: - dependency-name: "@angular/cdk" dependency-version: 20.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- web_embedding/ng-flutter/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_embedding/ng-flutter/package.json b/web_embedding/ng-flutter/package.json index 9edd8767e05..684f124a00a 100644 --- a/web_embedding/ng-flutter/package.json +++ b/web_embedding/ng-flutter/package.json @@ -12,7 +12,7 @@ "private": true, "dependencies": { "@angular/animations": "^19.0.0", - "@angular/cdk": "^19.0.0", + "@angular/cdk": "^20.0.2", "@angular/common": "^19.0.0", "@angular/compiler": "^19.0.0", "@angular/core": "^19.0.3",