diff --git a/package-lock.json b/package-lock.json index fc441e55..3f5495b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19501,9 +19501,9 @@ } }, "tslib": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", - "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz", + "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==" }, "tslint": { "version": "6.1.3", diff --git a/package.json b/package.json index c0815bbe..1037fe0d 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@angular/router": "12.2.16", "ngx-vcard": "x", "rxjs": "7.8.1", - "tslib": "2.6.2", + "tslib": "2.6.3", "zone.js": "0.11.5" }, "devDependencies": { diff --git a/projects/ngx-vcard/package.json b/projects/ngx-vcard/package.json index 79bfdc11..2081cd4f 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.6.2" + "tslib": "2.6.3" }, "peerDependencies": { "@angular/common": ">=5.x <19.0.0",