diff --git a/package-lock.json b/package-lock.json index f02e945..23b8bc7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -319,9 +319,9 @@ } }, "@angular/cdk": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-8.0.0.tgz", - "integrity": "sha512-2vsRWEHNARe0iRmqgzvM67gwfRy+aKvdef4Qu9L+ndSsTrrZT3tSgG8SMn1v9SfBHnx5G8mo4d1AMquXG69AuQ==", + "version": "8.2.1", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-8.2.1.tgz", + "integrity": "sha512-Y6xTxESrQlWw1kvSVWAs9cfeN/sYThrc/S9Ll4vekNkYSzye4mHHmDxzsKeGLR1tP+7urXTVz6xo44YUWVE7mw==", "requires": { "parse5": "^5.0.0", "tslib": "^1.7.1" diff --git a/package.json b/package.json index 05ab294..62e1e8d 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@angular/animations": "^8.0.0", - "@angular/cdk": "^8.0.0", + "@angular/cdk": "^8.2.1", "@angular/common": "^8.0.0", "@angular/compiler": "^8.0.0", "@angular/core": "^8.0.0",