From 87b30ed6761af852ded64d444e2037b51f78cbd2 Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Tue, 30 Sep 2025 11:27:55 -0500 Subject: [PATCH] Bump transport to 9.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7364b86aa..424490f27 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "zx": "8.8.0" }, "dependencies": { - "@elastic/transport": "^9.0.1", + "@elastic/transport": "^9.2.0", "apache-arrow": "18.x - 21.x", "tslib": "^2.4.0" },