diff --git a/package-lock.json b/package-lock.json index e2a77775..57d68fa2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -594,11 +594,12 @@ } }, "@angular/cdk": { - "version": "9.1.2", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-9.1.2.tgz", - "integrity": "sha512-x5niyE0iYrbVtLYjJFw2MoS+OoSbJn6y/G2pNScviDwyjBBgqRh4YgUox2kMhdPumkvuh+eA6blZoE9qpvSo2w==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-10.0.1.tgz", + "integrity": "sha512-tEgaTDQplptbOf4cHHdVScH0h5QNvkWDhabAWpWaT4/dVXEsp+p2E9Pzkemesi/gNmUIetVjGaicX5VqsijZSQ==", "requires": { - "parse5": "^5.0.0" + "parse5": "^5.0.0", + "tslib": "^2.0.0" }, "dependencies": { "parse5": { diff --git a/package.json b/package.json index 672fbc57..b86d8c2b 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "dependencies": { "@akveo/ng2-completer": "^9.0.1", "@angular/animations": "^10.0.3", - "@angular/cdk": "^9.1.2", + "@angular/cdk": "^10.0.1", "@angular/common": "^10.0.3", "@angular/compiler": "^10.0.3", "@angular/core": "^10.0.3",