From c894e5a62983be26853196f7f8c57ba4adc49828 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 20:17:12 +0000 Subject: [PATCH] Bump apache-arrow from 17.0.0 to 18.1.0 Bumps [apache-arrow](https://github.com/apache/arrow) from 17.0.0 to 18.1.0. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/apache-arrow-17.0.0...apache-arrow-18.1.0) --- updated-dependencies: - dependency-name: apache-arrow dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index af60d68..b2457d2 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "devDependencies": { "@fastify/static": "^7.0.4", "@types/node": "^22", - "apache-arrow": "^17.0.0", + "apache-arrow": "^18.1.0", "arrow-js-ffi": "^0.4.2", "benny": "^3.7.1", "fastify": "^4.28.1", diff --git a/yarn.lock b/yarn.lock index f8bc089..bf7591a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -496,10 +496,10 @@ ansi-styles@^6.1.0: resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5" integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug== -apache-arrow@^17.0.0: - version "17.0.0" - resolved "https://registry.yarnpkg.com/apache-arrow/-/apache-arrow-17.0.0.tgz#73d98566c86352c9a0314c03890dbd7211073827" - integrity sha512-X0p7auzdnGuhYMVKYINdQssS4EcKec9TCXyez/qtJt32DrIMGbzqiaMiQ0X6fQlQpw8Fl0Qygcv4dfRAr5Gu9Q== +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"