From b3c20f717bacf4502c3fdb75bdfa45c8a7bda602 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 02:59:00 +0000 Subject: [PATCH] Bump typescript from 5.0.4 to 5.1.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.4 to 5.1.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.0.4...v5.1.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fbbb4b9d5..cde055cc0 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "terser-webpack-plugin": "5.3.9", "toml": "3.0.0", "tv4": "1.3.0", - "typescript": "5.0.4", + "typescript": "5.1.3", "webpack": "5.85.0", "webpack-cli": "5.1.1", "yaml": "2.3.1"