|
32 | 32 | integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ== |
33 | 33 |
|
34 | 34 | "@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.7.5", "@babel/core@^7.9.6": |
35 | | - version "7.26.9" |
36 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.9.tgz#71838542a4b1e49dfed353d7acbc6eb89f4a76f2" |
37 | | - integrity sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw== |
| 35 | + version "7.26.10" |
| 36 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.10.tgz#5c876f83c8c4dcb233ee4b670c0606f2ac3000f9" |
| 37 | + integrity sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ== |
38 | 38 | dependencies: |
39 | 39 | "@ampproject/remapping" "^2.2.0" |
40 | 40 | "@babel/code-frame" "^7.26.2" |
41 | | - "@babel/generator" "^7.26.9" |
| 41 | + "@babel/generator" "^7.26.10" |
42 | 42 | "@babel/helper-compilation-targets" "^7.26.5" |
43 | 43 | "@babel/helper-module-transforms" "^7.26.0" |
44 | | - "@babel/helpers" "^7.26.9" |
45 | | - "@babel/parser" "^7.26.9" |
| 44 | + "@babel/helpers" "^7.26.10" |
| 45 | + "@babel/parser" "^7.26.10" |
46 | 46 | "@babel/template" "^7.26.9" |
47 | | - "@babel/traverse" "^7.26.9" |
48 | | - "@babel/types" "^7.26.9" |
| 47 | + "@babel/traverse" "^7.26.10" |
| 48 | + "@babel/types" "^7.26.10" |
49 | 49 | convert-source-map "^2.0.0" |
50 | 50 | debug "^4.1.0" |
51 | 51 | gensync "^1.0.0-beta.2" |
52 | 52 | json5 "^2.2.3" |
53 | 53 | semver "^6.3.1" |
54 | 54 |
|
55 | | -"@babel/generator@^7.26.9": |
56 | | - version "7.26.9" |
57 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.9.tgz#75a9482ad3d0cc7188a537aa4910bc59db67cbca" |
58 | | - integrity sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg== |
| 55 | +"@babel/generator@^7.26.10", "@babel/generator@^7.26.9": |
| 56 | + version "7.26.10" |
| 57 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.10.tgz#a60d9de49caca16744e6340c3658dfef6138c3f7" |
| 58 | + integrity sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang== |
59 | 59 | dependencies: |
60 | | - "@babel/parser" "^7.26.9" |
61 | | - "@babel/types" "^7.26.9" |
| 60 | + "@babel/parser" "^7.26.10" |
| 61 | + "@babel/types" "^7.26.10" |
62 | 62 | "@jridgewell/gen-mapping" "^0.3.5" |
63 | 63 | "@jridgewell/trace-mapping" "^0.3.25" |
64 | 64 | jsesc "^3.0.2" |
|
201 | 201 | "@babel/traverse" "^7.25.9" |
202 | 202 | "@babel/types" "^7.25.9" |
203 | 203 |
|
204 | | -"@babel/helpers@^7.26.9": |
205 | | - version "7.26.9" |
206 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6" |
207 | | - integrity sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA== |
| 204 | +"@babel/helpers@^7.26.10": |
| 205 | + version "7.26.10" |
| 206 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384" |
| 207 | + integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g== |
208 | 208 | dependencies: |
209 | 209 | "@babel/template" "^7.26.9" |
210 | | - "@babel/types" "^7.26.9" |
| 210 | + "@babel/types" "^7.26.10" |
211 | 211 |
|
212 | 212 | "@babel/highlight@^7.10.4": |
213 | 213 | version "7.25.9" |
|
219 | 219 | js-tokens "^4.0.0" |
220 | 220 | picocolors "^1.0.0" |
221 | 221 |
|
222 | | -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.26.9": |
| 222 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7": |
223 | 223 | version "7.26.9" |
224 | 224 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.9.tgz#d9e78bee6dc80f9efd8f2349dcfbbcdace280fd5" |
225 | 225 | integrity sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A== |
226 | 226 | dependencies: |
227 | 227 | "@babel/types" "^7.26.9" |
228 | 228 |
|
| 229 | +"@babel/parser@^7.26.10", "@babel/parser@^7.26.9": |
| 230 | + version "7.26.10" |
| 231 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749" |
| 232 | + integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA== |
| 233 | + dependencies: |
| 234 | + "@babel/types" "^7.26.10" |
| 235 | + |
229 | 236 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9": |
230 | 237 | version "7.25.9" |
231 | 238 | 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" |
|
877 | 884 | "@babel/parser" "^7.26.9" |
878 | 885 | "@babel/types" "^7.26.9" |
879 | 886 |
|
880 | | -"@babel/traverse@^7.1.0", "@babel/traverse@^7.25.9", "@babel/traverse@^7.26.5", "@babel/traverse@^7.26.8", "@babel/traverse@^7.26.9": |
| 887 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.26.5", "@babel/traverse@^7.26.8", "@babel/traverse@^7.26.9": |
881 | 888 | version "7.26.9" |
882 | 889 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a" |
883 | 890 | integrity sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg== |
|
890 | 897 | debug "^4.3.1" |
891 | 898 | globals "^11.1.0" |
892 | 899 |
|
893 | | -"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.25.9", "@babel/types@^7.26.9", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
| 900 | +"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.10": |
| 901 | + version "7.26.10" |
| 902 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.10.tgz#43cca33d76005dbaa93024fae536cc1946a4c380" |
| 903 | + integrity sha512-k8NuDrxr0WrPH5Aupqb2LCVURP/S0vBEn5mK6iH+GIYob66U5EtoZvcdudR2jQ4cmTwhEwW1DLB+Yyas9zjF6A== |
| 904 | + dependencies: |
| 905 | + "@babel/code-frame" "^7.26.2" |
| 906 | + "@babel/generator" "^7.26.10" |
| 907 | + "@babel/parser" "^7.26.10" |
| 908 | + "@babel/template" "^7.26.9" |
| 909 | + "@babel/types" "^7.26.10" |
| 910 | + debug "^4.3.1" |
| 911 | + globals "^11.1.0" |
| 912 | + |
| 913 | +"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
894 | 914 | version "7.26.9" |
895 | 915 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.9.tgz#08b43dec79ee8e682c2ac631c010bdcac54a21ce" |
896 | 916 | integrity sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw== |
897 | 917 | dependencies: |
898 | 918 | "@babel/helper-string-parser" "^7.25.9" |
899 | 919 | "@babel/helper-validator-identifier" "^7.25.9" |
900 | 920 |
|
| 921 | +"@babel/types@^7.25.9", "@babel/types@^7.26.10", "@babel/types@^7.26.9": |
| 922 | + version "7.26.10" |
| 923 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259" |
| 924 | + integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ== |
| 925 | + dependencies: |
| 926 | + "@babel/helper-string-parser" "^7.25.9" |
| 927 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 928 | + |
901 | 929 | "@bcoe/v8-coverage@^0.2.3": |
902 | 930 | version "0.2.3" |
903 | 931 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" |
@@ -2223,9 +2251,9 @@ camelcase@^6.0.0: |
2223 | 2251 | integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== |
2224 | 2252 |
|
2225 | 2253 | caniuse-lite@^1.0.30001688: |
2226 | | - version "1.0.30001703" |
2227 | | - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001703.tgz#977cb4920598c158f491ecf4f4f2cfed9e354718" |
2228 | | - integrity sha512-kRlAGTRWgPsOj7oARC9m1okJEXdL/8fekFVcxA8Hl7GH4r/sN4OJn/i6Flde373T50KS7Y37oFbMwlE8+F42kQ== |
| 2254 | + version "1.0.30001705" |
| 2255 | + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001705.tgz#dc3510bcdef261444ca944b7be9c8d0bb7fafeef" |
| 2256 | + integrity sha512-S0uyMMiYvA7CxNgomYBwwwPUnWzFD83f3B1ce5jHUfHTH//QL6hHsreI8RVC5606R4ssqravelYO5TU6t8sEyg== |
2229 | 2257 |
|
2230 | 2258 | capture-exit@^2.0.0: |
2231 | 2259 | version "2.0.0" |
@@ -2763,9 +2791,9 @@ eastasianwidth@^0.2.0: |
2763 | 2791 | integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA== |
2764 | 2792 |
|
2765 | 2793 | electron-to-chromium@^1.5.73: |
2766 | | - version "1.5.113" |
2767 | | - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.113.tgz#1175b8ba4170541e44e9afa8b992e5bbfff0d150" |
2768 | | - integrity sha512-wjT2O4hX+wdWPJ76gWSkMhcHAV2PTMX+QetUCPYEdCIe+cxmgzzSSiGRCKW8nuh4mwKZlpv0xvoW7OF2X+wmHg== |
| 2794 | + version "1.5.119" |
| 2795 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.119.tgz#4e105e419209b33e1c44b4d1b5fc6fb27fac0209" |
| 2796 | + integrity sha512-Ku4NMzUjz3e3Vweh7PhApPrZSS4fyiCIbcIrG9eKrriYVLmbMepETR/v6SU7xPm98QTqMSYiCwfO89QNjXLkbQ== |
2769 | 2797 |
|
2770 | 2798 | elliptic@^6.5.3, elliptic@^6.5.5: |
2771 | 2799 | version "6.6.1" |
|
0 commit comments