diff --git a/package-lock.json b/package-lock.json index 060a849..5521721 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "7.0.2", "license": "Apache-2.0", "dependencies": { - "thrift": "^0.20.0" + "thrift": "^0.23.0" }, "devDependencies": { "typescript": "^5.9.3" @@ -49,14 +49,16 @@ } }, "node_modules/thrift": { - "version": "0.20.0", - "resolved": "https://registry.npmjs.org/thrift/-/thrift-0.20.0.tgz", - "integrity": "sha512-oSmJTaoIAGolpupVHFfsWcmdEKX81fcDI6ty0hhezzdgZvp0XyXgMe9+1YusI8Ahy0HK4n8jlNrkPjOPeHZjdQ==", + "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": { @@ -77,6 +79,19 @@ "node": ">=14.17" } }, + "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/ws": { "version": "5.2.4", "resolved": "https://registry.npmjs.org/ws/-/ws-5.2.4.tgz", diff --git a/package.json b/package.json index d521705..505134d 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "main": "js/main.js", "dependencies": { - "thrift": "^0.20.0" + "thrift": "^0.23.0" }, "devDependencies": { "typescript": "^5.9.3"