diff --git a/client/package-lock.json b/client/package-lock.json index 3a20bfc65..e17f6c46c 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", @@ -622,9 +622,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" }, @@ -632,8 +632,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" } }, @@ -15655,9 +15655,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 c4b2390e4..b6eb2427b 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",