From 0ff4b445b272106355ba2186f3bae9f295f5f1e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Apr 2023 08:58:22 +0000 Subject: [PATCH] Bump typescript from 3.7.5 to 5.0.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.7.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 cc00d8b..85be943 100644 --- a/package.json +++ b/package.json @@ -55,6 +55,6 @@ "ts-jest": "^26.4.1", "ts-node": "^10.4.0", "tscpaths": "https://github.com/Tiagoperes/tscpaths.git#498769882091cfe6fd8c4067bb50843dc4ca551e", - "typescript": "3.7.5" + "typescript": "5.0.3" } }