From e3762ee5a8192c8eb3be7b85fb6d1c26f3966781 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 11:22:37 +0000 Subject: [PATCH] build(deps): bump @angular/cdk from 19.1.5 to 19.2.1 Bumps [@angular/cdk](https://github.com/angular/components) from 19.1.5 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.1.5...19.2.1) --- updated-dependencies: - dependency-name: "@angular/cdk" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8459d115cd..1f0b8742c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "@angular/animations": "^19.1.7", - "@angular/cdk": "^19.1.5", + "@angular/cdk": "^19.2.1", "@angular/common": "^19.1.7", "@angular/compiler": "^19.1.7", "@angular/core": "^19.1.7", @@ -743,9 +743,9 @@ } }, "node_modules/@angular/cdk": { - "version": "19.1.5", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-19.1.5.tgz", - "integrity": "sha512-+g20LIvYHThKBD6oXTYWVL6+ecaOWtPJu08R5xIfGrwXoj0l/9prLwuSW8GlIATI3mDkSesyhQsomb9jAUzKwQ==", + "version": "19.2.1", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-19.2.1.tgz", + "integrity": "sha512-j7dg18PJIbyeU4DTko3vIK3M2OuUv3H0ZViNddOaLlGN5X93cq4QCGcNhcGm3x3r5rUr/AaexYu+KHMyN8PwmA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/package.json b/package.json index 0a7eec9de0..fc0677509e 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "private": true, "dependencies": { "@angular/animations": "^19.1.7", - "@angular/cdk": "^19.1.5", + "@angular/cdk": "^19.2.1", "@angular/common": "^19.1.7", "@angular/compiler": "^19.1.7", "@angular/core": "^19.1.7",