From 7df923938e5d56a98a8969e06e8b8862545f616c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 06:26:35 +0000 Subject: [PATCH] Bump thrift from 0.16.0 to 0.23.0 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] --- package-lock.json | 35 ++++++++++++++++++++++++++++------- package.json | 2 +- 2 files changed, 29 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d4ac2179..38564ff6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "open": "^8.4.2", "openid-client": "^5.4.2", "proxy-agent": "^6.3.1", - "thrift": "^0.16.0", + "thrift": "^0.23.0", "uuid": "^9.0.0", "winston": "^3.8.2" }, @@ -5843,20 +5843,33 @@ "dev": true }, "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==", "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": { "node": ">= 10.18.0" } }, + "node_modules/thrift/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" + ], + "bin": { + "uuid": "dist-node/bin/uuid" + } + }, "node_modules/to-fast-properties": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", @@ -10721,15 +10734,23 @@ "dev": true }, "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==", "requires": { "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" + }, + "dependencies": { + "uuid": { + "version": "13.0.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.2.tgz", + "integrity": "sha512-vzi9uRZ926x4XV73S/4qQaTwPXM2JBj6/6lI/byHH1jOpCzb0zDbfytgA9LcN/hzb2l7WQSQnxITOVx5un/wGw==" + } } }, "to-fast-properties": { diff --git a/package.json b/package.json index e430181f..6420bf68 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "open": "^8.4.2", "openid-client": "^5.4.2", "proxy-agent": "^6.3.1", - "thrift": "^0.16.0", + "thrift": "^0.23.0", "uuid": "^9.0.0", "winston": "^3.8.2" },