diff --git a/integration-tests/package-lock.json b/integration-tests/package-lock.json index 4239540795..c06327a865 100644 --- a/integration-tests/package-lock.json +++ b/integration-tests/package-lock.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@types/node": "24.13.3", - "typescript": "5.9.3", + "typescript": "6.0.3", "vitest": "4.1.11" } }, @@ -3214,9 +3214,9 @@ "license": "0BSD" }, "node_modules/typescript": { - "version": "5.9.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", - "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz", + "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/integration-tests/package.json b/integration-tests/package.json index 0f706c5acc..5f8f8c97bc 100644 --- a/integration-tests/package.json +++ b/integration-tests/package.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@types/node": "24.13.3", - "typescript": "5.9.3", + "typescript": "6.0.3", "vitest": "4.1.11" } }