From e52f6feeb0ae8dcc839c6ee7470e9c21985d9c39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 02:27:31 +0000 Subject: [PATCH] chore: bump typescript from 4.9.5 to 5.3.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.3.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.5...v5.3.3) --- 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 1c820b7..7596b5b 100644 --- a/package.json +++ b/package.json @@ -75,6 +75,6 @@ "snazzy": "^9.0.0", "standard": "^17.0.0", "tap": "^16.3.0", - "typescript": "^4.7.4" + "typescript": "^5.3.3" } }