diff --git a/package-lock.json b/package-lock.json index ef92d3a..7f7d28e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "Hive", - "version": "0.2.24", + "version": "0.2.26", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "Hive", - "version": "0.2.24", + "version": "0.2.26", "hasInstallScript": true, "dependencies": { "antlr4": "4.8.0", @@ -14,7 +14,7 @@ "big.js": "5.2.2", "lodash": "4.18.1", "ssl-root-cas": "1.3.1", - "thrift": "0.15.0", + "thrift": "0.23.0", "uuid": "14.0.0" }, "devDependencies": { @@ -2390,21 +2390,35 @@ } }, "node_modules/thrift": { - "version": "0.15.0", - "resolved": "https://registry.npmjs.org/thrift/-/thrift-0.15.0.tgz", - "integrity": "sha512-RvuFCwHD8bAHIh0Evlr+8QJui/zzistIj9k668jX6jGvDF1OyOmI5TvY+YnqI/VQxpiE2OCGucYJs/nz/CfldA==", + "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", - "ws": "^5.2.2" + "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" + ], + "license": "MIT", + "bin": { + "uuid": "dist-node/bin/uuid" + } + }, "node_modules/to-regex-range": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", diff --git a/package.json b/package.json index 5143291..ba498dd 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "big.js": "5.2.2", "lodash": "4.18.1", "ssl-root-cas": "1.3.1", - "thrift": "0.15.0", + "thrift": "0.23.0", "uuid": "14.0.0" }, "simple-git-hooks": { @@ -105,4 +105,4 @@ "overrides": { "minimatch": "10.2.4" } -} \ No newline at end of file +}