|
9 | 9 | dependencies:
|
10 | 10 | "@babel/highlight" "^7.10.3"
|
11 | 11 |
|
| 12 | +"@babel/code-frame@^7.23.5", "@babel/code-frame@^7.24.2": |
| 13 | + version "7.24.2" |
| 14 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.2.tgz#718b4b19841809a58b29b68cde80bc5e1aa6d9ae" |
| 15 | + integrity sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ== |
| 16 | + dependencies: |
| 17 | + "@babel/highlight" "^7.24.2" |
| 18 | + picocolors "^1.0.0" |
| 19 | + |
12 | 20 | "@babel/compat-data@^7.10.1", "@babel/compat-data@^7.10.3":
|
13 | 21 | version "7.10.3"
|
14 | 22 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.10.3.tgz#9af3e033f36e8e2d6e47570db91e64a846f5d382"
|
|
50 | 58 | lodash "^4.17.13"
|
51 | 59 | source-map "^0.5.0"
|
52 | 60 |
|
| 61 | +"@babel/generator@^7.24.5": |
| 62 | + version "7.24.5" |
| 63 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.5.tgz#e5afc068f932f05616b66713e28d0f04e99daeb3" |
| 64 | + integrity sha512-x32i4hEXvr+iI0NEoEfDKzlemF8AmtOP8CcrRaEcpzysWuoEb1KknpcvMsHKPONoKZiDuItklgWhB18xEhr9PA== |
| 65 | + dependencies: |
| 66 | + "@babel/types" "^7.24.5" |
| 67 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 68 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 69 | + jsesc "^2.5.1" |
| 70 | + |
53 | 71 | "@babel/helper-annotate-as-pure@^7.10.1":
|
54 | 72 | version "7.10.1"
|
55 | 73 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.1.tgz#f6d08acc6f70bbd59b436262553fb2e259a1a268"
|
|
123 | 141 | "@babel/types" "^7.10.3"
|
124 | 142 | lodash "^4.17.13"
|
125 | 143 |
|
| 144 | +"@babel/helper-environment-visitor@^7.22.20": |
| 145 | + version "7.22.20" |
| 146 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 147 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 148 | + |
126 | 149 | "@babel/helper-explode-assignable-expression@^7.10.3":
|
127 | 150 | version "7.10.3"
|
128 | 151 | resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.10.3.tgz#9dc14f0cfa2833ea830a9c8a1c742b6e7461b05e"
|
|
140 | 163 | "@babel/template" "^7.10.3"
|
141 | 164 | "@babel/types" "^7.10.3"
|
142 | 165 |
|
| 166 | +"@babel/helper-function-name@^7.23.0": |
| 167 | + version "7.23.0" |
| 168 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 169 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
| 170 | + dependencies: |
| 171 | + "@babel/template" "^7.22.15" |
| 172 | + "@babel/types" "^7.23.0" |
| 173 | + |
143 | 174 | "@babel/helper-get-function-arity@^7.10.1", "@babel/helper-get-function-arity@^7.10.3":
|
144 | 175 | version "7.10.3"
|
145 | 176 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.3.tgz#3a28f7b28ccc7719eacd9223b659fdf162e4c45e"
|
|
154 | 185 | dependencies:
|
155 | 186 | "@babel/types" "^7.10.3"
|
156 | 187 |
|
| 188 | +"@babel/helper-hoist-variables@^7.22.5": |
| 189 | + version "7.22.5" |
| 190 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 191 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
| 192 | + dependencies: |
| 193 | + "@babel/types" "^7.22.5" |
| 194 | + |
157 | 195 | "@babel/helper-member-expression-to-functions@^7.10.1", "@babel/helper-member-expression-to-functions@^7.10.3":
|
158 | 196 | version "7.10.3"
|
159 | 197 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.3.tgz#bc3663ac81ac57c39148fef4c69bf48a77ba8dd6"
|
|
236 | 274 | dependencies:
|
237 | 275 | "@babel/types" "^7.10.1"
|
238 | 276 |
|
| 277 | +"@babel/helper-split-export-declaration@^7.24.5": |
| 278 | + version "7.24.5" |
| 279 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.5.tgz#b9a67f06a46b0b339323617c8c6213b9055a78b6" |
| 280 | + integrity sha512-5CHncttXohrHk8GWOFCcCl4oRD9fKosWlIRgWm4ql9VYioKm52Mk2xsmoohvm7f3JoiLSM5ZgJuRaf5QZZYd3Q== |
| 281 | + dependencies: |
| 282 | + "@babel/types" "^7.24.5" |
| 283 | + |
| 284 | +"@babel/helper-string-parser@^7.24.1": |
| 285 | + version "7.24.1" |
| 286 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz#f99c36d3593db9540705d0739a1f10b5e20c696e" |
| 287 | + integrity sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ== |
| 288 | + |
239 | 289 | "@babel/helper-validator-identifier@^7.10.3":
|
240 | 290 | version "7.10.3"
|
241 | 291 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.3.tgz#60d9847f98c4cea1b279e005fdb7c28be5412d15"
|
242 | 292 | integrity sha512-bU8JvtlYpJSBPuj1VUmKpFGaDZuLxASky3LhaKj3bmpSTY6VWooSM8msk+Z0CZoErFye2tlABF6yDkT3FOPAXw==
|
243 | 293 |
|
| 294 | +"@babel/helper-validator-identifier@^7.24.5": |
| 295 | + version "7.24.5" |
| 296 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.5.tgz#918b1a7fa23056603506370089bd990d8720db62" |
| 297 | + integrity sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA== |
| 298 | + |
244 | 299 | "@babel/helper-wrap-function@^7.10.1":
|
245 | 300 | version "7.10.1"
|
246 | 301 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.10.1.tgz#956d1310d6696257a7afd47e4c42dfda5dfcedc9"
|
|
269 | 324 | chalk "^2.0.0"
|
270 | 325 | js-tokens "^4.0.0"
|
271 | 326 |
|
| 327 | +"@babel/highlight@^7.24.2": |
| 328 | + version "7.24.5" |
| 329 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.5.tgz#bc0613f98e1dd0720e99b2a9ee3760194a704b6e" |
| 330 | + integrity sha512-8lLmua6AVh/8SLJRRVD6V8p73Hir9w5mJrhE+IPpILG31KKlI9iz5zmBYKcWPS59qSfgP9RaSBQSHHE81WKuEw== |
| 331 | + dependencies: |
| 332 | + "@babel/helper-validator-identifier" "^7.24.5" |
| 333 | + chalk "^2.4.2" |
| 334 | + js-tokens "^4.0.0" |
| 335 | + picocolors "^1.0.0" |
| 336 | + |
272 | 337 | "@babel/parser@^7.1.0", "@babel/parser@^7.10.3", "@babel/parser@^7.7.0":
|
273 | 338 | version "7.10.3"
|
274 | 339 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.3.tgz#7e71d892b0d6e7d04a1af4c3c79d72c1f10f5315"
|
275 | 340 | integrity sha512-oJtNJCMFdIMwXGmx+KxuaD7i3b8uS7TTFYW/FNG2BT8m+fmGHoiPYoH0Pe3gya07WuFmM5FCDIr1x0irkD/hyA==
|
276 | 341 |
|
| 342 | +"@babel/parser@^7.24.0", "@babel/parser@^7.24.5": |
| 343 | + version "7.24.5" |
| 344 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.5.tgz#4a4d5ab4315579e5398a82dcf636ca80c3392790" |
| 345 | + integrity sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg== |
| 346 | + |
277 | 347 | "@babel/plugin-proposal-async-generator-functions@^7.10.3":
|
278 | 348 | version "7.10.3"
|
279 | 349 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.10.3.tgz#5a02453d46e5362e2073c7278beab2e53ad7d939"
|
|
896 | 966 | "@babel/parser" "^7.10.3"
|
897 | 967 | "@babel/types" "^7.10.3"
|
898 | 968 |
|
899 |
| -"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.1", "@babel/traverse@^7.10.3", "@babel/traverse@^7.7.0": |
900 |
| - version "7.10.3" |
901 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.3.tgz#0b01731794aa7b77b214bcd96661f18281155d7e" |
902 |
| - integrity sha512-qO6623eBFhuPm0TmmrUFMT1FulCmsSeJuVGhiLodk2raUDFhhTECLd9E9jC4LBIWziqt4wgF6KuXE4d+Jz9yug== |
| 969 | +"@babel/template@^7.22.15": |
| 970 | + version "7.24.0" |
| 971 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.0.tgz#c6a524aa93a4a05d66aaf31654258fae69d87d50" |
| 972 | + integrity sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA== |
903 | 973 | dependencies:
|
904 |
| - "@babel/code-frame" "^7.10.3" |
905 |
| - "@babel/generator" "^7.10.3" |
906 |
| - "@babel/helper-function-name" "^7.10.3" |
907 |
| - "@babel/helper-split-export-declaration" "^7.10.1" |
908 |
| - "@babel/parser" "^7.10.3" |
909 |
| - "@babel/types" "^7.10.3" |
910 |
| - debug "^4.1.0" |
| 974 | + "@babel/code-frame" "^7.23.5" |
| 975 | + "@babel/parser" "^7.24.0" |
| 976 | + "@babel/types" "^7.24.0" |
| 977 | + |
| 978 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.1", "@babel/traverse@^7.10.3", "@babel/traverse@^7.7.0": |
| 979 | + version "7.24.5" |
| 980 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.5.tgz#972aa0bc45f16983bf64aa1f877b2dd0eea7e6f8" |
| 981 | + integrity sha512-7aaBLeDQ4zYcUFDUD41lJc1fG8+5IU9DaNSJAgal866FGvmD5EbWQgnEC6kO1gGLsX0esNkfnJSndbTXA3r7UA== |
| 982 | + dependencies: |
| 983 | + "@babel/code-frame" "^7.24.2" |
| 984 | + "@babel/generator" "^7.24.5" |
| 985 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 986 | + "@babel/helper-function-name" "^7.23.0" |
| 987 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 988 | + "@babel/helper-split-export-declaration" "^7.24.5" |
| 989 | + "@babel/parser" "^7.24.5" |
| 990 | + "@babel/types" "^7.24.5" |
| 991 | + debug "^4.3.1" |
911 | 992 | globals "^11.1.0"
|
912 |
| - lodash "^4.17.13" |
913 | 993 |
|
914 | 994 | "@babel/types@^7.0.0", "@babel/types@^7.10.1", "@babel/types@^7.10.3", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
|
915 | 995 | version "7.10.3"
|
|
920 | 1000 | lodash "^4.17.13"
|
921 | 1001 | to-fast-properties "^2.0.0"
|
922 | 1002 |
|
| 1003 | +"@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.24.0", "@babel/types@^7.24.5": |
| 1004 | + version "7.24.5" |
| 1005 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.5.tgz#7661930afc638a5383eb0c4aee59b74f38db84d7" |
| 1006 | + integrity sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ== |
| 1007 | + dependencies: |
| 1008 | + "@babel/helper-string-parser" "^7.24.1" |
| 1009 | + "@babel/helper-validator-identifier" "^7.24.5" |
| 1010 | + to-fast-properties "^2.0.0" |
| 1011 | + |
923 | 1012 | "@bcoe/v8-coverage@^0.2.3":
|
924 | 1013 | version "0.2.3"
|
925 | 1014 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
1129 | 1218 | "@jridgewell/sourcemap-codec" "^1.4.10"
|
1130 | 1219 | "@jridgewell/trace-mapping" "^0.3.9"
|
1131 | 1220 |
|
| 1221 | +"@jridgewell/gen-mapping@^0.3.5": |
| 1222 | + version "0.3.5" |
| 1223 | + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz#dcce6aff74bdf6dad1a95802b69b04a2fcb1fb36" |
| 1224 | + integrity sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg== |
| 1225 | + dependencies: |
| 1226 | + "@jridgewell/set-array" "^1.2.1" |
| 1227 | + "@jridgewell/sourcemap-codec" "^1.4.10" |
| 1228 | + "@jridgewell/trace-mapping" "^0.3.24" |
| 1229 | + |
1132 | 1230 |
|
1133 | 1231 | version "3.1.0"
|
1134 | 1232 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78"
|
1135 | 1233 | integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==
|
1136 | 1234 |
|
| 1235 | +"@jridgewell/resolve-uri@^3.1.0": |
| 1236 | + version "3.1.2" |
| 1237 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6" |
| 1238 | + integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw== |
| 1239 | + |
1137 | 1240 | "@jridgewell/set-array@^1.0.1":
|
1138 | 1241 | version "1.1.2"
|
1139 | 1242 | resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
|
1140 | 1243 | integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==
|
1141 | 1244 |
|
| 1245 | +"@jridgewell/set-array@^1.2.1": |
| 1246 | + version "1.2.1" |
| 1247 | + resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.2.1.tgz#558fb6472ed16a4c850b889530e6b36438c49280" |
| 1248 | + integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A== |
| 1249 | + |
1142 | 1250 | "@jridgewell/source-map@^0.3.2":
|
1143 | 1251 | version "0.3.2"
|
1144 | 1252 | resolved "https://registry.yarnpkg.com/@jridgewell/source-map/-/source-map-0.3.2.tgz#f45351aaed4527a298512ec72f81040c998580fb"
|
|
1152 | 1260 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
|
1153 | 1261 | integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
|
1154 | 1262 |
|
| 1263 | +"@jridgewell/sourcemap-codec@^1.4.14": |
| 1264 | + version "1.4.15" |
| 1265 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" |
| 1266 | + integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== |
| 1267 | + |
1155 | 1268 | "@jridgewell/trace-mapping@^0.3.14", "@jridgewell/trace-mapping@^0.3.9":
|
1156 | 1269 | version "0.3.17"
|
1157 | 1270 | resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz#793041277af9073b0951a7fe0f0d8c4c98c36985"
|
|
1160 | 1273 | "@jridgewell/resolve-uri" "3.1.0"
|
1161 | 1274 | "@jridgewell/sourcemap-codec" "1.4.14"
|
1162 | 1275 |
|
| 1276 | +"@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25": |
| 1277 | + version "0.3.25" |
| 1278 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0" |
| 1279 | + integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ== |
| 1280 | + dependencies: |
| 1281 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 1282 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 1283 | + |
1163 | 1284 | "@npmcli/fs@^1.0.0":
|
1164 | 1285 | version "1.1.1"
|
1165 | 1286 | resolved "https://registry.yarnpkg.com/@npmcli/fs/-/fs-1.1.1.tgz#72f719fe935e687c56a4faecf3c03d06ba593257"
|
|
3028 | 3149 | dependencies:
|
3029 | 3150 | ms "2.0.0"
|
3030 | 3151 |
|
3031 |
| -debug@4, debug@^4.3.3: |
| 3152 | +debug@4, debug@^4.3.1, debug@^4.3.3: |
3032 | 3153 | version "4.3.4"
|
3033 | 3154 | resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
|
3034 | 3155 | integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
|
|
0 commit comments