|
280 | 280 | dependencies: |
281 | 281 | "@jridgewell/trace-mapping" "0.3.9" |
282 | 282 |
|
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== |
287 | 287 | dependencies: |
288 | | - "@grpc/proto-loader" "^0.7.13" |
| 288 | + "@grpc/proto-loader" "^0.8.0" |
289 | 289 | "@js-sdsl/ordered-map" "^4.4.2" |
290 | 290 |
|
291 | | -"@grpc/proto-loader@0.7.13", "@grpc/proto-loader@^0.7.13": |
| 291 | +"@grpc/proto-loader@0.7.13": |
292 | 292 | version "0.7.13" |
293 | 293 | resolved "https://registry.yarnpkg.com/@grpc/proto-loader/-/proto-loader-0.7.13.tgz#f6a44b2b7c9f7b609f5748c6eac2d420e37670cf" |
294 | 294 | integrity sha512-AiXO/bfe9bmxBjxxtYxFAXGZvMaN5s8kO+jBHAJCON8rJoB5YS/D6X7ZNc6XQkuHNmyl4CYaMI1fJ/Gn27RGGw== |
|
298 | 298 | protobufjs "^7.2.5" |
299 | 299 | yargs "^17.7.2" |
300 | 300 |
|
| 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 | + |
301 | 311 | "@isaacs/cliui@^8.0.2": |
302 | 312 | version "8.0.2" |
303 | 313 | resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550" |
@@ -2383,6 +2393,24 @@ protobufjs@^7.2.5: |
2383 | 2393 | "@types/node" ">=13.7.0" |
2384 | 2394 | long "^5.0.0" |
2385 | 2395 |
|
| 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 | + |
2386 | 2414 | pstree.remy@^1.1.8: |
2387 | 2415 | version "1.1.8" |
2388 | 2416 | resolved "https://registry.yarnpkg.com/pstree.remy/-/pstree.remy-1.1.8.tgz#c242224f4a67c21f686839bbdb4ac282b8373d3a" |
|
0 commit comments