From a79dc27634e4d94dd415cf7ead0bccb49ada7b15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 07:32:11 +0000 Subject: [PATCH] chore(deps): bump apache-arrow from 18.0.0 to 18.1.0 Bumps [apache-arrow](https://github.com/apache/arrow) from 18.0.0 to 18.1.0. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/apache-arrow-18.0.0...apache-arrow-18.1.0) --- updated-dependencies: - dependency-name: apache-arrow dependency-type: direct:production update-type: version-update:semver-minor ... 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 6b371185..c472f32f 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "private": true, "dependencies": { "@heavyai/connector": "^7.0.0", - "apache-arrow": "^18.0.0", + "apache-arrow": "^18.1.0", "gh-pages": "^6.2.0", "vega": "^5.30.0", "vega-transform-omnisci-core": "^0.0.12" diff --git a/yarn.lock b/yarn.lock index c1ce6150..c4487f1c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -860,10 +860,10 @@ ansi-styles@^4.1.0: dependencies: color-convert "^2.0.1" -apache-arrow@^18.0.0: - version "18.0.0" - resolved "https://registry.yarnpkg.com/apache-arrow/-/apache-arrow-18.0.0.tgz#a187bd55318a7a68b6ff09835d05e89e019eba2e" - integrity sha512-gFlPaqN9osetbB83zC29AbbZqGiCuFH1vyyPseJ+B7SIbfBtESV62mMT/CkiIt77W6ykC/nTWFzTXFs0Uldg4g== +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"