From 692eeca90317887a06319ae0f072e0ff0bfbc032 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 09:24:29 +0000 Subject: [PATCH] Bump @angular/cdk from 15.2.1 to 16.2.10 Bumps [@angular/cdk](https://github.com/angular/components) from 15.2.1 to 16.2.10. - [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.1...16.2.10) --- updated-dependencies: - dependency-name: "@angular/cdk" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7da4c24a..e1011608 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "@angular/animations": "^15.2.1", - "@angular/cdk": "^15.2.1", + "@angular/cdk": "^16.2.10", "@angular/common": "^15.2.1", "@angular/compiler": "^15.2.1", "@angular/core": "^15.2.1", @@ -672,9 +672,9 @@ } }, "node_modules/@angular/cdk": { - "version": "15.2.1", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-15.2.1.tgz", - "integrity": "sha512-kRwG0ujimOPhqDwQYcQ+pk7hpTr0yvaPkxAx5r1ytA6aQIvHJ1XaPzhtthsr5/PhpwzlH8k723xpejrLKcuR+w==", + "version": "16.2.10", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-16.2.10.tgz", + "integrity": "sha512-kOQrPxSMPi66aM9XfwZIjQXhH+q0PkhK4BNMHB9RkvaaQ34ovOrKaGsT7t0+sjlVhiwTiy2mB1Qgz6NlIB0ZZw==", "dependencies": { "tslib": "^2.3.0" }, @@ -682,8 +682,8 @@ "parse5": "^7.1.2" }, "peerDependencies": { - "@angular/common": "^15.0.0 || ^16.0.0", - "@angular/core": "^15.0.0 || ^16.0.0", + "@angular/common": "^16.0.0 || ^17.0.0", + "@angular/core": "^16.0.0 || ^17.0.0", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index bff41cb4..8ff8038c 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "private": true, "dependencies": { "@angular/animations": "^15.2.1", - "@angular/cdk": "^15.2.1", + "@angular/cdk": "^16.2.10", "@angular/common": "^15.2.1", "@angular/compiler": "^15.2.1", "@angular/core": "^15.2.1",