From f65b4af29893da5eda7922ef2e025498bf3175f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 08:13:36 +0000 Subject: [PATCH] build(deps): bump thrift from 0.16.0 to 0.23.0 in /webgui-new Bumps [thrift](https://github.com/apache/thrift) from 0.16.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.16.0...v0.23.0) --- updated-dependencies: - dependency-name: thrift dependency-version: 0.23.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- webgui-new/package-lock.json | 22 ++++++++++++++++++---- webgui-new/package.json | 2 +- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/webgui-new/package-lock.json b/webgui-new/package-lock.json index 1f9a2c105..05920d4a8 100644 --- a/webgui-new/package-lock.json +++ b/webgui-new/package-lock.json @@ -33,7 +33,7 @@ "recharts": "^2.15.4", "sass": "^1.93.2", "sharp": "^0.32.6", - "thrift": "0.16.0" + "thrift": "0.23.0" }, "devDependencies": { "@creditkarma/thrift-typescript": "^3.7.6", @@ -8751,15 +8751,16 @@ "license": "MIT" }, "node_modules/thrift": { - "version": "0.16.0", - "resolved": "https://registry.npmjs.org/thrift/-/thrift-0.16.0.tgz", - "integrity": "sha512-W8DpGyTPlIaK3f+e1XOCLxefaUWXtrOXAaVIDbfYhmVyriYeAKgsBVFNJUV1F9SQ2SPt2sG44AZQxSGwGj/3VA==", + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/thrift/-/thrift-0.23.0.tgz", + "integrity": "sha512-j7F1ls8JogClU88Ta/pwD/OzYuiFeD6Z5GoWw7ip+jcDhcNYFKgfXYEsyLXYpiNfJO94fbLnITGxyfZ19YzA6Q==", "license": "Apache-2.0", "dependencies": { "browser-or-node": "^1.2.1", "isomorphic-ws": "^4.0.1", "node-int64": "^0.4.0", "q": "^1.5.0", + "uuid": "^13.0.0", "ws": "^5.2.3" }, "engines": { @@ -9199,6 +9200,19 @@ "node": ">= 0.4.0" } }, + "node_modules/uuid": { + "version": "13.0.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.2.tgz", + "integrity": "sha512-vzi9uRZ926x4XV73S/4qQaTwPXM2JBj6/6lI/byHH1jOpCzb0zDbfytgA9LcN/hzb2l7WQSQnxITOVx5un/wGw==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", + "bin": { + "uuid": "dist-node/bin/uuid" + } + }, "node_modules/v8-compile-cache-lib": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz", diff --git a/webgui-new/package.json b/webgui-new/package.json index 334c1d903..073f2591e 100644 --- a/webgui-new/package.json +++ b/webgui-new/package.json @@ -54,7 +54,7 @@ "recharts": "^2.15.4", "sass": "^1.93.2", "sharp": "^0.32.6", - "thrift": "0.16.0" + "thrift": "0.23.0" }, "engines": { "node": ">=18.17.0"