From 4ce82edc16b73d3a8a26523a549d8faa3525d3e6 Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Thu, 5 Oct 2023 17:07:01 +0300 Subject: [PATCH] chore(deps): pin dependency tslib to v2.0.0 (#2) --- 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",