From 3aca7d504a4c30c9250193c71af3d52dc69be3a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 21:18:51 +0000 Subject: [PATCH] chore: bump apache-arrow from 19.0.0 to 19.0.1 Bumps [apache-arrow](https://github.com/apache/arrow) from 19.0.0 to 19.0.1. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/apache-arrow-19.0.0...apache-arrow-19.0.1) --- updated-dependencies: - dependency-name: apache-arrow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6bcadf365e..64112b1bf7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@stoplight/spectral-functions": "^1.9.3", "@stoplight/spectral-ref-resolver": "^1.0.5", "@stoplight/spectral-ruleset-bundler": "^1.6.1", - "apache-arrow": "^19.0.0", + "apache-arrow": "^19.0.1", "dotenv": "^16.4.7", "eslint-plugin-jest": "^28.10.0", "markdown-table": "^3.0.4", @@ -5245,9 +5245,9 @@ } }, "node_modules/apache-arrow": { - "version": "19.0.0", - "resolved": "https://registry.npmjs.org/apache-arrow/-/apache-arrow-19.0.0.tgz", - "integrity": "sha512-xifuq9x7tYriK64p7xwtpe9JFBxiQxs0OXBnKv36OwQmkjpNhZN7aKXFa0mV5vaOxf0uKHmjlnxUNw/2fl5FRw==", + "version": "19.0.1", + "resolved": "https://registry.npmjs.org/apache-arrow/-/apache-arrow-19.0.1.tgz", + "integrity": "sha512-APmMLzS4qbTivLrPdQXexGM4JRr+0g62QDaobzEvip/FdQIrv2qLy0mD5Qdmw4buydtVJgbFeKR8f59I6PPGDg==", "license": "Apache-2.0", "dependencies": { "@swc/helpers": "^0.5.11", diff --git a/package.json b/package.json index 0f4115f5ae..6a4c24b2f4 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@stoplight/spectral-functions": "^1.9.3", "@stoplight/spectral-ref-resolver": "^1.0.5", "@stoplight/spectral-ruleset-bundler": "^1.6.1", - "apache-arrow": "^19.0.0", + "apache-arrow": "^19.0.1", "dotenv": "^16.4.7", "eslint-plugin-jest": "^28.10.0", "markdown-table": "^3.0.4",