From 660e52a48327d4a56a4db2a8e1b953d52c00456b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 11 Apr 2021 03:00:27 +0000 Subject: [PATCH] fix(deps): update dependency tslib to v2.2.0 --- package-lock.json | 12 +++++++++--- package.json | 2 +- projects/ngx-vcard/package.json | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ecf1d9af..33ba3365 100644 --- a/package-lock.json +++ b/package-lock.json @@ -402,6 +402,12 @@ "webpack-sources": "2.2.0" }, "dependencies": { + "tslib": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz", + "integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==", + "dev": true + }, "typescript": { "version": "4.1.5", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.5.tgz", @@ -20358,9 +20364,9 @@ "dev": true }, "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz", - "integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==" + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", + "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==" }, "tslint": { "version": "6.1.3", diff --git a/package.json b/package.json index 65a65e8e..fbec91d0 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@angular/router": "10.2.4", "ngx-vcard": "x", "rxjs": "6.6.7", - "tslib": "2.1.0", + "tslib": "2.2.0", "zone.js": "0.11.4" }, "devDependencies": { diff --git a/projects/ngx-vcard/package.json b/projects/ngx-vcard/package.json index ae4dcb72..05e74f39 100644 --- a/projects/ngx-vcard/package.json +++ b/projects/ngx-vcard/package.json @@ -21,7 +21,7 @@ "url": "https://github.com/DanielHabenicht/ngx-vcard" }, "dependencies": { - "tslib": "2.1.0" + "tslib": "2.2.0" }, "peerDependencies": { "@angular/common": ">=5.x <11.0.0",