This is an automated email from the ASF dual-hosted git repository.
CritasWang pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/iotdb-client-nodejs.git
The following commit(s) were added to refs/heads/develop by this push:
new 7367a87 Bump thrift from 0.22.0 to 0.23.0 (#7)
7367a87 is described below
commit 7367a87f007a717f5acaf7a0f9169e2adbfd061d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 12 15:43:41 2026 +0800
Bump thrift from 0.22.0 to 0.23.0 (#7)
Bumps [thrift](https://github.com/apache/thrift) from 0.22.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.22.0...v0.23.0)
---
updated-dependencies:
- dependency-name: thrift
dependency-version: 0.23.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
package-lock.json | 22 ++++++++++++++++++----
package.json | 2 +-
2 files changed, 19 insertions(+), 5 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 9ca6975..12610d3 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10,7 +10,7 @@
"license": "Apache-2.0",
"dependencies": {
"denque": "^2.1.0",
- "thrift": "^0.22.0"
+ "thrift": "^0.23.0"
},
"devDependencies": {
"@types/jest": "^29.5.11",
@@ -7156,15 +7156,16 @@
}
},
"node_modules/thrift": {
- "version": "0.22.0",
- "resolved": "https://registry.npmjs.org/thrift/-/thrift-0.22.0.tgz",
- "integrity":
"sha512-3+pgo/Q5ijfJH5RKzd87oFPqBcVaVJ/KP2jLG/lLI9vuy6N+0iL+E94P7sN3YbwV+lYnRYZjg4oEn4ARofd21Q==",
+ "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": {
@@ -7473,6 +7474,19 @@
"punycode": "^2.1.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-to-istanbul": {
"version": "9.3.0",
"resolved":
"https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.3.0.tgz",
diff --git a/package.json b/package.json
index 67896f3..feaed5d 100644
--- a/package.json
+++ b/package.json
@@ -36,7 +36,7 @@
"license": "Apache-2.0",
"dependencies": {
"denque": "^2.1.0",
- "thrift": "^0.22.0"
+ "thrift": "^0.23.0"
},
"devDependencies": {
"@types/jest": "^29.5.11",