From 4da9caf61f25eea021fe805a72adf1f419422f8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 05:09:50 +0000 Subject: [PATCH] Update typescript requirement from ^4.7.4 to ^4.9.3 Updates the requirements on [typescript](https://github.com/Microsoft/TypeScript) to permit the latest version. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.7.4...v4.9.3) --- updated-dependencies: - dependency-name: typescript 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..0f8228e 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "shx": "^0.3.4", "ts-node": "^10.8.2", "tslib": "^2.4.0", - "typescript": "^4.7.4" + "typescript": "^4.9.3" }, "oclif": { "bin": "openlab",