|
16 | 16 | dependencies: |
17 | 17 | "@babel/highlight" "^7.12.13" |
18 | 18 |
|
| 19 | +"@babel/code-frame@^7.23.5", "@babel/code-frame@^7.24.2": |
| 20 | + version "7.24.2" |
| 21 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.2.tgz#718b4b19841809a58b29b68cde80bc5e1aa6d9ae" |
| 22 | + integrity sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ== |
| 23 | + dependencies: |
| 24 | + "@babel/highlight" "^7.24.2" |
| 25 | + picocolors "^1.0.0" |
| 26 | + |
19 | 27 | "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.4": |
20 | 28 | version "7.14.4" |
21 | 29 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.4.tgz#45720fe0cecf3fd42019e1d12cc3d27fadc98d58" |
|
42 | 50 | semver "^6.3.0" |
43 | 51 | source-map "^0.5.0" |
44 | 52 |
|
45 | | -"@babel/generator@^7.14.2", "@babel/generator@^7.14.3": |
| 53 | +"@babel/generator@^7.14.3": |
46 | 54 | version "7.14.3" |
47 | 55 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.3.tgz#0c2652d91f7bddab7cccc6ba8157e4f40dcedb91" |
48 | 56 | integrity sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA== |
|
51 | 59 | jsesc "^2.5.1" |
52 | 60 | source-map "^0.5.0" |
53 | 61 |
|
| 62 | +"@babel/generator@^7.24.5": |
| 63 | + version "7.24.5" |
| 64 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.5.tgz#e5afc068f932f05616b66713e28d0f04e99daeb3" |
| 65 | + integrity sha512-x32i4hEXvr+iI0NEoEfDKzlemF8AmtOP8CcrRaEcpzysWuoEb1KknpcvMsHKPONoKZiDuItklgWhB18xEhr9PA== |
| 66 | + dependencies: |
| 67 | + "@babel/types" "^7.24.5" |
| 68 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 69 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 70 | + jsesc "^2.5.1" |
| 71 | + |
54 | 72 | "@babel/helper-annotate-as-pure@^7.10.4", "@babel/helper-annotate-as-pure@^7.12.13": |
55 | 73 | version "7.12.13" |
56 | 74 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab" |
|
110 | 128 | resolve "^1.14.2" |
111 | 129 | semver "^6.1.2" |
112 | 130 |
|
| 131 | +"@babel/helper-environment-visitor@^7.22.20": |
| 132 | + version "7.22.20" |
| 133 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 134 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 135 | + |
113 | 136 | "@babel/helper-explode-assignable-expression@^7.12.13": |
114 | 137 | version "7.13.0" |
115 | 138 | resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.13.0.tgz#17b5c59ff473d9f956f40ef570cf3a76ca12657f" |
|
126 | 149 | "@babel/template" "^7.12.13" |
127 | 150 | "@babel/types" "^7.14.2" |
128 | 151 |
|
| 152 | +"@babel/helper-function-name@^7.23.0": |
| 153 | + version "7.23.0" |
| 154 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 155 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
| 156 | + dependencies: |
| 157 | + "@babel/template" "^7.22.15" |
| 158 | + "@babel/types" "^7.23.0" |
| 159 | + |
129 | 160 | "@babel/helper-get-function-arity@^7.12.13": |
130 | 161 | version "7.12.13" |
131 | 162 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583" |
|
141 | 172 | "@babel/traverse" "^7.13.15" |
142 | 173 | "@babel/types" "^7.13.16" |
143 | 174 |
|
| 175 | +"@babel/helper-hoist-variables@^7.22.5": |
| 176 | + version "7.22.5" |
| 177 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 178 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
| 179 | + dependencies: |
| 180 | + "@babel/types" "^7.22.5" |
| 181 | + |
144 | 182 | "@babel/helper-member-expression-to-functions@^7.13.12": |
145 | 183 | version "7.13.12" |
146 | 184 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.12.tgz#dfe368f26d426a07299d8d6513821768216e6d72" |
|
221 | 259 | dependencies: |
222 | 260 | "@babel/types" "^7.12.13" |
223 | 261 |
|
| 262 | +"@babel/helper-split-export-declaration@^7.24.5": |
| 263 | + version "7.24.5" |
| 264 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.5.tgz#b9a67f06a46b0b339323617c8c6213b9055a78b6" |
| 265 | + integrity sha512-5CHncttXohrHk8GWOFCcCl4oRD9fKosWlIRgWm4ql9VYioKm52Mk2xsmoohvm7f3JoiLSM5ZgJuRaf5QZZYd3Q== |
| 266 | + dependencies: |
| 267 | + "@babel/types" "^7.24.5" |
| 268 | + |
| 269 | +"@babel/helper-string-parser@^7.24.1": |
| 270 | + version "7.24.1" |
| 271 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz#f99c36d3593db9540705d0739a1f10b5e20c696e" |
| 272 | + integrity sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ== |
| 273 | + |
224 | 274 | "@babel/helper-validator-identifier@^7.12.11", "@babel/helper-validator-identifier@^7.14.0": |
225 | 275 | version "7.14.0" |
226 | 276 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz#d26cad8a47c65286b15df1547319a5d0bcf27288" |
227 | 277 | integrity sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A== |
228 | 278 |
|
| 279 | +"@babel/helper-validator-identifier@^7.24.5": |
| 280 | + version "7.24.5" |
| 281 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.5.tgz#918b1a7fa23056603506370089bd990d8720db62" |
| 282 | + integrity sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA== |
| 283 | + |
229 | 284 | "@babel/helper-validator-option@^7.12.17": |
230 | 285 | version "7.12.17" |
231 | 286 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831" |
|
259 | 314 | chalk "^2.0.0" |
260 | 315 | js-tokens "^4.0.0" |
261 | 316 |
|
262 | | -"@babel/parser@^7.12.13", "@babel/parser@^7.14.2", "@babel/parser@^7.14.3": |
| 317 | +"@babel/highlight@^7.24.2": |
| 318 | + version "7.24.5" |
| 319 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.5.tgz#bc0613f98e1dd0720e99b2a9ee3760194a704b6e" |
| 320 | + integrity sha512-8lLmua6AVh/8SLJRRVD6V8p73Hir9w5mJrhE+IPpILG31KKlI9iz5zmBYKcWPS59qSfgP9RaSBQSHHE81WKuEw== |
| 321 | + dependencies: |
| 322 | + "@babel/helper-validator-identifier" "^7.24.5" |
| 323 | + chalk "^2.4.2" |
| 324 | + js-tokens "^4.0.0" |
| 325 | + picocolors "^1.0.0" |
| 326 | + |
| 327 | +"@babel/parser@^7.12.13", "@babel/parser@^7.14.3": |
263 | 328 | version "7.14.4" |
264 | 329 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.4.tgz#a5c560d6db6cd8e6ed342368dea8039232cbab18" |
265 | 330 | integrity sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA== |
266 | 331 |
|
| 332 | +"@babel/parser@^7.24.0", "@babel/parser@^7.24.5": |
| 333 | + version "7.24.5" |
| 334 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.5.tgz#4a4d5ab4315579e5398a82dcf636ca80c3392790" |
| 335 | + integrity sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg== |
| 336 | + |
267 | 337 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12": |
268 | 338 | version "7.13.12" |
269 | 339 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.13.12.tgz#a3484d84d0b549f3fc916b99ee4783f26fabad2a" |
|
942 | 1012 | "@babel/parser" "^7.12.13" |
943 | 1013 | "@babel/types" "^7.12.13" |
944 | 1014 |
|
945 | | -"@babel/traverse@^7.13.0", "@babel/traverse@^7.13.15", "@babel/traverse@^7.14.0", "@babel/traverse@^7.14.2": |
946 | | - version "7.14.2" |
947 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.2.tgz#9201a8d912723a831c2679c7ebbf2fe1416d765b" |
948 | | - integrity sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA== |
| 1015 | +"@babel/template@^7.22.15": |
| 1016 | + version "7.24.0" |
| 1017 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.0.tgz#c6a524aa93a4a05d66aaf31654258fae69d87d50" |
| 1018 | + integrity sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA== |
949 | 1019 | dependencies: |
950 | | - "@babel/code-frame" "^7.12.13" |
951 | | - "@babel/generator" "^7.14.2" |
952 | | - "@babel/helper-function-name" "^7.14.2" |
953 | | - "@babel/helper-split-export-declaration" "^7.12.13" |
954 | | - "@babel/parser" "^7.14.2" |
955 | | - "@babel/types" "^7.14.2" |
956 | | - debug "^4.1.0" |
| 1020 | + "@babel/code-frame" "^7.23.5" |
| 1021 | + "@babel/parser" "^7.24.0" |
| 1022 | + "@babel/types" "^7.24.0" |
| 1023 | + |
| 1024 | +"@babel/traverse@^7.13.0", "@babel/traverse@^7.13.15", "@babel/traverse@^7.14.0", "@babel/traverse@^7.14.2": |
| 1025 | + version "7.24.5" |
| 1026 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.5.tgz#972aa0bc45f16983bf64aa1f877b2dd0eea7e6f8" |
| 1027 | + integrity sha512-7aaBLeDQ4zYcUFDUD41lJc1fG8+5IU9DaNSJAgal866FGvmD5EbWQgnEC6kO1gGLsX0esNkfnJSndbTXA3r7UA== |
| 1028 | + dependencies: |
| 1029 | + "@babel/code-frame" "^7.24.2" |
| 1030 | + "@babel/generator" "^7.24.5" |
| 1031 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 1032 | + "@babel/helper-function-name" "^7.23.0" |
| 1033 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 1034 | + "@babel/helper-split-export-declaration" "^7.24.5" |
| 1035 | + "@babel/parser" "^7.24.5" |
| 1036 | + "@babel/types" "^7.24.5" |
| 1037 | + debug "^4.3.1" |
957 | 1038 | globals "^11.1.0" |
958 | 1039 |
|
959 | 1040 | "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.16", "@babel/types@^7.14.0", "@babel/types@^7.14.2", "@babel/types@^7.14.4", "@babel/types@^7.4.4": |
|
964 | 1045 | "@babel/helper-validator-identifier" "^7.14.0" |
965 | 1046 | to-fast-properties "^2.0.0" |
966 | 1047 |
|
| 1048 | +"@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.24.0", "@babel/types@^7.24.5": |
| 1049 | + version "7.24.5" |
| 1050 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.5.tgz#7661930afc638a5383eb0c4aee59b74f38db84d7" |
| 1051 | + integrity sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ== |
| 1052 | + dependencies: |
| 1053 | + "@babel/helper-string-parser" "^7.24.1" |
| 1054 | + "@babel/helper-validator-identifier" "^7.24.5" |
| 1055 | + to-fast-properties "^2.0.0" |
| 1056 | + |
967 | 1057 | "@discoveryjs/json-ext@^0.5.0": |
968 | 1058 | version "0.5.3" |
969 | 1059 | resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.3.tgz#90420f9f9c6d3987f176a19a7d8e764271a2f55d" |
|
984 | 1074 | minimatch "^3.0.4" |
985 | 1075 | strip-json-comments "^3.1.1" |
986 | 1076 |
|
| 1077 | +"@jridgewell/gen-mapping@^0.3.5": |
| 1078 | + version "0.3.5" |
| 1079 | + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz#dcce6aff74bdf6dad1a95802b69b04a2fcb1fb36" |
| 1080 | + integrity sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg== |
| 1081 | + dependencies: |
| 1082 | + "@jridgewell/set-array" "^1.2.1" |
| 1083 | + "@jridgewell/sourcemap-codec" "^1.4.10" |
| 1084 | + "@jridgewell/trace-mapping" "^0.3.24" |
| 1085 | + |
| 1086 | +"@jridgewell/resolve-uri@^3.1.0": |
| 1087 | + version "3.1.2" |
| 1088 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6" |
| 1089 | + integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw== |
| 1090 | + |
| 1091 | +"@jridgewell/set-array@^1.2.1": |
| 1092 | + version "1.2.1" |
| 1093 | + resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.2.1.tgz#558fb6472ed16a4c850b889530e6b36438c49280" |
| 1094 | + integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A== |
| 1095 | + |
| 1096 | +"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14": |
| 1097 | + version "1.4.15" |
| 1098 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" |
| 1099 | + integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== |
| 1100 | + |
| 1101 | +"@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25": |
| 1102 | + version "0.3.25" |
| 1103 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0" |
| 1104 | + integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ== |
| 1105 | + dependencies: |
| 1106 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 1107 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 1108 | + |
987 | 1109 | "@nodelib/fs.scandir@2.1.5": |
988 | 1110 | version "2.1.5" |
989 | 1111 | resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5" |
@@ -1904,7 +2026,7 @@ caniuse-lite@^1.0.30001219: |
1904 | 2026 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001234.tgz#8fc2e709e3b0679d7af7f073a1c661155c39b975" |
1905 | 2027 | integrity sha512-a3gjUVKkmwLdNysa1xkUAwN2VfJUJyVW47rsi3aCbkRCtbHAfo+rOsCqVw29G6coQ8gzAPb5XBXwiGHwme3isA== |
1906 | 2028 |
|
1907 | | -chalk@^2.0.0: |
| 2029 | +chalk@^2.0.0, chalk@^2.4.2: |
1908 | 2030 | version "2.4.2" |
1909 | 2031 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" |
1910 | 2032 | integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== |
@@ -4686,6 +4808,11 @@ path-type@^4.0.0: |
4686 | 4808 | resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b" |
4687 | 4809 | integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== |
4688 | 4810 |
|
| 4811 | +picocolors@^1.0.0: |
| 4812 | + version "1.0.0" |
| 4813 | + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" |
| 4814 | + integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== |
| 4815 | + |
4689 | 4816 | picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3: |
4690 | 4817 | version "2.3.0" |
4691 | 4818 | resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972" |
|
0 commit comments