From 052daa77feb9a5c751d9c003ccd2254c01caaedc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 23:16:00 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 4.9.5 to 5.0.2 (#2018) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.0.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.5...v5.0.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 90d1d568748..e019ebc7d1e 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "table": "^6.8.0", "tap": "^16.1.0", "tsd": "^0.27.0", - "typescript": "^4.9.5", + "typescript": "^5.0.2", "wait-on": "^7.0.1", "ws": "^8.11.0" },