diff --git a/package.json b/package.json index 1745da2d..86c94ff0 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "dependencies": { "@duckdb/duckdb-wasm": "^1.29.0", "@heavyai/connector": "^7.0.0", - "apache-arrow": "^17.0.0", + "apache-arrow": "^18.1.0", "cwise": "^1.0.10", "d3": "^7.9.0", "ndarray": "^1.0.19", diff --git a/yarn.lock b/yarn.lock index 749cc340..4eb27869 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2003,6 +2003,21 @@ apache-arrow@^17.0.0: json-bignum "^0.0.3" tslib "^2.6.2" +apache-arrow@^18.1.0: + version "18.1.0" + resolved "https://registry.yarnpkg.com/apache-arrow/-/apache-arrow-18.1.0.tgz#bb17a9e91e4e2f7b5cf4efcb9c1ab57cedac7e2a" + integrity sha512-v/ShMp57iBnBp4lDgV8Jx3d3Q5/Hac25FWmQ98eMahUiHPXcvwIMKJD0hBIgclm/FCG+LwPkAKtkRO1O/W0YGg== + dependencies: + "@swc/helpers" "^0.5.11" + "@types/command-line-args" "^5.2.3" + "@types/command-line-usage" "^5.0.4" + "@types/node" "^20.13.0" + command-line-args "^5.2.1" + command-line-usage "^7.0.1" + flatbuffers "^24.3.25" + json-bignum "^0.0.3" + tslib "^2.6.2" + apply-colormap@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/apply-colormap/-/apply-colormap-1.0.1.tgz#8fb95c567582f70c0002b2826bbb9cc9b6cf4d03"