@@ -3872,7 +3872,7 @@ emoji-regex@^10.3.0:
3872
3872
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-10.4.0.tgz#03553afea80b3975749cfcb36f776ca268e413d4"
3873
3873
integrity sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==
3874
3874
3875
- entities@^4.4.0 :
3875
+ entities@^4.4.0, entities@^4.5.0 :
3876
3876
version "4.5.0"
3877
3877
resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48"
3878
3878
integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==
@@ -4199,6 +4199,15 @@ evt@^2.5.8:
4199
4199
run-exclusive "^2.2.19"
4200
4200
tsafe "^1.8.5"
4201
4201
4202
+ evt@^2.5.9 :
4203
+ version "2.5.9"
4204
+ resolved "https://registry.yarnpkg.com/evt/-/evt-2.5.9.tgz#cd270e50ce1e7c586bf86242c054dd958d06a5c4"
4205
+ integrity sha512-GpjX476FSlttEGWHT8BdVMoI8wGXQGbEOtKcP4E+kggg+yJzXBZN2n4x7TS/zPBJ1DZqWI+rguZZApjjzQ0HpA==
4206
+ dependencies :
4207
+ minimal-polyfills "^2.2.3"
4208
+ run-exclusive "^2.2.19"
4209
+ tsafe "^1.8.5"
4210
+
4202
4211
execa@~8.0.1 :
4203
4212
version "8.0.1"
4204
4213
resolved "https://registry.yarnpkg.com/execa/-/execa-8.0.1.tgz#51f6a5943b580f963c3ca9c6321796db8cc39b8c"
@@ -4547,11 +4556,51 @@ hasown@^2.0.0, hasown@^2.0.2:
4547
4556
dependencies :
4548
4557
function-bind "^1.1.2"
4549
4558
4559
+ hast-util-from-parse5@^8.0.0 :
4560
+ version "8.0.3"
4561
+ resolved "https://registry.yarnpkg.com/hast-util-from-parse5/-/hast-util-from-parse5-8.0.3.tgz#830a35022fff28c3fea3697a98c2f4cc6b835a2e"
4562
+ integrity sha512-3kxEVkEKt0zvcZ3hCRYI8rqrgwtlIOFMWkbclACvjlDw8Li9S2hk/d51OI0nr/gIpdMHNepwgOKqZ/sy0Clpyg==
4563
+ dependencies :
4564
+ " @types/hast" " ^3.0.0"
4565
+ " @types/unist" " ^3.0.0"
4566
+ devlop "^1.0.0"
4567
+ hastscript "^9.0.0"
4568
+ property-information "^7.0.0"
4569
+ vfile "^6.0.0"
4570
+ vfile-location "^5.0.0"
4571
+ web-namespaces "^2.0.0"
4572
+
4550
4573
hast-util-parse-selector@^2.0.0 :
4551
4574
version "2.2.5"
4552
4575
resolved "https://registry.yarnpkg.com/hast-util-parse-selector/-/hast-util-parse-selector-2.2.5.tgz#d57c23f4da16ae3c63b3b6ca4616683313499c3a"
4553
4576
integrity sha512-7j6mrk/qqkSehsM92wQjdIgWM2/BW61u/53G6xmC8i1OmEdKLHbk419QKQUjz6LglWsfqoiHmyMRkP1BGjecNQ==
4554
4577
4578
+ hast-util-parse-selector@^4.0.0 :
4579
+ version "4.0.0"
4580
+ resolved "https://registry.yarnpkg.com/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz#352879fa86e25616036037dd8931fb5f34cb4a27"
4581
+ integrity sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==
4582
+ dependencies :
4583
+ " @types/hast" " ^3.0.0"
4584
+
4585
+ hast-util-raw@^9.0.0 :
4586
+ version "9.1.0"
4587
+ resolved "https://registry.yarnpkg.com/hast-util-raw/-/hast-util-raw-9.1.0.tgz#79b66b26f6f68fb50dfb4716b2cdca90d92adf2e"
4588
+ integrity sha512-Y8/SBAHkZGoNkpzqqfCldijcuUKh7/su31kEBp67cFY09Wy0mTRgtsLYsiIxMJxlu0f6AA5SUTbDR8K0rxnbUw==
4589
+ dependencies :
4590
+ " @types/hast" " ^3.0.0"
4591
+ " @types/unist" " ^3.0.0"
4592
+ " @ungap/structured-clone" " ^1.0.0"
4593
+ hast-util-from-parse5 "^8.0.0"
4594
+ hast-util-to-parse5 "^8.0.0"
4595
+ html-void-elements "^3.0.0"
4596
+ mdast-util-to-hast "^13.0.0"
4597
+ parse5 "^7.0.0"
4598
+ unist-util-position "^5.0.0"
4599
+ unist-util-visit "^5.0.0"
4600
+ vfile "^6.0.0"
4601
+ web-namespaces "^2.0.0"
4602
+ zwitch "^2.0.0"
4603
+
4555
4604
hast-util-to-html@^9.0.3 :
4556
4605
version "9.0.3"
4557
4606
resolved "https://registry.yarnpkg.com/hast-util-to-html/-/hast-util-to-html-9.0.3.tgz#a9999a0ba6b4919576a9105129fead85d37f302b"
@@ -4590,6 +4639,19 @@ hast-util-to-jsx-runtime@^2.0.0:
4590
4639
unist-util-position "^5.0.0"
4591
4640
vfile-message "^4.0.0"
4592
4641
4642
+ hast-util-to-parse5@^8.0.0 :
4643
+ version "8.0.0"
4644
+ resolved "https://registry.yarnpkg.com/hast-util-to-parse5/-/hast-util-to-parse5-8.0.0.tgz#477cd42d278d4f036bc2ea58586130f6f39ee6ed"
4645
+ integrity sha512-3KKrV5ZVI8if87DVSi1vDeByYrkGzg4mEfeu4alwgmmIeARiBLKCZS2uw5Gb6nU9x9Yufyj3iudm6i7nl52PFw==
4646
+ dependencies :
4647
+ " @types/hast" " ^3.0.0"
4648
+ comma-separated-tokens "^2.0.0"
4649
+ devlop "^1.0.0"
4650
+ property-information "^6.0.0"
4651
+ space-separated-tokens "^2.0.0"
4652
+ web-namespaces "^2.0.0"
4653
+ zwitch "^2.0.0"
4654
+
4593
4655
hast-util-whitespace@^3.0.0 :
4594
4656
version "3.0.0"
4595
4657
resolved "https://registry.yarnpkg.com/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz#7778ed9d3c92dd9e8c5c8f648a49c21fc51cb621"
@@ -4608,6 +4670,17 @@ hastscript@^6.0.0:
4608
4670
property-information "^5.0.0"
4609
4671
space-separated-tokens "^1.0.0"
4610
4672
4673
+ hastscript@^9.0.0 :
4674
+ version "9.0.1"
4675
+ resolved "https://registry.yarnpkg.com/hastscript/-/hastscript-9.0.1.tgz#dbc84bef6051d40084342c229c451cd9dc567dff"
4676
+ integrity sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==
4677
+ dependencies :
4678
+ " @types/hast" " ^3.0.0"
4679
+ comma-separated-tokens "^2.0.0"
4680
+ hast-util-parse-selector "^4.0.0"
4681
+ property-information "^7.0.0"
4682
+ space-separated-tokens "^2.0.0"
4683
+
4611
4684
highlight.js@^10.4.1, highlight.js@~10.7.0 :
4612
4685
version "10.7.3"
4613
4686
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-10.7.3.tgz#697272e3991356e40c3cac566a74eef681756531"
@@ -4652,12 +4725,12 @@ husky@^9.1.7:
4652
4725
resolved "https://registry.yarnpkg.com/husky/-/husky-9.1.7.tgz#d46a38035d101b46a70456a850ff4201344c0b2d"
4653
4726
integrity sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==
4654
4727
4655
- i18nifty@^3.2.3 :
4656
- version "3.2.3 "
4657
- resolved "https://registry.yarnpkg.com/i18nifty/-/i18nifty-3.2.3 .tgz#dfb40441e1c7e2993debd14c09dd7e20b439fa9a "
4658
- integrity sha512-LqEbyPMHdfLNqySeBe6hQF97OYRkCtAryUfSjDx+eoJGXNMtRMypHoYYN+recYEx9RQjDubOOzfIVDjv587jug ==
4728
+ i18nifty@^3.2.4 :
4729
+ version "3.2.4 "
4730
+ resolved "https://registry.yarnpkg.com/i18nifty/-/i18nifty-3.2.4 .tgz#cb427830ea9b7588057ccf09499cedd9ca386041 "
4731
+ integrity sha512-2pGtran5qXyuiB5PG3p1o1qjQPZLoEDxgVjF+CbhMZPVnEC86HRKgFWsSu7cpL7ayz0VvJ9b50GGLzD9OKqqIQ ==
4659
4732
dependencies :
4660
- powerhooks "^1.0.19 "
4733
+ powerhooks "^1.0.20 "
4661
4734
tsafe "^1.8.5"
4662
4735
4663
4736
ieee754@^1.1.4 :
@@ -4961,10 +5034,10 @@ jsonify@^0.0.1:
4961
5034
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.1.tgz#2aa3111dae3d34a0f151c63f3a45d995d9420978"
4962
5035
integrity sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==
4963
5036
4964
- keycloakify@^11.8.13 :
4965
- version "11.8.13 "
4966
- resolved "https://registry.yarnpkg.com/keycloakify/-/keycloakify-11.8.13 .tgz#fc6c11e61fdc51eb3fa7357338fbc6c669577ef6 "
4967
- integrity sha512-eR9Kp7CHselq4+mrK0VLVOIjSXuwXh8uT7pSA3yaoTljTBwCCu5STWjWpPrRdYseTkWcIcGXCyyTMkgDIjN2wA ==
5037
+ keycloakify@^11.8.16 :
5038
+ version "11.8.16 "
5039
+ resolved "https://registry.yarnpkg.com/keycloakify/-/keycloakify-11.8.16 .tgz#c41d21b6169b21d72973d177ccf2f2114346872b "
5040
+ integrity sha512-xJJ1OlfTbUNMo8KV5AIXPy05pHPa35IJgyBmPochDT+WmJyApjp8XcHsAGRxeJp/7/S12SB7S4jXtK/8y8UT+g ==
4968
5041
dependencies :
4969
5042
tsafe "^1.8.5"
4970
5043
5648
5721
regex "^5.0.2"
5649
5722
regex-recursion "^4.3.0"
5650
5723
5651
- onyxia-ui@^6.2.3 :
5652
- version "6.2.3 "
5653
- resolved "https://registry.yarnpkg.com/onyxia-ui/-/onyxia-ui-6.2.3 .tgz#5d9c4b2372298369a205de4425533bbcc9dcec2d "
5654
- integrity sha512-VrAJbmc7b7m8XYwbNIGhPMRDaLKJg2Q9ZHs0AjCa1nAR/wDnxMq9OoTEDRxRCZJS4/9m7lIyia2cEOyvHm0bAg ==
5724
+ onyxia-ui@^6.2.4 :
5725
+ version "6.2.4 "
5726
+ resolved "https://registry.yarnpkg.com/onyxia-ui/-/onyxia-ui-6.2.4 .tgz#2eb80ce081a57cfa64893d3fec5122e87fbdccfe "
5727
+ integrity sha512-1VPx/ULY5ZaTOnONsrSKb+3tsl5kzvx5AA+zrAq6vvkiydSdao5k1HJHOD44b2qfqfNgRKA/WvmwQIaoBea7FA ==
5655
5728
dependencies :
5656
5729
" @mui/icons-material" " ^6.1.7"
5657
5730
evt "^2.5.8"
5658
5731
memoizee "^0.4.17"
5659
5732
minimal-polyfills "^2.2.3"
5660
5733
powerhooks "^1.0.19"
5661
5734
react-markdown "^9.0.1"
5735
+ rehype-raw "^7.0.0"
5662
5736
run-exclusive "^2.2.19"
5663
5737
tsafe "^1.8.5"
5664
5738
tss-react "^4.9.13"
@@ -5754,6 +5828,13 @@ parse-json@^5.0.0:
5754
5828
json-parse-even-better-errors "^2.3.0"
5755
5829
lines-and-columns "^1.1.6"
5756
5830
5831
+ parse5@^7.0.0 :
5832
+ version "7.2.1"
5833
+ resolved "https://registry.yarnpkg.com/parse5/-/parse5-7.2.1.tgz#8928f55915e6125f430cc44309765bf17556a33a"
5834
+ integrity sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==
5835
+ dependencies :
5836
+ entities "^4.5.0"
5837
+
5757
5838
patch-package@^8.0.0 :
5758
5839
version "8.0.0"
5759
5840
resolved "https://registry.yarnpkg.com/patch-package/-/patch-package-8.0.0.tgz#d191e2f1b6e06a4624a0116bcb88edd6714ede61"
@@ -5879,6 +5960,15 @@ powerhooks@^1.0.19:
5879
5960
memoizee "^0.4.17"
5880
5961
tsafe "^1.8.5"
5881
5962
5963
+ powerhooks@^1.0.20 :
5964
+ version "1.0.20"
5965
+ resolved "https://registry.yarnpkg.com/powerhooks/-/powerhooks-1.0.20.tgz#2a634dc26907ebfa45d5602e03bd8a6535ccec2d"
5966
+ integrity sha512-OdKPWt6Zd3p8bu85nlGKFsrvhU0Nyg2N436ne0Z1JtkZPXj22z/9mk9Acc3jHtG2Qnr5xIkFl6ueZo/sPT9Z6A==
5967
+ dependencies :
5968
+ evt "^2.5.9"
5969
+ memoizee "^0.4.17"
5970
+ tsafe "^1.8.5"
5971
+
5882
5972
prelude-ls@^1.2.1 :
5883
5973
version "1.2.1"
5884
5974
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
@@ -5934,6 +6024,11 @@ property-information@^6.0.0:
5934
6024
resolved "https://registry.yarnpkg.com/property-information/-/property-information-6.5.0.tgz#6212fbb52ba757e92ef4fb9d657563b933b7ffec"
5935
6025
integrity sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==
5936
6026
6027
+ property-information@^7.0.0 :
6028
+ version "7.0.0"
6029
+ resolved "https://registry.yarnpkg.com/property-information/-/property-information-7.0.0.tgz#3508a6d6b0b8eb3ca6eb2c6623b164d2ed2ab112"
6030
+ integrity sha512-7D/qOz/+Y4X/rzSB6jKxKUsQnphO046ei8qxG59mtM3RG3DHgTK81HrxrmoDVINJb8NKT5ZsRbwHvQ6B68Iyhg==
6031
+
5937
6032
proxy-from-env@^1.1.0 :
5938
6033
version "1.1.0"
5939
6034
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
@@ -6151,6 +6246,15 @@ regex@^5.0.2:
6151
6246
dependencies :
6152
6247
regex-utilities "^2.3.0"
6153
6248
6249
+ rehype-raw@^7.0.0 :
6250
+ version "7.0.0"
6251
+ resolved "https://registry.yarnpkg.com/rehype-raw/-/rehype-raw-7.0.0.tgz#59d7348fd5dbef3807bbaa1d443efd2dd85ecee4"
6252
+ integrity sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==
6253
+ dependencies :
6254
+ " @types/hast" " ^3.0.0"
6255
+ hast-util-raw "^9.0.0"
6256
+ vfile "^6.0.0"
6257
+
6154
6258
remark-parse@^11.0.0 :
6155
6259
version "11.0.0"
6156
6260
resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-11.0.0.tgz#aa60743fcb37ebf6b069204eb4da304e40db45a1"
@@ -6687,10 +6791,10 @@ tss-react@^4.9.13:
6687
6791
" @emotion/serialize" " *"
6688
6792
" @emotion/utils" " *"
6689
6793
6690
- tss-react@^4.9.14 :
6691
- version "4.9.14 "
6692
- resolved "https://registry.yarnpkg.com/tss-react/-/tss-react-4.9.14 .tgz#0b606b7a08fe80670c8c7d09f2c24421422a2300 "
6693
- integrity sha512-nAj4RCQk3ADzrmtxmTcmN1B9EKxPMIxuCfJ3ll964CksndJ2/ZImF6rAMo2Kud5yE3ENXHpPIBHCyuMtgptMvw ==
6794
+ tss-react@^4.9.15 :
6795
+ version "4.9.15 "
6796
+ resolved "https://registry.yarnpkg.com/tss-react/-/tss-react-4.9.15 .tgz#a26fc24889a462ab4858094bc5b33cdda36e45ab "
6797
+ integrity sha512-rLiEmDwUtln9RKTUR/ZPYBrufF0Tq/PFggO1M7P8M3/FAcodPQ746Ug9MCEFkURKDlntN17+Oja0DMMz5yBnsQ ==
6694
6798
dependencies :
6695
6799
" @emotion/cache" " *"
6696
6800
" @emotion/serialize" " *"
@@ -6879,6 +6983,14 @@ valid-url@^1.0.9:
6879
6983
resolved "https://registry.yarnpkg.com/valid-url/-/valid-url-1.0.9.tgz#1c14479b40f1397a75782f115e4086447433a200"
6880
6984
integrity sha512-QQDsV8OnSf5Uc30CKSwG9lnhMPe6exHtTXLRYX8uMwKENy640pU+2BgBL0LRbDh/eYRahNCS7aewCx0wf3NYVA==
6881
6985
6986
+ vfile-location@^5.0.0 :
6987
+ version "5.0.3"
6988
+ resolved "https://registry.yarnpkg.com/vfile-location/-/vfile-location-5.0.3.tgz#cb9eacd20f2b6426d19451e0eafa3d0a846225c3"
6989
+ integrity sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==
6990
+ dependencies :
6991
+ " @types/unist" " ^3.0.0"
6992
+ vfile "^6.0.0"
6993
+
6882
6994
vfile-message@^4.0.0 :
6883
6995
version "4.0.2"
6884
6996
resolved "https://registry.yarnpkg.com/vfile-message/-/vfile-message-4.0.2.tgz#c883c9f677c72c166362fd635f21fc165a7d1181"
@@ -6981,6 +7093,11 @@ w3c-keyname@^2.2.4:
6981
7093
resolved "https://registry.yarnpkg.com/w3c-keyname/-/w3c-keyname-2.2.8.tgz#7b17c8c6883d4e8b86ac8aba79d39e880f8869c5"
6982
7094
integrity sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ==
6983
7095
7096
+ web-namespaces@^2.0.0 :
7097
+ version "2.0.1"
7098
+ resolved "https://registry.yarnpkg.com/web-namespaces/-/web-namespaces-2.0.1.tgz#1010ff7c650eccb2592cebeeaf9a1b253fd40692"
7099
+ integrity sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==
7100
+
6984
7101
webpack-virtual-modules@^0.6.2 :
6985
7102
version "0.6.2"
6986
7103
resolved "https://registry.yarnpkg.com/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz#057faa9065c8acf48f24cb57ac0e77739ab9a7e8"
0 commit comments