From e4bf1ca33638c58adf7a44d676b50af5a7f78db0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 05:35:15 +0000 Subject: [PATCH] Bump @angular/cdk from 15.2.8 to 19.2.8 Bumps [@angular/cdk](https://github.com/angular/components) from 15.2.8 to 19.2.8. - [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.8) --- updated-dependencies: - dependency-name: "@angular/cdk" dependency-version: 19.2.8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 29 ++++++++++++----------------- package.json | 2 +- 2 files changed, 13 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2f86a644..16072e40 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.8", "@angular/common": "~14.1.3", "@angular/core": "~14.1.3", "@angular/fire": "^7.6.1", @@ -627,18 +627,17 @@ } }, "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.8", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-19.2.8.tgz", + "integrity": "sha512-ZZqWVYFF80TdjWkk2sc9Pn2luhiYeC78VH3Yjeln4wXMsTGDsvKPBcuOxSxxpJ31saaVBehDjBUuXMqGRj8KuA==", + "license": "MIT", "dependencies": { + "parse5": "^7.1.2", "tslib": "^2.3.0" }, - "optionalDependencies": { - "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" } }, @@ -15902,7 +15901,6 @@ "version": "7.1.2", "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz", "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==", - "optional": true, "dependencies": { "entities": "^4.4.0" }, @@ -15960,7 +15958,6 @@ "version": "4.4.0", "resolved": "https://registry.npmjs.org/entities/-/entities-4.4.0.tgz", "integrity": "sha512-oYp7156SP8LkeGD0GF85ad1X9Ai79WtRsZ2gxJqtBuzH+98YUV6jkHEKlZkMbcrjJjIVJNIDP/3WL9wQkoPbWA==", - "optional": true, "engines": { "node": ">=0.12" }, @@ -21273,9 +21270,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.8", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-19.2.8.tgz", + "integrity": "sha512-ZZqWVYFF80TdjWkk2sc9Pn2luhiYeC78VH3Yjeln4wXMsTGDsvKPBcuOxSxxpJ31saaVBehDjBUuXMqGRj8KuA==", "requires": { "parse5": "^7.1.2", "tslib": "^2.3.0" @@ -32698,7 +32695,6 @@ "version": "7.1.2", "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz", "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==", - "optional": true, "requires": { "entities": "^4.4.0" }, @@ -32706,8 +32702,7 @@ "entities": { "version": "4.4.0", "resolved": "https://registry.npmjs.org/entities/-/entities-4.4.0.tgz", - "integrity": "sha512-oYp7156SP8LkeGD0GF85ad1X9Ai79WtRsZ2gxJqtBuzH+98YUV6jkHEKlZkMbcrjJjIVJNIDP/3WL9wQkoPbWA==", - "optional": true + "integrity": "sha512-oYp7156SP8LkeGD0GF85ad1X9Ai79WtRsZ2gxJqtBuzH+98YUV6jkHEKlZkMbcrjJjIVJNIDP/3WL9wQkoPbWA==" } } }, diff --git a/package.json b/package.json index 9764ef71..f4eff8b5 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.8", "@angular/common": "~14.1.3", "@angular/core": "~14.1.3", "@angular/fire": "^7.6.1",