|
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.25.7": |
24 |
| - version "7.25.7" |
25 |
| - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.25.7.tgz#438f2c524071531d643c6f0188e1e28f130cebc7" |
26 |
| - integrity sha512-0xZJFNE5XMpENsgfHYTw8FbX4kv53mFLn2i3XPoq69LyhYSCBJtitaHx9QnsVTrsogI4Z3+HtEfZ2/GFPOtf5g== |
27 |
| - dependencies: |
28 |
| - "@babel/highlight" "^7.25.7" |
29 |
| - picocolors "^1.0.0" |
30 |
| - |
31 |
| -"@babel/code-frame@^7.25.9": |
| 23 | +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.0": |
32 | 24 | version "7.26.0"
|
33 | 25 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.0.tgz#9374b5cd068d128dac0b94ff482594273b1c2815"
|
34 | 26 | integrity sha512-INCKxTtbXtcNbUZ3YXutwMpEleqttcswhAdee7dhuoVrD2cnuc3PqtERBtxkX5nziX9vnBL8WXmSGwv8CuPV6g==
|
|
42 | 34 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.0.tgz#f02ba6d34e88fadd5e8861e8b38902f43cc1c819"
|
43 | 35 | integrity sha512-qETICbZSLe7uXv9VE8T/RWOdIE5qqyTucOt4zLYMafj2MRO271VGgLd4RACJMeBO37UPWhXiKMBk7YlJ0fOzQA==
|
44 | 36 |
|
45 |
| -"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.25.8": |
46 |
| - version "7.25.8" |
47 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.8.tgz#a57137d2a51bbcffcfaeba43cb4dd33ae3e0e1c6" |
48 |
| - integrity sha512-Oixnb+DzmRT30qu9d3tJSQkxuygWm32DFykT4bRoORPa9hZ/L4KhVB/XiRm6KG+roIEM7DBQlmg27kw2HZkdZg== |
| 37 | +"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.26.0": |
| 38 | + version "7.26.0" |
| 39 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40" |
| 40 | + integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg== |
49 | 41 | dependencies:
|
50 | 42 | "@ampproject/remapping" "^2.2.0"
|
51 |
| - "@babel/code-frame" "^7.25.7" |
52 |
| - "@babel/generator" "^7.25.7" |
53 |
| - "@babel/helper-compilation-targets" "^7.25.7" |
54 |
| - "@babel/helper-module-transforms" "^7.25.7" |
55 |
| - "@babel/helpers" "^7.25.7" |
56 |
| - "@babel/parser" "^7.25.8" |
57 |
| - "@babel/template" "^7.25.7" |
58 |
| - "@babel/traverse" "^7.25.7" |
59 |
| - "@babel/types" "^7.25.8" |
| 43 | + "@babel/code-frame" "^7.26.0" |
| 44 | + "@babel/generator" "^7.26.0" |
| 45 | + "@babel/helper-compilation-targets" "^7.25.9" |
| 46 | + "@babel/helper-module-transforms" "^7.26.0" |
| 47 | + "@babel/helpers" "^7.26.0" |
| 48 | + "@babel/parser" "^7.26.0" |
| 49 | + "@babel/template" "^7.25.9" |
| 50 | + "@babel/traverse" "^7.25.9" |
| 51 | + "@babel/types" "^7.26.0" |
60 | 52 | convert-source-map "^2.0.0"
|
61 | 53 | debug "^4.1.0"
|
62 | 54 | gensync "^1.0.0-beta.2"
|
63 | 55 | json5 "^2.2.3"
|
64 | 56 | semver "^6.3.1"
|
65 | 57 |
|
66 |
| -"@babel/generator@^7.25.7", "@babel/generator@^7.7.2": |
67 |
| - version "7.25.7" |
68 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.7.tgz#de86acbeb975a3e11ee92dd52223e6b03b479c56" |
69 |
| - integrity sha512-5Dqpl5fyV9pIAD62yK9P7fcA768uVPUyrQmqpqstHWgMma4feF1x/oFysBCVZLY5wJ2GkMUCdsNDnGZrPoR6rA== |
70 |
| - dependencies: |
71 |
| - "@babel/types" "^7.25.7" |
72 |
| - "@jridgewell/gen-mapping" "^0.3.5" |
73 |
| - "@jridgewell/trace-mapping" "^0.3.25" |
74 |
| - jsesc "^3.0.2" |
75 |
| - |
76 |
| -"@babel/generator@^7.25.9": |
| 58 | +"@babel/generator@^7.25.9", "@babel/generator@^7.26.0", "@babel/generator@^7.7.2": |
77 | 59 | version "7.26.0"
|
78 | 60 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.0.tgz#505cc7c90d92513f458a477e5ef0703e7c91b8d7"
|
79 | 61 | integrity sha512-/AIkAmInnWwgEAJGQr9vY0c66Mj6kjkE2ZPB1PurTRaRAh3U+J45sAQMjQDJdh4WbR3l0x5xkimXBKyBXXAu2w==
|
|
106 | 88 | "@babel/traverse" "^7.25.9"
|
107 | 89 | "@babel/types" "^7.25.9"
|
108 | 90 |
|
109 |
| -"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.25.7", "@babel/helper-compilation-targets@^7.25.9": |
| 91 | +"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.25.9": |
110 | 92 | version "7.25.9"
|
111 | 93 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz#55af025ce365be3cdc0c1c1e56c6af617ce88875"
|
112 | 94 | integrity sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==
|
|
184 | 166 | dependencies:
|
185 | 167 | "@babel/types" "^7.14.5"
|
186 | 168 |
|
187 |
| -"@babel/helper-module-imports@^7.25.7": |
188 |
| - version "7.25.7" |
189 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.7.tgz#dba00d9523539152906ba49263e36d7261040472" |
190 |
| - integrity sha512-o0xCgpNmRohmnoWKQ0Ij8IdddjyBFE4T2kagL/x6M3+4zUgc+4qTOUBoNe4XxDskt1HPKO007ZPiMgLDq2s7Kw== |
191 |
| - dependencies: |
192 |
| - "@babel/traverse" "^7.25.7" |
193 |
| - "@babel/types" "^7.25.7" |
194 |
| - |
195 | 169 | "@babel/helper-module-imports@^7.25.9":
|
196 | 170 | version "7.25.9"
|
197 | 171 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz#e7f8d20602ebdbf9ebbea0a0751fb0f2a4141715"
|
|
200 | 174 | "@babel/traverse" "^7.25.9"
|
201 | 175 | "@babel/types" "^7.25.9"
|
202 | 176 |
|
203 |
| -"@babel/helper-module-transforms@^7.25.7": |
204 |
| - version "7.25.7" |
205 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.7.tgz#2ac9372c5e001b19bc62f1fe7d96a18cb0901d1a" |
206 |
| - integrity sha512-k/6f8dKG3yDz/qCwSM+RKovjMix563SLxQFo0UhRNo239SP6n9u5/eLtKD6EAjwta2JHJ49CsD8pms2HdNiMMQ== |
207 |
| - dependencies: |
208 |
| - "@babel/helper-module-imports" "^7.25.7" |
209 |
| - "@babel/helper-simple-access" "^7.25.7" |
210 |
| - "@babel/helper-validator-identifier" "^7.25.7" |
211 |
| - "@babel/traverse" "^7.25.7" |
212 |
| - |
213 |
| -"@babel/helper-module-transforms@^7.25.9": |
| 177 | +"@babel/helper-module-transforms@^7.25.9", "@babel/helper-module-transforms@^7.26.0": |
214 | 178 | version "7.26.0"
|
215 | 179 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae"
|
216 | 180 | integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==
|
|
249 | 213 | "@babel/helper-optimise-call-expression" "^7.25.9"
|
250 | 214 | "@babel/traverse" "^7.25.9"
|
251 | 215 |
|
252 |
| -"@babel/helper-simple-access@^7.25.7": |
253 |
| - version "7.25.7" |
254 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.25.7.tgz#5eb9f6a60c5d6b2e0f76057004f8dacbddfae1c0" |
255 |
| - integrity sha512-FPGAkJmyoChQeM+ruBGIDyrT2tKfZJO8NcxdC+CWNJi7N8/rZpSxK7yvBJ5O/nF1gfu5KzN7VKG3YVSLFfRSxQ== |
256 |
| - dependencies: |
257 |
| - "@babel/traverse" "^7.25.7" |
258 |
| - "@babel/types" "^7.25.7" |
259 |
| - |
260 | 216 | "@babel/helper-simple-access@^7.25.9":
|
261 | 217 | version "7.25.9"
|
262 | 218 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.25.9.tgz#6d51783299884a2c74618d6ef0f86820ec2e7739"
|
|
273 | 229 | "@babel/traverse" "^7.25.9"
|
274 | 230 | "@babel/types" "^7.25.9"
|
275 | 231 |
|
276 |
| -"@babel/helper-string-parser@^7.25.7": |
277 |
| - version "7.25.7" |
278 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.7.tgz#d50e8d37b1176207b4fe9acedec386c565a44a54" |
279 |
| - integrity sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g== |
280 |
| - |
281 | 232 | "@babel/helper-string-parser@^7.25.9":
|
282 | 233 | version "7.25.9"
|
283 | 234 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
|
284 | 235 | integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
|
285 | 236 |
|
286 |
| -"@babel/helper-validator-identifier@^7.25.7": |
287 |
| - version "7.25.7" |
288 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.7.tgz#77b7f60c40b15c97df735b38a66ba1d7c3e93da5" |
289 |
| - integrity sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg== |
290 |
| - |
291 | 237 | "@babel/helper-validator-identifier@^7.25.9":
|
292 | 238 | version "7.25.9"
|
293 | 239 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
|
|
307 | 253 | "@babel/traverse" "^7.25.9"
|
308 | 254 | "@babel/types" "^7.25.9"
|
309 | 255 |
|
310 |
| -"@babel/helpers@^7.25.7": |
311 |
| - version "7.25.7" |
312 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.7.tgz#091b52cb697a171fe0136ab62e54e407211f09c2" |
313 |
| - integrity sha512-Sv6pASx7Esm38KQpF/U/OXLwPPrdGHNKoeblRxgZRLXnAtnkEe4ptJPDtAZM7fBLadbc1Q07kQpSiGQ0Jg6tRA== |
314 |
| - dependencies: |
315 |
| - "@babel/template" "^7.25.7" |
316 |
| - "@babel/types" "^7.25.7" |
317 |
| - |
318 |
| -"@babel/highlight@^7.25.7": |
319 |
| - version "7.25.7" |
320 |
| - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.25.7.tgz#20383b5f442aa606e7b5e3043b0b1aafe9f37de5" |
321 |
| - integrity sha512-iYyACpW3iW8Fw+ZybQK+drQre+ns/tKpXbNESfrhNnPLIklLbXr7MYJ6gPEd0iETGLOK+SxMjVvKb/ffmk+FEw== |
322 |
| - dependencies: |
323 |
| - "@babel/helper-validator-identifier" "^7.25.7" |
324 |
| - chalk "^2.4.2" |
325 |
| - js-tokens "^4.0.0" |
326 |
| - picocolors "^1.0.0" |
327 |
| - |
328 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.25.7", "@babel/parser@^7.25.8": |
329 |
| - version "7.25.8" |
330 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.8.tgz#f6aaf38e80c36129460c1657c0762db584c9d5e2" |
331 |
| - integrity sha512-HcttkxzdPucv3nNFmfOOMfFf64KgdJVqm1KaCm25dPGMLElo9nsLvXeJECQg8UzPuBGLyTSA0ZzqCtDSzKTEoQ== |
| 256 | +"@babel/helpers@^7.26.0": |
| 257 | + version "7.26.0" |
| 258 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4" |
| 259 | + integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw== |
332 | 260 | dependencies:
|
333 |
| - "@babel/types" "^7.25.8" |
| 261 | + "@babel/template" "^7.25.9" |
| 262 | + "@babel/types" "^7.26.0" |
334 | 263 |
|
335 |
| -"@babel/parser@^7.25.9", "@babel/parser@^7.26.0": |
| 264 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.25.9", "@babel/parser@^7.26.0": |
336 | 265 | version "7.26.1"
|
337 | 266 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.1.tgz#44e02499960df2cdce2c456372a3e8e0c3c5c975"
|
338 | 267 | integrity sha512-reoQYNiAJreZNsJzyrDNzFQ+IQ5JFiIzAHJg9bn94S3l+4++J7RsIhNMoB+lgP/9tpmiAQqspv+xfdxTSzREOw==
|
|
983 | 912 | dependencies:
|
984 | 913 | regenerator-runtime "^0.13.4"
|
985 | 914 |
|
986 |
| -"@babel/template@^7.25.7", "@babel/template@^7.3.3": |
987 |
| - version "7.25.7" |
988 |
| - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.7.tgz#27f69ce382855d915b14ab0fe5fb4cbf88fa0769" |
989 |
| - integrity sha512-wRwtAgI3bAS+JGU2upWNL9lSlDcRCqD05BZ1n3X2ONLH1WilFP6O1otQjeMK/1g0pvYcXC7b/qVUB1keofjtZA== |
990 |
| - dependencies: |
991 |
| - "@babel/code-frame" "^7.25.7" |
992 |
| - "@babel/parser" "^7.25.7" |
993 |
| - "@babel/types" "^7.25.7" |
994 |
| - |
995 |
| -"@babel/template@^7.25.9": |
| 915 | +"@babel/template@^7.25.9", "@babel/template@^7.3.3": |
996 | 916 | version "7.25.9"
|
997 | 917 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.9.tgz#ecb62d81a8a6f5dc5fe8abfc3901fc52ddf15016"
|
998 | 918 | integrity sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==
|
|
1001 | 921 | "@babel/parser" "^7.25.9"
|
1002 | 922 | "@babel/types" "^7.25.9"
|
1003 | 923 |
|
1004 |
| -"@babel/traverse@^7.25.7": |
1005 |
| - version "7.25.7" |
1006 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.7.tgz#83e367619be1cab8e4f2892ef30ba04c26a40fa8" |
1007 |
| - integrity sha512-jatJPT1Zjqvh/1FyJs6qAHL+Dzb7sTb+xr7Q+gM1b+1oBsMsQQ4FkVKb6dFlJvLlVssqkRzV05Jzervt9yhnzg== |
1008 |
| - dependencies: |
1009 |
| - "@babel/code-frame" "^7.25.7" |
1010 |
| - "@babel/generator" "^7.25.7" |
1011 |
| - "@babel/parser" "^7.25.7" |
1012 |
| - "@babel/template" "^7.25.7" |
1013 |
| - "@babel/types" "^7.25.7" |
1014 |
| - debug "^4.3.1" |
1015 |
| - globals "^11.1.0" |
1016 |
| - |
1017 | 924 | "@babel/traverse@^7.25.9":
|
1018 | 925 | version "7.25.9"
|
1019 | 926 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.9.tgz#a50f8fe49e7f69f53de5bea7e413cd35c5e13c84"
|
|
1027 | 934 | debug "^4.3.1"
|
1028 | 935 | globals "^11.1.0"
|
1029 | 936 |
|
1030 |
| -"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.18.6", "@babel/types@^7.25.7", "@babel/types@^7.25.8", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
1031 |
| - version "7.25.8" |
1032 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.8.tgz#5cf6037258e8a9bcad533f4979025140cb9993e1" |
1033 |
| - integrity sha512-JWtuCu8VQsMladxVz/P4HzHUGCAwpuqacmowgXFs5XjxIgKuNjnLokQzuVjlTvIzODaDmpjT3oxcC48vyk9EWg== |
1034 |
| - dependencies: |
1035 |
| - "@babel/helper-string-parser" "^7.25.7" |
1036 |
| - "@babel/helper-validator-identifier" "^7.25.7" |
1037 |
| - to-fast-properties "^2.0.0" |
1038 |
| - |
1039 |
| -"@babel/types@^7.25.9", "@babel/types@^7.26.0": |
| 937 | +"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.18.6", "@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": |
1040 | 938 | version "7.26.0"
|
1041 | 939 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff"
|
1042 | 940 | integrity sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==
|
@@ -3119,7 +3017,7 @@ chalk@^1.1.3:
|
3119 | 3017 | strip-ansi "^3.0.0"
|
3120 | 3018 | supports-color "^2.0.0"
|
3121 | 3019 |
|
3122 |
| -chalk@^2.1.0, chalk@^2.4.2: |
| 3020 | +chalk@^2.1.0: |
3123 | 3021 | version "2.4.2"
|
3124 | 3022 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
3125 | 3023 | integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
@@ -10224,11 +10122,6 @@ to-fast-properties@^1.0.3:
|
10224 | 10122 | resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47"
|
10225 | 10123 | integrity sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=
|
10226 | 10124 |
|
10227 |
| -to-fast-properties@^2.0.0: |
10228 |
| - version "2.0.0" |
10229 |
| - resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e" |
10230 |
| - integrity sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4= |
10231 |
| - |
10232 | 10125 | to-regex-range@^5.0.1:
|
10233 | 10126 | version "5.0.1"
|
10234 | 10127 | resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4"
|
|
0 commit comments