diff --git a/package-lock.json b/package-lock.json index 38d7f9e..1a99eac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@angular-architects/module-federation": "15.0.0", "@angular/animations": "15.2.7", - "@angular/cdk": "^15.2.7", + "@angular/cdk": "^17.2.1", "@angular/common": "15.2.7", "@angular/compiler": "15.2.7", "@angular/core": "15.2.7", @@ -1075,9 +1075,9 @@ } }, "node_modules/@angular/cdk": { - "version": "15.2.9", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-15.2.9.tgz", - "integrity": "sha512-koaM07N1AIQ5oHU27l0/FoQSSoYAwlAYwVZ4Di3bYrJsTBNCN2Xsby7wI8gZxdepMnV4Fe9si382BDBov+oO4Q==", + "version": "17.2.1", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-17.2.1.tgz", + "integrity": "sha512-9cWV9MyWnpImns/WQApgoQBKblXA9Zx2CpCkDNipRgx9RyvGrvCLjpEfwQI4HjpPAQDI1trsbeJKihzgz4tFgw==", "dependencies": { "tslib": "^2.3.0" }, @@ -1085,8 +1085,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" } }, diff --git a/package.json b/package.json index 2e60a26..32d476b 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "dependencies": { "@angular-architects/module-federation": "15.0.0", "@angular/animations": "15.2.7", - "@angular/cdk": "^15.2.7", + "@angular/cdk": "^17.2.1", "@angular/common": "15.2.7", "@angular/compiler": "15.2.7", "@angular/core": "15.2.7",