|
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.24.6": |
24 | | - version "7.24.6" |
25 | | - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.6.tgz#ab88da19344445c3d8889af2216606d3329f3ef2" |
26 | | - integrity sha512-ZJhac6FkEd1yhG2AHOmfcXG4ceoLltoCVJjN5XsWN9BifBQr+cHJbWi0h68HZuSORq+3WtJ2z0hwF2NG1b5kcA== |
27 | | - dependencies: |
28 | | - "@babel/highlight" "^7.24.6" |
29 | | - picocolors "^1.0.0" |
30 | | - |
31 | | -"@babel/code-frame@^7.24.7": |
| 23 | +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.24.7": |
32 | 24 | version "7.24.7" |
33 | 25 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.7.tgz#882fd9e09e8ee324e496bd040401c6f046ef4465" |
34 | 26 | integrity sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA== |
|
41 | 33 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.7.tgz#d23bbea508c3883ba8251fb4164982c36ea577ed" |
42 | 34 | integrity sha512-qJzAIcv03PyaWqxRgO4mSU3lihncDT296vnyuE2O8uA4w3UHWI4S3hgeZd1L8W1Bft40w9JxJ2b412iDUFFRhw== |
43 | 35 |
|
44 | | -"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.24.6": |
45 | | - version "7.24.6" |
46 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.6.tgz#8650e0e4b03589ebe886c4e4a60398db0a7ec787" |
47 | | - integrity sha512-qAHSfAdVyFmIvl0VHELib8xar7ONuSHrE2hLnsaWkYNTI68dmi1x8GYDhJjMI/e7XWal9QBlZkwbOnkcw7Z8gQ== |
| 36 | +"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.24.7": |
| 37 | + version "7.24.7" |
| 38 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.7.tgz#b676450141e0b52a3d43bc91da86aa608f950ac4" |
| 39 | + integrity sha512-nykK+LEK86ahTkX/3TgauT0ikKoNCfKHEaZYTUVupJdTLzGNvrblu4u6fa7DhZONAltdf8e662t/abY8idrd/g== |
48 | 40 | dependencies: |
49 | 41 | "@ampproject/remapping" "^2.2.0" |
50 | | - "@babel/code-frame" "^7.24.6" |
51 | | - "@babel/generator" "^7.24.6" |
52 | | - "@babel/helper-compilation-targets" "^7.24.6" |
53 | | - "@babel/helper-module-transforms" "^7.24.6" |
54 | | - "@babel/helpers" "^7.24.6" |
55 | | - "@babel/parser" "^7.24.6" |
56 | | - "@babel/template" "^7.24.6" |
57 | | - "@babel/traverse" "^7.24.6" |
58 | | - "@babel/types" "^7.24.6" |
| 42 | + "@babel/code-frame" "^7.24.7" |
| 43 | + "@babel/generator" "^7.24.7" |
| 44 | + "@babel/helper-compilation-targets" "^7.24.7" |
| 45 | + "@babel/helper-module-transforms" "^7.24.7" |
| 46 | + "@babel/helpers" "^7.24.7" |
| 47 | + "@babel/parser" "^7.24.7" |
| 48 | + "@babel/template" "^7.24.7" |
| 49 | + "@babel/traverse" "^7.24.7" |
| 50 | + "@babel/types" "^7.24.7" |
59 | 51 | convert-source-map "^2.0.0" |
60 | 52 | debug "^4.1.0" |
61 | 53 | gensync "^1.0.0-beta.2" |
62 | 54 | json5 "^2.2.3" |
63 | 55 | semver "^6.3.1" |
64 | 56 |
|
65 | | -"@babel/generator@^7.24.6", "@babel/generator@^7.7.2": |
66 | | - version "7.24.6" |
67 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.6.tgz#dfac82a228582a9d30c959fe50ad28951d4737a7" |
68 | | - integrity sha512-S7m4eNa6YAPJRHmKsLHIDJhNAGNKoWNiWefz1MBbpnt8g9lvMDl1hir4P9bo/57bQEmuwEhnRU/AMWsD0G/Fbg== |
69 | | - dependencies: |
70 | | - "@babel/types" "^7.24.6" |
71 | | - "@jridgewell/gen-mapping" "^0.3.5" |
72 | | - "@jridgewell/trace-mapping" "^0.3.25" |
73 | | - jsesc "^2.5.1" |
74 | | - |
75 | | -"@babel/generator@^7.24.7": |
| 57 | +"@babel/generator@^7.24.7", "@babel/generator@^7.7.2": |
76 | 58 | version "7.24.7" |
77 | 59 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.7.tgz#1654d01de20ad66b4b4d99c135471bc654c55e6d" |
78 | 60 | integrity sha512-oipXieGC3i45Y1A41t4tAqpnEZWgB/lC6Ehh6+rOviR5XWpTtMmLN+fGjz9vOiNRt0p6RtO6DtD0pdU3vpqdSA== |
|
104 | 86 | "@babel/traverse" "^7.24.7" |
105 | 87 | "@babel/types" "^7.24.7" |
106 | 88 |
|
107 | | -"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.24.6", "@babel/helper-compilation-targets@^7.24.7": |
| 89 | +"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.24.7": |
108 | 90 | version "7.24.7" |
109 | 91 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.7.tgz#4eb6c4a80d6ffeac25ab8cd9a21b5dfa48d503a9" |
110 | 92 | integrity sha512-ctSdRHBi20qWOfy27RUb4Fhp07KSJ3sXcuSvTrXrc4aG8NSYDo1ici3Vhg9bg69y5bj0Mr1lh0aeEgTvc12rMg== |
|
158 | 140 | lodash.debounce "^4.0.8" |
159 | 141 | resolve "^1.14.2" |
160 | 142 |
|
161 | | -"@babel/helper-environment-visitor@^7.24.6": |
162 | | - version "7.24.6" |
163 | | - resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.6.tgz#ac7ad5517821641550f6698dd5468f8cef78620d" |
164 | | - integrity sha512-Y50Cg3k0LKLMjxdPjIl40SdJgMB85iXn27Vk/qbHZCFx/o5XO3PSnpi675h1KEmmDb6OFArfd5SCQEQ5Q4H88g== |
165 | | - |
166 | 143 | "@babel/helper-environment-visitor@^7.24.7": |
167 | 144 | version "7.24.7" |
168 | 145 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz#4b31ba9551d1f90781ba83491dd59cf9b269f7d9" |
169 | 146 | integrity sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ== |
170 | 147 | dependencies: |
171 | 148 | "@babel/types" "^7.24.7" |
172 | 149 |
|
173 | | -"@babel/helper-function-name@^7.24.6": |
174 | | - version "7.24.6" |
175 | | - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.24.6.tgz#cebdd063386fdb95d511d84b117e51fc68fec0c8" |
176 | | - integrity sha512-xpeLqeeRkbxhnYimfr2PC+iA0Q7ljX/d1eZ9/inYbmfG2jpl8Lu3DyXvpOAnrS5kxkfOWJjioIMQsaMBXFI05w== |
177 | | - dependencies: |
178 | | - "@babel/template" "^7.24.6" |
179 | | - "@babel/types" "^7.24.6" |
180 | | - |
181 | 150 | "@babel/helper-function-name@^7.24.7": |
182 | 151 | version "7.24.7" |
183 | 152 | resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz#75f1e1725742f39ac6584ee0b16d94513da38dd2" |
|
186 | 155 | "@babel/template" "^7.24.7" |
187 | 156 | "@babel/types" "^7.24.7" |
188 | 157 |
|
189 | | -"@babel/helper-hoist-variables@^7.24.6": |
190 | | - version "7.24.6" |
191 | | - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.6.tgz#8a7ece8c26756826b6ffcdd0e3cf65de275af7f9" |
192 | | - integrity sha512-SF/EMrC3OD7dSta1bLJIlrsVxwtd0UpjRJqLno6125epQMJ/kyFmpTT4pbvPbdQHzCHg+biQ7Syo8lnDtbR+uA== |
193 | | - dependencies: |
194 | | - "@babel/types" "^7.24.6" |
195 | | - |
196 | 158 | "@babel/helper-hoist-variables@^7.24.7": |
197 | 159 | version "7.24.7" |
198 | 160 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz#b4ede1cde2fd89436397f30dc9376ee06b0f25ee" |
|
215 | 177 | dependencies: |
216 | 178 | "@babel/types" "^7.14.5" |
217 | 179 |
|
218 | | -"@babel/helper-module-imports@^7.24.6": |
219 | | - version "7.24.6" |
220 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.6.tgz#65e54ffceed6a268dc4ce11f0433b82cfff57852" |
221 | | - integrity sha512-a26dmxFJBF62rRO9mmpgrfTLsAuyHk4e1hKTUkD/fcMfynt8gvEKwQPQDVxWhca8dHoDck+55DFt42zV0QMw5g== |
222 | | - dependencies: |
223 | | - "@babel/types" "^7.24.6" |
224 | | - |
225 | 180 | "@babel/helper-module-imports@^7.24.7": |
226 | 181 | version "7.24.7" |
227 | 182 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz#f2f980392de5b84c3328fc71d38bd81bbb83042b" |
|
230 | 185 | "@babel/traverse" "^7.24.7" |
231 | 186 | "@babel/types" "^7.24.7" |
232 | 187 |
|
233 | | -"@babel/helper-module-transforms@^7.24.6": |
234 | | - version "7.24.6" |
235 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.6.tgz#22346ed9df44ce84dee850d7433c5b73fab1fe4e" |
236 | | - integrity sha512-Y/YMPm83mV2HJTbX1Qh2sjgjqcacvOlhbzdCCsSlblOKjSYmQqEbO6rUniWQyRo9ncyfjT8hnUjlG06RXDEmcA== |
237 | | - dependencies: |
238 | | - "@babel/helper-environment-visitor" "^7.24.6" |
239 | | - "@babel/helper-module-imports" "^7.24.6" |
240 | | - "@babel/helper-simple-access" "^7.24.6" |
241 | | - "@babel/helper-split-export-declaration" "^7.24.6" |
242 | | - "@babel/helper-validator-identifier" "^7.24.6" |
243 | | - |
244 | 188 | "@babel/helper-module-transforms@^7.24.7": |
245 | 189 | version "7.24.7" |
246 | 190 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.7.tgz#31b6c9a2930679498db65b685b1698bfd6c7daf8" |
|
282 | 226 | "@babel/helper-member-expression-to-functions" "^7.24.7" |
283 | 227 | "@babel/helper-optimise-call-expression" "^7.24.7" |
284 | 228 |
|
285 | | -"@babel/helper-simple-access@^7.24.6": |
286 | | - version "7.24.6" |
287 | | - resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.6.tgz#1d6e04d468bba4fc963b4906f6dac6286cfedff1" |
288 | | - integrity sha512-nZzcMMD4ZhmB35MOOzQuiGO5RzL6tJbsT37Zx8M5L/i9KSrukGXWTjLe1knIbb/RmxoJE9GON9soq0c0VEMM5g== |
289 | | - dependencies: |
290 | | - "@babel/types" "^7.24.6" |
291 | | - |
292 | 229 | "@babel/helper-simple-access@^7.24.7": |
293 | 230 | version "7.24.7" |
294 | 231 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz#bcade8da3aec8ed16b9c4953b74e506b51b5edb3" |
|
305 | 242 | "@babel/traverse" "^7.24.7" |
306 | 243 | "@babel/types" "^7.24.7" |
307 | 244 |
|
308 | | -"@babel/helper-split-export-declaration@^7.24.6": |
309 | | - version "7.24.6" |
310 | | - resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.6.tgz#e830068f7ba8861c53b7421c284da30ae656d7a3" |
311 | | - integrity sha512-CvLSkwXGWnYlF9+J3iZUvwgAxKiYzK3BWuo+mLzD/MDGOZDj7Gq8+hqaOkMxmJwmlv0iu86uH5fdADd9Hxkymw== |
312 | | - dependencies: |
313 | | - "@babel/types" "^7.24.6" |
314 | | - |
315 | 245 | "@babel/helper-split-export-declaration@^7.24.7": |
316 | 246 | version "7.24.7" |
317 | 247 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz#83949436890e07fa3d6873c61a96e3bbf692d856" |
318 | 248 | integrity sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA== |
319 | 249 | dependencies: |
320 | 250 | "@babel/types" "^7.24.7" |
321 | 251 |
|
322 | | -"@babel/helper-string-parser@^7.24.6": |
323 | | - version "7.24.6" |
324 | | - resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.6.tgz#28583c28b15f2a3339cfafafeaad42f9a0e828df" |
325 | | - integrity sha512-WdJjwMEkmBicq5T9fm/cHND3+UlFa2Yj8ALLgmoSQAJZysYbBjw+azChSGPN4DSPLXOcooGRvDwZWMcF/mLO2Q== |
326 | | - |
327 | 252 | "@babel/helper-string-parser@^7.24.7": |
328 | 253 | version "7.24.7" |
329 | 254 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.7.tgz#4d2d0f14820ede3b9807ea5fc36dfc8cd7da07f2" |
330 | 255 | integrity sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg== |
331 | 256 |
|
332 | | -"@babel/helper-validator-identifier@^7.24.6": |
333 | | - version "7.24.6" |
334 | | - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.6.tgz#08bb6612b11bdec78f3feed3db196da682454a5e" |
335 | | - integrity sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT+pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw== |
336 | | - |
337 | 257 | "@babel/helper-validator-identifier@^7.24.7": |
338 | 258 | version "7.24.7" |
339 | 259 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db" |
|
354 | 274 | "@babel/traverse" "^7.24.7" |
355 | 275 | "@babel/types" "^7.24.7" |
356 | 276 |
|
357 | | -"@babel/helpers@^7.24.6": |
358 | | - version "7.24.6" |
359 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.6.tgz#cd124245299e494bd4e00edda0e4ea3545c2c176" |
360 | | - integrity sha512-V2PI+NqnyFu1i0GyTd/O/cTpxzQCYioSkUIRmgo7gFEHKKCg5w46+r/A6WeUR1+P3TeQ49dspGPNd/E3n9AnnA== |
361 | | - dependencies: |
362 | | - "@babel/template" "^7.24.6" |
363 | | - "@babel/types" "^7.24.6" |
364 | | - |
365 | | -"@babel/highlight@^7.24.6": |
366 | | - version "7.24.6" |
367 | | - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.6.tgz#6d610c1ebd2c6e061cade0153bf69b0590b7b3df" |
368 | | - integrity sha512-2YnuOp4HAk2BsBrJJvYCbItHx0zWscI1C3zgWkz+wDyD9I7GIVrfnLyrR4Y1VR+7p+chAEcrgRQYZAGIKMV7vQ== |
| 277 | +"@babel/helpers@^7.24.7": |
| 278 | + version "7.24.7" |
| 279 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.7.tgz#aa2ccda29f62185acb5d42fb4a3a1b1082107416" |
| 280 | + integrity sha512-NlmJJtvcw72yRJRcnCmGvSi+3jDEg8qFu3z0AFoymmzLx5ERVWyzd9kVXr7Th9/8yIJi2Zc6av4Tqz3wFs8QWg== |
369 | 281 | dependencies: |
370 | | - "@babel/helper-validator-identifier" "^7.24.6" |
371 | | - chalk "^2.4.2" |
372 | | - js-tokens "^4.0.0" |
373 | | - picocolors "^1.0.0" |
| 282 | + "@babel/template" "^7.24.7" |
| 283 | + "@babel/types" "^7.24.7" |
374 | 284 |
|
375 | 285 | "@babel/highlight@^7.24.7": |
376 | 286 | version "7.24.7" |
|
382 | 292 | js-tokens "^4.0.0" |
383 | 293 | picocolors "^1.0.0" |
384 | 294 |
|
385 | | -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.24.6": |
386 | | - version "7.24.6" |
387 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.6.tgz#5e030f440c3c6c78d195528c3b688b101a365328" |
388 | | - integrity sha512-eNZXdfU35nJC2h24RznROuOpO94h6x8sg9ju0tT9biNtLZ2vuP8SduLqqV+/8+cebSLV9SJEAN5Z3zQbJG/M+Q== |
389 | | - |
390 | | -"@babel/parser@^7.24.7": |
| 295 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.24.7": |
391 | 296 | version "7.24.7" |
392 | 297 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.7.tgz#9a5226f92f0c5c8ead550b750f5608e766c8ce85" |
393 | 298 | integrity sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw== |
|
1072 | 977 | dependencies: |
1073 | 978 | regenerator-runtime "^0.13.4" |
1074 | 979 |
|
1075 | | -"@babel/template@^7.24.6", "@babel/template@^7.3.3": |
1076 | | - version "7.24.6" |
1077 | | - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.6.tgz#048c347b2787a6072b24c723664c8d02b67a44f9" |
1078 | | - integrity sha512-3vgazJlLwNXi9jhrR1ef8qiB65L1RK90+lEQwv4OxveHnqC3BfmnHdgySwRLzf6akhlOYenT+b7AfWq+a//AHw== |
1079 | | - dependencies: |
1080 | | - "@babel/code-frame" "^7.24.6" |
1081 | | - "@babel/parser" "^7.24.6" |
1082 | | - "@babel/types" "^7.24.6" |
1083 | | - |
1084 | | -"@babel/template@^7.24.7": |
| 980 | +"@babel/template@^7.24.7", "@babel/template@^7.3.3": |
1085 | 981 | version "7.24.7" |
1086 | 982 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.7.tgz#02efcee317d0609d2c07117cb70ef8fb17ab7315" |
1087 | 983 | integrity sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig== |
|
1090 | 986 | "@babel/parser" "^7.24.7" |
1091 | 987 | "@babel/types" "^7.24.7" |
1092 | 988 |
|
1093 | | -"@babel/traverse@^7.24.6": |
1094 | | - version "7.24.6" |
1095 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.6.tgz#0941ec50cdeaeacad0911eb67ae227a4f8424edc" |
1096 | | - integrity sha512-OsNjaJwT9Zn8ozxcfoBc+RaHdj3gFmCmYoQLUII1o6ZrUwku0BMg80FoOTPx+Gi6XhcQxAYE4xyjPTo4SxEQqw== |
1097 | | - dependencies: |
1098 | | - "@babel/code-frame" "^7.24.6" |
1099 | | - "@babel/generator" "^7.24.6" |
1100 | | - "@babel/helper-environment-visitor" "^7.24.6" |
1101 | | - "@babel/helper-function-name" "^7.24.6" |
1102 | | - "@babel/helper-hoist-variables" "^7.24.6" |
1103 | | - "@babel/helper-split-export-declaration" "^7.24.6" |
1104 | | - "@babel/parser" "^7.24.6" |
1105 | | - "@babel/types" "^7.24.6" |
1106 | | - debug "^4.3.1" |
1107 | | - globals "^11.1.0" |
1108 | | - |
1109 | 989 | "@babel/traverse@^7.24.7": |
1110 | 990 | version "7.24.7" |
1111 | 991 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.7.tgz#de2b900163fa741721ba382163fe46a936c40cf5" |
|
1122 | 1002 | debug "^4.3.1" |
1123 | 1003 | globals "^11.1.0" |
1124 | 1004 |
|
1125 | | -"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.18.6", "@babel/types@^7.24.6", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
1126 | | - version "7.24.6" |
1127 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.6.tgz#ba4e1f59870c10dc2fa95a274ac4feec23b21912" |
1128 | | - integrity sha512-WaMsgi6Q8zMgMth93GvWPXkhAIEobfsIkLTacoVZoK1J0CevIPGYY2Vo5YvJGqyHqXM6P4ppOYGsIRU8MM9pFQ== |
1129 | | - dependencies: |
1130 | | - "@babel/helper-string-parser" "^7.24.6" |
1131 | | - "@babel/helper-validator-identifier" "^7.24.6" |
1132 | | - to-fast-properties "^2.0.0" |
1133 | | - |
1134 | | -"@babel/types@^7.24.7": |
| 1005 | +"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.18.6", "@babel/types@^7.24.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
1135 | 1006 | version "7.24.7" |
1136 | 1007 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.7.tgz#6027fe12bc1aa724cd32ab113fb7f1988f1f66f2" |
1137 | 1008 | integrity sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q== |
|
0 commit comments