|
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.24.7": |
24 | | - version "7.24.7" |
25 | | - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.7.tgz#882fd9e09e8ee324e496bd040401c6f046ef4465" |
26 | | - integrity sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA== |
27 | | - dependencies: |
28 | | - "@babel/highlight" "^7.24.7" |
29 | | - picocolors "^1.0.0" |
30 | | - |
31 | | -"@babel/code-frame@^7.25.7": |
| 23 | +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.25.7": |
32 | 24 | version "7.25.7" |
33 | 25 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.25.7.tgz#438f2c524071531d643c6f0188e1e28f130cebc7" |
34 | 26 | integrity sha512-0xZJFNE5XMpENsgfHYTw8FbX4kv53mFLn2i3XPoq69LyhYSCBJtitaHx9QnsVTrsogI4Z3+HtEfZ2/GFPOtf5g== |
|
41 | 33 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.7.tgz#b8479fe0018ef0ac87b6b7a5c6916fcd67ae2c9c" |
42 | 34 | integrity sha512-9ickoLz+hcXCeh7jrcin+/SLWm+GkxE2kTvoYyp38p4WkdFXfQJxDFGWp/YHjiKLPx06z2A7W8XKuqbReXDzsw== |
43 | 35 |
|
44 | | -"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.25.2": |
45 | | - version "7.25.2" |
46 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.2.tgz#ed8eec275118d7613e77a352894cd12ded8eba77" |
47 | | - integrity sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA== |
| 36 | +"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.25.7": |
| 37 | + version "7.25.7" |
| 38 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.7.tgz#1b3d144157575daf132a3bc80b2b18e6e3ca6ece" |
| 39 | + integrity sha512-yJ474Zv3cwiSOO9nXJuqzvwEeM+chDuQ8GJirw+pZ91sCGCyOZ3dJkVE09fTV0VEVzXyLWhh3G/AolYTPX7Mow== |
48 | 40 | dependencies: |
49 | 41 | "@ampproject/remapping" "^2.2.0" |
50 | | - "@babel/code-frame" "^7.24.7" |
51 | | - "@babel/generator" "^7.25.0" |
52 | | - "@babel/helper-compilation-targets" "^7.25.2" |
53 | | - "@babel/helper-module-transforms" "^7.25.2" |
54 | | - "@babel/helpers" "^7.25.0" |
55 | | - "@babel/parser" "^7.25.0" |
56 | | - "@babel/template" "^7.25.0" |
57 | | - "@babel/traverse" "^7.25.2" |
58 | | - "@babel/types" "^7.25.2" |
| 42 | + "@babel/code-frame" "^7.25.7" |
| 43 | + "@babel/generator" "^7.25.7" |
| 44 | + "@babel/helper-compilation-targets" "^7.25.7" |
| 45 | + "@babel/helper-module-transforms" "^7.25.7" |
| 46 | + "@babel/helpers" "^7.25.7" |
| 47 | + "@babel/parser" "^7.25.7" |
| 48 | + "@babel/template" "^7.25.7" |
| 49 | + "@babel/traverse" "^7.25.7" |
| 50 | + "@babel/types" "^7.25.7" |
59 | 51 | convert-source-map "^2.0.0" |
60 | 52 | debug "^4.1.0" |
61 | 53 | gensync "^1.0.0-beta.2" |
62 | 54 | json5 "^2.2.3" |
63 | 55 | semver "^6.3.1" |
64 | 56 |
|
65 | | -"@babel/generator@^7.25.0", "@babel/generator@^7.7.2": |
66 | | - version "7.25.0" |
67 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.0.tgz#f858ddfa984350bc3d3b7f125073c9af6988f18e" |
68 | | - integrity sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw== |
69 | | - dependencies: |
70 | | - "@babel/types" "^7.25.0" |
71 | | - "@jridgewell/gen-mapping" "^0.3.5" |
72 | | - "@jridgewell/trace-mapping" "^0.3.25" |
73 | | - jsesc "^2.5.1" |
74 | | - |
75 | | -"@babel/generator@^7.25.7": |
| 57 | +"@babel/generator@^7.25.7", "@babel/generator@^7.7.2": |
76 | 58 | version "7.25.7" |
77 | 59 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.7.tgz#de86acbeb975a3e11ee92dd52223e6b03b479c56" |
78 | 60 | integrity sha512-5Dqpl5fyV9pIAD62yK9P7fcA768uVPUyrQmqpqstHWgMma4feF1x/oFysBCVZLY5wJ2GkMUCdsNDnGZrPoR6rA== |
|
104 | 86 | "@babel/traverse" "^7.25.7" |
105 | 87 | "@babel/types" "^7.25.7" |
106 | 88 |
|
107 | | -"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.25.2", "@babel/helper-compilation-targets@^7.25.7": |
| 89 | +"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.25.7": |
108 | 90 | version "7.25.7" |
109 | 91 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.7.tgz#11260ac3322dda0ef53edfae6e97b961449f5fa4" |
110 | 92 | integrity sha512-DniTEax0sv6isaw6qSQSfV4gVRNtw2rte8HHM45t9ZR0xILaufBRNkpMifCRiAPyvL4ACD6v0gfCwCmtOQaV4A== |
|
182 | 164 | dependencies: |
183 | 165 | "@babel/types" "^7.14.5" |
184 | 166 |
|
185 | | -"@babel/helper-module-imports@^7.24.7": |
186 | | - version "7.24.7" |
187 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz#f2f980392de5b84c3328fc71d38bd81bbb83042b" |
188 | | - integrity sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA== |
189 | | - dependencies: |
190 | | - "@babel/traverse" "^7.24.7" |
191 | | - "@babel/types" "^7.24.7" |
192 | | - |
193 | 167 | "@babel/helper-module-imports@^7.25.7": |
194 | 168 | version "7.25.7" |
195 | 169 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.7.tgz#dba00d9523539152906ba49263e36d7261040472" |
|
198 | 172 | "@babel/traverse" "^7.25.7" |
199 | 173 | "@babel/types" "^7.25.7" |
200 | 174 |
|
201 | | -"@babel/helper-module-transforms@^7.25.2": |
202 | | - version "7.25.2" |
203 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz#ee713c29768100f2776edf04d4eb23b8d27a66e6" |
204 | | - integrity sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ== |
205 | | - dependencies: |
206 | | - "@babel/helper-module-imports" "^7.24.7" |
207 | | - "@babel/helper-simple-access" "^7.24.7" |
208 | | - "@babel/helper-validator-identifier" "^7.24.7" |
209 | | - "@babel/traverse" "^7.25.2" |
210 | | - |
211 | 175 | "@babel/helper-module-transforms@^7.25.7": |
212 | 176 | version "7.25.7" |
213 | 177 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.7.tgz#2ac9372c5e001b19bc62f1fe7d96a18cb0901d1a" |
|
248 | 212 | "@babel/helper-optimise-call-expression" "^7.25.7" |
249 | 213 | "@babel/traverse" "^7.25.7" |
250 | 214 |
|
251 | | -"@babel/helper-simple-access@^7.24.7": |
252 | | - version "7.24.7" |
253 | | - resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz#bcade8da3aec8ed16b9c4953b74e506b51b5edb3" |
254 | | - integrity sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg== |
255 | | - dependencies: |
256 | | - "@babel/traverse" "^7.24.7" |
257 | | - "@babel/types" "^7.24.7" |
258 | | - |
259 | 215 | "@babel/helper-simple-access@^7.25.7": |
260 | 216 | version "7.25.7" |
261 | 217 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.25.7.tgz#5eb9f6a60c5d6b2e0f76057004f8dacbddfae1c0" |
|
272 | 228 | "@babel/traverse" "^7.25.7" |
273 | 229 | "@babel/types" "^7.25.7" |
274 | 230 |
|
275 | | -"@babel/helper-string-parser@^7.24.8": |
276 | | - version "7.24.8" |
277 | | - resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d" |
278 | | - integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ== |
279 | | - |
280 | 231 | "@babel/helper-string-parser@^7.25.7": |
281 | 232 | version "7.25.7" |
282 | 233 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.7.tgz#d50e8d37b1176207b4fe9acedec386c565a44a54" |
283 | 234 | integrity sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g== |
284 | 235 |
|
285 | | -"@babel/helper-validator-identifier@^7.24.7": |
286 | | - version "7.24.7" |
287 | | - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db" |
288 | | - integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w== |
289 | | - |
290 | 236 | "@babel/helper-validator-identifier@^7.25.7": |
291 | 237 | version "7.25.7" |
292 | 238 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.7.tgz#77b7f60c40b15c97df735b38a66ba1d7c3e93da5" |
|
306 | 252 | "@babel/traverse" "^7.25.7" |
307 | 253 | "@babel/types" "^7.25.7" |
308 | 254 |
|
309 | | -"@babel/helpers@^7.25.0": |
310 | | - version "7.25.0" |
311 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.0.tgz#e69beb7841cb93a6505531ede34f34e6a073650a" |
312 | | - integrity sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw== |
313 | | - dependencies: |
314 | | - "@babel/template" "^7.25.0" |
315 | | - "@babel/types" "^7.25.0" |
316 | | - |
317 | | -"@babel/highlight@^7.24.7": |
318 | | - version "7.24.7" |
319 | | - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.7.tgz#a05ab1df134b286558aae0ed41e6c5f731bf409d" |
320 | | - integrity sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw== |
| 255 | +"@babel/helpers@^7.25.7": |
| 256 | + version "7.25.7" |
| 257 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.7.tgz#091b52cb697a171fe0136ab62e54e407211f09c2" |
| 258 | + integrity sha512-Sv6pASx7Esm38KQpF/U/OXLwPPrdGHNKoeblRxgZRLXnAtnkEe4ptJPDtAZM7fBLadbc1Q07kQpSiGQ0Jg6tRA== |
321 | 259 | dependencies: |
322 | | - "@babel/helper-validator-identifier" "^7.24.7" |
323 | | - chalk "^2.4.2" |
324 | | - js-tokens "^4.0.0" |
325 | | - picocolors "^1.0.0" |
| 260 | + "@babel/template" "^7.25.7" |
| 261 | + "@babel/types" "^7.25.7" |
326 | 262 |
|
327 | 263 | "@babel/highlight@^7.25.7": |
328 | 264 | version "7.25.7" |
|
334 | 270 | js-tokens "^4.0.0" |
335 | 271 | picocolors "^1.0.0" |
336 | 272 |
|
337 | | -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.25.0", "@babel/parser@^7.25.3": |
338 | | - version "7.25.3" |
339 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.3.tgz#91fb126768d944966263f0657ab222a642b82065" |
340 | | - integrity sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw== |
341 | | - dependencies: |
342 | | - "@babel/types" "^7.25.2" |
343 | | - |
344 | | -"@babel/parser@^7.25.7": |
| 273 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.25.7": |
345 | 274 | version "7.25.7" |
346 | 275 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.7.tgz#99b927720f4ddbfeb8cd195a363ed4532f87c590" |
347 | 276 | integrity sha512-aZn7ETtQsjjGG5HruveUK06cU3Hljuhd9Iojm4M8WWv3wLE6OkE5PWbDUkItmMgegmccaITudyuW5RPYrYlgWw== |
|
1038 | 967 | dependencies: |
1039 | 968 | regenerator-runtime "^0.13.4" |
1040 | 969 |
|
1041 | | -"@babel/template@^7.25.0", "@babel/template@^7.3.3": |
1042 | | - version "7.25.0" |
1043 | | - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.0.tgz#e733dc3134b4fede528c15bc95e89cb98c52592a" |
1044 | | - integrity sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q== |
1045 | | - dependencies: |
1046 | | - "@babel/code-frame" "^7.24.7" |
1047 | | - "@babel/parser" "^7.25.0" |
1048 | | - "@babel/types" "^7.25.0" |
1049 | | - |
1050 | | -"@babel/template@^7.25.7": |
| 970 | +"@babel/template@^7.25.7", "@babel/template@^7.3.3": |
1051 | 971 | version "7.25.7" |
1052 | 972 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.7.tgz#27f69ce382855d915b14ab0fe5fb4cbf88fa0769" |
1053 | 973 | integrity sha512-wRwtAgI3bAS+JGU2upWNL9lSlDcRCqD05BZ1n3X2ONLH1WilFP6O1otQjeMK/1g0pvYcXC7b/qVUB1keofjtZA== |
|
1056 | 976 | "@babel/parser" "^7.25.7" |
1057 | 977 | "@babel/types" "^7.25.7" |
1058 | 978 |
|
1059 | | -"@babel/traverse@^7.24.7", "@babel/traverse@^7.25.2": |
1060 | | - version "7.25.3" |
1061 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.3.tgz#f1b901951c83eda2f3e29450ce92743783373490" |
1062 | | - integrity sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ== |
1063 | | - dependencies: |
1064 | | - "@babel/code-frame" "^7.24.7" |
1065 | | - "@babel/generator" "^7.25.0" |
1066 | | - "@babel/parser" "^7.25.3" |
1067 | | - "@babel/template" "^7.25.0" |
1068 | | - "@babel/types" "^7.25.2" |
1069 | | - debug "^4.3.1" |
1070 | | - globals "^11.1.0" |
1071 | | - |
1072 | 979 | "@babel/traverse@^7.25.7": |
1073 | 980 | version "7.25.7" |
1074 | 981 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.7.tgz#83e367619be1cab8e4f2892ef30ba04c26a40fa8" |
|
1082 | 989 | debug "^4.3.1" |
1083 | 990 | globals "^11.1.0" |
1084 | 991 |
|
1085 | | -"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.18.6", "@babel/types@^7.24.7", "@babel/types@^7.25.0", "@babel/types@^7.25.2", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
1086 | | - version "7.25.2" |
1087 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.2.tgz#55fb231f7dc958cd69ea141a4c2997e819646125" |
1088 | | - integrity sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q== |
1089 | | - dependencies: |
1090 | | - "@babel/helper-string-parser" "^7.24.8" |
1091 | | - "@babel/helper-validator-identifier" "^7.24.7" |
1092 | | - to-fast-properties "^2.0.0" |
1093 | | - |
1094 | | -"@babel/types@^7.25.7": |
| 992 | +"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.18.6", "@babel/types@^7.25.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
1095 | 993 | version "7.25.7" |
1096 | 994 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.7.tgz#1b7725c1d3a59f328cb700ce704c46371e6eef9b" |
1097 | 995 | integrity sha512-vwIVdXG+j+FOpkwqHRcBgHLYNL7XMkufrlaFvL9o6Ai9sJn9+PdyIL5qa0XzTZw084c+u9LOls53eoZWP/W5WQ== |
@@ -6704,11 +6602,6 @@ jsdom@^22.1.0: |
6704 | 6602 | ws "^8.13.0" |
6705 | 6603 | xml-name-validator "^4.0.0" |
6706 | 6604 |
|
6707 | | -jsesc@^2.5.1: |
6708 | | - version "2.5.2" |
6709 | | - resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4" |
6710 | | - integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== |
6711 | | - |
6712 | 6605 | jsesc@^3.0.2, jsesc@~3.0.2: |
6713 | 6606 | version "3.0.2" |
6714 | 6607 | resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-3.0.2.tgz#bb8b09a6597ba426425f2e4a07245c3d00b9343e" |
|
0 commit comments