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" },