From 5f8e36f7390e7ea6cc24028c404651bab4e29c67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 07:57:39 +0000 Subject: [PATCH] Bump thrift from 0.12.0 to 0.23.0 Bumps [thrift](https://github.com/apache/thrift) from 0.12.0 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/v0.12.0...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 faacebf..5ee809c 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "debug": "^4.1.1", "q": "^1.5.1", - "thrift": "0.12.0" + "thrift": "0.23.0" }, "devDependencies": { "ava": "^2.3.0"