From 46bdb0022fc6d15fc2e7301b3be28a14b13db596 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Sep 2022 21:39:15 +0000 Subject: [PATCH] Update typescript requirement from ^4.7.4 to ^4.8.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.8.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 e220113..6fbb4af 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "shx": "^0.3.3", "ts-node": "^10.9.1", "tslib": "^2.3.1", - "typescript": "^4.7.4" + "typescript": "^4.8.3" }, "oclif": { "bin": "csli",