From f427ae81a6039e2c48fcfd485fb95d7ca1bd0ae5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Aug 2023 00:47:17 +0000 Subject: [PATCH] Bump typescript from 5.1.6 to 5.2.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.6 to 5.2.2. - [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-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 680849f2..178e3a31 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "terser-webpack-plugin": "5.3.9", "toml": "3.0.0", "tv4": "1.3.0", - "typescript": "5.1.6", + "typescript": "5.2.2", "webpack": "5.88.2", "webpack-cli": "5.1.4", "yaml": "2.3.1"