From 929f45cb0a001fe57b96f6127ea035c133389a10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 20:41:07 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v7 --- fixtures/ecosystems/typescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fixtures/ecosystems/typescript/package.json b/fixtures/ecosystems/typescript/package.json index 237fd4a..b8cd3b3 100644 --- a/fixtures/ecosystems/typescript/package.json +++ b/fixtures/ecosystems/typescript/package.json @@ -7,7 +7,7 @@ "test": "vitest run --reporter=junit --outputFile=test_results/junit/TEST-test_svcs.xml" }, "devDependencies": { - "typescript": "^6.0.0", + "typescript": "^7.0.0", "vitest": "^4.0.0" } }