From a5863e97ca08cef68ae7de4999655338e93a23c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 03:59:44 +0000 Subject: [PATCH] Bump @angular/cdk from 15.1.3 to 17.1.2 in /client Bumps [@angular/cdk](https://github.com/angular/components) from 15.1.3 to 17.1.2. - [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.1.3...17.1.2) --- updated-dependencies: - dependency-name: "@angular/cdk" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 18 +++++++++--------- client/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 6d3b24d08..e899b6485 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@angular/animations": "^15.1.2", - "@angular/cdk": "^15.1.2", + "@angular/cdk": "^17.1.2", "@angular/common": "^15.1.2", "@angular/compiler": "^15.1.2", "@angular/core": "^15.1.2", @@ -631,9 +631,9 @@ } }, "node_modules/@angular/cdk": { - "version": "15.1.3", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-15.1.3.tgz", - "integrity": "sha512-FRb1ZirybQGVlRx34vsnkIyy4WHJlrRg2mwPeJ90b0DzIWuIZIiPYxxR2bAi/Si1IjnK8YBdacd5DXPdrW1jyw==", + "version": "17.1.2", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-17.1.2.tgz", + "integrity": "sha512-eu9D60RQv213qi7oh6ae9Z+d6+AG/aqi0y70Ag9BjwqTiatDiYvSySxswxYYKdzPp0hx0ZUTGi16LqtT6pyj6Q==", "dependencies": { "tslib": "^2.3.0" }, @@ -641,8 +641,8 @@ "parse5": "^7.1.2" }, "peerDependencies": { - "@angular/common": "^15.0.0 || ^16.0.0", - "@angular/core": "^15.0.0 || ^16.0.0", + "@angular/common": "^17.0.0 || ^18.0.0", + "@angular/core": "^17.0.0 || ^18.0.0", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -15677,9 +15677,9 @@ } }, "@angular/cdk": { - "version": "15.1.3", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-15.1.3.tgz", - "integrity": "sha512-FRb1ZirybQGVlRx34vsnkIyy4WHJlrRg2mwPeJ90b0DzIWuIZIiPYxxR2bAi/Si1IjnK8YBdacd5DXPdrW1jyw==", + "version": "17.1.2", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-17.1.2.tgz", + "integrity": "sha512-eu9D60RQv213qi7oh6ae9Z+d6+AG/aqi0y70Ag9BjwqTiatDiYvSySxswxYYKdzPp0hx0ZUTGi16LqtT6pyj6Q==", "requires": { "parse5": "^7.1.2", "tslib": "^2.3.0" diff --git a/client/package.json b/client/package.json index 0eed5e6c0..ed9bcb45b 100644 --- a/client/package.json +++ b/client/package.json @@ -13,7 +13,7 @@ "private": true, "dependencies": { "@angular/animations": "^15.1.2", - "@angular/cdk": "^15.1.2", + "@angular/cdk": "^17.1.2", "@angular/common": "^15.1.2", "@angular/compiler": "^15.1.2", "@angular/core": "^15.1.2",