|
70 | 70 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730"
|
71 | 71 | integrity sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==
|
72 | 72 |
|
73 |
| -"@babel/ [email protected]", "@babel/core@^7.11.6", "@babel/core@^7.12.3": |
| 73 | + |
| 74 | + version "7.22.19" |
| 75 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.19.tgz#b38162460a6f3baf2a424bda720b24a8aafea241" |
| 76 | + integrity sha512-Q8Yj5X4LHVYTbLCKVz0//2D2aDmHF4xzCdEttYvKOnWvErGsa6geHXD6w46x64n5tP69VfeH+IfSrdyH3MLhwA== |
| 77 | + dependencies: |
| 78 | + "@ampproject/remapping" "^2.2.0" |
| 79 | + "@babel/code-frame" "^7.22.13" |
| 80 | + "@babel/generator" "^7.22.15" |
| 81 | + "@babel/helper-compilation-targets" "^7.22.15" |
| 82 | + "@babel/helper-module-transforms" "^7.22.19" |
| 83 | + "@babel/helpers" "^7.22.15" |
| 84 | + "@babel/parser" "^7.22.16" |
| 85 | + "@babel/template" "^7.22.15" |
| 86 | + "@babel/traverse" "^7.22.19" |
| 87 | + "@babel/types" "^7.22.19" |
| 88 | + convert-source-map "^1.7.0" |
| 89 | + debug "^4.1.0" |
| 90 | + gensync "^1.0.0-beta.2" |
| 91 | + json5 "^2.2.3" |
| 92 | + semver "^6.3.1" |
| 93 | + |
| 94 | +"@babel/core@^7.11.6", "@babel/core@^7.12.3": |
74 | 95 | version "7.22.17"
|
75 | 96 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.17.tgz#2f9b0b395985967203514b24ee50f9fd0639c866"
|
76 | 97 | integrity sha512-2EENLmhpwplDux5PSsZnSbnSkB3tZ6QTksgO25xwEL7pIDcNOMhF5v/s6RzwjMZzZzw9Ofc30gHv5ChCC8pifQ==
|
|
320 | 341 | "@babel/helper-split-export-declaration" "^7.22.6"
|
321 | 342 | "@babel/helper-validator-identifier" "^7.22.15"
|
322 | 343 |
|
| 344 | +"@babel/helper-module-transforms@^7.22.19": |
| 345 | + version "7.22.19" |
| 346 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.19.tgz#94b1f281caa6518f02ec0f5ea2b5348e298ce266" |
| 347 | + integrity sha512-m6h1cJvn+OJ+R3jOHp30faq5xKJ7VbjwDj5RGgHuRlU9hrMeKsGC+JpihkR5w1g7IfseCPPtZ0r7/hB4UKaYlA== |
| 348 | + dependencies: |
| 349 | + "@babel/helper-environment-visitor" "^7.22.5" |
| 350 | + "@babel/helper-module-imports" "^7.22.15" |
| 351 | + "@babel/helper-simple-access" "^7.22.5" |
| 352 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 353 | + "@babel/helper-validator-identifier" "^7.22.19" |
| 354 | + |
323 | 355 | "@babel/helper-module-transforms@^7.22.5":
|
324 | 356 | version "7.22.9"
|
325 | 357 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.9.tgz#92dfcb1fbbb2bc62529024f72d942a8c97142129"
|
|
392 | 424 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.15.tgz#601fa28e4cc06786c18912dca138cec73b882044"
|
393 | 425 | integrity sha512-4E/F9IIEi8WR94324mbDUMo074YTheJmd7eZF5vITTeYchqAi6sYXRLHUVsmkdmY4QjfKTcB2jB7dVP3NaBElQ==
|
394 | 426 |
|
| 427 | +"@babel/helper-validator-identifier@^7.22.19": |
| 428 | + version "7.22.19" |
| 429 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.19.tgz#2f34ab1e445f5b95e2e6edfe50ea2449e610583a" |
| 430 | + integrity sha512-Tinq7ybnEPFFXhlYOYFiSjespWQk0dq2dRNAiMdRTOYQzEGqnnNyrTxPYHP5r6wGjlF1rFgABdDV0g8EwD6Qbg== |
| 431 | + |
395 | 432 | "@babel/helper-validator-option@^7.22.15", "@babel/helper-validator-option@^7.22.5":
|
396 | 433 | version "7.22.15"
|
397 | 434 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz#694c30dfa1d09a6534cdfcafbe56789d36aba040"
|
|
1400 | 1437 | debug "^4.1.0"
|
1401 | 1438 | globals "^11.1.0"
|
1402 | 1439 |
|
| 1440 | +"@babel/traverse@^7.22.19": |
| 1441 | + version "7.22.19" |
| 1442 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.19.tgz#bb2b12b7de9d7fec9e812ed89eea097b941954f8" |
| 1443 | + integrity sha512-ZCcpVPK64krfdScRbpxF6xA5fz7IOsfMwx1tcACvCzt6JY+0aHkBk7eIU8FRDSZRU5Zei6Z4JfgAxN1bqXGECg== |
| 1444 | + dependencies: |
| 1445 | + "@babel/code-frame" "^7.22.13" |
| 1446 | + "@babel/generator" "^7.22.15" |
| 1447 | + "@babel/helper-environment-visitor" "^7.22.5" |
| 1448 | + "@babel/helper-function-name" "^7.22.5" |
| 1449 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 1450 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 1451 | + "@babel/parser" "^7.22.16" |
| 1452 | + "@babel/types" "^7.22.19" |
| 1453 | + debug "^4.1.0" |
| 1454 | + globals "^11.1.0" |
| 1455 | + |
1403 | 1456 | "@babel/traverse@^7.22.8":
|
1404 | 1457 | version "7.22.10"
|
1405 | 1458 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.10.tgz#20252acb240e746d27c2e82b4484f199cf8141aa"
|
|
1434 | 1487 | "@babel/helper-validator-identifier" "^7.22.5"
|
1435 | 1488 | to-fast-properties "^2.0.0"
|
1436 | 1489 |
|
| 1490 | +"@babel/types@^7.22.19": |
| 1491 | + version "7.22.19" |
| 1492 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.19.tgz#7425343253556916e440e662bb221a93ddb75684" |
| 1493 | + integrity sha512-P7LAw/LbojPzkgp5oznjE6tQEIWbp4PkkfrZDINTro9zgBRtI324/EYsiSI7lhPbpIQ+DCeR2NNmMWANGGfZsg== |
| 1494 | + dependencies: |
| 1495 | + "@babel/helper-string-parser" "^7.22.5" |
| 1496 | + "@babel/helper-validator-identifier" "^7.22.19" |
| 1497 | + to-fast-properties "^2.0.0" |
| 1498 | + |
1437 | 1499 | "@babel/types@^7.4.4":
|
1438 | 1500 | version "7.22.11"
|
1439 | 1501 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.11.tgz#0e65a6a1d4d9cbaa892b2213f6159485fe632ea2"
|
|
0 commit comments