jamdesk 1.1.155 → 1.1.156

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. package/dist/__tests__/unit/ai-fix-client.test.js +2 -1
  2. package/dist/__tests__/unit/ai-fix-client.test.js.map +1 -1
  3. package/dist/__tests__/unit/fix-path-containment.test.d.ts +2 -0
  4. package/dist/__tests__/unit/fix-path-containment.test.d.ts.map +1 -0
  5. package/dist/__tests__/unit/fix-path-containment.test.js +139 -0
  6. package/dist/__tests__/unit/fix-path-containment.test.js.map +1 -0
  7. package/dist/__tests__/unit/fix.test.js +5 -2
  8. package/dist/__tests__/unit/fix.test.js.map +1 -1
  9. package/dist/__tests__/unit/mdx-validator-path-containment.test.d.ts +2 -0
  10. package/dist/__tests__/unit/mdx-validator-path-containment.test.d.ts.map +1 -0
  11. package/dist/__tests__/unit/mdx-validator-path-containment.test.js +35 -0
  12. package/dist/__tests__/unit/mdx-validator-path-containment.test.js.map +1 -0
  13. package/dist/__tests__/unit/path-realpath.test.d.ts +2 -0
  14. package/dist/__tests__/unit/path-realpath.test.d.ts.map +1 -0
  15. package/dist/__tests__/unit/path-realpath.test.js +61 -0
  16. package/dist/__tests__/unit/path-realpath.test.js.map +1 -0
  17. package/dist/__tests__/unit/spellcheck-path-containment.test.d.ts +2 -0
  18. package/dist/__tests__/unit/spellcheck-path-containment.test.d.ts.map +1 -0
  19. package/dist/__tests__/unit/spellcheck-path-containment.test.js +56 -0
  20. package/dist/__tests__/unit/spellcheck-path-containment.test.js.map +1 -0
  21. package/dist/commands/dev.d.ts.map +1 -1
  22. package/dist/commands/dev.js +3 -4
  23. package/dist/commands/dev.js.map +1 -1
  24. package/dist/commands/fix.d.ts +3 -1
  25. package/dist/commands/fix.d.ts.map +1 -1
  26. package/dist/commands/fix.js +67 -12
  27. package/dist/commands/fix.js.map +1 -1
  28. package/dist/commands/spellcheck.d.ts +1 -0
  29. package/dist/commands/spellcheck.d.ts.map +1 -1
  30. package/dist/commands/spellcheck.js +23 -9
  31. package/dist/commands/spellcheck.js.map +1 -1
  32. package/dist/commands/validate.d.ts.map +1 -1
  33. package/dist/commands/validate.js +14 -11
  34. package/dist/commands/validate.js.map +1 -1
  35. package/dist/lib/ai-fix-client.js +1 -1
  36. package/dist/lib/ai-fix-client.js.map +1 -1
  37. package/dist/lib/mdx-validator.d.ts +1 -0
  38. package/dist/lib/mdx-validator.d.ts.map +1 -1
  39. package/dist/lib/mdx-validator.js +24 -9
  40. package/dist/lib/mdx-validator.js.map +1 -1
  41. package/dist/lib/path-realpath.d.ts +3 -0
  42. package/dist/lib/path-realpath.d.ts.map +1 -0
  43. package/dist/lib/path-realpath.js +90 -0
  44. package/dist/lib/path-realpath.js.map +1 -0
  45. package/dist/lib/spellcheck-fix.d.ts +4 -0
  46. package/dist/lib/spellcheck-fix.d.ts.map +1 -1
  47. package/dist/lib/spellcheck-fix.js +33 -7
  48. package/dist/lib/spellcheck-fix.js.map +1 -1
  49. package/package.json +1 -1
  50. package/vendored/app/api/og/route.tsx +1 -0
  51. package/vendored/lib/mcp-search.ts +12 -11
  52. package/vendored/lib/r2-content.ts +6 -0
  53. package/vendored/workspace-package-lock.json +74 -74
@@ -894,12 +894,12 @@
894
894
  }
895
895
  },
896
896
  "node_modules/@mermaid-js/parser": {
897
- "version": "1.1.1",
898
- "resolved": "https://registry.npmjs.org/@mermaid-js/parser/-/parser-1.1.1.tgz",
899
- "integrity": "sha512-VuHdsYMK1bT6X2JbcAaWAhugTRvRBRyuZgd+c22swUeI9g/ntaxF7CY7dYarhZovofCbUNO0G7JesfmNtjYOCw==",
897
+ "version": "1.2.0",
898
+ "resolved": "https://registry.npmjs.org/@mermaid-js/parser/-/parser-1.2.0.tgz",
899
+ "integrity": "sha512-oYPyv8A4As1yH5Bx+04iQEQxXuIQDe0GKCNSRgao6z8AM9jixXIfP0vsppRLvGf+nKIOb9/LdpWA4YuJiVvESA==",
900
900
  "license": "MIT",
901
901
  "dependencies": {
902
- "@chevrotain/types": "~11.1.1"
902
+ "@chevrotain/types": "~11.1.2"
903
903
  }
904
904
  },
905
905
  "node_modules/@msgpack/msgpack": {
@@ -1113,13 +1113,13 @@
1113
1113
  }
1114
1114
  },
1115
1115
  "node_modules/@shikijs/core": {
1116
- "version": "4.2.0",
1117
- "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-4.2.0.tgz",
1118
- "integrity": "sha512-Hc87Ab1Ld/vEbZRCbwx344I5v+4RU8CVToUTRkqXL1+TjbuOp9U5Xa0M23V4GEWHxVn+yO5otb+HkQVm3ptWQQ==",
1116
+ "version": "4.3.0",
1117
+ "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-4.3.0.tgz",
1118
+ "integrity": "sha512-EooU3i9F6IAE8kEu+AnGf9DFZWkQBZ+hJn3tLVbsH+61mtQiva5biai66fAA6nvFPXkLgvrh7BrR7YcJU83xQQ==",
1119
1119
  "license": "MIT",
1120
1120
  "dependencies": {
1121
- "@shikijs/primitive": "4.2.0",
1122
- "@shikijs/types": "4.2.0",
1121
+ "@shikijs/primitive": "4.3.0",
1122
+ "@shikijs/types": "4.3.0",
1123
1123
  "@shikijs/vscode-textmate": "^10.0.2",
1124
1124
  "@types/hast": "^3.0.4",
1125
1125
  "hast-util-to-html": "^9.0.5"
@@ -1129,12 +1129,12 @@
1129
1129
  }
1130
1130
  },
1131
1131
  "node_modules/@shikijs/engine-javascript": {
1132
- "version": "4.2.0",
1133
- "resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-4.2.0.tgz",
1134
- "integrity": "sha512-fjETeq1k5ffyXqRgS6+3hpvqseLalp1kjNfRbXpUgWR8FpZ1CmQfiNHovc5lncYjt/Vg5JK/WJEmLahjwMa0og==",
1132
+ "version": "4.3.0",
1133
+ "resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-4.3.0.tgz",
1134
+ "integrity": "sha512-hTv/KiFf2tpiqlACPiztGGurEARWIutB8YUhcrA1pUC7VzzwKO+g5crUocrLztrZ5ro5Z4hbXg7bYclETn3gSQ==",
1135
1135
  "license": "MIT",
1136
1136
  "dependencies": {
1137
- "@shikijs/types": "4.2.0",
1137
+ "@shikijs/types": "4.3.0",
1138
1138
  "@shikijs/vscode-textmate": "^10.0.2",
1139
1139
  "oniguruma-to-es": "^4.3.6"
1140
1140
  },
@@ -1143,12 +1143,12 @@
1143
1143
  }
1144
1144
  },
1145
1145
  "node_modules/@shikijs/engine-oniguruma": {
1146
- "version": "4.2.0",
1147
- "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-4.2.0.tgz",
1148
- "integrity": "sha512-hTorK1dffPkpbMUk6Z+828PgRo7d07HbnizoP0hNPFjhxMHctj0Px/qoHeGMYafc6ju+u9iMldN4JbVzNQM++g==",
1146
+ "version": "4.3.0",
1147
+ "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-4.3.0.tgz",
1148
+ "integrity": "sha512-1vMdN3gHfnKfLYwecUI2ITJI4RhHt96xEaJumVn7Heb0IlJ8WQMIH0Voak+2j22BpSNKdnOfB/pCTPnPm2gq7A==",
1149
1149
  "license": "MIT",
1150
1150
  "dependencies": {
1151
- "@shikijs/types": "4.2.0",
1151
+ "@shikijs/types": "4.3.0",
1152
1152
  "@shikijs/vscode-textmate": "^10.0.2"
1153
1153
  },
1154
1154
  "engines": {
@@ -1156,24 +1156,24 @@
1156
1156
  }
1157
1157
  },
1158
1158
  "node_modules/@shikijs/langs": {
1159
- "version": "4.2.0",
1160
- "resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-4.2.0.tgz",
1161
- "integrity": "sha512-bwrVRlJ0wUhZxAbVdvBbv2TTC9yLsh4C/IO5Ofz0T8MQntgDvyVnkbjw9vi50r1kx7RCIJdnJnjZAwmAsXFLZQ==",
1159
+ "version": "4.3.0",
1160
+ "resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-4.3.0.tgz",
1161
+ "integrity": "sha512-rnlqFbBRSys9bT4gl/5rw9RnS0W/I84ZldXPkO7cvlEMoV85TyF/aU01N7/NbSR776RNLjrJKjfFUXJR6wN1Cg==",
1162
1162
  "license": "MIT",
1163
1163
  "dependencies": {
1164
- "@shikijs/types": "4.2.0"
1164
+ "@shikijs/types": "4.3.0"
1165
1165
  },
1166
1166
  "engines": {
1167
1167
  "node": ">=20"
1168
1168
  }
1169
1169
  },
1170
1170
  "node_modules/@shikijs/primitive": {
1171
- "version": "4.2.0",
1172
- "resolved": "https://registry.npmjs.org/@shikijs/primitive/-/primitive-4.2.0.tgz",
1173
- "integrity": "sha512-NOq+DtUkVBJtZMVXL5A0vI0Xk8nvDYaXetFHSJFlOqjDZIVhIPRYFdGkSoElDqNuegikcc3A76SNUa8dTqtAYA==",
1171
+ "version": "4.3.0",
1172
+ "resolved": "https://registry.npmjs.org/@shikijs/primitive/-/primitive-4.3.0.tgz",
1173
+ "integrity": "sha512-CPkz64PTa5diRW1ggzMZH9VM/du4RNChYgVtgqrFcgruvIybmCvySv8GkiHSczUHXYuuR8TdKEwFx+UnZMpgdg==",
1174
1174
  "license": "MIT",
1175
1175
  "dependencies": {
1176
- "@shikijs/types": "4.2.0",
1176
+ "@shikijs/types": "4.3.0",
1177
1177
  "@shikijs/vscode-textmate": "^10.0.2",
1178
1178
  "@types/hast": "^3.0.4"
1179
1179
  },
@@ -1182,15 +1182,15 @@
1182
1182
  }
1183
1183
  },
1184
1184
  "node_modules/@shikijs/rehype": {
1185
- "version": "4.2.0",
1186
- "resolved": "https://registry.npmjs.org/@shikijs/rehype/-/rehype-4.2.0.tgz",
1187
- "integrity": "sha512-ST3EWye/dwF1gWskczJNBnwFtDzEQ9ceytXZtyc/GfwR5V0qJrkoSGZO55O3SAKDDsXkTDcsfwd9pVe7ROlAHg==",
1185
+ "version": "4.3.0",
1186
+ "resolved": "https://registry.npmjs.org/@shikijs/rehype/-/rehype-4.3.0.tgz",
1187
+ "integrity": "sha512-1kk1N9scCNHeAtJICq0Me5rUxawKN+aGIlm8PZZ68zr4unYPnD3goHZ+HyPwSwbsRkT/OXkcY1JifKBH/FG88g==",
1188
1188
  "license": "MIT",
1189
1189
  "dependencies": {
1190
- "@shikijs/types": "4.2.0",
1190
+ "@shikijs/types": "4.3.0",
1191
1191
  "@types/hast": "^3.0.4",
1192
1192
  "hast-util-to-string": "^3.0.1",
1193
- "shiki": "4.2.0",
1193
+ "shiki": "4.3.0",
1194
1194
  "unified": "^11.0.5",
1195
1195
  "unist-util-visit": "^5.1.0"
1196
1196
  },
@@ -1199,34 +1199,34 @@
1199
1199
  }
1200
1200
  },
1201
1201
  "node_modules/@shikijs/themes": {
1202
- "version": "4.2.0",
1203
- "resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-4.2.0.tgz",
1204
- "integrity": "sha512-RX8IHYeLv8Cu2W6ruc3RxUqWn0IYCqSrMBzi/uRGAmfyDNOnNO5BF/Px7o97n4XTpmFTo5GbRaazuOWj+2ak2w==",
1202
+ "version": "4.3.0",
1203
+ "resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-4.3.0.tgz",
1204
+ "integrity": "sha512-Avgt05YiT+Y3prjIc9lmQxhJzHBcCfR6cjiFW4OyaMBbt2A6trX5rfjUzx+Vj/mE9qpArYjatnqo9XPjQNW/AQ==",
1205
1205
  "license": "MIT",
1206
1206
  "dependencies": {
1207
- "@shikijs/types": "4.2.0"
1207
+ "@shikijs/types": "4.3.0"
1208
1208
  },
1209
1209
  "engines": {
1210
1210
  "node": ">=20"
1211
1211
  }
1212
1212
  },
1213
1213
  "node_modules/@shikijs/transformers": {
1214
- "version": "4.2.0",
1215
- "resolved": "https://registry.npmjs.org/@shikijs/transformers/-/transformers-4.2.0.tgz",
1216
- "integrity": "sha512-pKrYVNUr1oPjJvs76gkPPirDySx3GKG9O88P2Y3AQ+7AjSFws9Y+Ry/Q/6Yg6QpyigzjdQ6H5JAMNAvLXZ63dw==",
1214
+ "version": "4.3.0",
1215
+ "resolved": "https://registry.npmjs.org/@shikijs/transformers/-/transformers-4.3.0.tgz",
1216
+ "integrity": "sha512-5/elhJEcUrxdyQ95SSx0HzrnbzVPuipk6TYiXZL67tHhw8J+4N5shzmrTYyCaudiSnpuuwPdpaVtciwRFwSA7A==",
1217
1217
  "license": "MIT",
1218
1218
  "dependencies": {
1219
- "@shikijs/core": "4.2.0",
1220
- "@shikijs/types": "4.2.0"
1219
+ "@shikijs/core": "4.3.0",
1220
+ "@shikijs/types": "4.3.0"
1221
1221
  },
1222
1222
  "engines": {
1223
1223
  "node": ">=20"
1224
1224
  }
1225
1225
  },
1226
1226
  "node_modules/@shikijs/types": {
1227
- "version": "4.2.0",
1228
- "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-4.2.0.tgz",
1229
- "integrity": "sha512-VT/MKtlpOhEPZloSH3Pb9WCZEBDoQVMa9jedp5UAwmJOar1DVc9DRODAxmYPW9M93IK4ryuqRejFfmlvlVDemw==",
1227
+ "version": "4.3.0",
1228
+ "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-4.3.0.tgz",
1229
+ "integrity": "sha512-oc8b9U2SYvofKZk8e/737nIX0qwf6eV2vHFATeObAu7r+mUVpLs8Re0BmVkIjAWAYgkmG/CzLNo7rzuBzRu/wQ==",
1230
1230
  "license": "MIT",
1231
1231
  "dependencies": {
1232
1232
  "@shikijs/vscode-textmate": "^10.0.2",
@@ -1972,9 +1972,9 @@
1972
1972
  "license": "MIT"
1973
1973
  },
1974
1974
  "node_modules/@ungap/structured-clone": {
1975
- "version": "1.3.1",
1976
- "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.1.tgz",
1977
- "integrity": "sha512-mUFwbeTqrVgDQxFveS+df2yfap6iuP20NAKAsBt5jDEoOTDew+zwLAOilHCeQJOVSvmgCX4ogqIrA0mnyr08yQ==",
1975
+ "version": "1.3.2",
1976
+ "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.2.tgz",
1977
+ "integrity": "sha512-5jsZFwgR5rTdKwidH9Qmat75RKwqfpKlWWB1frDkljN127mwqBu8K0PYo7/hFpF03IEJpfVPpCQDY/eDx3iHvA==",
1978
1978
  "license": "ISC"
1979
1979
  },
1980
1980
  "node_modules/@upsetjs/venn.js": {
@@ -2090,9 +2090,9 @@
2090
2090
  }
2091
2091
  },
2092
2092
  "node_modules/autoprefixer": {
2093
- "version": "10.5.0",
2094
- "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.5.0.tgz",
2095
- "integrity": "sha512-FMhOoZV4+qR6aTUALKX2rEqGG+oyATvwBt9IIzVR5rMa2HRWPkxf+P+PAJLD1I/H5/II+HuZcBJYEFBpq39ong==",
2093
+ "version": "10.5.2",
2094
+ "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.5.2.tgz",
2095
+ "integrity": "sha512-rD5t5DwOjJdmSORcTq64j8MawTC+tbQ+HHqjR4NDumamy/ambn1UJrlKL+KdwujWxMkFjPM3pPHOEA9tl4767Q==",
2096
2096
  "funding": [
2097
2097
  {
2098
2098
  "type": "opencollective",
@@ -2109,8 +2109,8 @@
2109
2109
  ],
2110
2110
  "license": "MIT",
2111
2111
  "dependencies": {
2112
- "browserslist": "^4.28.2",
2113
- "caniuse-lite": "^1.0.30001787",
2112
+ "browserslist": "^4.28.4",
2113
+ "caniuse-lite": "^1.0.30001799",
2114
2114
  "fraction.js": "^5.3.4",
2115
2115
  "picocolors": "^1.1.1",
2116
2116
  "postcss-value-parser": "^4.2.0"
@@ -2939,9 +2939,9 @@
2939
2939
  "license": "MIT"
2940
2940
  },
2941
2941
  "node_modules/electron-to-chromium": {
2942
- "version": "1.5.376",
2943
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.376.tgz",
2944
- "integrity": "sha512-cUVA7/RvbFTEuw/i3obUwDTRIXojaxkResf+ibByPFxjc6XK3VNtcQXV0NSbAlJ0FMjcJGgftVVB4Qo184EXvA==",
2942
+ "version": "1.5.378",
2943
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.378.tgz",
2944
+ "integrity": "sha512-VinvOAuuPmdD1guEgGv5f2Qp7/vlfqOrUOMYNnOD4wj3pit8kRsQHzfIf6teyUGWo15Tg5+bOJaRunvyltpVWQ==",
2945
2945
  "license": "ISC"
2946
2946
  },
2947
2947
  "node_modules/enhanced-resolve": {
@@ -4461,26 +4461,26 @@
4461
4461
  }
4462
4462
  },
4463
4463
  "node_modules/mermaid": {
4464
- "version": "11.15.0",
4465
- "resolved": "https://registry.npmjs.org/mermaid/-/mermaid-11.15.0.tgz",
4466
- "integrity": "sha512-pTMbcf3rWdtLiYGpmoTjHEpeY8seiy6sR+9nD7LOs8KfUbHE4lOUAprTRqRAcWSQ6MQpdX+YEsxShtGsINtPtw==",
4464
+ "version": "11.16.0",
4465
+ "resolved": "https://registry.npmjs.org/mermaid/-/mermaid-11.16.0.tgz",
4466
+ "integrity": "sha512-Zvm3kbstgdpvIJPPItlL7fppIZ3kibvc1oZIGxdvk9t6UFz6flv+Jw7FtRGKwfcI8OckmH04LqG6LlS6X4B1pA==",
4467
4467
  "license": "MIT",
4468
4468
  "dependencies": {
4469
- "@braintree/sanitize-url": "^7.1.1",
4469
+ "@braintree/sanitize-url": "^7.1.2",
4470
4470
  "@iconify/utils": "^3.0.2",
4471
- "@mermaid-js/parser": "^1.1.1",
4471
+ "@mermaid-js/parser": "^1.2.0",
4472
4472
  "@types/d3": "^7.4.3",
4473
4473
  "@upsetjs/venn.js": "^2.0.0",
4474
- "cytoscape": "^3.33.1",
4474
+ "cytoscape": "^3.33.3",
4475
4475
  "cytoscape-cose-bilkent": "^4.1.0",
4476
4476
  "cytoscape-fcose": "^2.2.0",
4477
4477
  "d3": "^7.9.0",
4478
4478
  "d3-sankey": "^0.12.3",
4479
4479
  "dagre-d3-es": "7.0.14",
4480
- "dayjs": "^1.11.19",
4481
- "dompurify": "^3.3.1",
4480
+ "dayjs": "^1.11.20",
4481
+ "dompurify": "^3.3.3",
4482
4482
  "es-toolkit": "^1.45.1",
4483
- "katex": "^0.16.25",
4483
+ "katex": "^0.16.45",
4484
4484
  "khroma": "^2.1.0",
4485
4485
  "marked": "^16.3.0",
4486
4486
  "roughjs": "^4.6.6",
@@ -5432,9 +5432,9 @@
5432
5432
  }
5433
5433
  },
5434
5434
  "node_modules/node-releases": {
5435
- "version": "2.0.48",
5436
- "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.48.tgz",
5437
- "integrity": "sha512-1uz8041X6LoI6ZSdZacM9lVY28vuzDlSKitnpbSNK0RfKoIJkX29NBPVEFXhnuSuEOA9Ww0xnPJ+ILWbGAv8DA==",
5435
+ "version": "2.0.50",
5436
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.50.tgz",
5437
+ "integrity": "sha512-J6l92tKHX6w8Jy5nO1Vuc01NoIiRGi/d6qBKVxh+IQ8Cr3b6HbVNfKiF8ZpFKufTwpwxMmce2W3iQZ861ZRyTg==",
5438
5438
  "license": "MIT",
5439
5439
  "engines": {
5440
5440
  "node": ">=18"
@@ -6146,17 +6146,17 @@
6146
6146
  }
6147
6147
  },
6148
6148
  "node_modules/shiki": {
6149
- "version": "4.2.0",
6150
- "resolved": "https://registry.npmjs.org/shiki/-/shiki-4.2.0.tgz",
6151
- "integrity": "sha512-hjNax6o/ylDy9lefQEaSDtzaT3iVNtZ3WmpQnbuQNoG4xvnSKf2kSKbihZVO4JRG1TTMejs7CmNRYlWgAL66pQ==",
6149
+ "version": "4.3.0",
6150
+ "resolved": "https://registry.npmjs.org/shiki/-/shiki-4.3.0.tgz",
6151
+ "integrity": "sha512-NKKjWzR6LIGL3sXBrWDw9sDS9cxx42/DkysaNqJEeOWE8Kix5gpak0bc00OfDVEO4oyXSyz8+aRaqKoBD1yo7A==",
6152
6152
  "license": "MIT",
6153
6153
  "dependencies": {
6154
- "@shikijs/core": "4.2.0",
6155
- "@shikijs/engine-javascript": "4.2.0",
6156
- "@shikijs/engine-oniguruma": "4.2.0",
6157
- "@shikijs/langs": "4.2.0",
6158
- "@shikijs/themes": "4.2.0",
6159
- "@shikijs/types": "4.2.0",
6154
+ "@shikijs/core": "4.3.0",
6155
+ "@shikijs/engine-javascript": "4.3.0",
6156
+ "@shikijs/engine-oniguruma": "4.3.0",
6157
+ "@shikijs/langs": "4.3.0",
6158
+ "@shikijs/themes": "4.3.0",
6159
+ "@shikijs/types": "4.3.0",
6160
6160
  "@shikijs/vscode-textmate": "^10.0.2",
6161
6161
  "@types/hast": "^3.0.4"
6162
6162
  },