|
10 | 10 | "@jridgewell/gen-mapping" "^0.1.0"
|
11 | 11 | "@jridgewell/trace-mapping" "^0.3.9"
|
12 | 12 |
|
13 |
| -"@babel/code-frame@^7.24.6": |
14 |
| - version "7.24.6" |
15 |
| - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.6.tgz#ab88da19344445c3d8889af2216606d3329f3ef2" |
16 |
| - integrity sha512-ZJhac6FkEd1yhG2AHOmfcXG4ceoLltoCVJjN5XsWN9BifBQr+cHJbWi0h68HZuSORq+3WtJ2z0hwF2NG1b5kcA== |
17 |
| - dependencies: |
18 |
| - "@babel/highlight" "^7.24.6" |
19 |
| - picocolors "^1.0.0" |
20 |
| - |
21 | 13 | "@babel/code-frame@^7.24.7":
|
22 | 14 | version "7.24.7"
|
23 | 15 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.7.tgz#882fd9e09e8ee324e496bd040401c6f046ef4465"
|
|
31 | 23 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.7.tgz#d23bbea508c3883ba8251fb4164982c36ea577ed"
|
32 | 24 | integrity sha512-qJzAIcv03PyaWqxRgO4mSU3lihncDT296vnyuE2O8uA4w3UHWI4S3hgeZd1L8W1Bft40w9JxJ2b412iDUFFRhw==
|
33 | 25 |
|
34 |
| -"@babel/core@^7.24.6": |
35 |
| - version "7.24.6" |
36 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.6.tgz#8650e0e4b03589ebe886c4e4a60398db0a7ec787" |
37 |
| - integrity sha512-qAHSfAdVyFmIvl0VHELib8xar7ONuSHrE2hLnsaWkYNTI68dmi1x8GYDhJjMI/e7XWal9QBlZkwbOnkcw7Z8gQ== |
| 26 | +"@babel/core@^7.24.7": |
| 27 | + version "7.24.7" |
| 28 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.7.tgz#b676450141e0b52a3d43bc91da86aa608f950ac4" |
| 29 | + integrity sha512-nykK+LEK86ahTkX/3TgauT0ikKoNCfKHEaZYTUVupJdTLzGNvrblu4u6fa7DhZONAltdf8e662t/abY8idrd/g== |
38 | 30 | dependencies:
|
39 | 31 | "@ampproject/remapping" "^2.2.0"
|
40 |
| - "@babel/code-frame" "^7.24.6" |
41 |
| - "@babel/generator" "^7.24.6" |
42 |
| - "@babel/helper-compilation-targets" "^7.24.6" |
43 |
| - "@babel/helper-module-transforms" "^7.24.6" |
44 |
| - "@babel/helpers" "^7.24.6" |
45 |
| - "@babel/parser" "^7.24.6" |
46 |
| - "@babel/template" "^7.24.6" |
47 |
| - "@babel/traverse" "^7.24.6" |
48 |
| - "@babel/types" "^7.24.6" |
| 32 | + "@babel/code-frame" "^7.24.7" |
| 33 | + "@babel/generator" "^7.24.7" |
| 34 | + "@babel/helper-compilation-targets" "^7.24.7" |
| 35 | + "@babel/helper-module-transforms" "^7.24.7" |
| 36 | + "@babel/helpers" "^7.24.7" |
| 37 | + "@babel/parser" "^7.24.7" |
| 38 | + "@babel/template" "^7.24.7" |
| 39 | + "@babel/traverse" "^7.24.7" |
| 40 | + "@babel/types" "^7.24.7" |
49 | 41 | convert-source-map "^2.0.0"
|
50 | 42 | debug "^4.1.0"
|
51 | 43 | gensync "^1.0.0-beta.2"
|
52 | 44 | json5 "^2.2.3"
|
53 | 45 | semver "^6.3.1"
|
54 | 46 |
|
55 |
| -"@babel/generator@^7.24.6": |
56 |
| - version "7.24.6" |
57 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.6.tgz#dfac82a228582a9d30c959fe50ad28951d4737a7" |
58 |
| - integrity sha512-S7m4eNa6YAPJRHmKsLHIDJhNAGNKoWNiWefz1MBbpnt8g9lvMDl1hir4P9bo/57bQEmuwEhnRU/AMWsD0G/Fbg== |
59 |
| - dependencies: |
60 |
| - "@babel/types" "^7.24.6" |
61 |
| - "@jridgewell/gen-mapping" "^0.3.5" |
62 |
| - "@jridgewell/trace-mapping" "^0.3.25" |
63 |
| - jsesc "^2.5.1" |
64 |
| - |
65 | 47 | "@babel/generator@^7.24.7":
|
66 | 48 | version "7.24.7"
|
67 | 49 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.7.tgz#1654d01de20ad66b4b4d99c135471bc654c55e6d"
|
|
94 | 76 | "@babel/traverse" "^7.24.7"
|
95 | 77 | "@babel/types" "^7.24.7"
|
96 | 78 |
|
97 |
| -"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.24.6", "@babel/helper-compilation-targets@^7.24.7": |
| 79 | +"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.24.7": |
98 | 80 | version "7.24.7"
|
99 | 81 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.7.tgz#4eb6c4a80d6ffeac25ab8cd9a21b5dfa48d503a9"
|
100 | 82 | integrity sha512-ctSdRHBi20qWOfy27RUb4Fhp07KSJ3sXcuSvTrXrc4aG8NSYDo1ici3Vhg9bg69y5bj0Mr1lh0aeEgTvc12rMg==
|
|
148 | 130 | lodash.debounce "^4.0.8"
|
149 | 131 | resolve "^1.14.2"
|
150 | 132 |
|
151 |
| -"@babel/helper-environment-visitor@^7.24.6": |
152 |
| - version "7.24.6" |
153 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.6.tgz#ac7ad5517821641550f6698dd5468f8cef78620d" |
154 |
| - integrity sha512-Y50Cg3k0LKLMjxdPjIl40SdJgMB85iXn27Vk/qbHZCFx/o5XO3PSnpi675h1KEmmDb6OFArfd5SCQEQ5Q4H88g== |
155 |
| - |
156 | 133 | "@babel/helper-environment-visitor@^7.24.7":
|
157 | 134 | version "7.24.7"
|
158 | 135 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz#4b31ba9551d1f90781ba83491dd59cf9b269f7d9"
|
159 | 136 | integrity sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==
|
160 | 137 | dependencies:
|
161 | 138 | "@babel/types" "^7.24.7"
|
162 | 139 |
|
163 |
| -"@babel/helper-function-name@^7.24.6": |
164 |
| - version "7.24.6" |
165 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.24.6.tgz#cebdd063386fdb95d511d84b117e51fc68fec0c8" |
166 |
| - integrity sha512-xpeLqeeRkbxhnYimfr2PC+iA0Q7ljX/d1eZ9/inYbmfG2jpl8Lu3DyXvpOAnrS5kxkfOWJjioIMQsaMBXFI05w== |
167 |
| - dependencies: |
168 |
| - "@babel/template" "^7.24.6" |
169 |
| - "@babel/types" "^7.24.6" |
170 |
| - |
171 | 140 | "@babel/helper-function-name@^7.24.7":
|
172 | 141 | version "7.24.7"
|
173 | 142 | resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz#75f1e1725742f39ac6584ee0b16d94513da38dd2"
|
|
176 | 145 | "@babel/template" "^7.24.7"
|
177 | 146 | "@babel/types" "^7.24.7"
|
178 | 147 |
|
179 |
| -"@babel/helper-hoist-variables@^7.24.6": |
180 |
| - version "7.24.6" |
181 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.6.tgz#8a7ece8c26756826b6ffcdd0e3cf65de275af7f9" |
182 |
| - integrity sha512-SF/EMrC3OD7dSta1bLJIlrsVxwtd0UpjRJqLno6125epQMJ/kyFmpTT4pbvPbdQHzCHg+biQ7Syo8lnDtbR+uA== |
183 |
| - dependencies: |
184 |
| - "@babel/types" "^7.24.6" |
185 |
| - |
186 | 148 | "@babel/helper-hoist-variables@^7.24.7":
|
187 | 149 | version "7.24.7"
|
188 | 150 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz#b4ede1cde2fd89436397f30dc9376ee06b0f25ee"
|
|
198 | 160 | "@babel/traverse" "^7.24.7"
|
199 | 161 | "@babel/types" "^7.24.7"
|
200 | 162 |
|
201 |
| -"@babel/helper-module-imports@^7.24.6": |
202 |
| - version "7.24.6" |
203 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.6.tgz#65e54ffceed6a268dc4ce11f0433b82cfff57852" |
204 |
| - integrity sha512-a26dmxFJBF62rRO9mmpgrfTLsAuyHk4e1hKTUkD/fcMfynt8gvEKwQPQDVxWhca8dHoDck+55DFt42zV0QMw5g== |
205 |
| - dependencies: |
206 |
| - "@babel/types" "^7.24.6" |
207 |
| - |
208 | 163 | "@babel/helper-module-imports@^7.24.7":
|
209 | 164 | version "7.24.7"
|
210 | 165 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz#f2f980392de5b84c3328fc71d38bd81bbb83042b"
|
|
213 | 168 | "@babel/traverse" "^7.24.7"
|
214 | 169 | "@babel/types" "^7.24.7"
|
215 | 170 |
|
216 |
| -"@babel/helper-module-transforms@^7.24.6": |
217 |
| - version "7.24.6" |
218 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.6.tgz#22346ed9df44ce84dee850d7433c5b73fab1fe4e" |
219 |
| - integrity sha512-Y/YMPm83mV2HJTbX1Qh2sjgjqcacvOlhbzdCCsSlblOKjSYmQqEbO6rUniWQyRo9ncyfjT8hnUjlG06RXDEmcA== |
220 |
| - dependencies: |
221 |
| - "@babel/helper-environment-visitor" "^7.24.6" |
222 |
| - "@babel/helper-module-imports" "^7.24.6" |
223 |
| - "@babel/helper-simple-access" "^7.24.6" |
224 |
| - "@babel/helper-split-export-declaration" "^7.24.6" |
225 |
| - "@babel/helper-validator-identifier" "^7.24.6" |
226 |
| - |
227 | 171 | "@babel/helper-module-transforms@^7.24.7":
|
228 | 172 | version "7.24.7"
|
229 | 173 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.7.tgz#31b6c9a2930679498db65b685b1698bfd6c7daf8"
|
|
265 | 209 | "@babel/helper-member-expression-to-functions" "^7.24.7"
|
266 | 210 | "@babel/helper-optimise-call-expression" "^7.24.7"
|
267 | 211 |
|
268 |
| -"@babel/helper-simple-access@^7.24.6": |
269 |
| - version "7.24.6" |
270 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.6.tgz#1d6e04d468bba4fc963b4906f6dac6286cfedff1" |
271 |
| - integrity sha512-nZzcMMD4ZhmB35MOOzQuiGO5RzL6tJbsT37Zx8M5L/i9KSrukGXWTjLe1knIbb/RmxoJE9GON9soq0c0VEMM5g== |
272 |
| - dependencies: |
273 |
| - "@babel/types" "^7.24.6" |
274 |
| - |
275 | 212 | "@babel/helper-simple-access@^7.24.7":
|
276 | 213 | version "7.24.7"
|
277 | 214 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz#bcade8da3aec8ed16b9c4953b74e506b51b5edb3"
|
|
288 | 225 | "@babel/traverse" "^7.24.7"
|
289 | 226 | "@babel/types" "^7.24.7"
|
290 | 227 |
|
291 |
| -"@babel/helper-split-export-declaration@^7.24.6": |
292 |
| - version "7.24.6" |
293 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.6.tgz#e830068f7ba8861c53b7421c284da30ae656d7a3" |
294 |
| - integrity sha512-CvLSkwXGWnYlF9+J3iZUvwgAxKiYzK3BWuo+mLzD/MDGOZDj7Gq8+hqaOkMxmJwmlv0iu86uH5fdADd9Hxkymw== |
295 |
| - dependencies: |
296 |
| - "@babel/types" "^7.24.6" |
297 |
| - |
298 | 228 | "@babel/helper-split-export-declaration@^7.24.7":
|
299 | 229 | version "7.24.7"
|
300 | 230 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz#83949436890e07fa3d6873c61a96e3bbf692d856"
|
301 | 231 | integrity sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==
|
302 | 232 | dependencies:
|
303 | 233 | "@babel/types" "^7.24.7"
|
304 | 234 |
|
305 |
| -"@babel/helper-string-parser@^7.24.6": |
306 |
| - version "7.24.6" |
307 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.6.tgz#28583c28b15f2a3339cfafafeaad42f9a0e828df" |
308 |
| - integrity sha512-WdJjwMEkmBicq5T9fm/cHND3+UlFa2Yj8ALLgmoSQAJZysYbBjw+azChSGPN4DSPLXOcooGRvDwZWMcF/mLO2Q== |
309 |
| - |
310 | 235 | "@babel/helper-string-parser@^7.24.7":
|
311 | 236 | version "7.24.7"
|
312 | 237 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.7.tgz#4d2d0f14820ede3b9807ea5fc36dfc8cd7da07f2"
|
313 | 238 | integrity sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==
|
314 | 239 |
|
315 |
| -"@babel/helper-validator-identifier@^7.24.6": |
316 |
| - version "7.24.6" |
317 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.6.tgz#08bb6612b11bdec78f3feed3db196da682454a5e" |
318 |
| - integrity sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT+pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw== |
319 |
| - |
320 | 240 | "@babel/helper-validator-identifier@^7.24.7":
|
321 | 241 | version "7.24.7"
|
322 | 242 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db"
|
|
337 | 257 | "@babel/traverse" "^7.24.7"
|
338 | 258 | "@babel/types" "^7.24.7"
|
339 | 259 |
|
340 |
| -"@babel/helpers@^7.24.6": |
341 |
| - version "7.24.6" |
342 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.6.tgz#cd124245299e494bd4e00edda0e4ea3545c2c176" |
343 |
| - integrity sha512-V2PI+NqnyFu1i0GyTd/O/cTpxzQCYioSkUIRmgo7gFEHKKCg5w46+r/A6WeUR1+P3TeQ49dspGPNd/E3n9AnnA== |
344 |
| - dependencies: |
345 |
| - "@babel/template" "^7.24.6" |
346 |
| - "@babel/types" "^7.24.6" |
347 |
| - |
348 |
| -"@babel/highlight@^7.24.6": |
349 |
| - version "7.24.6" |
350 |
| - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.6.tgz#6d610c1ebd2c6e061cade0153bf69b0590b7b3df" |
351 |
| - integrity sha512-2YnuOp4HAk2BsBrJJvYCbItHx0zWscI1C3zgWkz+wDyD9I7GIVrfnLyrR4Y1VR+7p+chAEcrgRQYZAGIKMV7vQ== |
| 260 | +"@babel/helpers@^7.24.7": |
| 261 | + version "7.24.7" |
| 262 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.7.tgz#aa2ccda29f62185acb5d42fb4a3a1b1082107416" |
| 263 | + integrity sha512-NlmJJtvcw72yRJRcnCmGvSi+3jDEg8qFu3z0AFoymmzLx5ERVWyzd9kVXr7Th9/8yIJi2Zc6av4Tqz3wFs8QWg== |
352 | 264 | dependencies:
|
353 |
| - "@babel/helper-validator-identifier" "^7.24.6" |
354 |
| - chalk "^2.4.2" |
355 |
| - js-tokens "^4.0.0" |
356 |
| - picocolors "^1.0.0" |
| 265 | + "@babel/template" "^7.24.7" |
| 266 | + "@babel/types" "^7.24.7" |
357 | 267 |
|
358 | 268 | "@babel/highlight@^7.24.7":
|
359 | 269 | version "7.24.7"
|
|
377 | 287 | regenerator-runtime "^0.14.0"
|
378 | 288 | v8flags "^3.1.1"
|
379 | 289 |
|
380 |
| -"@babel/parser@^7.19.4", "@babel/parser@^7.24.6": |
381 |
| - version "7.24.6" |
382 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.6.tgz#5e030f440c3c6c78d195528c3b688b101a365328" |
383 |
| - integrity sha512-eNZXdfU35nJC2h24RznROuOpO94h6x8sg9ju0tT9biNtLZ2vuP8SduLqqV+/8+cebSLV9SJEAN5Z3zQbJG/M+Q== |
384 |
| - |
385 |
| -"@babel/parser@^7.24.7": |
| 290 | +"@babel/parser@^7.19.4", "@babel/parser@^7.24.7": |
386 | 291 | version "7.24.7"
|
387 | 292 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.7.tgz#9a5226f92f0c5c8ead550b750f5608e766c8ce85"
|
388 | 293 | integrity sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==
|
|
1057 | 962 | dependencies:
|
1058 | 963 | regenerator-runtime "^0.13.4"
|
1059 | 964 |
|
1060 |
| -"@babel/template@^7.24.6": |
1061 |
| - version "7.24.6" |
1062 |
| - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.6.tgz#048c347b2787a6072b24c723664c8d02b67a44f9" |
1063 |
| - integrity sha512-3vgazJlLwNXi9jhrR1ef8qiB65L1RK90+lEQwv4OxveHnqC3BfmnHdgySwRLzf6akhlOYenT+b7AfWq+a//AHw== |
1064 |
| - dependencies: |
1065 |
| - "@babel/code-frame" "^7.24.6" |
1066 |
| - "@babel/parser" "^7.24.6" |
1067 |
| - "@babel/types" "^7.24.6" |
1068 |
| - |
1069 | 965 | "@babel/template@^7.24.7":
|
1070 | 966 | version "7.24.7"
|
1071 | 967 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.7.tgz#02efcee317d0609d2c07117cb70ef8fb17ab7315"
|
|
1075 | 971 | "@babel/parser" "^7.24.7"
|
1076 | 972 | "@babel/types" "^7.24.7"
|
1077 | 973 |
|
1078 |
| -"@babel/traverse@^7.24.6": |
1079 |
| - version "7.24.6" |
1080 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.6.tgz#0941ec50cdeaeacad0911eb67ae227a4f8424edc" |
1081 |
| - integrity sha512-OsNjaJwT9Zn8ozxcfoBc+RaHdj3gFmCmYoQLUII1o6ZrUwku0BMg80FoOTPx+Gi6XhcQxAYE4xyjPTo4SxEQqw== |
1082 |
| - dependencies: |
1083 |
| - "@babel/code-frame" "^7.24.6" |
1084 |
| - "@babel/generator" "^7.24.6" |
1085 |
| - "@babel/helper-environment-visitor" "^7.24.6" |
1086 |
| - "@babel/helper-function-name" "^7.24.6" |
1087 |
| - "@babel/helper-hoist-variables" "^7.24.6" |
1088 |
| - "@babel/helper-split-export-declaration" "^7.24.6" |
1089 |
| - "@babel/parser" "^7.24.6" |
1090 |
| - "@babel/types" "^7.24.6" |
1091 |
| - debug "^4.3.1" |
1092 |
| - globals "^11.1.0" |
1093 |
| - |
1094 | 974 | "@babel/traverse@^7.24.7":
|
1095 | 975 | version "7.24.7"
|
1096 | 976 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.7.tgz#de2b900163fa741721ba382163fe46a936c40cf5"
|
|
1107 | 987 | debug "^4.3.1"
|
1108 | 988 | globals "^11.1.0"
|
1109 | 989 |
|
1110 |
| -"@babel/types@^7.18.6", "@babel/types@^7.24.6", "@babel/types@^7.4.4": |
1111 |
| - version "7.24.6" |
1112 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.6.tgz#ba4e1f59870c10dc2fa95a274ac4feec23b21912" |
1113 |
| - integrity sha512-WaMsgi6Q8zMgMth93GvWPXkhAIEobfsIkLTacoVZoK1J0CevIPGYY2Vo5YvJGqyHqXM6P4ppOYGsIRU8MM9pFQ== |
1114 |
| - dependencies: |
1115 |
| - "@babel/helper-string-parser" "^7.24.6" |
1116 |
| - "@babel/helper-validator-identifier" "^7.24.6" |
1117 |
| - to-fast-properties "^2.0.0" |
1118 |
| - |
1119 |
| -"@babel/types@^7.24.7": |
| 990 | +"@babel/types@^7.18.6", "@babel/types@^7.24.7", "@babel/types@^7.4.4": |
1120 | 991 | version "7.24.7"
|
1121 | 992 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.7.tgz#6027fe12bc1aa724cd32ab113fb7f1988f1f66f2"
|
1122 | 993 | integrity sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q==
|
|
0 commit comments