From ccf27922d28ea705b78d6f56dd988eaf557d0393 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 12 Oct 2020 23:49:30 +0000 Subject: [PATCH] fix(deps): update dependency tslib to v2.0.3 --- package-lock.json | 6 +++--- package.json | 2 +- projects/ngx-vcard/package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e1487965..1a20f0ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18719,9 +18719,9 @@ "dev": true }, "tslib": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.2.tgz", - "integrity": "sha512-wAH28hcEKwna96/UacuWaVspVLkg4x1aDM9JlzqaQTOFczCktkVAb5fmXChgandR1EraDPs2w8P+ozM+oafwxg==" + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz", + "integrity": "sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==" }, "tslint": { "version": "6.1.3", diff --git a/package.json b/package.json index ce4c71af..9bc992ff 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@angular/router": "10.1.5", "ngx-vcard": "x", "rxjs": "6.6.3", - "tslib": "2.0.2", + "tslib": "2.0.3", "zone.js": "0.11.1" }, "devDependencies": { diff --git a/projects/ngx-vcard/package.json b/projects/ngx-vcard/package.json index 601c2e20..a81a9658 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.0.2" + "tslib": "2.0.3" }, "peerDependencies": { "@angular/common": ">=5.x <11.0.0",