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",