diff --git a/package-lock.json b/package-lock.json index 776237d3..a302aace 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@angular/animations": "~16.0.6", - "@angular/cdk": "~16.0.4", + "@angular/cdk": "~17.0.4", "@angular/common": "~16.0.6", "@angular/compiler": "~16.0.6", "@angular/core": "~16.0.6", @@ -406,9 +406,9 @@ } }, "node_modules/@angular/cdk": { - "version": "16.0.4", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-16.0.4.tgz", - "integrity": "sha512-IIIACQJE6HOKiJo6ZnxZ1B8kSZmUcb7PZOllJhnerQzaJ2qL6tvwhPBTXlj5ekIh8j78VsQWswgr1ooFseYxhg==", + "version": "17.0.4", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-17.0.4.tgz", + "integrity": "sha512-mh/EuIR0NPfpNqAXBSZWuJeBMXUvUDYdKhiFWZet5NLO1bDgFe1MGLBjtW4us95k4BZsMLbCKNxJgc+4JqwUvg==", "dependencies": { "tslib": "^2.3.0" }, @@ -416,8 +416,8 @@ "parse5": "^7.1.2" }, "peerDependencies": { - "@angular/common": "^16.0.0 || ^17.0.0", - "@angular/core": "^16.0.0 || ^17.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 27ee7060..b8b24d76 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "dependencies": { "@angular/animations": "~16.0.6", - "@angular/cdk": "~16.0.4", + "@angular/cdk": "~17.0.4", "@angular/common": "~16.0.6", "@angular/compiler": "~16.0.6", "@angular/core": "~16.0.6",