|
26 | 26 | "@nicolo-ribaudo/chokidar-2" "2.1.8-no-fsevents.3" |
27 | 27 | chokidar "^3.6.0" |
28 | 28 |
|
29 | | -"@babel/code-frame@^7.23.5", "@babel/code-frame@^7.24.1", "@babel/code-frame@^7.24.2": |
30 | | - version "7.24.2" |
31 | | - resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.2.tgz" |
32 | | - integrity sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ== |
33 | | - dependencies: |
34 | | - "@babel/highlight" "^7.24.2" |
35 | | - picocolors "^1.0.0" |
36 | | - |
37 | 29 | "@babel/code-frame@^7.24.7": |
38 | 30 | version "7.24.7" |
39 | 31 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.7.tgz#882fd9e09e8ee324e496bd040401c6f046ef4465" |
|
47 | 39 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.4.tgz#7d2a80ce229890edcf4cc259d4d696cb4dae2fcb" |
48 | 40 | integrity sha512-+LGRog6RAsCJrrrg/IO6LGmpphNe5DiK30dGjCoxxeGv49B10/3XYGxPsAwrDlMFcFEvdAUavDT8r9k/hSyQqQ== |
49 | 41 |
|
50 | | -"@babel/core@^7.12": |
51 | | - version "7.24.4" |
52 | | - resolved "https://registry.npmjs.org/@babel/core/-/core-7.24.4.tgz" |
53 | | - integrity sha512-MBVlMXP+kkl5394RBLSxxk/iLTeVGuXTV3cIDXavPpMMqnSnt6apKgan/U8O3USWZCWZT/TbgfEpKa4uMgN4Dg== |
| 42 | +"@babel/core@^7.25": |
| 43 | + version "7.25.2" |
| 44 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.2.tgz#ed8eec275118d7613e77a352894cd12ded8eba77" |
| 45 | + integrity sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA== |
54 | 46 | dependencies: |
55 | 47 | "@ampproject/remapping" "^2.2.0" |
56 | | - "@babel/code-frame" "^7.24.2" |
57 | | - "@babel/generator" "^7.24.4" |
58 | | - "@babel/helper-compilation-targets" "^7.23.6" |
59 | | - "@babel/helper-module-transforms" "^7.23.3" |
60 | | - "@babel/helpers" "^7.24.4" |
61 | | - "@babel/parser" "^7.24.4" |
62 | | - "@babel/template" "^7.24.0" |
63 | | - "@babel/traverse" "^7.24.1" |
64 | | - "@babel/types" "^7.24.0" |
| 48 | + "@babel/code-frame" "^7.24.7" |
| 49 | + "@babel/generator" "^7.25.0" |
| 50 | + "@babel/helper-compilation-targets" "^7.25.2" |
| 51 | + "@babel/helper-module-transforms" "^7.25.2" |
| 52 | + "@babel/helpers" "^7.25.0" |
| 53 | + "@babel/parser" "^7.25.0" |
| 54 | + "@babel/template" "^7.25.0" |
| 55 | + "@babel/traverse" "^7.25.2" |
| 56 | + "@babel/types" "^7.25.2" |
65 | 57 | convert-source-map "^2.0.0" |
66 | 58 | debug "^4.1.0" |
67 | 59 | gensync "^1.0.0-beta.2" |
68 | 60 | json5 "^2.2.3" |
69 | 61 | semver "^6.3.1" |
70 | 62 |
|
71 | | -"@babel/generator@^7.24.1", "@babel/generator@^7.24.4": |
72 | | - version "7.24.4" |
73 | | - resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.24.4.tgz" |
74 | | - integrity sha512-Xd6+v6SnjWVx/nus+y0l1sxMOTOMBkyL4+BIdbALyatQnAe/SRVjANeDPSCYaX+i1iJmuGSKf3Z+E+V/va1Hvw== |
75 | | - dependencies: |
76 | | - "@babel/types" "^7.24.0" |
77 | | - "@jridgewell/gen-mapping" "^0.3.5" |
78 | | - "@jridgewell/trace-mapping" "^0.3.25" |
79 | | - jsesc "^2.5.1" |
80 | | - |
81 | | -"@babel/generator@^7.25.6": |
| 63 | +"@babel/generator@^7.25.0", "@babel/generator@^7.25.6": |
82 | 64 | version "7.25.6" |
83 | 65 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.6.tgz#0df1ad8cb32fe4d2b01d8bf437f153d19342a87c" |
84 | 66 | integrity sha512-VPC82gr1seXOpkjAAKoLhP50vx4vGNlF4msF64dSFq1P8RfB+QAuJWGHPXXPc8QyfVWwwB/TNNU4+ayZmHNbZw== |
|
110 | 92 | "@babel/traverse" "^7.24.7" |
111 | 93 | "@babel/types" "^7.24.7" |
112 | 94 |
|
113 | | -"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.23.6", "@babel/helper-compilation-targets@^7.24.7", "@babel/helper-compilation-targets@^7.24.8", "@babel/helper-compilation-targets@^7.25.2": |
| 95 | +"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.24.7", "@babel/helper-compilation-targets@^7.24.8", "@babel/helper-compilation-targets@^7.25.2": |
114 | 96 | version "7.25.2" |
115 | 97 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz#e1d9410a90974a3a5a66e84ff55ef62e3c02d06c" |
116 | 98 | integrity sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw== |
|
174 | 156 | lodash.debounce "^4.0.8" |
175 | 157 | resolve "^1.14.2" |
176 | 158 |
|
177 | | -"@babel/helper-environment-visitor@^7.22.20": |
178 | | - version "7.22.20" |
179 | | - resolved "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz" |
180 | | - integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
181 | | - |
182 | | -"@babel/helper-function-name@^7.23.0": |
183 | | - version "7.23.0" |
184 | | - resolved "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz" |
185 | | - integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
186 | | - dependencies: |
187 | | - "@babel/template" "^7.22.15" |
188 | | - "@babel/types" "^7.23.0" |
189 | | - |
190 | | -"@babel/helper-hoist-variables@^7.22.5": |
191 | | - version "7.22.5" |
192 | | - resolved "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz" |
193 | | - integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
194 | | - dependencies: |
195 | | - "@babel/types" "^7.22.5" |
196 | | - |
197 | 159 | "@babel/helper-member-expression-to-functions@^7.24.8": |
198 | 160 | version "7.24.8" |
199 | 161 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.8.tgz#6155e079c913357d24a4c20480db7c712a5c3fb6" |
|
202 | 164 | "@babel/traverse" "^7.24.8" |
203 | 165 | "@babel/types" "^7.24.8" |
204 | 166 |
|
205 | | -"@babel/helper-module-imports@^7.22.15": |
206 | | - version "7.24.3" |
207 | | - resolved "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.3.tgz" |
208 | | - integrity sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg== |
209 | | - dependencies: |
210 | | - "@babel/types" "^7.24.0" |
211 | | - |
212 | 167 | "@babel/helper-module-imports@^7.24.7": |
213 | 168 | version "7.24.7" |
214 | 169 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz#f2f980392de5b84c3328fc71d38bd81bbb83042b" |
|
217 | 172 | "@babel/traverse" "^7.24.7" |
218 | 173 | "@babel/types" "^7.24.7" |
219 | 174 |
|
220 | | -"@babel/helper-module-transforms@^7.23.3": |
221 | | - version "7.23.3" |
222 | | - resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz" |
223 | | - integrity sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ== |
224 | | - dependencies: |
225 | | - "@babel/helper-environment-visitor" "^7.22.20" |
226 | | - "@babel/helper-module-imports" "^7.22.15" |
227 | | - "@babel/helper-simple-access" "^7.22.5" |
228 | | - "@babel/helper-split-export-declaration" "^7.22.6" |
229 | | - "@babel/helper-validator-identifier" "^7.22.20" |
230 | | - |
231 | | -"@babel/helper-module-transforms@^7.24.7", "@babel/helper-module-transforms@^7.24.8", "@babel/helper-module-transforms@^7.25.0": |
| 175 | +"@babel/helper-module-transforms@^7.24.7", "@babel/helper-module-transforms@^7.24.8", "@babel/helper-module-transforms@^7.25.0", "@babel/helper-module-transforms@^7.25.2": |
232 | 176 | version "7.25.2" |
233 | 177 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz#ee713c29768100f2776edf04d4eb23b8d27a66e6" |
234 | 178 | integrity sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ== |
|
268 | 212 | "@babel/helper-optimise-call-expression" "^7.24.7" |
269 | 213 | "@babel/traverse" "^7.25.0" |
270 | 214 |
|
271 | | -"@babel/helper-simple-access@^7.22.5": |
272 | | - version "7.22.5" |
273 | | - resolved "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz" |
274 | | - integrity sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w== |
275 | | - dependencies: |
276 | | - "@babel/types" "^7.22.5" |
277 | | - |
278 | 215 | "@babel/helper-simple-access@^7.24.7": |
279 | 216 | version "7.24.7" |
280 | 217 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz#bcade8da3aec8ed16b9c4953b74e506b51b5edb3" |
|
291 | 228 | "@babel/traverse" "^7.24.7" |
292 | 229 | "@babel/types" "^7.24.7" |
293 | 230 |
|
294 | | -"@babel/helper-split-export-declaration@^7.22.6": |
295 | | - version "7.22.6" |
296 | | - resolved "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz" |
297 | | - integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
298 | | - dependencies: |
299 | | - "@babel/types" "^7.22.5" |
300 | | - |
301 | | -"@babel/helper-string-parser@^7.23.4": |
302 | | - version "7.24.1" |
303 | | - resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz" |
304 | | - integrity sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ== |
305 | | - |
306 | 231 | "@babel/helper-string-parser@^7.24.8": |
307 | 232 | version "7.24.8" |
308 | 233 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d" |
309 | 234 | integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ== |
310 | 235 |
|
311 | | -"@babel/helper-validator-identifier@^7.22.20": |
312 | | - version "7.22.20" |
313 | | - resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz" |
314 | | - integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
315 | | - |
316 | 236 | "@babel/helper-validator-identifier@^7.24.7": |
317 | 237 | version "7.24.7" |
318 | 238 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db" |
|
332 | 252 | "@babel/traverse" "^7.25.0" |
333 | 253 | "@babel/types" "^7.25.0" |
334 | 254 |
|
335 | | -"@babel/helpers@^7.24.4": |
336 | | - version "7.24.4" |
337 | | - resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.4.tgz" |
338 | | - integrity sha512-FewdlZbSiwaVGlgT1DPANDuCHaDMiOo+D/IDYRFYjHOuv66xMSJ7fQwwODwRNAPkADIO/z1EoF/l2BCWlWABDw== |
339 | | - dependencies: |
340 | | - "@babel/template" "^7.24.0" |
341 | | - "@babel/traverse" "^7.24.1" |
342 | | - "@babel/types" "^7.24.0" |
343 | | - |
344 | | -"@babel/highlight@^7.24.2": |
345 | | - version "7.24.2" |
346 | | - resolved "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.2.tgz" |
347 | | - integrity sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA== |
| 255 | +"@babel/helpers@^7.25.0": |
| 256 | + version "7.25.6" |
| 257 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.6.tgz#57ee60141829ba2e102f30711ffe3afab357cc60" |
| 258 | + integrity sha512-Xg0tn4HcfTijTwfDwYlvVCl43V6h4KyVVX2aEm4qdO/PC6L2YvzLHFdmxhoeSA3eslcE6+ZVXHgWwopXYLNq4Q== |
348 | 259 | dependencies: |
349 | | - "@babel/helper-validator-identifier" "^7.22.20" |
350 | | - chalk "^2.4.2" |
351 | | - js-tokens "^4.0.0" |
352 | | - picocolors "^1.0.0" |
| 260 | + "@babel/template" "^7.25.0" |
| 261 | + "@babel/types" "^7.25.6" |
353 | 262 |
|
354 | 263 | "@babel/highlight@^7.24.7": |
355 | 264 | version "7.24.7" |
|
361 | 270 | js-tokens "^4.0.0" |
362 | 271 | picocolors "^1.0.0" |
363 | 272 |
|
364 | | -"@babel/parser@^7.24.0", "@babel/parser@^7.24.1", "@babel/parser@^7.24.4": |
365 | | - version "7.24.4" |
366 | | - resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.24.4.tgz" |
367 | | - integrity sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg== |
368 | | - |
369 | 273 | "@babel/parser@^7.25.0", "@babel/parser@^7.25.6": |
370 | 274 | version "7.25.6" |
371 | 275 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.6.tgz#85660c5ef388cbbf6e3d2a694ee97a38f18afe2f" |
|
1047 | 951 | dependencies: |
1048 | 952 | regenerator-runtime "^0.14.0" |
1049 | 953 |
|
1050 | | -"@babel/template@^7.22.15", "@babel/template@^7.24.0": |
1051 | | - version "7.24.0" |
1052 | | - resolved "https://registry.npmjs.org/@babel/template/-/template-7.24.0.tgz" |
1053 | | - integrity sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA== |
1054 | | - dependencies: |
1055 | | - "@babel/code-frame" "^7.23.5" |
1056 | | - "@babel/parser" "^7.24.0" |
1057 | | - "@babel/types" "^7.24.0" |
1058 | | - |
1059 | 954 | "@babel/template@^7.24.7", "@babel/template@^7.25.0": |
1060 | 955 | version "7.25.0" |
1061 | 956 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.0.tgz#e733dc3134b4fede528c15bc95e89cb98c52592a" |
|
1065 | 960 | "@babel/parser" "^7.25.0" |
1066 | 961 | "@babel/types" "^7.25.0" |
1067 | 962 |
|
1068 | | -"@babel/traverse@^7.24.1": |
1069 | | - version "7.24.1" |
1070 | | - resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.1.tgz" |
1071 | | - integrity sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ== |
1072 | | - dependencies: |
1073 | | - "@babel/code-frame" "^7.24.1" |
1074 | | - "@babel/generator" "^7.24.1" |
1075 | | - "@babel/helper-environment-visitor" "^7.22.20" |
1076 | | - "@babel/helper-function-name" "^7.23.0" |
1077 | | - "@babel/helper-hoist-variables" "^7.22.5" |
1078 | | - "@babel/helper-split-export-declaration" "^7.22.6" |
1079 | | - "@babel/parser" "^7.24.1" |
1080 | | - "@babel/types" "^7.24.0" |
1081 | | - debug "^4.3.1" |
1082 | | - globals "^11.1.0" |
1083 | | - |
1084 | 963 | "@babel/traverse@^7.24.7", "@babel/traverse@^7.24.8", "@babel/traverse@^7.25.0", "@babel/traverse@^7.25.1", "@babel/traverse@^7.25.2", "@babel/traverse@^7.25.3", "@babel/traverse@^7.25.4": |
1085 | 964 | version "7.25.6" |
1086 | 965 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.6.tgz#04fad980e444f182ecf1520504941940a90fea41" |
|
1094 | 973 | debug "^4.3.1" |
1095 | 974 | globals "^11.1.0" |
1096 | 975 |
|
1097 | | -"@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.24.0", "@babel/types@^7.4.4": |
1098 | | - version "7.24.0" |
1099 | | - resolved "https://registry.npmjs.org/@babel/types/-/types-7.24.0.tgz" |
1100 | | - integrity sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w== |
1101 | | - dependencies: |
1102 | | - "@babel/helper-string-parser" "^7.23.4" |
1103 | | - "@babel/helper-validator-identifier" "^7.22.20" |
1104 | | - to-fast-properties "^2.0.0" |
1105 | | - |
1106 | | -"@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.25.0", "@babel/types@^7.25.6": |
| 976 | +"@babel/types@^7.22.5", "@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.25.0", "@babel/types@^7.25.2", "@babel/types@^7.25.6", "@babel/types@^7.4.4": |
1107 | 977 | version "7.25.6" |
1108 | 978 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.6.tgz#893942ddb858f32ae7a004ec9d3a76b3463ef8e6" |
1109 | 979 | integrity sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw== |
|
0 commit comments