|
58 | 58 | dependencies:
|
59 | 59 | "@babel/highlight" "^7.16.7"
|
60 | 60 |
|
| 61 | +"@babel/code-frame@^7.24.7": |
| 62 | + version "7.24.7" |
| 63 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.7.tgz#882fd9e09e8ee324e496bd040401c6f046ef4465" |
| 64 | + integrity sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA== |
| 65 | + dependencies: |
| 66 | + "@babel/highlight" "^7.24.7" |
| 67 | + picocolors "^1.0.0" |
| 68 | + |
61 | 69 | "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.17.10":
|
62 | 70 | version "7.18.5"
|
63 | 71 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.5.tgz#acac0c839e317038c73137fbb6ef71a1d6238471"
|
|
102 | 110 | "@jridgewell/gen-mapping" "^0.3.0"
|
103 | 111 | jsesc "^2.5.1"
|
104 | 112 |
|
| 113 | +"@babel/generator@^7.24.8": |
| 114 | + version "7.24.10" |
| 115 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.10.tgz#a4ab681ec2a78bbb9ba22a3941195e28a81d8e76" |
| 116 | + integrity sha512-o9HBZL1G2129luEUlG1hB4N/nlYNWHnpwlND9eOMclRqqu1YDy2sSYVCFUZwl8I1Gxh+QSRrP2vD7EpUmFVXxg== |
| 117 | + dependencies: |
| 118 | + "@babel/types" "^7.24.9" |
| 119 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 120 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 121 | + jsesc "^2.5.1" |
| 122 | + |
105 | 123 | "@babel/helper-annotate-as-pure@^7.16.7":
|
106 | 124 | version "7.16.7"
|
107 | 125 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862"
|
|
167 | 185 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.2.tgz#8a6d2dedb53f6bf248e31b4baf38739ee4a637bd"
|
168 | 186 | integrity sha512-14GQKWkX9oJzPiQQ7/J36FTXcD4kSp8egKjO9nINlSKiHITRA9q/R74qu8S9xlc/b/yjsJItQUeeh3xnGN0voQ==
|
169 | 187 |
|
| 188 | +"@babel/helper-environment-visitor@^7.24.7": |
| 189 | + version "7.24.7" |
| 190 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz#4b31ba9551d1f90781ba83491dd59cf9b269f7d9" |
| 191 | + integrity sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ== |
| 192 | + dependencies: |
| 193 | + "@babel/types" "^7.24.7" |
| 194 | + |
170 | 195 | "@babel/helper-explode-assignable-expression@^7.16.7":
|
171 | 196 | version "7.16.7"
|
172 | 197 | resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.7.tgz#12a6d8522fdd834f194e868af6354e8650242b7a"
|
|
182 | 207 | "@babel/template" "^7.16.7"
|
183 | 208 | "@babel/types" "^7.17.0"
|
184 | 209 |
|
| 210 | +"@babel/helper-function-name@^7.24.7": |
| 211 | + version "7.24.7" |
| 212 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz#75f1e1725742f39ac6584ee0b16d94513da38dd2" |
| 213 | + integrity sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA== |
| 214 | + dependencies: |
| 215 | + "@babel/template" "^7.24.7" |
| 216 | + "@babel/types" "^7.24.7" |
| 217 | + |
185 | 218 | "@babel/helper-hoist-variables@^7.16.7":
|
186 | 219 | version "7.16.7"
|
187 | 220 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz#86bcb19a77a509c7b77d0e22323ef588fa58c246"
|
188 | 221 | integrity sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==
|
189 | 222 | dependencies:
|
190 | 223 | "@babel/types" "^7.16.7"
|
191 | 224 |
|
| 225 | +"@babel/helper-hoist-variables@^7.24.7": |
| 226 | + version "7.24.7" |
| 227 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz#b4ede1cde2fd89436397f30dc9376ee06b0f25ee" |
| 228 | + integrity sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ== |
| 229 | + dependencies: |
| 230 | + "@babel/types" "^7.24.7" |
| 231 | + |
192 | 232 | "@babel/helper-member-expression-to-functions@^7.17.7":
|
193 | 233 | version "7.17.7"
|
194 | 234 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.17.7.tgz#a34013b57d8542a8c4ff8ba3f747c02452a4d8c4"
|
|
270 | 310 | dependencies:
|
271 | 311 | "@babel/types" "^7.16.7"
|
272 | 312 |
|
| 313 | +"@babel/helper-split-export-declaration@^7.24.7": |
| 314 | + version "7.24.7" |
| 315 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz#83949436890e07fa3d6873c61a96e3bbf692d856" |
| 316 | + integrity sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA== |
| 317 | + dependencies: |
| 318 | + "@babel/types" "^7.24.7" |
| 319 | + |
| 320 | +"@babel/helper-string-parser@^7.24.8": |
| 321 | + version "7.24.8" |
| 322 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d" |
| 323 | + integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ== |
| 324 | + |
273 | 325 | "@babel/helper-validator-identifier@^7.16.7":
|
274 | 326 | version "7.16.7"
|
275 | 327 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
|
276 | 328 | integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
|
277 | 329 |
|
| 330 | +"@babel/helper-validator-identifier@^7.24.7": |
| 331 | + version "7.24.7" |
| 332 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db" |
| 333 | + integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w== |
| 334 | + |
278 | 335 | "@babel/helper-validator-option@^7.16.7":
|
279 | 336 | version "7.16.7"
|
280 | 337 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23"
|
|
308 | 365 | chalk "^2.0.0"
|
309 | 366 | js-tokens "^4.0.0"
|
310 | 367 |
|
| 368 | +"@babel/highlight@^7.24.7": |
| 369 | + version "7.24.7" |
| 370 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.7.tgz#a05ab1df134b286558aae0ed41e6c5f731bf409d" |
| 371 | + integrity sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw== |
| 372 | + dependencies: |
| 373 | + "@babel/helper-validator-identifier" "^7.24.7" |
| 374 | + chalk "^2.4.2" |
| 375 | + js-tokens "^4.0.0" |
| 376 | + picocolors "^1.0.0" |
| 377 | + |
311 | 378 | "@babel/parser@^7.1.0", "@babel/parser@^7.16.7", "@babel/parser@^7.18.5":
|
312 | 379 | version "7.18.5"
|
313 | 380 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.5.tgz#337062363436a893a2d22faa60be5bb37091c83c"
|
314 | 381 | integrity sha512-YZWVaglMiplo7v8f1oMQ5ZPQr0vn7HPeZXxXWsxXJRjGVrzUFn9OxFQl1sb5wzfootjA/yChhW84BV+383FSOw==
|
315 | 382 |
|
| 383 | +"@babel/parser@^7.24.7", "@babel/parser@^7.24.8": |
| 384 | + version "7.24.8" |
| 385 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.8.tgz#58a4dbbcad7eb1d48930524a3fd93d93e9084c6f" |
| 386 | + integrity sha512-WzfbgXOkGzZiXXCqk43kKwZjzwx4oulxZi3nq2TYL9mOjQv6kYwul9mz6ID36njuL7Xkp6nJEfok848Zj10j/w== |
| 387 | + |
316 | 388 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.17.12":
|
317 | 389 | version "7.17.12"
|
318 | 390 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.17.12.tgz#1dca338caaefca368639c9ffb095afbd4d420b1e"
|
|
986 | 1058 | "@babel/parser" "^7.16.7"
|
987 | 1059 | "@babel/types" "^7.16.7"
|
988 | 1060 |
|
989 |
| -"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.8", "@babel/traverse@^7.18.0", "@babel/traverse@^7.18.2", "@babel/traverse@^7.18.5": |
990 |
| - version "7.18.5" |
991 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.5.tgz#94a8195ad9642801837988ab77f36e992d9a20cd" |
992 |
| - integrity sha512-aKXj1KT66sBj0vVzk6rEeAO6Z9aiiQ68wfDgge3nHhA/my6xMM/7HGQUNumKZaoa2qUPQ5whJG9aAifsxUKfLA== |
| 1061 | +"@babel/template@^7.24.7": |
| 1062 | + version "7.24.7" |
| 1063 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.7.tgz#02efcee317d0609d2c07117cb70ef8fb17ab7315" |
| 1064 | + integrity sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig== |
993 | 1065 | dependencies:
|
994 |
| - "@babel/code-frame" "^7.16.7" |
995 |
| - "@babel/generator" "^7.18.2" |
996 |
| - "@babel/helper-environment-visitor" "^7.18.2" |
997 |
| - "@babel/helper-function-name" "^7.17.9" |
998 |
| - "@babel/helper-hoist-variables" "^7.16.7" |
999 |
| - "@babel/helper-split-export-declaration" "^7.16.7" |
1000 |
| - "@babel/parser" "^7.18.5" |
1001 |
| - "@babel/types" "^7.18.4" |
1002 |
| - debug "^4.1.0" |
| 1066 | + "@babel/code-frame" "^7.24.7" |
| 1067 | + "@babel/parser" "^7.24.7" |
| 1068 | + "@babel/types" "^7.24.7" |
| 1069 | + |
| 1070 | +"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.8", "@babel/traverse@^7.18.0", "@babel/traverse@^7.18.2", "@babel/traverse@^7.18.5": |
| 1071 | + version "7.24.8" |
| 1072 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.8.tgz#6c14ed5232b7549df3371d820fbd9abfcd7dfab7" |
| 1073 | + integrity sha512-t0P1xxAPzEDcEPmjprAQq19NWum4K0EQPjMwZQZbHt+GiZqvjCHjj755Weq1YRPVzBI+3zSfvScfpnuIecVFJQ== |
| 1074 | + dependencies: |
| 1075 | + "@babel/code-frame" "^7.24.7" |
| 1076 | + "@babel/generator" "^7.24.8" |
| 1077 | + "@babel/helper-environment-visitor" "^7.24.7" |
| 1078 | + "@babel/helper-function-name" "^7.24.7" |
| 1079 | + "@babel/helper-hoist-variables" "^7.24.7" |
| 1080 | + "@babel/helper-split-export-declaration" "^7.24.7" |
| 1081 | + "@babel/parser" "^7.24.8" |
| 1082 | + "@babel/types" "^7.24.8" |
| 1083 | + debug "^4.3.1" |
1003 | 1084 | globals "^11.1.0"
|
1004 | 1085 |
|
1005 | 1086 | "@babel/types@^7.0.0", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.17.12", "@babel/types@^7.18.0", "@babel/types@^7.18.2", "@babel/types@^7.18.4", "@babel/types@^7.3.0", "@babel/types@^7.4.4":
|
|
1010 | 1091 | "@babel/helper-validator-identifier" "^7.16.7"
|
1011 | 1092 | to-fast-properties "^2.0.0"
|
1012 | 1093 |
|
| 1094 | +"@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.24.9": |
| 1095 | + version "7.24.9" |
| 1096 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.9.tgz#228ce953d7b0d16646e755acf204f4cf3d08cc73" |
| 1097 | + integrity sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ== |
| 1098 | + dependencies: |
| 1099 | + "@babel/helper-string-parser" "^7.24.8" |
| 1100 | + "@babel/helper-validator-identifier" "^7.24.7" |
| 1101 | + to-fast-properties "^2.0.0" |
| 1102 | + |
1013 | 1103 |
|
1014 | 1104 | version "1.5.0"
|
1015 | 1105 | resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
|
|
1071 | 1161 | "@jridgewell/sourcemap-codec" "^1.4.10"
|
1072 | 1162 | "@jridgewell/trace-mapping" "^0.3.9"
|
1073 | 1163 |
|
| 1164 | +"@jridgewell/gen-mapping@^0.3.5": |
| 1165 | + version "0.3.5" |
| 1166 | + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz#dcce6aff74bdf6dad1a95802b69b04a2fcb1fb36" |
| 1167 | + integrity sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg== |
| 1168 | + dependencies: |
| 1169 | + "@jridgewell/set-array" "^1.2.1" |
| 1170 | + "@jridgewell/sourcemap-codec" "^1.4.10" |
| 1171 | + "@jridgewell/trace-mapping" "^0.3.24" |
| 1172 | + |
1074 | 1173 | "@jridgewell/resolve-uri@^3.0.3":
|
1075 | 1174 | version "3.0.7"
|
1076 | 1175 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.7.tgz#30cd49820a962aff48c8fffc5cd760151fca61fe"
|
1077 | 1176 | integrity sha512-8cXDaBBHOr2pQ7j77Y6Vp5VDT2sIqWyWQ56TjEq4ih/a4iST3dItRe8Q9fp0rrIl9DoKhWQtUQz/YpOxLkXbNA==
|
1078 | 1177 |
|
| 1178 | +"@jridgewell/resolve-uri@^3.1.0": |
| 1179 | + version "3.1.2" |
| 1180 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6" |
| 1181 | + integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw== |
| 1182 | + |
1079 | 1183 | "@jridgewell/set-array@^1.0.0":
|
1080 | 1184 | version "1.1.1"
|
1081 | 1185 | resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.1.tgz#36a6acc93987adcf0ba50c66908bd0b70de8afea"
|
1082 | 1186 | integrity sha512-Ct5MqZkLGEXTVmQYbGtx9SVqD2fqwvdubdps5D3djjAkgkKwT918VNOz65pEHFaYTeWcukmJmH5SwsA9Tn2ObQ==
|
1083 | 1187 |
|
| 1188 | +"@jridgewell/set-array@^1.2.1": |
| 1189 | + version "1.2.1" |
| 1190 | + resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.2.1.tgz#558fb6472ed16a4c850b889530e6b36438c49280" |
| 1191 | + integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A== |
| 1192 | + |
1084 | 1193 | "@jridgewell/source-map@^0.3.2":
|
1085 | 1194 | version "0.3.2"
|
1086 | 1195 | resolved "https://registry.yarnpkg.com/@jridgewell/source-map/-/source-map-0.3.2.tgz#f45351aaed4527a298512ec72f81040c998580fb"
|
|
1094 | 1203 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.13.tgz#b6461fb0c2964356c469e115f504c95ad97ab88c"
|
1095 | 1204 | integrity sha512-GryiOJmNcWbovBxTfZSF71V/mXbgcV3MewDe3kIMCLyIh5e7SKAeUZs+rMnJ8jkMolZ/4/VsdBmMrw3l+VdZ3w==
|
1096 | 1205 |
|
| 1206 | +"@jridgewell/sourcemap-codec@^1.4.14": |
| 1207 | + version "1.5.0" |
| 1208 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz#3188bcb273a414b0d215fd22a58540b989b9409a" |
| 1209 | + integrity sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ== |
| 1210 | + |
| 1211 | +"@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25": |
| 1212 | + version "0.3.25" |
| 1213 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0" |
| 1214 | + integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ== |
| 1215 | + dependencies: |
| 1216 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 1217 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 1218 | + |
1097 | 1219 | "@jridgewell/trace-mapping@^0.3.7", "@jridgewell/trace-mapping@^0.3.9":
|
1098 | 1220 | version "0.3.13"
|
1099 | 1221 | resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.13.tgz#dcfe3e95f224c8fe97a87a5235defec999aa92ea"
|
@@ -2645,6 +2767,13 @@ debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
|
2645 | 2767 | dependencies:
|
2646 | 2768 | ms "2.1.2"
|
2647 | 2769 |
|
| 2770 | +debug@^4.3.1: |
| 2771 | + version "4.3.5" |
| 2772 | + resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.5.tgz#e83444eceb9fedd4a1da56d671ae2446a01a6e1e" |
| 2773 | + integrity sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg== |
| 2774 | + dependencies: |
| 2775 | + ms "2.1.2" |
| 2776 | + |
2648 | 2777 | decode-uri-component@^0.2.0:
|
2649 | 2778 | version "0.2.2"
|
2650 | 2779 | resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.2.tgz#e69dbe25d37941171dd540e024c444cd5188e1e9"
|
|
0 commit comments