From 4ef8345254041bad0d9ad9bc8feac665d9921c28 Mon Sep 17 00:00:00 2001 From: null Date: Tue, 15 Oct 2024 21:48:07 +0000 Subject: [PATCH] chore: update dependency tslib to v2.8.0 --- package-lock.json | 35 +++++++++++++++++++---------------- package.json | 2 +- 2 files changed, 20 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index d89bdda8..0510420a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -88,7 +88,7 @@ "nx": "20.0.0", "rxjs": "7.8.1", "ts-node": "10.9.2", - "tslib": "2.7.0", + "tslib": "2.8.0", "typescript": "5.0.4", "webpack": "5.95.0" } @@ -134,12 +134,6 @@ "@ng-web-apis/common": ">=4.11.1" } }, - "libs/geolocation/node_modules/tslib": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.0.tgz", - "integrity": "sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==", - "license": "0BSD" - }, "libs/intersection-observer": { "name": "@ng-web-apis/intersection-observer", "version": "4.11.1", @@ -267,12 +261,6 @@ "@types/dom-view-transitions": ">=1.0.5" } }, - "libs/view-transition/node_modules/tslib": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.0.tgz", - "integrity": "sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==", - "license": "0BSD" - }, "libs/workers": { "name": "@ng-web-apis/workers", "version": "4.11.1", @@ -6391,6 +6379,14 @@ "@maskito/core": "^3.1.0" } }, + "node_modules/@maskito/angular/node_modules/tslib": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz", + "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==", + "dev": true, + "license": "0BSD", + "peer": true + }, "node_modules/@maskito/core": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/@maskito/core/-/core-3.1.0.tgz", @@ -9092,6 +9088,13 @@ "rxjs": ">=7.0.0" } }, + "node_modules/@taiga-ui/cdk/node_modules/tslib": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz", + "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==", + "dev": true, + "license": "0BSD" + }, "node_modules/@taiga-ui/commitlint-config": { "version": "0.222.5", "resolved": "https://registry.npmjs.org/@taiga-ui/commitlint-config/-/commitlint-config-0.222.5.tgz", @@ -38929,9 +38932,9 @@ } }, "node_modules/tslib": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz", - "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==", + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.0.tgz", + "integrity": "sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==", "license": "0BSD" }, "node_modules/tsutils": { diff --git a/package.json b/package.json index bced914a..8fc95422 100644 --- a/package.json +++ b/package.json @@ -170,7 +170,7 @@ "nx": "20.0.0", "rxjs": "7.8.1", "ts-node": "10.9.2", - "tslib": "2.7.0", + "tslib": "2.8.0", "typescript": "5.0.4", "webpack": "5.95.0" },