From 9869c9a86e433ae609f18555cb9d72798efbca58 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 23 Jan 2021 11:56:14 +0000 Subject: [PATCH] chore(deps): update dependency @angular/cdk to v11 --- package-lock.json | 15 +++++++++++---- package.json | 4 ++-- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a1a2b071..ca442614 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,12 +39,19 @@ } }, "@angular/cdk": { - "version": "8.2.3", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-8.2.3.tgz", - "integrity": "sha512-ZwO5Sn720RA2YvBqud0JAHkZXjmjxM0yNzCO8RVtRE9i8Gl26Wk0j0nQeJkVm4zwv2QO8MwbKUKGTMt8evsokA==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-11.1.0.tgz", + "integrity": "sha512-yFEHtdp0o/xGnYebrU/PQqWVIlB7SaP3cSviq/LTv/h2EINn3PzU/Zhdhg0k0fk09BrKoS+o8AVIddduIdDpYw==", "requires": { "parse5": "^5.0.0", - "tslib": "^1.7.1" + "tslib": "^2.0.0" + }, + "dependencies": { + "tslib": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz", + "integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==" + } } }, "@azure/ms-rest-js": { diff --git a/package.json b/package.json index 8a4bea34..b43593cf 100644 --- a/package.json +++ b/package.json @@ -34,14 +34,14 @@ "prettier": "1.19.1", "ts-jest": "^25.0.0", "ts-morph": "5.0.0", - "@angular/cdk": "^8.1.2", + "@angular/cdk": "^11.0.0", "reflect-metadata": "^0.1.12", "typescript": "3.6.4" }, "dependencies": { "@angular-devkit/schematics": "8.3.15", "@schematics/angular": "8.3.15", - "@angular/cdk": "8.2.3", + "@angular/cdk": "11.1.0", "@azure/storage-blob": "10.5.0" }, "main": "./dist/index.js",