Skip to content

Commit b6ffa83

Browse files
authored
support binary files (#975)
* support binary files * refactor: ♻️ remove redundant check and add required prop * updated deps * revert commander * chore: 🔧 downgrade pdfjs-dist and file-type dependencies
1 parent 899c3c7 commit b6ffa83

22 files changed

+512
-402
lines changed

THIRD_PARTY_LICENSES.md

+41-7
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ https://www.npmjs.com/package/generate-license-file
33

44
The following npm package may be included in this product:
55

6-
- pdfjs-dist@4.9.155
6+
- pdfjs-dist@4.10.38
77

88
This package contains the following license:
99

@@ -1098,9 +1098,11 @@ Apache License
10981098

10991099
The following npm packages may be included in this product:
11001100

1101+
1102+
11011103
1102-
1103-
1104+
1105+
11041106

11051107
These packages each contain the following license:
11061108

@@ -2828,7 +2830,7 @@ The following npm packages may be included in this product:
28282830
28292831
28302832
2831-
- @types/[email protected].4
2833+
- @types/[email protected].5
28322834
28332835
28342836
@@ -6909,6 +6911,7 @@ THE SOFTWARE.
69096911

69106912
The following npm packages may be included in this product:
69116913

6914+
69126915
69136916
69146917
@@ -8754,6 +8757,36 @@ SOFTWARE.
87548757

87558758
-----------
87568759

8760+
The following npm package may be included in this product:
8761+
8762+
- @js-sdsl/[email protected]
8763+
8764+
This package contains the following license:
8765+
8766+
MIT License
8767+
8768+
Copyright (c) 2021 Zilong Yao
8769+
8770+
Permission is hereby granted, free of charge, to any person obtaining a copy
8771+
of this software and associated documentation files (the "Software"), to deal
8772+
in the Software without restriction, including without limitation the rights
8773+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8774+
copies of the Software, and to permit persons to whom the Software is
8775+
furnished to do so, subject to the following conditions:
8776+
8777+
The above copyright notice and this permission notice shall be included in all
8778+
copies or substantial portions of the Software.
8779+
8780+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8781+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
8782+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
8783+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
8784+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
8785+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
8786+
SOFTWARE.
8787+
8788+
-----------
8789+
87578790
The following npm package may be included in this product:
87588791

87598792
@@ -8906,7 +8939,7 @@ SOFTWARE.
89068939

89078940
The following npm package may be included in this product:
89088941

8909-
8942+
89108943

89118944
This package contains the following license:
89128945

@@ -8969,7 +9002,7 @@ SOFTWARE.
89699002

89709003
The following npm package may be included in this product:
89719004

8972-
- @modelcontextprotocol/sdk@1.0.4
9005+
- @modelcontextprotocol/sdk@1.1.0
89739006

89749007
This package contains the following license:
89759008

@@ -10410,7 +10443,7 @@ THE SOFTWARE.
1041010443
The following npm packages may be included in this product:
1041110444

1041210445
- @octokit/[email protected]
10413-
- @octokit/[email protected].2
10446+
- @octokit/[email protected].3
1041410447
- @octokit/[email protected]
1041510448

1041610449
These packages each contain the following license:
@@ -10627,6 +10660,7 @@ THE SOFTWARE.
1062710660

1062810661
The following npm packages may be included in this product:
1062910662

10663+
1063010664
1063110665
1063210666

docs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
"devDependencies": {
2323
"@astrojs/check": "^0.9.4",
2424
"@astrojs/starlight": "^0.30.3",
25-
"astro": "^5.1.1",
25+
"astro": "^5.1.2",
2626
"rehype-mermaid": "^3.0.0",
2727
"starlight-blog": "^0.16.1",
2828
"starlight-links-validator": "^0.14.1",
29-
"starlight-package-managers": "^0.8.1",
29+
"starlight-package-managers": "^0.9.0",
3030
"typescript": "5.7.2",
3131
"zx": "^8.3.0"
3232
}

docs/yarn.lock

+66-78
Original file line numberDiff line numberDiff line change
@@ -918,61 +918,61 @@
918918
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.29.1.tgz#c82f04a09ba481e13857d6f2516e072aaa51b7f4"
919919
integrity sha512-+10CMg9vt1MoHj6x1pxyjPSMjHTIlqs8/tBztXvPAx24SKs9jwVnKqHJumlH/IzhaPUaj3T6T6wfZr8okdXaIg==
920920

921-
"@shikijs/core@1.25.1":
922-
version "1.25.1"
923-
resolved "https://registry.yarnpkg.com/@shikijs/core/-/core-1.25.1.tgz#77d5af5e759c7b12abb00785a8e2ef64fe949b2f"
924-
integrity sha512-0j5k3ZkLTQViOuNzPVyWGoW1zgH3kiFdUT/JOCkTm7TU74mz+dF+NID+YoiCBzHQxgsDpcGYPjKDJRcuVLSt4A==
925-
dependencies:
926-
"@shikijs/engine-javascript" "1.25.1"
927-
"@shikijs/engine-oniguruma" "1.25.1"
928-
"@shikijs/types" "1.25.1"
929-
"@shikijs/vscode-textmate" "^9.3.1"
921+
"@shikijs/core@1.26.1":
922+
version "1.26.1"
923+
resolved "https://registry.yarnpkg.com/@shikijs/core/-/core-1.26.1.tgz#ba7399bee73148575277780c9fe4df656d582a65"
924+
integrity sha512-yeo7sG+WZQblKPclUOKRPwkv1PyoHYkJ4gP9DzhFJbTdueKR7wYTI1vfF/bFi1NTgc545yG/DzvVhZgueVOXMA==
925+
dependencies:
926+
"@shikijs/engine-javascript" "1.26.1"
927+
"@shikijs/engine-oniguruma" "1.26.1"
928+
"@shikijs/types" "1.26.1"
929+
"@shikijs/vscode-textmate" "^10.0.1"
930930
"@types/hast" "^3.0.4"
931931
hast-util-to-html "^9.0.4"
932932

933-
"@shikijs/engine-javascript@1.25.1":
934-
version "1.25.1"
935-
resolved "https://registry.yarnpkg.com/@shikijs/engine-javascript/-/engine-javascript-1.25.1.tgz#ebae27e6949a9d3aa46a86b596a762933db4a2ea"
936-
integrity sha512-zQ7UWKnRCfD/Q1M+XOSyjsbhpE0qv8LUnmn82HYCeOsgAHgUZGEDIQ63bbuK3kU5sQg+2CtI+dPfOqD/mjSY9w==
933+
"@shikijs/engine-javascript@1.26.1":
934+
version "1.26.1"
935+
resolved "https://registry.yarnpkg.com/@shikijs/engine-javascript/-/engine-javascript-1.26.1.tgz#0881250e4a39a52b49cb50600f41bb19e429dcdb"
936+
integrity sha512-CRhA0b8CaSLxS0E9A4Bzcb3LKBNpykfo9F85ozlNyArxjo2NkijtiwrJZ6eHa+NT5I9Kox2IXVdjUsP4dilsmw==
937937
dependencies:
938-
"@shikijs/types" "1.25.1"
939-
"@shikijs/vscode-textmate" "^9.3.1"
938+
"@shikijs/types" "1.26.1"
939+
"@shikijs/vscode-textmate" "^10.0.1"
940940
oniguruma-to-es "0.10.0"
941941

942-
"@shikijs/engine-oniguruma@1.25.1":
943-
version "1.25.1"
944-
resolved "https://registry.yarnpkg.com/@shikijs/engine-oniguruma/-/engine-oniguruma-1.25.1.tgz#537221149f47fd71f64a503203c4bd3fd037fa02"
945-
integrity sha512-iKPMh3H+0USHtWfZ1irfMTH6tGmIUFSnqt3E2K8BgI1VEsqiPh0RYkG2WTwzNiM1/WHN4FzYx/nrKR7PDHiRyw==
942+
"@shikijs/engine-oniguruma@1.26.1":
943+
version "1.26.1"
944+
resolved "https://registry.yarnpkg.com/@shikijs/engine-oniguruma/-/engine-oniguruma-1.26.1.tgz#f9de733e2473e693b3d10bff32bb9761746c1d71"
945+
integrity sha512-F5XuxN1HljLuvfXv7d+mlTkV7XukC1cawdtOo+7pKgPD83CAB1Sf8uHqP3PK0u7njFH0ZhoXE1r+0JzEgAQ+kg==
946946
dependencies:
947-
"@shikijs/types" "1.25.1"
948-
"@shikijs/vscode-textmate" "^9.3.1"
947+
"@shikijs/types" "1.26.1"
948+
"@shikijs/vscode-textmate" "^10.0.1"
949949

950-
"@shikijs/langs@1.25.1":
951-
version "1.25.1"
952-
resolved "https://registry.yarnpkg.com/@shikijs/langs/-/langs-1.25.1.tgz#1c0b7822d41929351b31409d2932952495a4fae3"
953-
integrity sha512-hdYjq9aRJplAzGe2qF51PR9IDgEoyGb4IkXvr3Ts6lEdg4Z8M/kdknKRo2EIuv3IR/aKkJXTlBQRM+wr3t20Ew==
950+
"@shikijs/langs@1.26.1":
951+
version "1.26.1"
952+
resolved "https://registry.yarnpkg.com/@shikijs/langs/-/langs-1.26.1.tgz#5365530e04715b21e40242eb331291712bdf7306"
953+
integrity sha512-oz/TQiIqZejEIZbGtn68hbJijAOTtYH4TMMSWkWYozwqdpKR3EXgILneQy26WItmJjp3xVspHdiUxUCws4gtuw==
954954
dependencies:
955-
"@shikijs/types" "1.25.1"
955+
"@shikijs/types" "1.26.1"
956956

957-
"@shikijs/themes@1.25.1":
958-
version "1.25.1"
959-
resolved "https://registry.yarnpkg.com/@shikijs/themes/-/themes-1.25.1.tgz#7b38ad054632521e883bcf44fb96181151dea5a9"
960-
integrity sha512-JO0lDn4LgGqg5QKvgich5ScUmC2okK+LxM9a3iLUH7YMeI2c8UGXThuJv6sZduS7pdJbYQHPrvWq9t/V4GhpbQ==
957+
"@shikijs/themes@1.26.1":
958+
version "1.26.1"
959+
resolved "https://registry.yarnpkg.com/@shikijs/themes/-/themes-1.26.1.tgz#6f6ee538dc1383b8a971464c5cecda06b1a6db0d"
960+
integrity sha512-JDxVn+z+wgLCiUhBGx2OQrLCkKZQGzNH3nAxFir4PjUcYiyD8Jdms9izyxIogYmSwmoPTatFTdzyrRKbKlSfPA==
961961
dependencies:
962-
"@shikijs/types" "1.25.1"
962+
"@shikijs/types" "1.26.1"
963963

964-
"@shikijs/types@1.25.1":
965-
version "1.25.1"
966-
resolved "https://registry.yarnpkg.com/@shikijs/types/-/types-1.25.1.tgz#b080fc9e2622b0e4b2ec0ff4bc0628a37f7fc102"
967-
integrity sha512-dceqFUoO95eY4tpOj3OGq8wE8EgJ4ey6Me1HQEu5UbwIYszFndEll/bjlB8Kp9wl4fx3uM7n4+y9XCYuDBmcXA==
964+
"@shikijs/types@1.26.1":
965+
version "1.26.1"
966+
resolved "https://registry.yarnpkg.com/@shikijs/types/-/types-1.26.1.tgz#b5ece69e21000f53d65d15ddae33d9ad9c3763ad"
967+
integrity sha512-d4B00TKKAMaHuFYgRf3L0gwtvqpW4hVdVwKcZYbBfAAQXspgkbWqnFfuFl3MDH6gLbsubOcr+prcnsqah3ny7Q==
968968
dependencies:
969-
"@shikijs/vscode-textmate" "^9.3.1"
969+
"@shikijs/vscode-textmate" "^10.0.1"
970970
"@types/hast" "^3.0.4"
971971

972-
"@shikijs/vscode-textmate@^9.3.1":
973-
version "9.3.1"
974-
resolved "https://registry.yarnpkg.com/@shikijs/vscode-textmate/-/vscode-textmate-9.3.1.tgz#afda31f8f42cab70a26f3603f52eae3f1c35d2f7"
975-
integrity sha512-79QfK1393x9Ho60QFyLti+QfdJzRQCVLFb97kOIV7Eo9vQU/roINgk7m24uv0a7AUvN//RDH36FLjjK48v0s9g==
972+
"@shikijs/vscode-textmate@^10.0.1":
973+
version "10.0.1"
974+
resolved "https://registry.yarnpkg.com/@shikijs/vscode-textmate/-/vscode-textmate-10.0.1.tgz#d06d45b67ac5e9b0088e3f67ebd3f25c6c3d711a"
975+
integrity sha512-fTIQwLF+Qhuws31iw7Ncl1R3HUDtGwIipiJ9iU+UsDUwMhegFcQKQHd51nZjb7CArq0MvON8rbgCGQYWHUKAdg==
976976

977977
"@types/acorn@^4.0.0":
978978
version "4.0.6"
@@ -1272,9 +1272,9 @@
12721272
"@types/unist" "*"
12731273

12741274
"@types/node@*", "@types/node@>=20":
1275-
version "22.10.4"
1276-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.4.tgz#da36bebcc4b124f3d62bfde1cd1dafd7763949c1"
1277-
integrity sha512-99l6wv4HEzBQhvaU/UGoeBoCK61SCROQaCCGyQSgX2tEQ3rKkNZ2S7CEWnS/4s1LV+8ODdK21UeyR1fHP2mXug==
1275+
version "22.10.5"
1276+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.5.tgz#95af89a3fb74a2bb41ef9927f206e6472026e48b"
1277+
integrity sha512-F8Q+SeGimwOo86fiovQh8qiXfFEh2/ocYv7tU5pJ3EXMSSxk1Joj5wefpFK2fHTf/N6HKGSxIDBT9f3gCxXPkQ==
12781278
dependencies:
12791279
undici-types "~6.20.0"
12801280

@@ -1495,7 +1495,7 @@ astro-remote@^0.3.3:
14951495
marked-smartypants "^1.1.6"
14961496
ultrahtml "^1.5.3"
14971497

1498-
astro@^5.1.1:
1498+
astro@^5.1.2:
14991499
version "5.1.2"
15001500
resolved "https://registry.yarnpkg.com/astro/-/astro-5.1.2.tgz#6ced3ff8b04adf4602bbf28dceeddb2043deaf20"
15011501
integrity sha512-+U5lXPEJZ6cQx0botGbPhzN6XGWRgDtXgy/RUkpTmUj18LW6pbzYo0O0k3hFWOazlI039bZ+4P2e/oSNlKzm0Q==
@@ -2706,9 +2706,9 @@ hast-util-select@^6.0.2:
27062706
zwitch "^2.0.0"
27072707

27082708
hast-util-to-estree@^3.0.0:
2709-
version "3.1.0"
2710-
resolved "https://registry.yarnpkg.com/hast-util-to-estree/-/hast-util-to-estree-3.1.0.tgz#f2afe5e869ddf0cf690c75f9fc699f3180b51b19"
2711-
integrity sha512-lfX5g6hqVh9kjS/B9E2gSkvHH4SZNiQFiqWS0x9fENzEl+8W12RqdRxX6d/Cwxi30tPQs3bIO+aolQJNp1bIyw==
2709+
version "3.1.1"
2710+
resolved "https://registry.yarnpkg.com/hast-util-to-estree/-/hast-util-to-estree-3.1.1.tgz#b7f0b247d9f62127bb5db34e3a86c93d17279071"
2711+
integrity sha512-IWtwwmPskfSmma9RpzCappDUitC8t5jhAynHhc1m2+5trOgsrp7txscUSavc5Ic8PATyAjfrCK1wgtxh2cICVQ==
27122712
dependencies:
27132713
"@types/estree" "^1.0.0"
27142714
"@types/estree-jsx" "^1.0.0"
@@ -2723,7 +2723,7 @@ hast-util-to-estree@^3.0.0:
27232723
mdast-util-mdxjs-esm "^2.0.0"
27242724
property-information "^6.0.0"
27252725
space-separated-tokens "^2.0.0"
2726-
style-to-object "^0.4.0"
2726+
style-to-object "^1.0.0"
27272727
unist-util-position "^5.0.0"
27282728
zwitch "^2.0.0"
27292729

@@ -2852,11 +2852,6 @@ import-meta-resolve@^4.1.0:
28522852
resolved "https://registry.yarnpkg.com/import-meta-resolve/-/import-meta-resolve-4.1.0.tgz#f9db8bead9fafa61adb811db77a2bf22c5399706"
28532853
integrity sha512-I6fiaX09Xivtk+THaMfAwnA3MVA5Big1WHF1Dfx9hFuvNIWpXnorlkzhcQf6ehrqQiiZECRt1poOAkPmer3ruw==
28542854

2855-
2856-
version "0.1.1"
2857-
resolved "https://registry.yarnpkg.com/inline-style-parser/-/inline-style-parser-0.1.1.tgz#ec8a3b429274e9c0a1f1c4ffa9453a7fef72cea1"
2858-
integrity sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==
2859-
28602855
28612856
version "0.2.4"
28622857
resolved "https://registry.yarnpkg.com/inline-style-parser/-/inline-style-parser-0.2.4.tgz#f4af5fe72e612839fcd453d989a586566d695f22"
@@ -3168,9 +3163,9 @@ mdast-util-directive@^3.0.0:
31683163
unist-util-visit-parents "^6.0.0"
31693164

31703165
mdast-util-find-and-replace@^3.0.0:
3171-
version "3.0.1"
3172-
resolved "https://registry.yarnpkg.com/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.1.tgz#a6fc7b62f0994e973490e45262e4bc07607b04e0"
3173-
integrity sha512-SG21kZHGC3XRTSUhtofZkBzZTJNM5ecCi0SK2IMKmSXR8vO3peL+kb1O0z7Zl83jKtutG4k5Wv/W7V3/YHvzPA==
3166+
version "3.0.2"
3167+
resolved "https://registry.yarnpkg.com/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz#70a3174c894e14df722abf43bc250cbae44b11df"
3168+
integrity sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==
31743169
dependencies:
31753170
"@types/mdast" "^4.0.0"
31763171
escape-string-regexp "^5.0.0"
@@ -4486,17 +4481,17 @@ sharp@^0.33.3:
44864481
"@img/sharp-win32-x64" "0.33.5"
44874482

44884483
shiki@^1.22.2, shiki@^1.23.1:
4489-
version "1.25.1"
4490-
resolved "https://registry.yarnpkg.com/shiki/-/shiki-1.25.1.tgz#0f3907b0f9deebadfb6a1f248804d8791522d7e3"
4491-
integrity sha512-/1boRvNYwRW3GLG9Y6dXdnZ/Ha+J5T/5y3hV7TGQUcDSBM185D3FCbXlz2eTGNKG2iWCbWqo+P0yhGKZ4/CUrw==
4492-
dependencies:
4493-
"@shikijs/core" "1.25.1"
4494-
"@shikijs/engine-javascript" "1.25.1"
4495-
"@shikijs/engine-oniguruma" "1.25.1"
4496-
"@shikijs/langs" "1.25.1"
4497-
"@shikijs/themes" "1.25.1"
4498-
"@shikijs/types" "1.25.1"
4499-
"@shikijs/vscode-textmate" "^9.3.1"
4484+
version "1.26.1"
4485+
resolved "https://registry.yarnpkg.com/shiki/-/shiki-1.26.1.tgz#eedb5f192a4d980a3e8bdd850ee390eef05cc386"
4486+
integrity sha512-Gqg6DSTk3wYqaZ5OaYtzjcdxcBvX5kCy24yvRJEgjT5U+WHlmqCThLuBUx0juyxQBi+6ug53IGeuQS07DWwpcw==
4487+
dependencies:
4488+
"@shikijs/core" "1.26.1"
4489+
"@shikijs/engine-javascript" "1.26.1"
4490+
"@shikijs/engine-oniguruma" "1.26.1"
4491+
"@shikijs/langs" "1.26.1"
4492+
"@shikijs/themes" "1.26.1"
4493+
"@shikijs/types" "1.26.1"
4494+
"@shikijs/vscode-textmate" "^10.0.1"
45004495
"@types/hast" "^3.0.4"
45014496

45024497
simple-swizzle@^0.2.2:
@@ -4574,10 +4569,10 @@ starlight-links-validator@^0.14.1:
45744569
picomatch "^4.0.2"
45754570
unist-util-visit "^5.0.0"
45764571

4577-
starlight-package-managers@^0.8.1:
4578-
version "0.8.1"
4579-
resolved "https://registry.yarnpkg.com/starlight-package-managers/-/starlight-package-managers-0.8.1.tgz#62c5327481f2f3856f70e1a54ea67dd8fdeb9755"
4580-
integrity sha512-a+zGIOdbN7B4T/VaszuvW8585Aau4LSU8HlVCmBCJJwxkrGAUC9lRya4y0md5tOAFyW/gfhUNJZM8qqyMNTe7Q==
4572+
starlight-package-managers@^0.9.0:
4573+
version "0.9.0"
4574+
resolved "https://registry.yarnpkg.com/starlight-package-managers/-/starlight-package-managers-0.9.0.tgz#7c78aeb87124ced9f8918c40f72de8bf9bb1e644"
4575+
integrity sha512-iDChnj8hCUYH2s5hFMnpEiCYHUAuVivh2jvFgFJvUmViEEOdA24ZXrUhQhA/qg2KULCgn17F2cKWf3vhvIcl0w==
45814576

45824577
stream-replace-string@^2.0.0:
45834578
version "2.0.0"
@@ -4634,13 +4629,6 @@ strnum@^1.0.5:
46344629
resolved "https://registry.yarnpkg.com/strnum/-/strnum-1.0.5.tgz#5c4e829fe15ad4ff0d20c3db5ac97b73c9b072db"
46354630
integrity sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==
46364631

4637-
style-to-object@^0.4.0:
4638-
version "0.4.4"
4639-
resolved "https://registry.yarnpkg.com/style-to-object/-/style-to-object-0.4.4.tgz#266e3dfd56391a7eefb7770423612d043c3f33ec"
4640-
integrity sha512-HYNoHZa2GorYNyqiCaBgsxvcJIn7OHq6inEga+E6Ke3m5JkoqpQbnFssk4jwe+K7AhGa2fcha4wSOf1Kn01dMg==
4641-
dependencies:
4642-
inline-style-parser "0.1.1"
4643-
46444632
style-to-object@^1.0.0:
46454633
version "1.0.8"
46464634
resolved "https://registry.yarnpkg.com/style-to-object/-/style-to-object-1.0.8.tgz#67a29bca47eaa587db18118d68f9d95955e81292"

packages/cli/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@
5353
"@anthropic-ai/sdk": "^0.33.1",
5454
"@azure/identity": "^4.5.0",
5555
"@inquirer/prompts": "^7.2.1",
56-
"@modelcontextprotocol/sdk": "^1.0.4",
56+
"@modelcontextprotocol/sdk": "^1.1.0",
5757
"@octokit/plugin-paginate-rest": "^11.3.6",
5858
"@octokit/plugin-retry": "^7.1.2",
5959
"@octokit/plugin-throttling": "^9.3.2",
6060
"@octokit/rest": "^21.0.2",
61-
"dockerode": "^4.0.2",
61+
"dockerode": "^4.0.3",
6262
"es-toolkit": "^1.31.0",
6363
"gpt-tokenizer": "^2.8.1",
6464
"html-to-text": "^9.0.5",
@@ -95,7 +95,7 @@
9595
"@types/dockerode": "^3.3.32",
9696
"@types/fs-extra": "^11.0.4",
9797
"@types/memorystream": "^0.3.4",
98-
"@types/node": "^22.10.2",
98+
"@types/node": "^22.10.5",
9999
"@types/papaparse": "^5.3.15",
100100
"@types/prompts": "^2.4.9",
101101
"@types/replace-ext": "^2.0.2",
@@ -111,7 +111,7 @@
111111
"memorystream": "^0.3.1",
112112
"node-sarif-builder": "^3.2.0",
113113
"octokit": "^4.0.3",
114-
"openai": "^4.77.0",
114+
"openai": "^4.77.3",
115115
"pretty-bytes": "^6.1.1",
116116
"replace-ext": "^2.0.0",
117117
"ws": "^8.18.0",

0 commit comments

Comments
 (0)