diff --git a/package.json b/package.json index 22e37c4f0..e614427ea 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "zx": "7.2.3" }, "dependencies": { - "@elastic/transport": "^9.0.1", + "@elastic/transport": "^9.2.0", "apache-arrow": "18.x - 19.x", "tslib": "^2.4.0" }, diff --git a/test/unit/api.test.ts b/test/unit/api.test.ts index 213f87da5..9f0469b56 100644 --- a/test/unit/api.test.ts +++ b/test/unit/api.test.ts @@ -236,7 +236,6 @@ test('Api request metadata', t => { 'set_id', 'rule_id', 'synonyms', - 'refresh', ]) return super.request(params, options) }