|
93 | 93 | integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==
|
94 | 94 |
|
95 | 95 | "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.13.8", "@babel/core@^7.14.0", "@babel/core@^7.16.7", "@babel/core@^7.20.12":
|
96 |
| - version "7.26.8" |
97 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.8.tgz#7742f11c75acea6b08a8e24c5c0c8c89e89bf53e" |
98 |
| - integrity sha512-l+lkXCHS6tQEc5oUpK28xBOZ6+HwaH7YwoYQbLFiYb4nS2/l1tKnZEtEWkD0GuiYdvArf9qBS0XlQGXzPMsNqQ== |
| 96 | + version "7.26.9" |
| 97 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.9.tgz#71838542a4b1e49dfed353d7acbc6eb89f4a76f2" |
| 98 | + integrity sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw== |
99 | 99 | dependencies:
|
100 | 100 | "@ampproject/remapping" "^2.2.0"
|
101 | 101 | "@babel/code-frame" "^7.26.2"
|
102 |
| - "@babel/generator" "^7.26.8" |
| 102 | + "@babel/generator" "^7.26.9" |
103 | 103 | "@babel/helper-compilation-targets" "^7.26.5"
|
104 | 104 | "@babel/helper-module-transforms" "^7.26.0"
|
105 |
| - "@babel/helpers" "^7.26.7" |
106 |
| - "@babel/parser" "^7.26.8" |
107 |
| - "@babel/template" "^7.26.8" |
108 |
| - "@babel/traverse" "^7.26.8" |
109 |
| - "@babel/types" "^7.26.8" |
110 |
| - "@types/gensync" "^1.0.0" |
| 105 | + "@babel/helpers" "^7.26.9" |
| 106 | + "@babel/parser" "^7.26.9" |
| 107 | + "@babel/template" "^7.26.9" |
| 108 | + "@babel/traverse" "^7.26.9" |
| 109 | + "@babel/types" "^7.26.9" |
111 | 110 | convert-source-map "^2.0.0"
|
112 | 111 | debug "^4.1.0"
|
113 | 112 | gensync "^1.0.0-beta.2"
|
|
152 | 151 | "@jridgewell/trace-mapping" "^0.3.25"
|
153 | 152 | jsesc "^3.0.2"
|
154 | 153 |
|
155 |
| -"@babel/generator@^7.26.8": |
156 |
| - version "7.26.8" |
157 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.8.tgz#f9c5e770309e12e3099ad8271e52f6caa15442ab" |
158 |
| - integrity sha512-ef383X5++iZHWAXX0SXQR6ZyQhw/0KtTkrTz61WXRhFM6dhpHulO/RJz79L8S6ugZHJkOOkUrUdxgdF2YiPFnA== |
| 154 | +"@babel/generator@^7.26.9": |
| 155 | + version "7.26.9" |
| 156 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.9.tgz#75a9482ad3d0cc7188a537aa4910bc59db67cbca" |
| 157 | + integrity sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg== |
159 | 158 | dependencies:
|
160 |
| - "@babel/parser" "^7.26.8" |
161 |
| - "@babel/types" "^7.26.8" |
| 159 | + "@babel/parser" "^7.26.9" |
| 160 | + "@babel/types" "^7.26.9" |
162 | 161 | "@jridgewell/gen-mapping" "^0.3.5"
|
163 | 162 | "@jridgewell/trace-mapping" "^0.3.25"
|
164 | 163 | jsesc "^3.0.2"
|
|
337 | 336 | "@babel/traverse" "^7.25.9"
|
338 | 337 | "@babel/types" "^7.25.9"
|
339 | 338 |
|
340 |
| -"@babel/helpers@^7.26.7": |
341 |
| - version "7.26.7" |
342 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.7.tgz#fd1d2a7c431b6e39290277aacfd8367857c576a4" |
343 |
| - integrity sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A== |
| 339 | +"@babel/helpers@^7.26.9": |
| 340 | + version "7.26.9" |
| 341 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6" |
| 342 | + integrity sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA== |
344 | 343 | dependencies:
|
345 |
| - "@babel/template" "^7.25.9" |
346 |
| - "@babel/types" "^7.26.7" |
| 344 | + "@babel/template" "^7.26.9" |
| 345 | + "@babel/types" "^7.26.9" |
347 | 346 |
|
348 | 347 | "@babel/highlight@^7.10.4":
|
349 | 348 | version "7.25.9"
|
|
382 | 381 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.9.tgz#7b903b6149b0f8fa7ad564af646c4c38a77fc44b"
|
383 | 382 | integrity sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==
|
384 | 383 |
|
385 |
| -"@babel/parser@^7.25.9", "@babel/parser@^7.26.5", "@babel/parser@^7.26.8": |
| 384 | +"@babel/parser@^7.25.9", "@babel/parser@^7.26.5": |
386 | 385 | version "7.26.8"
|
387 | 386 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.8.tgz#deca2b4d99e5e1b1553843b99823f118da6107c2"
|
388 | 387 | integrity sha512-TZIQ25pkSoaKEYYaHbbxkfL36GNsQ6iFiBbeuzAkLnXayKR1yP1zFe+NxuZWWsUyvt8icPU9CCq0sgWGXR1GEw==
|
|
396 | 395 | dependencies:
|
397 | 396 | "@babel/types" "^7.26.7"
|
398 | 397 |
|
| 398 | +"@babel/parser@^7.26.8", "@babel/parser@^7.26.9": |
| 399 | + version "7.26.9" |
| 400 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.9.tgz#d9e78bee6dc80f9efd8f2349dcfbbcdace280fd5" |
| 401 | + integrity sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A== |
| 402 | + dependencies: |
| 403 | + "@babel/types" "^7.26.9" |
| 404 | + |
399 | 405 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
|
400 | 406 | version "7.25.9"
|
401 | 407 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz#cc2e53ebf0a0340777fff5ed521943e253b4d8fe"
|
|
1211 | 1217 | "@babel/plugin-transform-typescript" "^7.25.9"
|
1212 | 1218 |
|
1213 | 1219 | "@babel/runtime@^7.0.0", "@babel/runtime@^7.12.5", "@babel/runtime@^7.16.7", "@babel/runtime@^7.20.13", "@babel/runtime@^7.21.0", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
|
1214 |
| - version "7.26.7" |
1215 |
| - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.7.tgz#f4e7fe527cd710f8dc0618610b61b4b060c3c341" |
1216 |
| - integrity sha512-AOPI3D+a8dXnja+iwsUqGRjr1BbZIe771sXdapOtYI531gSqpi92vXivKcq2asu/DFpdl1ceFAKZyRzK2PCVcQ== |
| 1220 | + version "7.26.9" |
| 1221 | + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.9.tgz#aa4c6facc65b9cb3f87d75125ffd47781b475433" |
| 1222 | + integrity sha512-aA63XwOkcl4xxQa3HjPMqOP6LiK0ZDv3mUPYEFXkpHbaFjtGggE1A61FjFzJnB+p7/oy2gA8E+rcBNl/zC1tMg== |
1217 | 1223 | dependencies:
|
1218 | 1224 | regenerator-runtime "^0.14.0"
|
1219 | 1225 |
|
|
1226 | 1232 | "@babel/parser" "^7.25.9"
|
1227 | 1233 | "@babel/types" "^7.25.9"
|
1228 | 1234 |
|
1229 |
| -"@babel/template@^7.25.9", "@babel/template@^7.26.8": |
| 1235 | +"@babel/template@^7.25.9": |
1230 | 1236 | version "7.26.8"
|
1231 | 1237 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.8.tgz#db3898f47a17bab2f4c78ec1d0de38527c2ffe19"
|
1232 | 1238 | integrity sha512-iNKaX3ZebKIsCvJ+0jd6embf+Aulaa3vNBqZ41kM7iTWjx5qzWKXGHiJUW3+nTpQ18SG11hdF8OAzKrpXkb96Q==
|
|
1235 | 1241 | "@babel/parser" "^7.26.8"
|
1236 | 1242 | "@babel/types" "^7.26.8"
|
1237 | 1243 |
|
| 1244 | +"@babel/template@^7.26.9": |
| 1245 | + version "7.26.9" |
| 1246 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2" |
| 1247 | + integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA== |
| 1248 | + dependencies: |
| 1249 | + "@babel/code-frame" "^7.26.2" |
| 1250 | + "@babel/parser" "^7.26.9" |
| 1251 | + "@babel/types" "^7.26.9" |
| 1252 | + |
1238 | 1253 | "@babel/template@^7.3.3":
|
1239 | 1254 | version "7.22.15"
|
1240 | 1255 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
|
|
1257 | 1272 | debug "^4.3.1"
|
1258 | 1273 | globals "^11.1.0"
|
1259 | 1274 |
|
1260 |
| -"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.8": |
1261 |
| - version "7.26.8" |
1262 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.8.tgz#0a8a9c2b7cc9519eed14275f4fd2278ad46e8cc9" |
1263 |
| - integrity sha512-nic9tRkjYH0oB2dzr/JoGIm+4Q6SuYeLEiIiZDwBscRMYFJ+tMAz98fuel9ZnbXViA2I0HVSSRRK8DW5fjXStA== |
| 1275 | +"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.9": |
| 1276 | + version "7.26.9" |
| 1277 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a" |
| 1278 | + integrity sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg== |
1264 | 1279 | dependencies:
|
1265 | 1280 | "@babel/code-frame" "^7.26.2"
|
1266 |
| - "@babel/generator" "^7.26.8" |
1267 |
| - "@babel/parser" "^7.26.8" |
1268 |
| - "@babel/template" "^7.26.8" |
1269 |
| - "@babel/types" "^7.26.8" |
| 1281 | + "@babel/generator" "^7.26.9" |
| 1282 | + "@babel/parser" "^7.26.9" |
| 1283 | + "@babel/template" "^7.26.9" |
| 1284 | + "@babel/types" "^7.26.9" |
1270 | 1285 | debug "^4.3.1"
|
1271 | 1286 | globals "^11.1.0"
|
1272 | 1287 |
|
|
1287 | 1302 | "@babel/helper-validator-identifier" "^7.24.6"
|
1288 | 1303 | to-fast-properties "^2.0.0"
|
1289 | 1304 |
|
1290 |
| -"@babel/types@^7.25.9", "@babel/types@^7.26.5", "@babel/types@^7.26.7", "@babel/types@^7.26.8": |
1291 |
| - version "7.26.8" |
1292 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.8.tgz#97dcdc190fab45be7f3dc073e3c11160d677c127" |
1293 |
| - integrity sha512-eUuWapzEGWFEpHFxgEaBG8e3n6S8L3MSu0oda755rOfabWPnh0Our1AozNFVUxGFIhbKgd1ksprsoDGMinTOTA== |
| 1305 | +"@babel/types@^7.25.9", "@babel/types@^7.26.8", "@babel/types@^7.26.9": |
| 1306 | + version "7.26.9" |
| 1307 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.9.tgz#08b43dec79ee8e682c2ac631c010bdcac54a21ce" |
| 1308 | + integrity sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw== |
1294 | 1309 | dependencies:
|
1295 | 1310 | "@babel/helper-string-parser" "^7.25.9"
|
1296 | 1311 | "@babel/helper-validator-identifier" "^7.25.9"
|
|
1303 | 1318 | "@babel/helper-string-parser" "^7.25.9"
|
1304 | 1319 | "@babel/helper-validator-identifier" "^7.25.9"
|
1305 | 1320 |
|
| 1321 | +"@babel/types@^7.26.5", "@babel/types@^7.26.7": |
| 1322 | + version "7.26.8" |
| 1323 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.8.tgz#97dcdc190fab45be7f3dc073e3c11160d677c127" |
| 1324 | + integrity sha512-eUuWapzEGWFEpHFxgEaBG8e3n6S8L3MSu0oda755rOfabWPnh0Our1AozNFVUxGFIhbKgd1ksprsoDGMinTOTA== |
| 1325 | + dependencies: |
| 1326 | + "@babel/helper-string-parser" "^7.25.9" |
| 1327 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 1328 | + |
1306 | 1329 | "@babel/types@^7.3.3":
|
1307 | 1330 | version "7.22.19"
|
1308 | 1331 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.19.tgz#7425343253556916e440e662bb221a93ddb75684"
|
|
2852 | 2875 | resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.6.tgz#628effeeae2064a1b4e79f78e81d87b7e5fc7b50"
|
2853 | 2876 | integrity sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==
|
2854 | 2877 |
|
2855 |
| -"@types/gensync@^1.0.0": |
2856 |
| - version "1.0.4" |
2857 |
| - resolved "https://registry.yarnpkg.com/@types/gensync/-/gensync-1.0.4.tgz#7122d8f0cd3bf437f9725cc95b180197190cf50b" |
2858 |
| - integrity sha512-C3YYeRQWp2fmq9OryX+FoDy8nXS6scQ7dPptD8LnFDAUNcKWJjXQKDNJD3HVm+kOUsXhTOkpi69vI4EuAr95bA== |
2859 |
| - |
2860 | 2878 | "@types/get-port@^3.2.0":
|
2861 | 2879 | version "3.2.0"
|
2862 | 2880 | resolved "https://registry.yarnpkg.com/@types/get-port/-/get-port-3.2.0.tgz#f9e0a11443cc21336470185eae3dfba4495d29bc"
|
@@ -4344,9 +4362,9 @@ caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001646:
|
4344 | 4362 | integrity sha512-5ExiE3qQN6oF8Clf8ifIDcMRCRE/dMGcETG/XGMD8/XiXm6HXQgQTh1yZYLXXpSOsEUlJm1Xr7kGULZTuGtP/w==
|
4345 | 4363 |
|
4346 | 4364 | caniuse-lite@^1.0.30001688:
|
4347 |
| - version "1.0.30001699" |
4348 |
| - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001699.tgz#a102cf330d153bf8c92bfb5be3cd44c0a89c8c12" |
4349 |
| - integrity sha512-b+uH5BakXZ9Do9iK+CkDmctUSEqZl+SP056vc5usa0PL+ev5OHw003rZXcnjNDv3L8P5j6rwT6C0BPKSikW08w== |
| 4365 | + version "1.0.30001700" |
| 4366 | + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001700.tgz#26cd429cf09b4fd4e745daf4916039c794d720f6" |
| 4367 | + integrity sha512-2S6XIXwaE7K7erT8dY+kLQcpa5ms63XlRkMkReXjle+kf6c5g38vyMl+Z5y8dSxOFDhcFe+nxnn261PLxBSQsQ== |
4350 | 4368 |
|
4351 | 4369 | capital-case@^1.0.4:
|
4352 | 4370 | version "1.0.4"
|
|
5450 | 5468 | integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==
|
5451 | 5469 |
|
5452 | 5470 | electron-to-chromium@^1.5.73:
|
5453 |
| - version "1.5.96" |
5454 |
| - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.96.tgz#afa3bf1608c897a7c7e33f22d4be1596dd5a4f3e" |
5455 |
| - integrity sha512-8AJUW6dh75Fm/ny8+kZKJzI1pgoE8bKLZlzDU2W1ENd+DXKJrx7I7l9hb8UWR4ojlnb5OlixMt00QWiYJoVw1w== |
| 5471 | + version "1.5.101" |
| 5472 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.101.tgz#c26490fb2c1363d804e798e138a2a544fc7f7075" |
| 5473 | + integrity sha512-L0ISiQrP/56Acgu4/i/kfPwWSgrzYZUnQrC0+QPFuhqlLP1Ir7qzPPDVS9BcKIyWTRU8+o6CC8dKw38tSWhYIA== |
5456 | 5474 |
|
5457 | 5475 | emittery@^0.13.1:
|
5458 | 5476 | version "0.13.1"
|
|
0 commit comments