|
10 | 10 | "@jridgewell/gen-mapping" "^0.1.0"
|
11 | 11 | "@jridgewell/trace-mapping" "^0.3.9"
|
12 | 12 |
|
13 |
| -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.24.7": |
14 |
| - version "7.24.7" |
15 |
| - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.7.tgz#882fd9e09e8ee324e496bd040401c6f046ef4465" |
16 |
| - integrity sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA== |
| 13 | +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.0": |
| 14 | + version "7.26.0" |
| 15 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.0.tgz#9374b5cd068d128dac0b94ff482594273b1c2815" |
| 16 | + integrity sha512-INCKxTtbXtcNbUZ3YXutwMpEleqttcswhAdee7dhuoVrD2cnuc3PqtERBtxkX5nziX9vnBL8WXmSGwv8CuPV6g== |
17 | 17 | dependencies:
|
18 |
| - "@babel/highlight" "^7.24.7" |
19 |
| - picocolors "^1.0.0" |
20 |
| - |
21 |
| -"@babel/code-frame@^7.25.9": |
22 |
| - version "7.25.9" |
23 |
| - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.25.9.tgz#895b6c7e04a7271a0cbfd575d2e8131751914cc7" |
24 |
| - integrity sha512-z88xeGxnzehn2sqZ8UdGQEvYErF1odv2CftxInpSYJt6uHuPe9YjahKZITGs3l5LeI9d2ROG+obuDAoSlqbNfQ== |
25 |
| - dependencies: |
26 |
| - "@babel/highlight" "^7.25.9" |
| 18 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 19 | + js-tokens "^4.0.0" |
27 | 20 | picocolors "^1.0.0"
|
28 | 21 |
|
29 | 22 | "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.25.9":
|
|
32 | 25 | integrity sha512-yD+hEuJ/+wAJ4Ox2/rpNv5HIuPG82x3ZlQvYVn8iYCprdxzE7P1udpGF1jyjQVBU4dgznN+k2h103vxZ7NdPyw==
|
33 | 26 |
|
34 | 27 | "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.20.12":
|
35 |
| - version "7.24.9" |
36 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.9.tgz#dc07c9d307162c97fa9484ea997ade65841c7c82" |
37 |
| - integrity sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg== |
| 28 | + version "7.26.0" |
| 29 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40" |
| 30 | + integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg== |
38 | 31 | dependencies:
|
39 | 32 | "@ampproject/remapping" "^2.2.0"
|
40 |
| - "@babel/code-frame" "^7.24.7" |
41 |
| - "@babel/generator" "^7.24.9" |
42 |
| - "@babel/helper-compilation-targets" "^7.24.8" |
43 |
| - "@babel/helper-module-transforms" "^7.24.9" |
44 |
| - "@babel/helpers" "^7.24.8" |
45 |
| - "@babel/parser" "^7.24.8" |
46 |
| - "@babel/template" "^7.24.7" |
47 |
| - "@babel/traverse" "^7.24.8" |
48 |
| - "@babel/types" "^7.24.9" |
| 33 | + "@babel/code-frame" "^7.26.0" |
| 34 | + "@babel/generator" "^7.26.0" |
| 35 | + "@babel/helper-compilation-targets" "^7.25.9" |
| 36 | + "@babel/helper-module-transforms" "^7.26.0" |
| 37 | + "@babel/helpers" "^7.26.0" |
| 38 | + "@babel/parser" "^7.26.0" |
| 39 | + "@babel/template" "^7.25.9" |
| 40 | + "@babel/traverse" "^7.25.9" |
| 41 | + "@babel/types" "^7.26.0" |
49 | 42 | convert-source-map "^2.0.0"
|
50 | 43 | debug "^4.1.0"
|
51 | 44 | gensync "^1.0.0-beta.2"
|
52 | 45 | json5 "^2.2.3"
|
53 | 46 | semver "^6.3.1"
|
54 | 47 |
|
55 |
| -"@babel/generator@^7.24.8", "@babel/generator@^7.24.9", "@babel/generator@^7.7.2": |
56 |
| - version "7.24.9" |
57 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.9.tgz#5c2575a1070e661bbbc9df82a853989c9a656f12" |
58 |
| - integrity sha512-G8v3jRg+z8IwY1jHFxvCNhOPYPterE4XljNgdGTYfSTtzzwjIswIzIaSPSLs3R7yFuqnqNeay5rjICfqVr+/6A== |
| 48 | +"@babel/generator@^7.25.9", "@babel/generator@^7.26.0", "@babel/generator@^7.7.2": |
| 49 | + version "7.26.0" |
| 50 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.0.tgz#505cc7c90d92513f458a477e5ef0703e7c91b8d7" |
| 51 | + integrity sha512-/AIkAmInnWwgEAJGQr9vY0c66Mj6kjkE2ZPB1PurTRaRAh3U+J45sAQMjQDJdh4WbR3l0x5xkimXBKyBXXAu2w== |
59 | 52 | dependencies:
|
60 |
| - "@babel/types" "^7.24.9" |
61 |
| - "@jridgewell/gen-mapping" "^0.3.5" |
62 |
| - "@jridgewell/trace-mapping" "^0.3.25" |
63 |
| - jsesc "^2.5.1" |
64 |
| - |
65 |
| -"@babel/generator@^7.25.9": |
66 |
| - version "7.25.9" |
67 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.9.tgz#c7e828ebe0c2baba103b712924699c9e8a6e32f0" |
68 |
| - integrity sha512-omlUGkr5EaoIJrhLf9CJ0TvjBRpd9+AXRG//0GEQ9THSo8wPiTlbpy1/Ow8ZTrbXpjd9FHXfbFQx32I04ht0FA== |
69 |
| - dependencies: |
70 |
| - "@babel/types" "^7.25.9" |
| 53 | + "@babel/parser" "^7.26.0" |
| 54 | + "@babel/types" "^7.26.0" |
71 | 55 | "@jridgewell/gen-mapping" "^0.3.5"
|
72 | 56 | "@jridgewell/trace-mapping" "^0.3.25"
|
73 | 57 | jsesc "^3.0.2"
|
|
101 | 85 | "@babel/traverse" "^7.25.9"
|
102 | 86 | "@babel/types" "^7.25.9"
|
103 | 87 |
|
104 |
| -"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.24.8", "@babel/helper-compilation-targets@^7.25.9": |
| 88 | +"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.25.9": |
105 | 89 | version "7.25.9"
|
106 | 90 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz#55af025ce365be3cdc0c1c1e56c6af617ce88875"
|
107 | 91 | integrity sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==
|
|
173 | 157 | resolved "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz"
|
174 | 158 | integrity sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==
|
175 | 159 |
|
176 |
| -"@babel/helper-environment-visitor@^7.24.7": |
177 |
| - version "7.24.7" |
178 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz#4b31ba9551d1f90781ba83491dd59cf9b269f7d9" |
179 |
| - integrity sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ== |
180 |
| - dependencies: |
181 |
| - "@babel/types" "^7.24.7" |
182 |
| - |
183 | 160 | "@babel/helper-function-name@^7.22.5":
|
184 | 161 | version "7.22.5"
|
185 | 162 | resolved "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz"
|
|
188 | 165 | "@babel/template" "^7.22.5"
|
189 | 166 | "@babel/types" "^7.22.5"
|
190 | 167 |
|
191 |
| -"@babel/helper-function-name@^7.24.7": |
192 |
| - version "7.24.7" |
193 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz#75f1e1725742f39ac6584ee0b16d94513da38dd2" |
194 |
| - integrity sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA== |
195 |
| - dependencies: |
196 |
| - "@babel/template" "^7.24.7" |
197 |
| - "@babel/types" "^7.24.7" |
198 |
| - |
199 |
| -"@babel/helper-hoist-variables@^7.24.7": |
200 |
| - version "7.24.7" |
201 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz#b4ede1cde2fd89436397f30dc9376ee06b0f25ee" |
202 |
| - integrity sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ== |
203 |
| - dependencies: |
204 |
| - "@babel/types" "^7.24.7" |
205 |
| - |
206 | 168 | "@babel/helper-member-expression-to-functions@^7.22.15":
|
207 | 169 | version "7.22.15"
|
208 | 170 | resolved "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.22.15.tgz"
|
|
225 | 187 | "@babel/traverse" "^7.25.9"
|
226 | 188 | "@babel/types" "^7.25.9"
|
227 | 189 |
|
228 |
| -"@babel/helper-module-imports@^7.24.7": |
229 |
| - version "7.24.7" |
230 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz#f2f980392de5b84c3328fc71d38bd81bbb83042b" |
231 |
| - integrity sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA== |
232 |
| - dependencies: |
233 |
| - "@babel/traverse" "^7.24.7" |
234 |
| - "@babel/types" "^7.24.7" |
235 |
| - |
236 | 190 | "@babel/helper-module-imports@^7.25.9":
|
237 | 191 | version "7.25.9"
|
238 | 192 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz#e7f8d20602ebdbf9ebbea0a0751fb0f2a4141715"
|
|
241 | 195 | "@babel/traverse" "^7.25.9"
|
242 | 196 | "@babel/types" "^7.25.9"
|
243 | 197 |
|
244 |
| -"@babel/helper-module-transforms@^7.24.9": |
245 |
| - version "7.24.9" |
246 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.9.tgz#e13d26306b89eea569180868e652e7f514de9d29" |
247 |
| - integrity sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw== |
248 |
| - dependencies: |
249 |
| - "@babel/helper-environment-visitor" "^7.24.7" |
250 |
| - "@babel/helper-module-imports" "^7.24.7" |
251 |
| - "@babel/helper-simple-access" "^7.24.7" |
252 |
| - "@babel/helper-split-export-declaration" "^7.24.7" |
253 |
| - "@babel/helper-validator-identifier" "^7.24.7" |
254 |
| - |
255 |
| -"@babel/helper-module-transforms@^7.25.9": |
256 |
| - version "7.25.9" |
257 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.9.tgz#12e4fb2969197ef6d78ea8a2f24375ce85b425fb" |
258 |
| - integrity sha512-TvLZY/F3+GvdRYFZFyxMvnsKi+4oJdgZzU3BoGN9Uc2d9C6zfNwJcKKhjqLAhK8i46mv93jsO74fDh3ih6rpHA== |
| 198 | +"@babel/helper-module-transforms@^7.25.9", "@babel/helper-module-transforms@^7.26.0": |
| 199 | + version "7.26.0" |
| 200 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae" |
| 201 | + integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw== |
259 | 202 | dependencies:
|
260 | 203 | "@babel/helper-module-imports" "^7.25.9"
|
261 |
| - "@babel/helper-simple-access" "^7.25.9" |
262 | 204 | "@babel/helper-validator-identifier" "^7.25.9"
|
263 | 205 | "@babel/traverse" "^7.25.9"
|
264 | 206 |
|
|
308 | 250 | "@babel/helper-optimise-call-expression" "^7.25.9"
|
309 | 251 | "@babel/traverse" "^7.25.9"
|
310 | 252 |
|
311 |
| -"@babel/helper-simple-access@^7.24.7": |
312 |
| - version "7.24.7" |
313 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz#bcade8da3aec8ed16b9c4953b74e506b51b5edb3" |
314 |
| - integrity sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg== |
315 |
| - dependencies: |
316 |
| - "@babel/traverse" "^7.24.7" |
317 |
| - "@babel/types" "^7.24.7" |
318 |
| - |
319 | 253 | "@babel/helper-simple-access@^7.25.9":
|
320 | 254 | version "7.25.9"
|
321 | 255 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.25.9.tgz#6d51783299884a2c74618d6ef0f86820ec2e7739"
|
|
346 | 280 | dependencies:
|
347 | 281 | "@babel/types" "^7.22.5"
|
348 | 282 |
|
349 |
| -"@babel/helper-split-export-declaration@^7.24.7": |
350 |
| - version "7.24.7" |
351 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz#83949436890e07fa3d6873c61a96e3bbf692d856" |
352 |
| - integrity sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA== |
353 |
| - dependencies: |
354 |
| - "@babel/types" "^7.24.7" |
355 |
| - |
356 |
| -"@babel/helper-string-parser@^7.24.8": |
357 |
| - version "7.24.8" |
358 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d" |
359 |
| - integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ== |
360 |
| - |
361 | 283 | "@babel/helper-string-parser@^7.25.9":
|
362 | 284 | version "7.25.9"
|
363 | 285 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
|
364 | 286 | integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
|
365 | 287 |
|
366 |
| -"@babel/helper-validator-identifier@^7.24.7": |
367 |
| - version "7.24.7" |
368 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db" |
369 |
| - integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w== |
370 |
| - |
371 | 288 | "@babel/helper-validator-identifier@^7.25.9":
|
372 | 289 | version "7.25.9"
|
373 | 290 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
|
|
387 | 304 | "@babel/traverse" "^7.25.9"
|
388 | 305 | "@babel/types" "^7.25.9"
|
389 | 306 |
|
390 |
| -"@babel/helpers@^7.24.8": |
391 |
| - version "7.24.8" |
392 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.8.tgz#2820d64d5d6686cca8789dd15b074cd862795873" |
393 |
| - integrity sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ== |
| 307 | +"@babel/helpers@^7.26.0": |
| 308 | + version "7.26.0" |
| 309 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4" |
| 310 | + integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw== |
394 | 311 | dependencies:
|
395 |
| - "@babel/template" "^7.24.7" |
396 |
| - "@babel/types" "^7.24.8" |
| 312 | + "@babel/template" "^7.25.9" |
| 313 | + "@babel/types" "^7.26.0" |
397 | 314 |
|
398 |
| -"@babel/highlight@^7.24.7": |
399 |
| - version "7.24.7" |
400 |
| - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.7.tgz#a05ab1df134b286558aae0ed41e6c5f731bf409d" |
401 |
| - integrity sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw== |
| 315 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.25.9", "@babel/parser@^7.26.0": |
| 316 | + version "7.26.1" |
| 317 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.1.tgz#44e02499960df2cdce2c456372a3e8e0c3c5c975" |
| 318 | + integrity sha512-reoQYNiAJreZNsJzyrDNzFQ+IQ5JFiIzAHJg9bn94S3l+4++J7RsIhNMoB+lgP/9tpmiAQqspv+xfdxTSzREOw== |
402 | 319 | dependencies:
|
403 |
| - "@babel/helper-validator-identifier" "^7.24.7" |
404 |
| - chalk "^2.4.2" |
405 |
| - js-tokens "^4.0.0" |
406 |
| - picocolors "^1.0.0" |
407 |
| - |
408 |
| -"@babel/highlight@^7.25.9": |
409 |
| - version "7.25.9" |
410 |
| - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.25.9.tgz#8141ce68fc73757946f983b343f1231f4691acc6" |
411 |
| - integrity sha512-llL88JShoCsth8fF8R4SJnIn+WLvR6ccFxu1H3FlMhDontdcmZWf2HgIZ7AIqV3Xcck1idlohrN4EUBQz6klbw== |
412 |
| - dependencies: |
413 |
| - "@babel/helper-validator-identifier" "^7.25.9" |
414 |
| - chalk "^2.4.2" |
415 |
| - js-tokens "^4.0.0" |
416 |
| - picocolors "^1.0.0" |
417 |
| - |
418 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.24.7", "@babel/parser@^7.24.8": |
419 |
| - version "7.24.8" |
420 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.8.tgz#58a4dbbcad7eb1d48930524a3fd93d93e9084c6f" |
421 |
| - integrity sha512-WzfbgXOkGzZiXXCqk43kKwZjzwx4oulxZi3nq2TYL9mOjQv6kYwul9mz6ID36njuL7Xkp6nJEfok848Zj10j/w== |
422 |
| - |
423 |
| -"@babel/parser@^7.25.9": |
424 |
| - version "7.25.9" |
425 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.9.tgz#8fcaa079ac7458facfddc5cd705cc8005e4d3817" |
426 |
| - integrity sha512-aI3jjAAO1fh7vY/pBGsn1i9LDbRP43+asrRlkPuTXW5yHXtd1NgTEMudbBoDDxrf1daEEfPJqR+JBMakzrR4Dg== |
427 |
| - dependencies: |
428 |
| - "@babel/types" "^7.25.9" |
| 320 | + "@babel/types" "^7.26.0" |
429 | 321 |
|
430 | 322 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
|
431 | 323 | version "7.25.9"
|
|
1095 | 987 | dependencies:
|
1096 | 988 | regenerator-runtime "^0.13.11"
|
1097 | 989 |
|
1098 |
| -"@babel/template@^7.22.5", "@babel/template@^7.24.7", "@babel/template@^7.3.3": |
1099 |
| - version "7.24.7" |
1100 |
| - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.7.tgz#02efcee317d0609d2c07117cb70ef8fb17ab7315" |
1101 |
| - integrity sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig== |
1102 |
| - dependencies: |
1103 |
| - "@babel/code-frame" "^7.24.7" |
1104 |
| - "@babel/parser" "^7.24.7" |
1105 |
| - "@babel/types" "^7.24.7" |
1106 |
| - |
1107 |
| -"@babel/template@^7.25.9": |
| 990 | +"@babel/template@^7.22.5", "@babel/template@^7.25.9", "@babel/template@^7.3.3": |
1108 | 991 | version "7.25.9"
|
1109 | 992 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.9.tgz#ecb62d81a8a6f5dc5fe8abfc3901fc52ddf15016"
|
1110 | 993 | integrity sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==
|
|
1113 | 996 | "@babel/parser" "^7.25.9"
|
1114 | 997 | "@babel/types" "^7.25.9"
|
1115 | 998 |
|
1116 |
| -"@babel/traverse@^7.24.7", "@babel/traverse@^7.24.8": |
1117 |
| - version "7.24.8" |
1118 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.8.tgz#6c14ed5232b7549df3371d820fbd9abfcd7dfab7" |
1119 |
| - integrity sha512-t0P1xxAPzEDcEPmjprAQq19NWum4K0EQPjMwZQZbHt+GiZqvjCHjj755Weq1YRPVzBI+3zSfvScfpnuIecVFJQ== |
1120 |
| - dependencies: |
1121 |
| - "@babel/code-frame" "^7.24.7" |
1122 |
| - "@babel/generator" "^7.24.8" |
1123 |
| - "@babel/helper-environment-visitor" "^7.24.7" |
1124 |
| - "@babel/helper-function-name" "^7.24.7" |
1125 |
| - "@babel/helper-hoist-variables" "^7.24.7" |
1126 |
| - "@babel/helper-split-export-declaration" "^7.24.7" |
1127 |
| - "@babel/parser" "^7.24.8" |
1128 |
| - "@babel/types" "^7.24.8" |
1129 |
| - debug "^4.3.1" |
1130 |
| - globals "^11.1.0" |
1131 |
| - |
1132 | 999 | "@babel/traverse@^7.25.9":
|
1133 | 1000 | version "7.25.9"
|
1134 | 1001 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.9.tgz#a50f8fe49e7f69f53de5bea7e413cd35c5e13c84"
|
|
1142 | 1009 | debug "^4.3.1"
|
1143 | 1010 | globals "^11.1.0"
|
1144 | 1011 |
|
1145 |
| -"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.20.7", "@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.24.9", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
1146 |
| - version "7.24.9" |
1147 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.9.tgz#228ce953d7b0d16646e755acf204f4cf3d08cc73" |
1148 |
| - integrity sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ== |
1149 |
| - dependencies: |
1150 |
| - "@babel/helper-string-parser" "^7.24.8" |
1151 |
| - "@babel/helper-validator-identifier" "^7.24.7" |
1152 |
| - to-fast-properties "^2.0.0" |
1153 |
| - |
1154 |
| -"@babel/types@^7.25.9": |
1155 |
| - version "7.25.9" |
1156 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.9.tgz#620f35ea1f4233df529ec9a2668d2db26574deee" |
1157 |
| - integrity sha512-OwS2CM5KocvQ/k7dFJa8i5bNGJP0hXWfVCfDkqRFP1IreH1JDC7wG6eCYCi0+McbfT8OR/kNqsI0UU0xP9H6PQ== |
| 1012 | +"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.20.7", "@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.25.9", "@babel/types@^7.26.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
| 1013 | + version "7.26.0" |
| 1014 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff" |
| 1015 | + integrity sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA== |
1158 | 1016 | dependencies:
|
1159 | 1017 | "@babel/helper-string-parser" "^7.25.9"
|
1160 | 1018 | "@babel/helper-validator-identifier" "^7.25.9"
|
@@ -3104,7 +2962,7 @@ chalk@5.2.0:
|
3104 | 2962 | resolved "https://registry.npmjs.org/chalk/-/chalk-5.2.0.tgz"
|
3105 | 2963 | integrity sha512-ree3Gqw/nazQAPuJJEy+avdl7QfZMcUvmHIKgEZkGL+xOBzRvup5Hxo6LHuMceSxOabuJLJm5Yp/92R9eMmMvA==
|
3106 | 2964 |
|
3107 |
| -chalk@^2.1.0, chalk@^2.4.2: |
| 2965 | +chalk@^2.1.0: |
3108 | 2966 | version "2.4.2"
|
3109 | 2967 | resolved "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz"
|
3110 | 2968 | integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
@@ -6208,11 +6066,6 @@ js-yaml@^3.10.0, js-yaml@^3.13.1:
|
6208 | 6066 | argparse "^1.0.7"
|
6209 | 6067 | esprima "^4.0.0"
|
6210 | 6068 |
|
6211 |
| -jsesc@^2.5.1: |
6212 |
| - version "2.5.2" |
6213 |
| - resolved "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz" |
6214 |
| - integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== |
6215 |
| - |
6216 | 6069 | jsesc@^3.0.2, jsesc@~3.0.2:
|
6217 | 6070 | version "3.0.2"
|
6218 | 6071 | resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-3.0.2.tgz#bb8b09a6597ba426425f2e4a07245c3d00b9343e"
|
@@ -9202,11 +9055,6 @@ tmpl@1.0.5:
|
9202 | 9055 | resolved "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz"
|
9203 | 9056 | integrity sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==
|
9204 | 9057 |
|
9205 |
| -to-fast-properties@^2.0.0: |
9206 |
| - version "2.0.0" |
9207 |
| - resolved "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz" |
9208 |
| - integrity sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog== |
9209 |
| - |
9210 | 9058 | to-regex-range@^5.0.1:
|
9211 | 9059 | version "5.0.1"
|
9212 | 9060 | resolved "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz"
|
|
0 commit comments