|
69 | 69 | resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f" |
70 | 70 | integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g== |
71 | 71 |
|
72 | | -"@grpc/grpc-js@^1.8.3": |
73 | | - version "1.8.13" |
74 | | - resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.8.13.tgz#e775685962909b76f8d4b813833c3d123867165b" |
75 | | - integrity sha512-iY3jsdfbc0ARoCLFvbvUB8optgyb0r1XLPb142u+QtgBcKJYkCIFt3Fd/881KqjLYWjsBJF57N3b8Eop9NDfUA== |
| 72 | +"@grpc/grpc-js@^1.10.4": |
| 73 | + version "1.10.4" |
| 74 | + resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.10.4.tgz#a33f743f69ed531e917c9eafb4fd8bc3e5f2e617" |
| 75 | + integrity sha512-MqBisuxTkYvPFnEiu+dag3xG/NBUDzSbAFAWlzfkGnQkjVZ6by3h4atbBc+Ikqup1z5BfB4BN18gKWR1YyppNw== |
76 | 76 | dependencies: |
77 | | - "@grpc/proto-loader" "^0.7.0" |
78 | | - "@types/node" ">=12.12.47" |
| 77 | + "@grpc/proto-loader" "^0.7.10" |
| 78 | + "@js-sdsl/ordered-map" "^4.4.2" |
79 | 79 |
|
80 | | -"@grpc/proto-loader@^0.7.0": |
81 | | - version "0.7.6" |
82 | | - resolved "https://registry.yarnpkg.com/@grpc/proto-loader/-/proto-loader-0.7.6.tgz#b71fdf92b184af184b668c4e9395a5ddc23d61de" |
83 | | - integrity sha512-QyAXR8Hyh7uMDmveWxDSUcJr9NAWaZ2I6IXgAYvQmfflwouTM+rArE2eEaCtLlRqO81j7pRLCt81IefUei6Zbw== |
| 80 | +"@grpc/proto-loader@^0.7.10": |
| 81 | + version "0.7.12" |
| 82 | + resolved "https://registry.yarnpkg.com/@grpc/proto-loader/-/proto-loader-0.7.12.tgz#787b58e3e3771df30b1567c057b6ab89e3a42911" |
| 83 | + integrity sha512-DCVwMxqYzpUCiDMl7hQ384FqP4T3DbNpXU8pt681l3UWCip1WUiD5JrkImUwCB9a7f2cq4CUTmi5r/xIMRPY1Q== |
84 | 84 | dependencies: |
85 | | - "@types/long" "^4.0.1" |
86 | 85 | lodash.camelcase "^4.3.0" |
87 | | - long "^4.0.0" |
88 | | - protobufjs "^7.0.0" |
89 | | - yargs "^16.2.0" |
| 86 | + long "^5.0.0" |
| 87 | + protobufjs "^7.2.4" |
| 88 | + yargs "^17.7.2" |
90 | 89 |
|
91 | 90 | "@humanwhocodes/config-array@^0.11.14": |
92 | 91 | version "0.11.14" |
|
163 | 162 | "@jridgewell/resolve-uri" "^3.0.3" |
164 | 163 | "@jridgewell/sourcemap-codec" "^1.4.10" |
165 | 164 |
|
| 165 | +"@js-sdsl/ordered-map@^4.4.2": |
| 166 | + version "4.4.2" |
| 167 | + resolved "https://registry.yarnpkg.com/@js-sdsl/ordered-map/-/ordered-map-4.4.2.tgz#9299f82874bab9e4c7f9c48d865becbfe8d6907c" |
| 168 | + integrity sha512-iUKgm52T8HOE/makSxjqoWhe95ZJA1/G1sYsGev2JDKUSS14KAgg1LHb+Ba+IPow0xflbnSkOsZcO08C7w1gYw== |
| 169 | + |
166 | 170 | "@mapbox/node-pre-gyp@^1.0.5": |
167 | 171 | version "1.0.10" |
168 | 172 | resolved "https://registry.yarnpkg.com/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.10.tgz#8e6735ccebbb1581e5a7e652244cadc8a844d03c" |
|
355 | 359 | resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3" |
356 | 360 | integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ== |
357 | 361 |
|
358 | | -"@types/long@^4.0.1": |
359 | | - version "4.0.2" |
360 | | - resolved "https://registry.yarnpkg.com/@types/long/-/long-4.0.2.tgz#b74129719fc8d11c01868010082d483b7545591a" |
361 | | - integrity sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA== |
362 | | - |
363 | 362 | "@types/node@*": |
364 | 363 | version "20.12.2" |
365 | 364 | resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.2.tgz#9facdd11102f38b21b4ebedd9d7999663343d72e" |
366 | 365 | integrity sha512-zQ0NYO87hyN6Xrclcqp7f8ZbXNbRfoGWNcMvHTPQp9UUrwI0mI7XBz+cu7/W6/VClYo2g63B0cjull/srU7LgQ== |
367 | 366 | dependencies: |
368 | 367 | undici-types "~5.26.4" |
369 | 368 |
|
370 | | -"@types/node@>=12.12.47", "@types/node@>=13.7.0": |
| 369 | +"@types/node@>=13.7.0": |
371 | 370 | version "18.15.11" |
372 | 371 | resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.11.tgz#b3b790f09cb1696cffcec605de025b088fa4225f" |
373 | 372 | integrity sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q== |
@@ -680,13 +679,13 @@ ci-info@^3.2.0: |
680 | 679 | resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.9.0.tgz#4279a62028a7b1f262f3473fc9605f5e218c59b4" |
681 | 680 | integrity sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ== |
682 | 681 |
|
683 | | -cliui@^7.0.2: |
684 | | - version "7.0.4" |
685 | | - resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f" |
686 | | - integrity sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ== |
| 682 | +cliui@^8.0.1: |
| 683 | + version "8.0.1" |
| 684 | + resolved "https://registry.yarnpkg.com/cliui/-/cliui-8.0.1.tgz#0c04b075db02cbfe60dc8e6cf2f5486b1a3608aa" |
| 685 | + integrity sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ== |
687 | 686 | dependencies: |
688 | 687 | string-width "^4.2.0" |
689 | | - strip-ansi "^6.0.0" |
| 688 | + strip-ansi "^6.0.1" |
690 | 689 | wrap-ansi "^7.0.0" |
691 | 690 |
|
692 | 691 | color-convert@^1.9.0: |
@@ -1330,11 +1329,6 @@ lodash.merge@^4.6.2: |
1330 | 1329 | resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a" |
1331 | 1330 | integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ== |
1332 | 1331 |
|
1333 | | -long@^4.0.0: |
1334 | | - version "4.0.0" |
1335 | | - resolved "https://registry.yarnpkg.com/long/-/long-4.0.0.tgz#9a7b71cfb7d361a194ea555241c92f7468d5bf28" |
1336 | | - integrity sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA== |
1337 | | - |
1338 | 1332 | long@^5.0.0: |
1339 | 1333 | version "5.2.1" |
1340 | 1334 | resolved "https://registry.yarnpkg.com/long/-/long-5.2.1.tgz#e27595d0083d103d2fa2c20c7699f8e0c92b897f" |
@@ -1557,10 +1551,10 @@ pretty-format@^29.0.0, pretty-format@^29.7.0: |
1557 | 1551 | ansi-styles "^5.0.0" |
1558 | 1552 | react-is "^18.0.0" |
1559 | 1553 |
|
1560 | | -protobufjs@^7.0.0: |
1561 | | - version "7.2.3" |
1562 | | - resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-7.2.3.tgz#01af019e40d9c6133c49acbb3ff9e30f4f0f70b2" |
1563 | | - integrity sha512-TtpvOqwB5Gdz/PQmOjgsrGH1nHjAQVCN7JG4A6r1sXRWESL5rNMAiRcBQlCAdKxZcAbstExQePYG8xof/JVRgg== |
| 1554 | +protobufjs@^7.2.4: |
| 1555 | + version "7.2.6" |
| 1556 | + resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-7.2.6.tgz#4a0ccd79eb292717aacf07530a07e0ed20278215" |
| 1557 | + integrity sha512-dgJaEDDL6x8ASUZ1YqWciTRrdOuYNzoOf27oHNfdyvKqHr5i0FV7FSLU+aIeFjyFgVxrpTOtQUi0BLLBymZaBw== |
1564 | 1558 | dependencies: |
1565 | 1559 | "@protobufjs/aspromise" "^1.1.2" |
1566 | 1560 | "@protobufjs/base64" "^1.1.2" |
@@ -1874,6 +1868,7 @@ wide-align@^1.1.2: |
1874 | 1868 | string-width "^1.0.2 || 2 || 3 || 4" |
1875 | 1869 |
|
1876 | 1870 | "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0: |
| 1871 | + name wrap-ansi-cjs |
1877 | 1872 | version "7.0.0" |
1878 | 1873 | resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" |
1879 | 1874 | integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== |
@@ -1906,23 +1901,23 @@ yallist@^4.0.0: |
1906 | 1901 | resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" |
1907 | 1902 | integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== |
1908 | 1903 |
|
1909 | | -yargs-parser@^20.2.2: |
1910 | | - version "20.2.9" |
1911 | | - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee" |
1912 | | - integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w== |
| 1904 | +yargs-parser@^21.1.1: |
| 1905 | + version "21.1.1" |
| 1906 | + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35" |
| 1907 | + integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw== |
1913 | 1908 |
|
1914 | | -yargs@^16.2.0: |
1915 | | - version "16.2.0" |
1916 | | - resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66" |
1917 | | - integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw== |
| 1909 | +yargs@^17.7.2: |
| 1910 | + version "17.7.2" |
| 1911 | + resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269" |
| 1912 | + integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w== |
1918 | 1913 | dependencies: |
1919 | | - cliui "^7.0.2" |
| 1914 | + cliui "^8.0.1" |
1920 | 1915 | escalade "^3.1.1" |
1921 | 1916 | get-caller-file "^2.0.5" |
1922 | 1917 | require-directory "^2.1.1" |
1923 | | - string-width "^4.2.0" |
| 1918 | + string-width "^4.2.3" |
1924 | 1919 | y18n "^5.0.5" |
1925 | | - yargs-parser "^20.2.2" |
| 1920 | + yargs-parser "^21.1.1" |
1926 | 1921 |
|
1927 | 1922 | yn@3.1.1: |
1928 | 1923 | version "3.1.1" |
|
0 commit comments