From fb0139a90b167843ad76bc1d880851b4d4cb02c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 19:32:51 +0000 Subject: [PATCH] Bump tslib from 2.7.0 to 2.8.1 Bumps [tslib](https://github.com/Microsoft/tslib) from 2.7.0 to 2.8.1. - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](https://github.com/Microsoft/tslib/compare/v2.7.0...v2.8.1) --- updated-dependencies: - dependency-name: tslib dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ea095b0..1cea54a 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "rollup": "4.24.0", "rollup-plugin-dts": "^6.0.2", "ts-node": "10.9.2", - "tslib": "^2.7.0", + "tslib": "^2.8.1", "typescript": "5.6.3", "typescript-eslint": "^8.9.0" }, diff --git a/yarn.lock b/yarn.lock index 6ac8471..50d8c40 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2451,10 +2451,10 @@ ts-node@10.9.2: v8-compile-cache-lib "^3.0.1" yn "3.1.1" -tslib@^2.0.3, 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.0.3, tslib@^2.8.1: + version "2.8.1" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f" + integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w== type-check@^0.4.0, type-check@~0.4.0: version "0.4.0"