From 741a7792cb287f02fdb8023aa09514cb20caafd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Sep 2022 21:43:02 +0000 Subject: [PATCH] Update tslib requirement from ^2.3.1 to ^2.4.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.3.1...2.4.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 e220113..38301aa 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "oclif": "^3", "shx": "^0.3.3", "ts-node": "^10.9.1", - "tslib": "^2.3.1", + "tslib": "^2.4.0", "typescript": "^4.7.4" }, "oclif": {