Skip to content

Commit 13fc15c

Browse files
authored
Merge branch 'main' into add/provider-show-gpus
2 parents b9ed417 + 2018a23 commit 13fc15c

1 file changed

Lines changed: 133 additions & 23 deletions

File tree

transformerlab-docs/yarn.lock

Lines changed: 133 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -204,25 +204,39 @@
204204
js-tokens "^4.0.0"
205205
picocolors "^1.1.1"
206206

207+
"@babel/code-frame@^7.29.7":
208+
version "7.29.7"
209+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.7.tgz#f2fbbfea87c44a21590ec515b778b2c26d8866e7"
210+
integrity sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==
211+
dependencies:
212+
"@babel/helper-validator-identifier" "^7.29.7"
213+
js-tokens "^4.0.0"
214+
picocolors "^1.1.1"
215+
207216
"@babel/compat-data@^7.27.2", "@babel/compat-data@^7.27.7", "@babel/compat-data@^7.28.0":
208217
version "7.28.4"
209218
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.4.tgz#96fdf1af1b8859c8474ab39c295312bfb7c24b04"
210219
integrity sha512-YsmSKC29MJwf0gF8Rjjrg5LQCmyh+j/nD8/eP7f+BeoQTKYqs9RoWbjGOdy0+1Ekr68RJZMUOPVQaQisnIo4Rw==
211220

221+
"@babel/compat-data@^7.29.7":
222+
version "7.29.7"
223+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.7.tgz#6f0237f0f36d2e51c0570a636faed9d2d0efe629"
224+
integrity sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==
225+
212226
"@babel/core@^7.21.3", "@babel/core@^7.25.9":
213-
version "7.28.4"
214-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.4.tgz#12a550b8794452df4c8b084f95003bce1742d496"
215-
integrity sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==
216-
dependencies:
217-
"@babel/code-frame" "^7.27.1"
218-
"@babel/generator" "^7.28.3"
219-
"@babel/helper-compilation-targets" "^7.27.2"
220-
"@babel/helper-module-transforms" "^7.28.3"
221-
"@babel/helpers" "^7.28.4"
222-
"@babel/parser" "^7.28.4"
223-
"@babel/template" "^7.27.2"
224-
"@babel/traverse" "^7.28.4"
225-
"@babel/types" "^7.28.4"
227+
version "7.29.7"
228+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.29.7.tgz#80c10b17248082968b57a857b91640971f2070f7"
229+
integrity sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==
230+
dependencies:
231+
"@babel/code-frame" "^7.29.7"
232+
"@babel/generator" "^7.29.7"
233+
"@babel/helper-compilation-targets" "^7.29.7"
234+
"@babel/helper-module-transforms" "^7.29.7"
235+
"@babel/helpers" "^7.29.7"
236+
"@babel/parser" "^7.29.7"
237+
"@babel/template" "^7.29.7"
238+
"@babel/traverse" "^7.29.7"
239+
"@babel/types" "^7.29.7"
226240
"@jridgewell/remapping" "^2.3.5"
227241
convert-source-map "^2.0.0"
228242
debug "^4.1.0"
@@ -252,6 +266,17 @@
252266
"@jridgewell/trace-mapping" "^0.3.28"
253267
jsesc "^3.0.2"
254268

269+
"@babel/generator@^7.29.7":
270+
version "7.29.7"
271+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.7.tgz#cca0b8827e6bcf3ba176788e7f3b180ad6db2fa3"
272+
integrity sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==
273+
dependencies:
274+
"@babel/parser" "^7.29.7"
275+
"@babel/types" "^7.29.7"
276+
"@jridgewell/gen-mapping" "^0.3.12"
277+
"@jridgewell/trace-mapping" "^0.3.28"
278+
jsesc "^3.0.2"
279+
255280
"@babel/helper-annotate-as-pure@^7.27.1", "@babel/helper-annotate-as-pure@^7.27.3":
256281
version "7.27.3"
257282
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz#f31fd86b915fc4daf1f3ac6976c59be7084ed9c5"
@@ -270,6 +295,17 @@
270295
lru-cache "^5.1.1"
271296
semver "^6.3.1"
272297

298+
"@babel/helper-compilation-targets@^7.29.7":
299+
version "7.29.7"
300+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz#7a1def704302401c47f64fa85589e974ae217042"
301+
integrity sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==
302+
dependencies:
303+
"@babel/compat-data" "^7.29.7"
304+
"@babel/helper-validator-option" "^7.29.7"
305+
browserslist "^4.24.0"
306+
lru-cache "^5.1.1"
307+
semver "^6.3.1"
308+
273309
"@babel/helper-create-class-features-plugin@^7.27.1", "@babel/helper-create-class-features-plugin@^7.28.3":
274310
version "7.28.3"
275311
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.3.tgz#3e747434ea007910c320c4d39a6b46f20f371d46"
@@ -308,6 +344,11 @@
308344
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674"
309345
integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==
310346

347+
"@babel/helper-globals@^7.29.7":
348+
version "7.29.7"
349+
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.29.7.tgz#f04a96fbd8473241b1079243f5b3f03a3010ab7b"
350+
integrity sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==
351+
311352
"@babel/helper-member-expression-to-functions@^7.27.1":
312353
version "7.27.1"
313354
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz#ea1211276be93e798ce19037da6f06fbb994fa44"
@@ -332,7 +373,15 @@
332373
"@babel/traverse" "^7.28.6"
333374
"@babel/types" "^7.28.6"
334375

335-
"@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.28.3":
376+
"@babel/helper-module-imports@^7.29.7":
377+
version "7.29.7"
378+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz#ef25048a518e828d7393fac5882ddd73921d7396"
379+
integrity sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==
380+
dependencies:
381+
"@babel/traverse" "^7.29.7"
382+
"@babel/types" "^7.29.7"
383+
384+
"@babel/helper-module-transforms@^7.27.1":
336385
version "7.28.3"
337386
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz#a2b37d3da3b2344fe085dab234426f2b9a2fa5f6"
338387
integrity sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==
@@ -350,6 +399,15 @@
350399
"@babel/helper-validator-identifier" "^7.28.5"
351400
"@babel/traverse" "^7.28.6"
352401

402+
"@babel/helper-module-transforms@^7.29.7":
403+
version "7.29.7"
404+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz#b062747a5997ba138637201328bbff77960574ae"
405+
integrity sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==
406+
dependencies:
407+
"@babel/helper-module-imports" "^7.29.7"
408+
"@babel/helper-validator-identifier" "^7.29.7"
409+
"@babel/traverse" "^7.29.7"
410+
353411
"@babel/helper-optimise-call-expression@^7.27.1":
354412
version "7.27.1"
355413
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz#c65221b61a643f3e62705e5dd2b5f115e35f9200"
@@ -398,6 +456,11 @@
398456
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
399457
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
400458

459+
"@babel/helper-string-parser@^7.29.7":
460+
version "7.29.7"
461+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz#7f0871d99824d23137d60f86fcf6130fd5a1b51f"
462+
integrity sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==
463+
401464
"@babel/helper-validator-identifier@^7.27.1":
402465
version "7.27.1"
403466
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
@@ -408,11 +471,21 @@
408471
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4"
409472
integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==
410473

474+
"@babel/helper-validator-identifier@^7.29.7":
475+
version "7.29.7"
476+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz#bd87084ced0c796ec46bda492de6e83d29e89fc2"
477+
integrity sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==
478+
411479
"@babel/helper-validator-option@^7.27.1":
412480
version "7.27.1"
413481
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f"
414482
integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==
415483

484+
"@babel/helper-validator-option@^7.29.7":
485+
version "7.29.7"
486+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz#cf315be940213b354eb4abcc0bd01ebe3f73bc2a"
487+
integrity sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==
488+
416489
"@babel/helper-wrap-function@^7.27.1":
417490
version "7.28.3"
418491
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.28.3.tgz#fe4872092bc1438ffd0ce579e6f699609f9d0a7a"
@@ -422,13 +495,13 @@
422495
"@babel/traverse" "^7.28.3"
423496
"@babel/types" "^7.28.2"
424497

425-
"@babel/helpers@^7.28.4":
426-
version "7.28.4"
427-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.4.tgz#fe07274742e95bdf7cf1443593eeb8926ab63827"
428-
integrity sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==
498+
"@babel/helpers@^7.29.7":
499+
version "7.29.7"
500+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.29.7.tgz#45abfde7548997e34376c3e69feb475cffb4a607"
501+
integrity sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==
429502
dependencies:
430-
"@babel/template" "^7.27.2"
431-
"@babel/types" "^7.28.4"
503+
"@babel/template" "^7.29.7"
504+
"@babel/types" "^7.29.7"
432505

433506
"@babel/parser@^7.27.2", "@babel/parser@^7.28.3", "@babel/parser@^7.28.4":
434507
version "7.28.4"
@@ -444,6 +517,13 @@
444517
dependencies:
445518
"@babel/types" "^7.29.0"
446519

520+
"@babel/parser@^7.29.7":
521+
version "7.29.7"
522+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.7.tgz#837b87387cbf5ec5530cb634b3c622f68edb9334"
523+
integrity sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==
524+
dependencies:
525+
"@babel/types" "^7.29.7"
526+
447527
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
448528
version "7.27.1"
449529
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.27.1.tgz#61dd8a8e61f7eb568268d1b5f129da3eee364bf9"
@@ -1122,6 +1202,15 @@
11221202
"@babel/parser" "^7.28.6"
11231203
"@babel/types" "^7.28.6"
11241204

1205+
"@babel/template@^7.29.7":
1206+
version "7.29.7"
1207+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.29.7.tgz#4d9d4004f645cdd304de958c725162784ecac700"
1208+
integrity sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==
1209+
dependencies:
1210+
"@babel/code-frame" "^7.29.7"
1211+
"@babel/parser" "^7.29.7"
1212+
"@babel/types" "^7.29.7"
1213+
11251214
"@babel/traverse@^7.25.9", "@babel/traverse@^7.27.1", "@babel/traverse@^7.28.0", "@babel/traverse@^7.28.3", "@babel/traverse@^7.28.4":
11261215
version "7.28.4"
11271216
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.4.tgz#8d456101b96ab175d487249f60680221692b958b"
@@ -1148,6 +1237,19 @@
11481237
"@babel/types" "^7.29.0"
11491238
debug "^4.3.1"
11501239

1240+
"@babel/traverse@^7.29.7":
1241+
version "7.29.7"
1242+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.7.tgz#c47b07a41b95da0907d026b5dd894d98de7d2f2d"
1243+
integrity sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==
1244+
dependencies:
1245+
"@babel/code-frame" "^7.29.7"
1246+
"@babel/generator" "^7.29.7"
1247+
"@babel/helper-globals" "^7.29.7"
1248+
"@babel/parser" "^7.29.7"
1249+
"@babel/template" "^7.29.7"
1250+
"@babel/types" "^7.29.7"
1251+
debug "^4.3.1"
1252+
11511253
"@babel/types@^7.21.3", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.28.4", "@babel/types@^7.4.4":
11521254
version "7.28.4"
11531255
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.4.tgz#0a4e618f4c60a7cd6c11cb2d48060e4dbe38ac3a"
@@ -1164,6 +1266,14 @@
11641266
"@babel/helper-string-parser" "^7.27.1"
11651267
"@babel/helper-validator-identifier" "^7.28.5"
11661268

1269+
"@babel/types@^7.29.7":
1270+
version "7.29.7"
1271+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.7.tgz#8005e31d82712ee7adaef6e23c63b71a62770a92"
1272+
integrity sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==
1273+
dependencies:
1274+
"@babel/helper-string-parser" "^7.29.7"
1275+
"@babel/helper-validator-identifier" "^7.29.7"
1276+
11671277
"@braintree/sanitize-url@^7.0.4":
11681278
version "7.1.1"
11691279
resolved "https://registry.yarnpkg.com/@braintree/sanitize-url/-/sanitize-url-7.1.1.tgz#15e19737d946559289b915e5dad3b4c28407735e"
@@ -5072,9 +5182,9 @@ domhandler@^5.0.2, domhandler@^5.0.3:
50725182
domelementtype "^2.3.0"
50735183

50745184
dompurify@^3.2.5:
5075-
version "3.4.3"
5076-
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.4.3.tgz#3ef336e7a757c3bf1efbd3781afb149a3ae5cfa4"
5077-
integrity sha512-VVwJidIJcp1hpg2OMXML3ZVRPYSZiq4aX7qBh83BSIpOaRDqI+qxhXjjIWnpzkOXhmp0L81lnoME1mnCc9H48A==
5185+
version "3.4.10"
5186+
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.4.10.tgz#96704295b4d8aeefcc8c7a90caa579b0ad69e46a"
5187+
integrity sha512-0xzNv0e7oYC6yyuOGZIABPM4qtg3QxLFniDNPP4ZP90wR8Yq3zgwpRbrNiT4N3IKqDbbYFEJLV+JWEs19aZ//w==
50785188
optionalDependencies:
50795189
"@types/trusted-types" "^2.0.7"
50805190

0 commit comments

Comments
 (0)