From e7fabf9fd70569bc5b41e043772392e404a8cc12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 04:29:56 +0000 Subject: [PATCH] Update typescript requirement from ^4.1.3 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.1.3...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 957f248..6371d9e 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.2" }, "bin": {} }