From ae7e89116a75cf9d2e78018a6fae026f225b0e5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 05:00:16 +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 4a1cf89..b5004fb 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,6 @@ "devDependencies": { "@types/request": "^2.47.1", "tslint": "^6.1.3", - "typescript": "^4.0.3" + "typescript": "^5.0.3" } }