From 6a0007cc89191eb257ad21b65aa6e73bebc6a536 Mon Sep 17 00:00:00 2001 From: null Date: Thu, 5 Oct 2023 13:22:23 +0000 Subject: [PATCH] chore(deps): pin dependency tslib to v2.0.0 --- package-lock.json | 4 ++-- projects/ng-dompurify/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index c7a86c3..ef51252 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28326,7 +28326,7 @@ "version": "4.0.0", "license": "Apache-2.0", "dependencies": { - "tslib": "^2.0.0" + "tslib": "2.0.0" }, "peerDependencies": { "@angular/core": ">=12.0.0", @@ -31245,7 +31245,7 @@ "@tinkoff/ng-dompurify": { "version": "file:projects/ng-dompurify", "requires": { - "tslib": "^2.0.0" + "tslib": "2.0.0" } }, "@tinkoff/ng-dompurify-demo": { diff --git a/projects/ng-dompurify/package.json b/projects/ng-dompurify/package.json index 5eac6f4..8897eaf 100644 --- a/projects/ng-dompurify/package.json +++ b/projects/ng-dompurify/package.json @@ -15,7 +15,7 @@ "repository": "https://github.com/taiga-family/ng-dompurify", "license": "Apache-2.0", "dependencies": { - "tslib": "^2.0.0" + "tslib": "2.0.0" }, "peerDependencies": { "@angular/core": ">=12.0.0",