From 210779be883bb0a264825f6e65e64849db1ad920 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 14:53:01 +0000 Subject: [PATCH] Bump apache-arrow from 18.1.0 to 19.0.0 in the dev-dependencies group Bumps the dev-dependencies group with 1 update: [apache-arrow](https://github.com/apache/arrow). Updates `apache-arrow` from 18.1.0 to 19.0.0 - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/apache-arrow-18.1.0...apache-arrow-19.0.0) --- updated-dependencies: - dependency-name: apache-arrow dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 688e405..579fbd1 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@types/uuid": "^10.0.0", "@typescript-eslint/eslint-plugin": "^8.7.0", "@typescript-eslint/parser": "^8.7.0", - "apache-arrow": "^18.0.0", + "apache-arrow": "^19.0.0", "eslint": "^8.57.1", "eslint-config-prettier": "^10.0.1", "eslint-plugin-expect-type": "^0.6.2",