From 0dc337e436ac447d853ad4dd886556dbc7f6eb04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 11:01:41 +0000 Subject: [PATCH] Bump typescript from 4.9.5 to 5.0.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.0.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) --- 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..9bdd72c 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.3" } }