Skip to content

Commit 8dd24b8

Browse files
Bump @grpc/grpc-js from 1.12.4 to 1.14.0 (#255)
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.12.4 to 1.14.0. - [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.14.0) --- updated-dependencies: - dependency-name: "@grpc/grpc-js" dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dc46fe3 commit 8dd24b8

2 files changed

Lines changed: 35 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "Spice AI, Inc. <webmaster@spice.ai>",
1515
"license": "MIT",
1616
"dependencies": {
17-
"@grpc/grpc-js": "1.12.4",
17+
"@grpc/grpc-js": "1.14.0",
1818
"@grpc/proto-loader": "0.7.13",
1919
"apache-arrow": "18.1.0",
2020
"node-fetch": "^2",

yarn.lock

Lines changed: 34 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -280,15 +280,15 @@
280280
dependencies:
281281
"@jridgewell/trace-mapping" "0.3.9"
282282

283-
"@grpc/grpc-js@1.12.4":
284-
version "1.12.4"
285-
resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.12.4.tgz#3208808435ebf1e495f9a5c5c5a0bc3dc8c9e891"
286-
integrity sha512-NBhrxEWnFh0FxeA0d//YP95lRFsSx2TNLEUQg4/W+5f/BMxcCjgOOIT24iD+ZB/tZw057j44DaIxja7w4XMrhg==
283+
"@grpc/grpc-js@1.14.0":
284+
version "1.14.0"
285+
resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.14.0.tgz#a3c47e7816ca2b4d5490cba9e06a3cf324e675ad"
286+
integrity sha512-N8Jx6PaYzcTRNzirReJCtADVoq4z7+1KQ4E70jTg/koQiMoUSN1kbNjPOqpPbhMFhfU1/l7ixspPl8dNY+FoUg==
287287
dependencies:
288-
"@grpc/proto-loader" "^0.7.13"
288+
"@grpc/proto-loader" "^0.8.0"
289289
"@js-sdsl/ordered-map" "^4.4.2"
290290

291-
"@grpc/proto-loader@0.7.13", "@grpc/proto-loader@^0.7.13":
291+
"@grpc/proto-loader@0.7.13":
292292
version "0.7.13"
293293
resolved "https://registry.yarnpkg.com/@grpc/proto-loader/-/proto-loader-0.7.13.tgz#f6a44b2b7c9f7b609f5748c6eac2d420e37670cf"
294294
integrity sha512-AiXO/bfe9bmxBjxxtYxFAXGZvMaN5s8kO+jBHAJCON8rJoB5YS/D6X7ZNc6XQkuHNmyl4CYaMI1fJ/Gn27RGGw==
@@ -298,6 +298,16 @@
298298
protobufjs "^7.2.5"
299299
yargs "^17.7.2"
300300

301+
"@grpc/proto-loader@^0.8.0":
302+
version "0.8.0"
303+
resolved "https://registry.yarnpkg.com/@grpc/proto-loader/-/proto-loader-0.8.0.tgz#b6c324dd909c458a0e4aa9bfd3d69cf78a4b9bd8"
304+
integrity sha512-rc1hOQtjIWGxcxpb9aHAfLpIctjEnsDehj0DAiVfBlmT84uvR0uUtN2hEi/ecvWVjXUGf5qPF4qEgiLOx1YIMQ==
305+
dependencies:
306+
lodash.camelcase "^4.3.0"
307+
long "^5.0.0"
308+
protobufjs "^7.5.3"
309+
yargs "^17.7.2"
310+
301311
"@isaacs/cliui@^8.0.2":
302312
version "8.0.2"
303313
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
@@ -2383,6 +2393,24 @@ protobufjs@^7.2.5:
23832393
"@types/node" ">=13.7.0"
23842394
long "^5.0.0"
23852395

2396+
protobufjs@^7.5.3:
2397+
version "7.5.4"
2398+
resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-7.5.4.tgz#885d31fe9c4b37f25d1bb600da30b1c5b37d286a"
2399+
integrity sha512-CvexbZtbov6jW2eXAvLukXjXUW1TzFaivC46BpWc/3BpcCysb5Vffu+B3XHMm8lVEuy2Mm4XGex8hBSg1yapPg==
2400+
dependencies:
2401+
"@protobufjs/aspromise" "^1.1.2"
2402+
"@protobufjs/base64" "^1.1.2"
2403+
"@protobufjs/codegen" "^2.0.4"
2404+
"@protobufjs/eventemitter" "^1.1.0"
2405+
"@protobufjs/fetch" "^1.1.0"
2406+
"@protobufjs/float" "^1.0.2"
2407+
"@protobufjs/inquire" "^1.1.0"
2408+
"@protobufjs/path" "^1.1.2"
2409+
"@protobufjs/pool" "^1.1.0"
2410+
"@protobufjs/utf8" "^1.1.0"
2411+
"@types/node" ">=13.7.0"
2412+
long "^5.0.0"
2413+
23862414
pstree.remy@^1.1.8:
23872415
version "1.1.8"
23882416
resolved "https://registry.yarnpkg.com/pstree.remy/-/pstree.remy-1.1.8.tgz#c242224f4a67c21f686839bbdb4ac282b8373d3a"

0 commit comments

Comments
 (0)