From acded90067df9918a4dc548600b8e0894d7a2a2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 09:58:46 +0000 Subject: [PATCH] Bump typescript from 4.9.5 to 5.0.2 (#415) 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 0b4be309..a6802094 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "standard": "^17.0.0", "tap": "^16.0.0", "tsd": "^0.27.0", - "typescript": "^4.4.3" + "typescript": "^5.0.2" }, "tsd": { "directory": "./test/types"