From b6afbb98b219245a37ae221d6b5f626bbab1053b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 11:02:08 +0000 Subject: [PATCH] Bump typescript from 4.9.5 to 5.0.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.0.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.5...v5.0.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 77f2fc2..f0d3cc7 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,6 @@ "chai": "^4.3.0", "mocha": "^10.0.0", "tslint": "^6.1.3", - "typescript": "^4.1.5" + "typescript": "^5.0.2" } }