|
824 | 824 | pretty-format "^27.0.2" |
825 | 825 |
|
826 | 826 | "@testing-library/jest-dom@^6.0.0": |
827 | | - version "6.8.0" |
828 | | - resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.8.0.tgz#697db9424f0d21d8216f1958fa0b1b69b5f43923" |
829 | | - integrity sha512-WgXcWzVM6idy5JaftTVC8Vs83NKRmGJz4Hqs4oyOuO2J4r/y79vvKZsb+CaGyCSEbUPI6OsewfPd0G1A0/TUZQ== |
| 827 | + version "6.9.0" |
| 828 | + resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.9.0.tgz#186d7b317435617f3fdfeb976feb8892bfbfe667" |
| 829 | + integrity sha512-QHdxYMJ0YPGKYofMc6zYvo7LOViVhdc6nPg/OtM2cf9MQrwEcTxFCs7d/GJ5eSyPkHzOiBkc/KfLdFJBHzldtQ== |
830 | 830 | dependencies: |
831 | 831 | "@adobe/css-tools" "^4.4.0" |
832 | 832 | aria-query "^5.0.0" |
|
971 | 971 | integrity sha512-qXRuZaOsAdXKFyOhRBg6Lqqc0yay13vN7KrIg4L7N4aaHN68ma9OK3NE1BoDFgFOTfM7zg+3/8+2n8rLUH3OKQ== |
972 | 972 |
|
973 | 973 | "@types/react@^19.0.0": |
974 | | - version "19.1.13" |
975 | | - resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.13.tgz#fc650ffa680d739a25a530f5d7ebe00cdd771883" |
976 | | - integrity sha512-hHkbU/eoO3EG5/MZkuFSKmYqPbSVk5byPFa3e7y/8TybHiLMACgI8seVYlicwk7H5K/rI2px9xrQp/C+AUDTiQ== |
| 974 | + version "19.1.16" |
| 975 | + resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.16.tgz#6329b1c17a5de624439eae673f86a2c5569a42be" |
| 976 | + integrity sha512-WBM/nDbEZmDUORKnh5i1bTnAz6vTohUf9b8esSMu+b24+srbaxa04UbJgWx78CVfNXA20sNu0odEIluZDFdCog== |
977 | 977 | dependencies: |
978 | 978 | csstype "^3.0.2" |
979 | 979 |
|
@@ -1017,105 +1017,110 @@ |
1017 | 1017 | "@types/node" "*" |
1018 | 1018 |
|
1019 | 1019 | "@typescript-eslint/eslint-plugin@^8.0.0": |
1020 | | - version "8.44.0" |
1021 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.44.0.tgz#d72bf8b2d3052afee919ba38f38c57138eee0396" |
1022 | | - integrity sha512-EGDAOGX+uwwekcS0iyxVDmRV9HX6FLSM5kzrAToLTsr9OWCIKG/y3lQheCq18yZ5Xh78rRKJiEpP0ZaCs4ryOQ== |
| 1020 | + version "8.45.0" |
| 1021 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.45.0.tgz#9f251d4e85ec5089e7cccb09257ce93dbf0d7744" |
| 1022 | + integrity sha512-HC3y9CVuevvWCl/oyZuI47dOeDF9ztdMEfMH8/DW/Mhwa9cCLnK1oD7JoTVGW/u7kFzNZUKUoyJEqkaJh5y3Wg== |
1023 | 1023 | dependencies: |
1024 | 1024 | "@eslint-community/regexpp" "^4.10.0" |
1025 | | - "@typescript-eslint/scope-manager" "8.44.0" |
1026 | | - "@typescript-eslint/type-utils" "8.44.0" |
1027 | | - "@typescript-eslint/utils" "8.44.0" |
1028 | | - "@typescript-eslint/visitor-keys" "8.44.0" |
| 1025 | + "@typescript-eslint/scope-manager" "8.45.0" |
| 1026 | + "@typescript-eslint/type-utils" "8.45.0" |
| 1027 | + "@typescript-eslint/utils" "8.45.0" |
| 1028 | + "@typescript-eslint/visitor-keys" "8.45.0" |
1029 | 1029 | graphemer "^1.4.0" |
1030 | 1030 | ignore "^7.0.0" |
1031 | 1031 | natural-compare "^1.4.0" |
1032 | 1032 | ts-api-utils "^2.1.0" |
1033 | 1033 |
|
1034 | 1034 | "@typescript-eslint/parser@^8.0.0": |
1035 | | - version "8.44.0" |
1036 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.44.0.tgz#0436fbe0a72f86d3366d2d157d480524b0ab3f26" |
1037 | | - integrity sha512-VGMpFQGUQWYT9LfnPcX8ouFojyrZ/2w3K5BucvxL/spdNehccKhB4jUyB1yBCXpr2XFm0jkECxgrpXBW2ipoAw== |
1038 | | - dependencies: |
1039 | | - "@typescript-eslint/scope-manager" "8.44.0" |
1040 | | - "@typescript-eslint/types" "8.44.0" |
1041 | | - "@typescript-eslint/typescript-estree" "8.44.0" |
1042 | | - "@typescript-eslint/visitor-keys" "8.44.0" |
| 1035 | + version "8.45.0" |
| 1036 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.45.0.tgz#571660c98824aefb4a6ec3b3766655d1348520a4" |
| 1037 | + integrity sha512-TGf22kon8KW+DeKaUmOibKWktRY8b2NSAZNdtWh798COm1NWx8+xJ6iFBtk3IvLdv6+LGLJLRlyhrhEDZWargQ== |
| 1038 | + dependencies: |
| 1039 | + "@typescript-eslint/scope-manager" "8.45.0" |
| 1040 | + "@typescript-eslint/types" "8.45.0" |
| 1041 | + "@typescript-eslint/typescript-estree" "8.45.0" |
| 1042 | + "@typescript-eslint/visitor-keys" "8.45.0" |
1043 | 1043 | debug "^4.3.4" |
1044 | 1044 |
|
1045 | | -"@typescript-eslint/project-service@8.44.0": |
1046 | | - version "8.44.0" |
1047 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.44.0.tgz#89060651dcecde946e758441fe94dceb6f769a29" |
1048 | | - integrity sha512-ZeaGNraRsq10GuEohKTo4295Z/SuGcSq2LzfGlqiuEvfArzo/VRrT0ZaJsVPuKZ55lVbNk8U6FcL+ZMH8CoyVA== |
| 1045 | +"@typescript-eslint/project-service@8.45.0": |
| 1046 | + version "8.45.0" |
| 1047 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.45.0.tgz#f83dda1bca31dae2fd6821f9131daf1edebfd46c" |
| 1048 | + integrity sha512-3pcVHwMG/iA8afdGLMuTibGR7pDsn9RjDev6CCB+naRsSYs2pns5QbinF4Xqw6YC/Sj3lMrm/Im0eMfaa61WUg== |
1049 | 1049 | dependencies: |
1050 | | - "@typescript-eslint/tsconfig-utils" "^8.44.0" |
1051 | | - "@typescript-eslint/types" "^8.44.0" |
| 1050 | + "@typescript-eslint/tsconfig-utils" "^8.45.0" |
| 1051 | + "@typescript-eslint/types" "^8.45.0" |
1052 | 1052 | debug "^4.3.4" |
1053 | 1053 |
|
1054 | | -"@typescript-eslint/scope-manager@8.44.0": |
1055 | | - version "8.44.0" |
1056 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.44.0.tgz#c37f1e786fd0e5b40607985c769a61c24c761c26" |
1057 | | - integrity sha512-87Jv3E+al8wpD+rIdVJm/ItDBe/Im09zXIjFoipOjr5gHUhJmTzfFLuTJ/nPTMc2Srsroy4IBXwcTCHyRR7KzA== |
| 1054 | +"@typescript-eslint/scope-manager@8.45.0": |
| 1055 | + version "8.45.0" |
| 1056 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.45.0.tgz#59615ba506a9e3479d1efb0d09d6ab52f2a19142" |
| 1057 | + integrity sha512-clmm8XSNj/1dGvJeO6VGH7EUSeA0FMs+5au/u3lrA3KfG8iJ4u8ym9/j2tTEoacAffdW1TVUzXO30W1JTJS7dA== |
1058 | 1058 | dependencies: |
1059 | | - "@typescript-eslint/types" "8.44.0" |
1060 | | - "@typescript-eslint/visitor-keys" "8.44.0" |
| 1059 | + "@typescript-eslint/types" "8.45.0" |
| 1060 | + "@typescript-eslint/visitor-keys" "8.45.0" |
1061 | 1061 |
|
1062 | | -"@typescript-eslint/tsconfig-utils@8.44.0", "@typescript-eslint/tsconfig-utils@^8.44.0": |
1063 | | - version "8.44.0" |
1064 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.44.0.tgz#8c0601372bf889f0663a08df001ad666442aa3a8" |
1065 | | - integrity sha512-x5Y0+AuEPqAInc6yd0n5DAcvtoQ/vyaGwuX5HE9n6qAefk1GaedqrLQF8kQGylLUb9pnZyLf+iEiL9fr8APDtQ== |
| 1062 | +"@typescript-eslint/tsconfig-utils@8.45.0", "@typescript-eslint/tsconfig-utils@^8.45.0": |
| 1063 | + version "8.45.0" |
| 1064 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.45.0.tgz#63d38282790a2566c571bad423e7c1cad1f3d64c" |
| 1065 | + integrity sha512-aFdr+c37sc+jqNMGhH+ajxPXwjv9UtFZk79k8pLoJ6p4y0snmYpPA52GuWHgt2ZF4gRRW6odsEj41uZLojDt5w== |
1066 | 1066 |
|
1067 | | -"@typescript-eslint/type-utils@8.44.0": |
1068 | | - version "8.44.0" |
1069 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.44.0.tgz#5b875f8a961d15bb47df787cbfde50baea312613" |
1070 | | - integrity sha512-9cwsoSxJ8Sak67Be/hD2RNt/fsqmWnNE1iHohG8lxqLSNY8xNfyY7wloo5zpW3Nu9hxVgURevqfcH6vvKCt6yg== |
| 1067 | +"@typescript-eslint/type-utils@8.45.0": |
| 1068 | + version "8.45.0" |
| 1069 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.45.0.tgz#04004bdf2598844faa29fb936fb6b0ee10d6d3f3" |
| 1070 | + integrity sha512-bpjepLlHceKgyMEPglAeULX1vixJDgaKocp0RVJ5u4wLJIMNuKtUXIczpJCPcn2waII0yuvks/5m5/h3ZQKs0A== |
1071 | 1071 | dependencies: |
1072 | | - "@typescript-eslint/types" "8.44.0" |
1073 | | - "@typescript-eslint/typescript-estree" "8.44.0" |
1074 | | - "@typescript-eslint/utils" "8.44.0" |
| 1072 | + "@typescript-eslint/types" "8.45.0" |
| 1073 | + "@typescript-eslint/typescript-estree" "8.45.0" |
| 1074 | + "@typescript-eslint/utils" "8.45.0" |
1075 | 1075 | debug "^4.3.4" |
1076 | 1076 | ts-api-utils "^2.1.0" |
1077 | 1077 |
|
1078 | | -"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.44.0": |
| 1078 | +"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.45.0": |
| 1079 | + version "8.45.0" |
| 1080 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.45.0.tgz#fc01cd2a4690b9713b02f895e82fb43f7d960684" |
| 1081 | + integrity sha512-WugXLuOIq67BMgQInIxxnsSyRLFxdkJEJu8r4ngLR56q/4Q5LrbfkFRH27vMTjxEK8Pyz7QfzuZe/G15qQnVRA== |
| 1082 | + |
| 1083 | +"@typescript-eslint/types@^8.44.0": |
1079 | 1084 | version "8.44.0" |
1080 | 1085 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.44.0.tgz#4b9154ab164a0beff22d3217ff0fdc8d10bce924" |
1081 | 1086 | integrity sha512-ZSl2efn44VsYM0MfDQe68RKzBz75NPgLQXuGypmym6QVOWL5kegTZuZ02xRAT9T+onqvM6T8CdQk0OwYMB6ZvA== |
1082 | 1087 |
|
1083 | | -"@typescript-eslint/typescript-estree@8.44.0": |
1084 | | - version "8.44.0" |
1085 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.44.0.tgz#e23e9946c466cf5f53b7e46ecdd9789fd8192daa" |
1086 | | - integrity sha512-lqNj6SgnGcQZwL4/SBJ3xdPEfcBuhCG8zdcwCPgYcmiPLgokiNDKlbPzCwEwu7m279J/lBYWtDYL+87OEfn8Jw== |
| 1088 | +"@typescript-eslint/typescript-estree@8.45.0": |
| 1089 | + version "8.45.0" |
| 1090 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.45.0.tgz#3498500f109a89b104d2770497c707e56dfe062d" |
| 1091 | + integrity sha512-GfE1NfVbLam6XQ0LcERKwdTTPlLvHvXXhOeUGC1OXi4eQBoyy1iVsW+uzJ/J9jtCz6/7GCQ9MtrQ0fml/jWCnA== |
1087 | 1092 | dependencies: |
1088 | | - "@typescript-eslint/project-service" "8.44.0" |
1089 | | - "@typescript-eslint/tsconfig-utils" "8.44.0" |
1090 | | - "@typescript-eslint/types" "8.44.0" |
1091 | | - "@typescript-eslint/visitor-keys" "8.44.0" |
| 1093 | + "@typescript-eslint/project-service" "8.45.0" |
| 1094 | + "@typescript-eslint/tsconfig-utils" "8.45.0" |
| 1095 | + "@typescript-eslint/types" "8.45.0" |
| 1096 | + "@typescript-eslint/visitor-keys" "8.45.0" |
1092 | 1097 | debug "^4.3.4" |
1093 | 1098 | fast-glob "^3.3.2" |
1094 | 1099 | is-glob "^4.0.3" |
1095 | 1100 | minimatch "^9.0.4" |
1096 | 1101 | semver "^7.6.0" |
1097 | 1102 | ts-api-utils "^2.1.0" |
1098 | 1103 |
|
1099 | | -"@typescript-eslint/utils@8.44.0": |
1100 | | - version "8.44.0" |
1101 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.44.0.tgz#2c0650a1e8a832ed15658e7ca3c7bd2818d92c7c" |
1102 | | - integrity sha512-nktOlVcg3ALo0mYlV+L7sWUD58KG4CMj1rb2HUVOO4aL3K/6wcD+NERqd0rrA5Vg06b42YhF6cFxeixsp9Riqg== |
| 1104 | +"@typescript-eslint/utils@8.45.0": |
| 1105 | + version "8.45.0" |
| 1106 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.45.0.tgz#6e68e92d99019fdf56018d0e6664c76a70470c95" |
| 1107 | + integrity sha512-bxi1ht+tLYg4+XV2knz/F7RVhU0k6VrSMc9sb8DQ6fyCTrGQLHfo7lDtN0QJjZjKkLA2ThrKuCdHEvLReqtIGg== |
1103 | 1108 | dependencies: |
1104 | 1109 | "@eslint-community/eslint-utils" "^4.7.0" |
1105 | | - "@typescript-eslint/scope-manager" "8.44.0" |
1106 | | - "@typescript-eslint/types" "8.44.0" |
1107 | | - "@typescript-eslint/typescript-estree" "8.44.0" |
| 1110 | + "@typescript-eslint/scope-manager" "8.45.0" |
| 1111 | + "@typescript-eslint/types" "8.45.0" |
| 1112 | + "@typescript-eslint/typescript-estree" "8.45.0" |
1108 | 1113 |
|
1109 | | -"@typescript-eslint/visitor-keys@8.44.0": |
1110 | | - version "8.44.0" |
1111 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.44.0.tgz#0d9d5647e005c2ff8acc391d1208ab37d08850aa" |
1112 | | - integrity sha512-zaz9u8EJ4GBmnehlrpoKvj/E3dNbuQ7q0ucyZImm3cLqJ8INTc970B1qEqDX/Rzq65r3TvVTN7kHWPBoyW7DWw== |
| 1114 | +"@typescript-eslint/visitor-keys@8.45.0": |
| 1115 | + version "8.45.0" |
| 1116 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.45.0.tgz#4e3bcc55da64ac61069ebfe62ca240567ac7d784" |
| 1117 | + integrity sha512-qsaFBA3e09MIDAGFUrTk+dzqtfv1XPVz8t8d1f0ybTzrCY7BKiMC5cjrl1O/P7UmHsNyW90EYSkU/ZWpmXelag== |
1113 | 1118 | dependencies: |
1114 | | - "@typescript-eslint/types" "8.44.0" |
| 1119 | + "@typescript-eslint/types" "8.45.0" |
1115 | 1120 | eslint-visitor-keys "^4.2.1" |
1116 | 1121 |
|
1117 | 1122 | "@vector-im/matrix-wysiwyg-wasm@link:../../bindings/wysiwyg-wasm": |
1118 | | - version "2.39.0" |
| 1123 | + version "2.40.0" |
1119 | 1124 |
|
1120 | 1125 | "@vitejs/plugin-react@^4.2.1": |
1121 | 1126 | version "4.7.0" |
|
5208 | 5213 | integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ== |
5209 | 5214 |
|
5210 | 5215 | typescript@^5.0.0: |
5211 | | - version "5.8.3" |
5212 | | - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e" |
5213 | | - integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ== |
| 5216 | + version "5.9.3" |
| 5217 | + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f" |
| 5218 | + integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw== |
5214 | 5219 |
|
5215 | 5220 | ufo@^1.5.4: |
5216 | 5221 | version "1.6.1" |
|
0 commit comments