From 99b5864542e3b11ece09650b4bcd3cb81596e69a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 07:45:14 +0000 Subject: [PATCH] build(deps): bump @angular/cdk from 16.2.12 to 18.2.6 Bumps [@angular/cdk](https://github.com/angular/components) from 16.2.12 to 18.2.6. - [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/16.2.12...18.2.6) --- updated-dependencies: - dependency-name: "@angular/cdk" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index b14b76d..6544bc4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ ], "dependencies": { "@angular/animations": "^16.2.7", - "@angular/cdk": "^16.2.6", + "@angular/cdk": "^18.2.6", "@angular/common": "^16.2.7", "@angular/compiler": "^16.2.8", "@angular/core": "^16.2.7", @@ -1502,8 +1502,9 @@ } }, "node_modules/@angular/cdk": { - "version": "16.2.12", - "license": "MIT", + "version": "18.2.6", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-18.2.6.tgz", + "integrity": "sha512-Gfq/iv4zhlKYpdQkDaBRwxI71NHNUHM1Cs1XhnZ0/oFct5HXvSv1RHRGTKqBJLLACaAPzZKXJ/UglLoyO5CNiQ==", "dependencies": { "tslib": "^2.3.0" }, @@ -1511,8 +1512,8 @@ "parse5": "^7.1.2" }, "peerDependencies": { - "@angular/common": "^16.0.0 || ^17.0.0", - "@angular/core": "^16.0.0 || ^17.0.0", + "@angular/common": "^18.0.0 || ^19.0.0", + "@angular/core": "^18.0.0 || ^19.0.0", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index 08978d6..fa08798 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@angular/animations": "^16.2.7", - "@angular/cdk": "^16.2.6", + "@angular/cdk": "^18.2.6", "@angular/common": "^16.2.7", "@angular/compiler": "^16.2.8", "@angular/core": "^16.2.7",