|
42 | 42 | integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ== |
43 | 43 |
|
44 | 44 | "@babel/core@^7.11.6": |
45 | | - version "7.26.9" |
46 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.9.tgz#71838542a4b1e49dfed353d7acbc6eb89f4a76f2" |
47 | | - integrity sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw== |
| 45 | + version "7.26.10" |
| 46 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.10.tgz#5c876f83c8c4dcb233ee4b670c0606f2ac3000f9" |
| 47 | + integrity sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ== |
48 | 48 | dependencies: |
49 | 49 | "@ampproject/remapping" "^2.2.0" |
50 | 50 | "@babel/code-frame" "^7.26.2" |
51 | | - "@babel/generator" "^7.26.9" |
| 51 | + "@babel/generator" "^7.26.10" |
52 | 52 | "@babel/helper-compilation-targets" "^7.26.5" |
53 | 53 | "@babel/helper-module-transforms" "^7.26.0" |
54 | | - "@babel/helpers" "^7.26.9" |
55 | | - "@babel/parser" "^7.26.9" |
| 54 | + "@babel/helpers" "^7.26.10" |
| 55 | + "@babel/parser" "^7.26.10" |
56 | 56 | "@babel/template" "^7.26.9" |
57 | | - "@babel/traverse" "^7.26.9" |
58 | | - "@babel/types" "^7.26.9" |
| 57 | + "@babel/traverse" "^7.26.10" |
| 58 | + "@babel/types" "^7.26.10" |
59 | 59 | convert-source-map "^2.0.0" |
60 | 60 | debug "^4.1.0" |
61 | 61 | gensync "^1.0.0-beta.2" |
62 | 62 | json5 "^2.2.3" |
63 | 63 | semver "^6.3.1" |
64 | 64 |
|
65 | 65 | "@babel/eslint-parser@^7.11.0": |
66 | | - version "7.26.8" |
67 | | - resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.26.8.tgz#55c4f4aae4970ae127f7a12369182ed6250e6f09" |
68 | | - integrity sha512-3tBctaHRW6xSub26z7n8uyOTwwUsCdvIug/oxBH9n6yCO5hMj2vwDJAo7RbBMKrM7P+W2j61zLKviJQFGOYKMg== |
| 66 | + version "7.26.10" |
| 67 | + resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.26.10.tgz#4423cb3f84c26978439feabfe23c5aa929400737" |
| 68 | + integrity sha512-QsfQZr4AiLpKqn7fz+j7SN+f43z2DZCgGyYbNJ2vJOqKfG4E6MZer1+jqGZqKJaxq/gdO2DC/nUu45+pOL5p2Q== |
69 | 69 | dependencies: |
70 | 70 | "@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1" |
71 | 71 | eslint-visitor-keys "^2.1.0" |
72 | 72 | semver "^6.3.1" |
73 | 73 |
|
74 | | -"@babel/generator@^7.26.9": |
75 | | - version "7.26.9" |
76 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.9.tgz#75a9482ad3d0cc7188a537aa4910bc59db67cbca" |
77 | | - integrity sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg== |
| 74 | +"@babel/generator@^7.26.10", "@babel/generator@^7.26.9": |
| 75 | + version "7.26.10" |
| 76 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.10.tgz#a60d9de49caca16744e6340c3658dfef6138c3f7" |
| 77 | + integrity sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang== |
78 | 78 | dependencies: |
79 | | - "@babel/parser" "^7.26.9" |
80 | | - "@babel/types" "^7.26.9" |
| 79 | + "@babel/parser" "^7.26.10" |
| 80 | + "@babel/types" "^7.26.10" |
81 | 81 | "@jridgewell/gen-mapping" "^0.3.5" |
82 | 82 | "@jridgewell/trace-mapping" "^0.3.25" |
83 | 83 | jsesc "^3.0.2" |
|
258 | 258 | "@babel/traverse" "^7.25.9" |
259 | 259 | "@babel/types" "^7.25.9" |
260 | 260 |
|
261 | | -"@babel/helpers@^7.26.9": |
262 | | - version "7.26.9" |
263 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6" |
264 | | - integrity sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA== |
| 261 | +"@babel/helpers@^7.26.10": |
| 262 | + version "7.26.10" |
| 263 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384" |
| 264 | + integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g== |
265 | 265 | dependencies: |
266 | 266 | "@babel/template" "^7.26.9" |
267 | | - "@babel/types" "^7.26.9" |
| 267 | + "@babel/types" "^7.26.10" |
268 | 268 |
|
269 | 269 | "@babel/highlight@^7.16.0": |
270 | 270 | version "7.17.12" |
|
275 | 275 | chalk "^2.0.0" |
276 | 276 | js-tokens "^4.0.0" |
277 | 277 |
|
278 | | -"@babel/parser@^7.26.9": |
279 | | - version "7.26.9" |
280 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.9.tgz#d9e78bee6dc80f9efd8f2349dcfbbcdace280fd5" |
281 | | - integrity sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A== |
| 278 | +"@babel/parser@^7.26.10", "@babel/parser@^7.26.9": |
| 279 | + version "7.26.10" |
| 280 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749" |
| 281 | + integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA== |
282 | 282 | dependencies: |
283 | | - "@babel/types" "^7.26.9" |
| 283 | + "@babel/types" "^7.26.10" |
284 | 284 |
|
285 | 285 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9": |
286 | 286 | version "7.25.9" |
|
930 | 930 | "@babel/parser" "^7.26.9" |
931 | 931 | "@babel/types" "^7.26.9" |
932 | 932 |
|
933 | | -"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.5", "@babel/traverse@^7.26.8", "@babel/traverse@^7.26.9": |
| 933 | +"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.10": |
| 934 | + version "7.26.10" |
| 935 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.10.tgz#43cca33d76005dbaa93024fae536cc1946a4c380" |
| 936 | + integrity sha512-k8NuDrxr0WrPH5Aupqb2LCVURP/S0vBEn5mK6iH+GIYob66U5EtoZvcdudR2jQ4cmTwhEwW1DLB+Yyas9zjF6A== |
| 937 | + dependencies: |
| 938 | + "@babel/code-frame" "^7.26.2" |
| 939 | + "@babel/generator" "^7.26.10" |
| 940 | + "@babel/parser" "^7.26.10" |
| 941 | + "@babel/template" "^7.26.9" |
| 942 | + "@babel/types" "^7.26.10" |
| 943 | + debug "^4.3.1" |
| 944 | + globals "^11.1.0" |
| 945 | + |
| 946 | +"@babel/traverse@^7.26.5", "@babel/traverse@^7.26.8", "@babel/traverse@^7.26.9": |
934 | 947 | version "7.26.9" |
935 | 948 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a" |
936 | 949 | integrity sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg== |
|
951 | 964 | "@babel/helper-validator-identifier" "^7.16.7" |
952 | 965 | to-fast-properties "^2.0.0" |
953 | 966 |
|
954 | | -"@babel/types@^7.25.9", "@babel/types@^7.26.9", "@babel/types@^7.4.4": |
| 967 | +"@babel/types@^7.25.9", "@babel/types@^7.26.10", "@babel/types@^7.26.9": |
| 968 | + version "7.26.10" |
| 969 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259" |
| 970 | + integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ== |
| 971 | + dependencies: |
| 972 | + "@babel/helper-string-parser" "^7.25.9" |
| 973 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 974 | + |
| 975 | +"@babel/types@^7.4.4": |
955 | 976 | version "7.26.9" |
956 | 977 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.9.tgz#08b43dec79ee8e682c2ac631c010bdcac54a21ce" |
957 | 978 | integrity sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw== |
@@ -2776,9 +2797,9 @@ caniuse-lite@^1.0.30001541: |
2776 | 2797 | integrity sha512-ggIhCsTxmITBAMmK8yZjEhCO5/47jKXPu6Dha/wuCS4JePVL+3uiDEBuhu2aIoT+bqTOR8L76Ip1ARL9xYsEJA== |
2777 | 2798 |
|
2778 | 2799 | caniuse-lite@^1.0.30001688: |
2779 | | - version "1.0.30001703" |
2780 | | - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001703.tgz#977cb4920598c158f491ecf4f4f2cfed9e354718" |
2781 | | - integrity sha512-kRlAGTRWgPsOj7oARC9m1okJEXdL/8fekFVcxA8Hl7GH4r/sN4OJn/i6Flde373T50KS7Y37oFbMwlE8+F42kQ== |
| 2800 | + version "1.0.30001705" |
| 2801 | + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001705.tgz#dc3510bcdef261444ca944b7be9c8d0bb7fafeef" |
| 2802 | + integrity sha512-S0uyMMiYvA7CxNgomYBwwwPUnWzFD83f3B1ce5jHUfHTH//QL6hHsreI8RVC5606R4ssqravelYO5TU6t8sEyg== |
2782 | 2803 |
|
2783 | 2804 | caseless@~0.12.0: |
2784 | 2805 | version "0.12.0" |
@@ -4007,9 +4028,9 @@ electron-to-chromium@^1.4.535: |
4007 | 4028 | integrity sha512-SpwUMDWe9tQu8JX5QCO1+p/hChAi9AE9UpoC3rcHVc+gdCGlbT3SGb5I1klgb952HRIyvt9wZhSz9bNBYz9swA== |
4008 | 4029 |
|
4009 | 4030 | electron-to-chromium@^1.5.73: |
4010 | | - version "1.5.113" |
4011 | | - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.113.tgz#1175b8ba4170541e44e9afa8b992e5bbfff0d150" |
4012 | | - integrity sha512-wjT2O4hX+wdWPJ76gWSkMhcHAV2PTMX+QetUCPYEdCIe+cxmgzzSSiGRCKW8nuh4mwKZlpv0xvoW7OF2X+wmHg== |
| 4031 | + version "1.5.119" |
| 4032 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.119.tgz#4e105e419209b33e1c44b4d1b5fc6fb27fac0209" |
| 4033 | + integrity sha512-Ku4NMzUjz3e3Vweh7PhApPrZSS4fyiCIbcIrG9eKrriYVLmbMepETR/v6SU7xPm98QTqMSYiCwfO89QNjXLkbQ== |
4013 | 4034 |
|
4014 | 4035 | elliptic@^6.5.3, elliptic@^6.5.4: |
4015 | 4036 | version "6.5.4" |
|
0 commit comments