From 59f8aeeef443da1cbffd141934c0da09d47ef9cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 12:17:14 +0000 Subject: [PATCH] chore(deps-dev): bump tslib from 2.1.0 to 2.5.0 Bumps [tslib](https://github.com/Microsoft/tslib) from 2.1.0 to 2.5.0. - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](https://github.com/Microsoft/tslib/compare/2.1.0...2.5.0) --- updated-dependencies: - dependency-name: tslib dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 38059c2..e4f1b3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@timechimp/timechimp-typescript-helpers", - "version": "2.0.1", + "version": "2.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@timechimp/timechimp-typescript-helpers", - "version": "2.0.1", + "version": "2.0.3", "license": "MIT", "dependencies": { "accounting": "^0.4.1", @@ -18,7 +18,7 @@ "husky": "^4.3.8", "np": "^7.5.0", "tsdx": "^0.14.1", - "tslib": "^2.1.0", + "tslib": "^2.5.0", "typescript": "^4.1.3" } }, @@ -14042,9 +14042,9 @@ } }, "node_modules/tslib": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz", - "integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz", + "integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==", "dev": true }, "node_modules/tsutils": { @@ -26469,9 +26469,9 @@ } }, "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz", - "integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz", + "integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==", "dev": true }, "tsutils": { diff --git a/package.json b/package.json index eafe5d7..ba86a53 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "husky": "^4.3.8", "np": "^7.5.0", "tsdx": "^0.14.1", - "tslib": "^2.1.0", + "tslib": "^2.5.0", "typescript": "^4.1.3" }, "dependencies": {