From 10427fb174f0f24f4ae19e316e76c41b8e22a943 Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Wed, 16 Oct 2024 18:37:02 +0300 Subject: [PATCH] chore: update dependency tslib to v2.8.0 (#1780) --- package-lock.json | 9 +-------- projects/angular/package.json | 2 +- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 61cac796f..144fe8b12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45722,7 +45722,6 @@ "version": "2.8.0", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.0.tgz", "integrity": "sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==", - "dev": true, "license": "0BSD" }, "node_modules/tsscmp": { @@ -47921,7 +47920,7 @@ "version": "3.1.0", "license": "Apache-2.0", "dependencies": { - "tslib": "2.7.0" + "tslib": "2.8.0" }, "devDependencies": { "@angular/core": "16.2.12", @@ -47933,12 +47932,6 @@ "@maskito/core": "^3.1.0" } }, - "projects/angular/node_modules/tslib": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz", - "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==", - "license": "0BSD" - }, "projects/core": { "name": "@maskito/core", "version": "3.1.0", diff --git a/projects/angular/package.json b/projects/angular/package.json index 4f8942fa3..4846b9da2 100644 --- a/projects/angular/package.json +++ b/projects/angular/package.json @@ -29,7 +29,7 @@ "Nikita Barsukov " ], "dependencies": { - "tslib": "2.7.0" + "tslib": "2.8.0" }, "devDependencies": { "@angular/core": "16.2.12",