From a37595640b3f7d16dca45b6063b3bda4b8f3d05c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 17:00:05 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 4.9.5 to 5.0.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.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 ed6f30a..84d1b14 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,6 @@ "eslint-plugin-promise": "^5.2.0", "tap": "^16.0.0", "tsd": "^0.19.1", - "typescript": "^4.5.5" + "typescript": "^5.0.3" } }