From d042d44385138276d328bf577685635756c10902 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 05:10:46 +0000 Subject: [PATCH] Update typescript requirement from ^4.7.4 to ^4.8.2 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.2) --- 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..d37868c 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.2" }, "oclif": { "bin": "openlab",