|
20 | 20 | "@jridgewell/gen-mapping" "^0.1.0" |
21 | 21 | "@jridgewell/trace-mapping" "^0.3.9" |
22 | 22 |
|
23 | | -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.26.2": |
24 | | - version "7.26.2" |
25 | | - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85" |
26 | | - integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ== |
27 | | - dependencies: |
28 | | - "@babel/helper-validator-identifier" "^7.25.9" |
29 | | - js-tokens "^4.0.0" |
30 | | - picocolors "^1.0.0" |
31 | | - |
32 | | -"@babel/code-frame@^7.27.1": |
| 23 | +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.27.1": |
33 | 24 | version "7.27.1" |
34 | 25 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be" |
35 | 26 | integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg== |
|
43 | 34 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9" |
44 | 35 | integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ== |
45 | 36 |
|
46 | | -"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.26.10": |
47 | | - version "7.26.10" |
48 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.10.tgz#5c876f83c8c4dcb233ee4b670c0606f2ac3000f9" |
49 | | - integrity sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ== |
| 37 | +"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.27.1": |
| 38 | + version "7.27.1" |
| 39 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.1.tgz#89de51e86bd12246003e3524704c49541b16c3e6" |
| 40 | + integrity sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ== |
50 | 41 | dependencies: |
51 | 42 | "@ampproject/remapping" "^2.2.0" |
52 | | - "@babel/code-frame" "^7.26.2" |
53 | | - "@babel/generator" "^7.26.10" |
54 | | - "@babel/helper-compilation-targets" "^7.26.5" |
55 | | - "@babel/helper-module-transforms" "^7.26.0" |
56 | | - "@babel/helpers" "^7.26.10" |
57 | | - "@babel/parser" "^7.26.10" |
58 | | - "@babel/template" "^7.26.9" |
59 | | - "@babel/traverse" "^7.26.10" |
60 | | - "@babel/types" "^7.26.10" |
| 43 | + "@babel/code-frame" "^7.27.1" |
| 44 | + "@babel/generator" "^7.27.1" |
| 45 | + "@babel/helper-compilation-targets" "^7.27.1" |
| 46 | + "@babel/helper-module-transforms" "^7.27.1" |
| 47 | + "@babel/helpers" "^7.27.1" |
| 48 | + "@babel/parser" "^7.27.1" |
| 49 | + "@babel/template" "^7.27.1" |
| 50 | + "@babel/traverse" "^7.27.1" |
| 51 | + "@babel/types" "^7.27.1" |
61 | 52 | convert-source-map "^2.0.0" |
62 | 53 | debug "^4.1.0" |
63 | 54 | gensync "^1.0.0-beta.2" |
64 | 55 | json5 "^2.2.3" |
65 | 56 | semver "^6.3.1" |
66 | 57 |
|
67 | | -"@babel/generator@^7.26.10", "@babel/generator@^7.7.2": |
68 | | - version "7.26.10" |
69 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.10.tgz#a60d9de49caca16744e6340c3658dfef6138c3f7" |
70 | | - integrity sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang== |
71 | | - dependencies: |
72 | | - "@babel/parser" "^7.26.10" |
73 | | - "@babel/types" "^7.26.10" |
74 | | - "@jridgewell/gen-mapping" "^0.3.5" |
75 | | - "@jridgewell/trace-mapping" "^0.3.25" |
76 | | - jsesc "^3.0.2" |
77 | | - |
78 | | -"@babel/generator@^7.27.1": |
| 58 | +"@babel/generator@^7.27.1", "@babel/generator@^7.7.2": |
79 | 59 | version "7.27.1" |
80 | 60 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.1.tgz#862d4fad858f7208edd487c28b58144036b76230" |
81 | 61 | integrity sha512-UnJfnIpc/+JO0/+KRVQNGU+y5taA5vCbwN8+azkX6beii/ZF+enZJSOKo11ZSzGJjlNfJHfQtmQT8H+9TXPG2w== |
|
100 | 80 | dependencies: |
101 | 81 | "@babel/types" "^7.27.1" |
102 | 82 |
|
103 | | -"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.26.5", "@babel/helper-compilation-targets@^7.27.1", "@babel/helper-compilation-targets@^7.27.2": |
| 83 | +"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.27.1", "@babel/helper-compilation-targets@^7.27.2": |
104 | 84 | version "7.27.2" |
105 | 85 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz#46a0f6efab808d51d29ce96858dd10ce8732733d" |
106 | 86 | integrity sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ== |
|
178 | 158 | dependencies: |
179 | 159 | "@babel/types" "^7.14.5" |
180 | 160 |
|
181 | | -"@babel/helper-module-imports@^7.25.9": |
182 | | - version "7.25.9" |
183 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz#e7f8d20602ebdbf9ebbea0a0751fb0f2a4141715" |
184 | | - integrity sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw== |
185 | | - dependencies: |
186 | | - "@babel/traverse" "^7.25.9" |
187 | | - "@babel/types" "^7.25.9" |
188 | | - |
189 | 161 | "@babel/helper-module-imports@^7.27.1": |
190 | 162 | version "7.27.1" |
191 | 163 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz#7ef769a323e2655e126673bb6d2d6913bbead204" |
|
194 | 166 | "@babel/traverse" "^7.27.1" |
195 | 167 | "@babel/types" "^7.27.1" |
196 | 168 |
|
197 | | -"@babel/helper-module-transforms@^7.26.0": |
198 | | - version "7.26.0" |
199 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae" |
200 | | - integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw== |
201 | | - dependencies: |
202 | | - "@babel/helper-module-imports" "^7.25.9" |
203 | | - "@babel/helper-validator-identifier" "^7.25.9" |
204 | | - "@babel/traverse" "^7.25.9" |
205 | | - |
206 | 169 | "@babel/helper-module-transforms@^7.27.1": |
207 | 170 | version "7.27.1" |
208 | 171 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.1.tgz#e1663b8b71d2de948da5c4fb2a20ca4f3ec27a6f" |
|
250 | 213 | "@babel/traverse" "^7.27.1" |
251 | 214 | "@babel/types" "^7.27.1" |
252 | 215 |
|
253 | | -"@babel/helper-string-parser@^7.25.9": |
254 | | - version "7.25.9" |
255 | | - resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c" |
256 | | - integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA== |
257 | | - |
258 | 216 | "@babel/helper-string-parser@^7.27.1": |
259 | 217 | version "7.27.1" |
260 | 218 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687" |
261 | 219 | integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA== |
262 | 220 |
|
263 | | -"@babel/helper-validator-identifier@^7.25.9": |
264 | | - version "7.25.9" |
265 | | - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7" |
266 | | - integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ== |
267 | | - |
268 | 221 | "@babel/helper-validator-identifier@^7.27.1": |
269 | 222 | version "7.27.1" |
270 | 223 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8" |
|
284 | 237 | "@babel/traverse" "^7.27.1" |
285 | 238 | "@babel/types" "^7.27.1" |
286 | 239 |
|
287 | | -"@babel/helpers@^7.26.10": |
288 | | - version "7.26.10" |
289 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384" |
290 | | - integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g== |
291 | | - dependencies: |
292 | | - "@babel/template" "^7.26.9" |
293 | | - "@babel/types" "^7.26.10" |
294 | | - |
295 | | -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.26.10", "@babel/parser@^7.26.9": |
296 | | - version "7.26.10" |
297 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749" |
298 | | - integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA== |
| 240 | +"@babel/helpers@^7.27.1": |
| 241 | + version "7.27.1" |
| 242 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4" |
| 243 | + integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ== |
299 | 244 | dependencies: |
300 | | - "@babel/types" "^7.26.10" |
| 245 | + "@babel/template" "^7.27.1" |
| 246 | + "@babel/types" "^7.27.1" |
301 | 247 |
|
302 | | -"@babel/parser@^7.27.1": |
| 248 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.27.1": |
303 | 249 | version "7.27.1" |
304 | 250 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.1.tgz#c55d5bed74449d1223701f1869b9ee345cc94cc9" |
305 | 251 | integrity sha512-I0dZ3ZpCrJ1c04OqlNsQcKiZlsrXf/kkE4FXzID9rIOYICsAbA8mMDzhW/luRNAHdCNt7os/u8wenklZDlUVUQ== |
|
948 | 894 | dependencies: |
949 | 895 | regenerator-runtime "^0.13.4" |
950 | 896 |
|
951 | | -"@babel/template@^7.26.9", "@babel/template@^7.3.3": |
952 | | - version "7.26.9" |
953 | | - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2" |
954 | | - integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA== |
955 | | - dependencies: |
956 | | - "@babel/code-frame" "^7.26.2" |
957 | | - "@babel/parser" "^7.26.9" |
958 | | - "@babel/types" "^7.26.9" |
959 | | - |
960 | | -"@babel/template@^7.27.1": |
| 897 | +"@babel/template@^7.27.1", "@babel/template@^7.3.3": |
961 | 898 | version "7.27.1" |
962 | 899 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.1.tgz#b9e4f55c17a92312774dfbdde1b3c01c547bbae2" |
963 | 900 | integrity sha512-Fyo3ghWMqkHHpHQCoBs2VnYjR4iWFFjguTDEqA5WgZDOrFesVjMhMM2FSqTKSoUSDO1VQtavj8NFpdRBEvJTtg== |
|
966 | 903 | "@babel/parser" "^7.27.1" |
967 | 904 | "@babel/types" "^7.27.1" |
968 | 905 |
|
969 | | -"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.10": |
970 | | - version "7.26.10" |
971 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.10.tgz#43cca33d76005dbaa93024fae536cc1946a4c380" |
972 | | - integrity sha512-k8NuDrxr0WrPH5Aupqb2LCVURP/S0vBEn5mK6iH+GIYob66U5EtoZvcdudR2jQ4cmTwhEwW1DLB+Yyas9zjF6A== |
973 | | - dependencies: |
974 | | - "@babel/code-frame" "^7.26.2" |
975 | | - "@babel/generator" "^7.26.10" |
976 | | - "@babel/parser" "^7.26.10" |
977 | | - "@babel/template" "^7.26.9" |
978 | | - "@babel/types" "^7.26.10" |
979 | | - debug "^4.3.1" |
980 | | - globals "^11.1.0" |
981 | | - |
982 | 906 | "@babel/traverse@^7.27.1": |
983 | 907 | version "7.27.1" |
984 | 908 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.1.tgz#4db772902b133bbddd1c4f7a7ee47761c1b9f291" |
|
992 | 916 | debug "^4.3.1" |
993 | 917 | globals "^11.1.0" |
994 | 918 |
|
995 | | -"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.18.6", "@babel/types@^7.25.9", "@babel/types@^7.26.10", "@babel/types@^7.26.9", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
996 | | - version "7.26.10" |
997 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259" |
998 | | - integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ== |
999 | | - dependencies: |
1000 | | - "@babel/helper-string-parser" "^7.25.9" |
1001 | | - "@babel/helper-validator-identifier" "^7.25.9" |
1002 | | - |
1003 | | -"@babel/types@^7.27.1": |
| 919 | +"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.18.6", "@babel/types@^7.27.1", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
1004 | 920 | version "7.27.1" |
1005 | 921 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.1.tgz#9defc53c16fc899e46941fc6901a9eea1c9d8560" |
1006 | 922 | integrity sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q== |
|
0 commit comments