From 839ce47bdc0364df195f390cabc42af8b281cbc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 05:04:39 +0000 Subject: [PATCH] Update tslib requirement from ^2.4.0 to ^2.5.0 Updates the requirements on [tslib](https://github.com/Microsoft/tslib) to permit the latest version. - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](https://github.com/Microsoft/tslib/compare/2.4.0...2.5.0) --- updated-dependencies: - dependency-name: tslib dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 176b43b..d26fbd4 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "oclif-plugin-helpdata": "^5.1.12", "shx": "^0.3.4", "ts-node": "^10.8.2", - "tslib": "^2.4.0", + "tslib": "^2.5.0", "typescript": "^4.7.4" }, "oclif": {