From c4d5ccd11f3343a398ea904fc29d11606ed8d1a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Mar 2025 05:54:43 +0000 Subject: [PATCH] Bump @angular/cdk from 15.2.8 to 19.2.3 Bumps [@angular/cdk](https://github.com/angular/components) from 15.2.8 to 19.2.3. - [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/15.2.8...19.2.3) --- updated-dependencies: - dependency-name: "@angular/cdk" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 ++++++++++--------- package.json | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2f86a644..85b12bd5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@angular-devkit/core": "^19.1.1", "@angular-devkit/schematics": "^19.1.2", "@angular/animations": "~14.1.3", - "@angular/cdk": "^15.2.7", + "@angular/cdk": "^19.2.3", "@angular/common": "~14.1.3", "@angular/core": "~14.1.3", "@angular/fire": "^7.6.1", @@ -627,9 +627,10 @@ } }, "node_modules/@angular/cdk": { - "version": "15.2.8", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-15.2.8.tgz", - "integrity": "sha512-jiCoxfBFMH29IZIiPmVUzIWetfUNpMIvC20xYVF8RMM819vPogoObzwK4DN/sXcp/6oVbBzZFaYdijhhIt9soQ==", + "version": "19.2.3", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-19.2.3.tgz", + "integrity": "sha512-hTyYjdx9T572TblqlLDv54U7ro1/HXr3/2a++A+t8ZkcKLyI+/0Yfu6OsrWTpl2OsRYFZ0QwvbyI8ZLUIZPkqQ==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -637,8 +638,8 @@ "parse5": "^7.1.2" }, "peerDependencies": { - "@angular/common": "^15.0.0 || ^16.0.0", - "@angular/core": "^15.0.0 || ^16.0.0", + "@angular/common": "^19.0.0 || ^20.0.0", + "@angular/core": "^19.0.0 || ^20.0.0", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -21273,9 +21274,9 @@ } }, "@angular/cdk": { - "version": "15.2.8", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-15.2.8.tgz", - "integrity": "sha512-jiCoxfBFMH29IZIiPmVUzIWetfUNpMIvC20xYVF8RMM819vPogoObzwK4DN/sXcp/6oVbBzZFaYdijhhIt9soQ==", + "version": "19.2.3", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-19.2.3.tgz", + "integrity": "sha512-hTyYjdx9T572TblqlLDv54U7ro1/HXr3/2a++A+t8ZkcKLyI+/0Yfu6OsrWTpl2OsRYFZ0QwvbyI8ZLUIZPkqQ==", "requires": { "parse5": "^7.1.2", "tslib": "^2.3.0" diff --git a/package.json b/package.json index 9764ef71..b4e93beb 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@angular-devkit/core": "^19.1.1", "@angular-devkit/schematics": "^19.1.2", "@angular/animations": "~14.1.3", - "@angular/cdk": "^15.2.7", + "@angular/cdk": "^19.2.3", "@angular/common": "~14.1.3", "@angular/core": "~14.1.3", "@angular/fire": "^7.6.1",