From 9b61055d08de32fcaefcd9bc898079a80f16c0d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 11:50:52 +0000 Subject: [PATCH] Bump tslib from 2.7.0 to 2.8.0 Bumps [tslib](https://github.com/Microsoft/tslib) from 2.7.0 to 2.8.0. - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](https://github.com/Microsoft/tslib/compare/v2.7.0...v2.8.0) --- updated-dependencies: - dependency-name: tslib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- asset/package.json | 2 +- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/asset/package.json b/asset/package.json index 9014b6f5..f79beb43 100644 --- a/asset/package.json +++ b/asset/package.json @@ -35,7 +35,7 @@ "short-unique-id": "^5.2.0", "timsort": "^0.3.0", "ts-transforms": "^1.3.0", - "tslib": "^2.7.0" + "tslib": "^2.8.0" }, "engines": { "node": ">=18.0.0", diff --git a/package.json b/package.json index 67145ead..1300bce2 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "node-notifier": "^10.0.1", "teraslice-test-harness": "^1.2.0", "ts-jest": "^29.2.5", - "tslib": "^2.7.0", + "tslib": "^2.8.0", "typescript": "~5.2.2" }, "engines": { diff --git a/yarn.lock b/yarn.lock index 3c228487..7ec9e768 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6983,10 +6983,10 @@ tslib@^1.8.1: resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== -tslib@^2.4.1, tslib@^2.6.2, tslib@^2.7.0: - version "2.7.0" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.7.0.tgz#d9b40c5c40ab59e8738f297df3087bf1a2690c01" - integrity sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA== +tslib@^2.4.1, tslib@^2.6.2, tslib@^2.8.0: + version "2.8.0" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.0.tgz#d124c86c3c05a40a91e6fdea4021bd31d377971b" + integrity sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA== tsutils@^3.21.0: version "3.21.0"