From f3d38a89a073b6aeed552315221872c6bf04b57b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 21:06:42 +0000 Subject: [PATCH] chore(dev-deps): update tslib requirement from ^2.4.1 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.1...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 f4cb7e9..2ee45f2 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "oclif": "^3", "shx": "^0.3.3", "ts-node": "^10.9.1", - "tslib": "^2.4.1", + "tslib": "^2.5.0", "typescript": "^4.9.4" }, "oclif": {