|
625 | 625 | dependencies:
|
626 | 626 | shiki "1.6.2"
|
627 | 627 |
|
628 |
| -"@swc/helpers@^0.5.2": |
629 |
| - version "0.5.7" |
630 |
| - resolved "https://registry.yarnpkg.com/@swc/helpers/-/helpers-0.5.7.tgz#36c05f61b412abcff3616ecc8634623bcc7c9618" |
631 |
| - integrity sha512-BVvNZhx362+l2tSwSuyEUV4h7+jk9raNdoTSdLfwTshXJSaGmYKluGRJznziCI3KX02Z19DdsQrdfrpXAU3Hfg== |
| 628 | +"@swc/helpers@^0.5.10": |
| 629 | + version "0.5.11" |
| 630 | + resolved "https://registry.yarnpkg.com/@swc/helpers/-/helpers-0.5.11.tgz#5bab8c660a6e23c13b2d23fcd1ee44a2db1b0cb7" |
| 631 | + integrity sha512-YNlnKRWF2sVojTpIyzwou9XoTNbzbzONwRhOoniEioF1AtaitTvVZblaQRrAzChWQ1bLYyYSWzM18y4WwgzJ+A== |
632 | 632 | dependencies:
|
633 | 633 | tslib "^2.4.0"
|
634 | 634 |
|
|
642 | 642 | mkdirp "^3.0.1"
|
643 | 643 | path-browserify "^1.0.1"
|
644 | 644 |
|
645 |
| -"@types/command-line-args@^5.2.1": |
| 645 | +"@types/command-line-args@^5.2.3": |
646 | 646 | version "5.2.3"
|
647 | 647 | resolved "https://registry.yarnpkg.com/@types/command-line-args/-/command-line-args-5.2.3.tgz#553ce2fd5acf160b448d307649b38ffc60d39639"
|
648 | 648 | integrity sha512-uv0aG6R0Y8WHZLTamZwtfsDLVRnOa+n+n5rEvFWL5Na5gZ8V2Teab/duDPFzIIIhs9qizDpcavCusCLJZu62Kw==
|
649 | 649 |
|
650 |
| -"@types/command-line-usage@^5.0.2": |
| 650 | +"@types/command-line-usage@^5.0.4": |
651 | 651 | version "5.0.4"
|
652 | 652 | resolved "https://registry.yarnpkg.com/@types/command-line-usage/-/command-line-usage-5.0.4.tgz#374e4c62d78fbc5a670a0f36da10235af879a0d5"
|
653 | 653 | integrity sha512-BwR5KP3Es/CSht0xqBcUXS3qCAUVXwpRKsV2+arxeb65atasuXG9LykC9Ab10Cw3s2raH92ZqOeILaQbsB2ACg==
|
|
900 | 900 | resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.6.tgz#818551d39113081048bdddbef96701b4e8bb9d1b"
|
901 | 901 | integrity sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==
|
902 | 902 |
|
| 903 | +"@types/node@^20.12.7": |
| 904 | + version "20.14.9" |
| 905 | + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.9.tgz#12e8e765ab27f8c421a1820c99f5f313a933b420" |
| 906 | + integrity sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg== |
| 907 | + dependencies: |
| 908 | + undici-types "~5.26.4" |
| 909 | + |
903 | 910 | "@types/node@^20.5.0":
|
904 | 911 | version "20.14.0"
|
905 | 912 | resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.0.tgz#49ceec7b34f8621470cff44677fa9d461a477f17"
|
906 | 913 | integrity sha512-5cHBxFGJx6L4s56Bubp4fglrEpmyJypsqI6RgzMfBHWUJQGWAAi8cWcgetEbZXHYXo9C2Fa4EEds/uSyS4cxmA==
|
907 | 914 | dependencies:
|
908 | 915 | undici-types "~5.26.4"
|
909 | 916 |
|
910 |
| -"@types/node@^20.6.0": |
911 |
| - version "20.11.30" |
912 |
| - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.30.tgz#9c33467fc23167a347e73834f788f4b9f399d66f" |
913 |
| - integrity sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw== |
914 |
| - dependencies: |
915 |
| - undici-types "~5.26.4" |
916 |
| - |
917 | 917 |
|
918 | 918 | version "1.20.2"
|
919 | 919 | resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-1.20.2.tgz#97d26e00cd4a0423b4af620abecf3e6f442b7975"
|
@@ -1250,18 +1250,18 @@ anymatch@~3.1.2:
|
1250 | 1250 | normalize-path "^3.0.0"
|
1251 | 1251 | picomatch "^2.0.4"
|
1252 | 1252 |
|
1253 |
| -apache-arrow@^15.0.2: |
1254 |
| - version "15.0.2" |
1255 |
| - resolved "https://registry.yarnpkg.com/apache-arrow/-/apache-arrow-15.0.2.tgz#d87c6447d64d6fab34aa70119362680b6617ce63" |
1256 |
| - integrity sha512-RvwlFxLRpO405PLGffx4N2PYLiF7FD86Q1hHl6J2XCWiq+tTCzpb9ngFw0apFDcXZBMpCzMuwAvA7hjyL1/73A== |
| 1253 | +apache-arrow@^16.0.2: |
| 1254 | + version "16.1.0" |
| 1255 | + resolved "https://registry.yarnpkg.com/apache-arrow/-/apache-arrow-16.1.0.tgz#7aa8d0d436dd0995d9dc5c36febf380d5b207209" |
| 1256 | + integrity sha512-G6GiM6tzPDdGnKUnVkvVr1Nt5+hUaCMBISiasMSiJwI5L5GKDv5Du7Avc2kxlFfB/LEK2LTqh2GKSxutMdf8vQ== |
1257 | 1257 | dependencies:
|
1258 |
| - "@swc/helpers" "^0.5.2" |
1259 |
| - "@types/command-line-args" "^5.2.1" |
1260 |
| - "@types/command-line-usage" "^5.0.2" |
1261 |
| - "@types/node" "^20.6.0" |
| 1258 | + "@swc/helpers" "^0.5.10" |
| 1259 | + "@types/command-line-args" "^5.2.3" |
| 1260 | + "@types/command-line-usage" "^5.0.4" |
| 1261 | + "@types/node" "^20.12.7" |
1262 | 1262 | command-line-args "^5.2.1"
|
1263 | 1263 | command-line-usage "^7.0.1"
|
1264 |
| - flatbuffers "^23.5.26" |
| 1264 | + flatbuffers "^24.3.25" |
1265 | 1265 | json-bignum "^0.0.3"
|
1266 | 1266 | tslib "^2.6.2"
|
1267 | 1267 |
|
@@ -2150,10 +2150,10 @@ flat@^5.0.2:
|
2150 | 2150 | resolved "https://registry.yarnpkg.com/flat/-/flat-5.0.2.tgz#8ca6fe332069ffa9d324c327198c598259ceb241"
|
2151 | 2151 | integrity sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==
|
2152 | 2152 |
|
2153 |
| -flatbuffers@^23.5.26: |
2154 |
| - version "23.5.26" |
2155 |
| - resolved "https://registry.yarnpkg.com/flatbuffers/-/flatbuffers-23.5.26.tgz#01358e272a61239f0faf3bfbe4e014f3ace9d746" |
2156 |
| - integrity sha512-vE+SI9vrJDwi1oETtTIFldC/o9GsVKRM+s6EL0nQgxXlYV1Vc4Tk30hj4xGICftInKQKj1F3up2n8UbIVobISQ== |
| 2153 | +flatbuffers@^24.3.25: |
| 2154 | + version "24.3.25" |
| 2155 | + resolved "https://registry.yarnpkg.com/flatbuffers/-/flatbuffers-24.3.25.tgz#e2f92259ba8aa53acd0af7844afb7c7eb95e7089" |
| 2156 | + integrity sha512-3HDgPbgiwWMI9zVB7VYBHaMrbOO7Gm0v+yD2FV/sCKj+9NDeVL7BOBYUuhWAQGKWOzBo8S9WdMvV0eixO233XQ== |
2157 | 2157 |
|
2158 | 2158 | flatted@^3.2.9:
|
2159 | 2159 | version "3.3.1"
|
|
0 commit comments