From fbde1201e283b38dd692eaef477ea093d9ccf407 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Mon, 5 Jan 2026 11:42:14 +0000 Subject: [PATCH] fix(deps): Update dependency @apache-arrow/esnext-esm to v21 --- package-lock.json | 32 ++++++++++++++++---------------- package.json | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 23044ab..e430923 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.31", "license": "MPL-2.0", "dependencies": { - "@apache-arrow/esnext-esm": "^19.0.0", + "@apache-arrow/esnext-esm": "^21.0.0", "@cloudquery/plugin-pb-javascript": "^0.0.39", "@grpc/grpc-js": "^1.9.0", "@types/luxon": "^3.3.1", @@ -72,18 +72,18 @@ } }, "node_modules/@apache-arrow/esnext-esm": { - "version": "19.0.1", - "resolved": "https://registry.npmjs.org/@apache-arrow/esnext-esm/-/esnext-esm-19.0.1.tgz", - "integrity": "sha512-0+gHhodjuKIl+NDNaEnQwkzZo43wzc0eXG11RMk8mx7w8a63vFdKFQAeWo54M59E0wZSPu0V9LZgzPsgOKPGvA==", + "version": "21.1.0", + "resolved": "https://registry.npmjs.org/@apache-arrow/esnext-esm/-/esnext-esm-21.1.0.tgz", + "integrity": "sha512-ZMlUJKmoout0U6PvHFMqYhXD5V7UAOdxUyf3cZQQwAJisz9HL2t449J6POjo+Na1M4HhHXtuHWuOakYi7n4SlQ==", "license": "Apache-2.0", "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", + "@types/node": "^24.0.3", "command-line-args": "^6.0.1", "command-line-usage": "^7.0.1", - "flatbuffers": "^24.3.25", + "flatbuffers": "^25.1.24", "json-bignum": "^0.0.3", "tslib": "^2.6.2" }, @@ -855,12 +855,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "20.16.4", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.4.tgz", - "integrity": "sha512-ioyQ1zK9aGEomJ45zz8S8IdzElyxhvP1RVWnPrXDf6wFaUb+kk1tEcVVJkF7RPGM0VWI7cp5U57oCPIn5iN1qg==", + "version": "24.10.4", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.4.tgz", + "integrity": "sha512-vnDVpYPMzs4wunl27jHrfmwojOGKya0xyM3sH+UE5iv5uPS6vX7UIoh6m+vQc5LGBq52HBKPIn/zcSZVzeDEZg==", "license": "MIT", "dependencies": { - "undici-types": "~6.19.2" + "undici-types": "~7.16.0" } }, "node_modules/@types/normalize-package-data": { @@ -3784,9 +3784,9 @@ } }, "node_modules/flatbuffers": { - "version": "24.3.25", - "resolved": "https://registry.npmjs.org/flatbuffers/-/flatbuffers-24.3.25.tgz", - "integrity": "sha512-3HDgPbgiwWMI9zVB7VYBHaMrbOO7Gm0v+yD2FV/sCKj+9NDeVL7BOBYUuhWAQGKWOzBo8S9WdMvV0eixO233XQ==", + "version": "25.9.23", + "resolved": "https://registry.npmjs.org/flatbuffers/-/flatbuffers-25.9.23.tgz", + "integrity": "sha512-MI1qs7Lo4Syw0EOzUl0xjs2lsoeqFku44KpngfIduHBYvzm8h2+7K8YMQh1JtVVVrUvhLpNwqVi4DERegUJhPQ==", "license": "Apache-2.0" }, "node_modules/flatted": { @@ -7128,9 +7128,9 @@ } }, "node_modules/undici-types": { - "version": "6.19.8", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", - "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", + "version": "7.16.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", + "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", "license": "MIT" }, "node_modules/unicorn-magic": { diff --git a/package.json b/package.json index 4792b7b..d01c747 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ } }, "dependencies": { - "@apache-arrow/esnext-esm": "^19.0.0", + "@apache-arrow/esnext-esm": "^21.0.0", "@cloudquery/plugin-pb-javascript": "^0.0.39", "@grpc/grpc-js": "^1.9.0", "@types/luxon": "^3.3.1",