From 0f0c600bb7537560c61899f62c24cb9c40c31242 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 10:28:52 -0600 Subject: [PATCH] [8.6] Bump `@elastic/transport` to 8.3.1 Co-authored-by: Rudolf Meijering --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3ea6cc36d..c2d4271f2 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "zx": "^6.1.0" }, "dependencies": { - "@elastic/transport": "^8.2.0", + "@elastic/transport": "^8.3.1", "tslib": "^2.4.0" }, "tap": { @@ -91,4 +91,4 @@ "coverage": false, "check-coverage": false } -} \ No newline at end of file +}