From 8266510135b93a9e151f1e827778f0292835cb60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 17:39:42 +0000 Subject: [PATCH] chore(npm): 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" } }