From 18465180a2e8e8b4f0ec64c3bc27fa779bc711c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 13:58:21 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20typescript=20from=205.9.3=20?= =?UTF-8?q?to=206.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.2 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 38105c0..3df88d8 100644 --- a/package.json +++ b/package.json @@ -355,7 +355,7 @@ "lint-staged": "^16.2.7", "path-browserify": "^1.0.1", "sinon": "^21.0.1", - "typescript": "^5.0.0" + "typescript": "^6.0.2" }, "dependencies": { "posthog-node": "^5.24.1",