From ed81b1ee1b3116d068e2a555ab909ad4a1422bd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 11:09:34 +0000 Subject: [PATCH] build(deps): bump @grpc/grpc-js from 1.12.4 to 1.12.5 Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.12.4 to 1.12.5. - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.12.4...@grpc/grpc-js@1.12.5) --- updated-dependencies: - dependency-name: "@grpc/grpc-js" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 33 ++++++++++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index babb785c..432bc27b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -455,9 +455,9 @@ "@shikijs/vscode-textmate" "^10.0.1" "@grpc/grpc-js@^1.9.9": - version "1.12.4" - resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.12.4.tgz#3208808435ebf1e495f9a5c5c5a0bc3dc8c9e891" - integrity sha512-NBhrxEWnFh0FxeA0d//YP95lRFsSx2TNLEUQg4/W+5f/BMxcCjgOOIT24iD+ZB/tZw057j44DaIxja7w4XMrhg== + version "1.12.5" + resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.12.5.tgz#0064a28fe9b1ec54ac27e1c9bf70720aa01285e8" + integrity sha512-d3iiHxdpg5+ZcJ6jnDSOT8Z0O0VMVGy34jAnYLUX8yd36b1qn8f1TwOA/Lc7TsOh03IkPJ38eGI5qD2EjNkoEA== dependencies: "@grpc/proto-loader" "^0.7.13" "@js-sdsl/ordered-map" "^4.4.2" @@ -505,6 +505,18 @@ resolved "https://registry.yarnpkg.com/@hutson/parse-repository-url/-/parse-repository-url-3.0.2.tgz#98c23c950a3d9b6c8f0daed06da6c3af06981340" integrity sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q== +"@influxdata/influxdb3-client@^0.12.0": + version "0.12.0" + resolved "https://registry.yarnpkg.com/@influxdata/influxdb3-client/-/influxdb3-client-0.12.0.tgz#9ee758d4a6cb125f0a889ba216559765977d712e" + integrity sha512-bjScvi+rnUxIvldX3nQ8AYg/ylJJstZIZzenjOa40WnolqQ/fSvTVC0fBuEacO9DvnLPuoQ5YV4L266UdBwo8g== + dependencies: + "@grpc/grpc-js" "^1.9.9" + "@protobuf-ts/grpc-transport" "^2.9.1" + "@protobuf-ts/grpcweb-transport" "^2.9.1" + "@protobuf-ts/runtime-rpc" "^2.9.1" + apache-arrow "^17.0.0" + grpc-web "^1.5.0" + "@isaacs/string-locale-compare@^1.1.0": version "1.1.0" resolved "https://registry.yarnpkg.com/@isaacs/string-locale-compare/-/string-locale-compare-1.1.0.tgz#291c227e93fd407a96ecd59879a35809120e432b" @@ -1720,6 +1732,21 @@ anymatch@~3.1.2: normalize-path "^3.0.0" picomatch "^2.0.4" +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== + 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" + command-line-args "^5.2.1" + command-line-usage "^7.0.1" + flatbuffers "^24.3.25" + json-bignum "^0.0.3" + tslib "^2.6.2" + apache-arrow@^18.0.0: version "18.1.0" resolved "https://registry.yarnpkg.com/apache-arrow/-/apache-arrow-18.1.0.tgz#bb17a9e91e4e2f7b5cf4efcb9c1ab57cedac7e2a"