From 948767899a4b49388c2b1e59efbf27aa07d17ee7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 08:20:16 +0000 Subject: [PATCH] Bump thrift from 0.9.1 to 0.23.0 Bumps [thrift](https://github.com/apache/thrift) from 0.9.1 to 0.23.0. - [Release notes](https://github.com/apache/thrift/releases) - [Changelog](https://github.com/apache/thrift/blob/master/CHANGES.md) - [Commits](https://github.com/apache/thrift/compare/0.9.1...v0.23.0) --- updated-dependencies: - dependency-name: thrift dependency-version: 0.23.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2920762..6bc385b 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Easy to CRUD for hbase by node-thrift-hbase", "main": "index.js", "dependencies": { - "thrift": "0.9.1", + "thrift": "0.23.0", "node-int64": "0.3.1", "underscore": "1.7.0" },