From 6ea5fcf3c7716ea2fe803b6093e68f2f5722218a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 04:14:49 +0000 Subject: [PATCH] Update typescript requirement from ^4.1.3 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.1.3...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 957f248..eb05808 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "standard-version": "^9.3.1", "ts-jest": "^26.4.4", "tslib": "^2.3.1", - "typescript": "^4.1.3" + "typescript": "^4.8.3" }, "bin": {} }