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"