diff --git a/package-lock.json b/package-lock.json index 583ebc2f..02403d3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.11.0", "dependencies": { "@angular/animations": "^16.0.5", - "@angular/cdk": "^16.0.2", + "@angular/cdk": "^18.2.8", "@angular/common": "^16.0.5", "@angular/compiler": "^16.0.5", "@angular/core": "^16.0.3", @@ -1148,9 +1148,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": "18.2.8", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-18.2.8.tgz", + "integrity": "sha512-J8A2FkwTBzLleAEWz6EgW73dEoeq87GREBPjTv8+2JV09LX+V3hnbgNk6zWq5k4OXtQNg9WrWP9QyRbUyA597g==", "dependencies": { "tslib": "^2.3.0" }, @@ -1158,8 +1158,8 @@ "parse5": "^7.1.2" }, "peerDependencies": { - "@angular/common": "^16.0.0 || ^17.0.0", - "@angular/core": "^16.0.0 || ^17.0.0", + "@angular/common": "^18.0.0 || ^19.0.0", + "@angular/core": "^18.0.0 || ^19.0.0", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -23687,9 +23687,9 @@ } }, "@angular/cdk": { - "version": "16.0.4", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-16.0.4.tgz", - "integrity": "sha512-IIIACQJE6HOKiJo6ZnxZ1B8kSZmUcb7PZOllJhnerQzaJ2qL6tvwhPBTXlj5ekIh8j78VsQWswgr1ooFseYxhg==", + "version": "18.2.8", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-18.2.8.tgz", + "integrity": "sha512-J8A2FkwTBzLleAEWz6EgW73dEoeq87GREBPjTv8+2JV09LX+V3hnbgNk6zWq5k4OXtQNg9WrWP9QyRbUyA597g==", "requires": { "parse5": "^7.1.2", "tslib": "^2.3.0" diff --git a/package.json b/package.json index a5d94386..352671b8 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "private": true, "dependencies": { "@angular/animations": "^16.0.5", - "@angular/cdk": "^16.0.2", + "@angular/cdk": "^18.2.8", "@angular/common": "^16.0.5", "@angular/compiler": "^16.0.5", "@angular/core": "^16.0.3",