diff --git a/frontend/package-lock.json b/frontend/package-lock.json index c79d831..0ea71a1 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -442,9 +442,9 @@ } }, "@angular/cdk": { - "version": "14.2.2", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-14.2.2.tgz", - "integrity": "sha512-PXEnhX+QDOsmHVVnqTuoGaK7Wn9hFd5kWAmHTTU7lZr3XVu/AtDcEU+LB19wOFU0fY+kSYHMgN+BYo1TiR8vbw==", + "version": "15.0.0", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-15.0.0.tgz", + "integrity": "sha512-a4AUGfd1iNEGR5A9jmwzEfdRDpOh9KWypFqo85ivC3/KDW4+Z5AGxZpzwqAsRz2WQVdK+8biaz83VBQTMC5IOw==", "requires": { "parse5": "^5.0.0", "tslib": "^2.3.0" diff --git a/frontend/package.json b/frontend/package.json index b735217..d728a66 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -13,7 +13,7 @@ "private": true, "dependencies": { "@angular/animations": "~14.2.0", - "@angular/cdk": "^14.0.0", + "@angular/cdk": "^15.0.0", "@angular/common": "~14.2.0", "@angular/compiler": "~14.2.0", "@angular/core": "~14.2.0",