From 73d0668f8b1bfb25271ff22389d17733ba6a85f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 05:06:24 +0000 Subject: [PATCH] Update typescript requirement from ^4.7.4 to ^4.8.4 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.8.4) --- 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..ff6112a 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.8.4" }, "oclif": { "bin": "openlab",