|
66 | 66 | invariant "^2.2.4" |
67 | 67 | semver "^5.5.0" |
68 | 68 |
|
69 | | -"@babel/core@7.22.15": |
70 | | - version "7.22.15" |
71 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.15.tgz#15d4fd03f478a459015a4b94cfbb3bd42c48d2f4" |
72 | | - integrity sha512-PtZqMmgRrvj8ruoEOIwVA3yoF91O+Hgw9o7DAUTNBA6Mo2jpu31clx9a7Nz/9JznqetTR6zwfC4L3LAjKQXUwA== |
| 69 | +"@babel/core@7.22.17": |
| 70 | + version "7.22.17" |
| 71 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.17.tgz#2f9b0b395985967203514b24ee50f9fd0639c866" |
| 72 | + integrity sha512-2EENLmhpwplDux5PSsZnSbnSkB3tZ6QTksgO25xwEL7pIDcNOMhF5v/s6RzwjMZzZzw9Ofc30gHv5ChCC8pifQ== |
73 | 73 | dependencies: |
74 | 74 | "@ampproject/remapping" "^2.2.0" |
75 | 75 | "@babel/code-frame" "^7.22.13" |
76 | 76 | "@babel/generator" "^7.22.15" |
77 | 77 | "@babel/helper-compilation-targets" "^7.22.15" |
78 | | - "@babel/helper-module-transforms" "^7.22.15" |
| 78 | + "@babel/helper-module-transforms" "^7.22.17" |
79 | 79 | "@babel/helpers" "^7.22.15" |
80 | | - "@babel/parser" "^7.22.15" |
| 80 | + "@babel/parser" "^7.22.16" |
81 | 81 | "@babel/template" "^7.22.15" |
82 | | - "@babel/traverse" "^7.22.15" |
83 | | - "@babel/types" "^7.22.15" |
| 82 | + "@babel/traverse" "^7.22.17" |
| 83 | + "@babel/types" "^7.22.17" |
84 | 84 | convert-source-map "^1.7.0" |
85 | 85 | debug "^4.1.0" |
86 | 86 | gensync "^1.0.0-beta.2" |
|
447 | 447 | "@babel/traverse" "^7.20.1" |
448 | 448 | "@babel/types" "^7.20.2" |
449 | 449 |
|
450 | | -"@babel/helper-module-transforms@^7.22.15": |
451 | | - version "7.22.15" |
452 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.15.tgz#40ad2f6950f143900e9c1c72363c0b431a606082" |
453 | | - integrity sha512-l1UiX4UyHSFsYt17iQ3Se5pQQZZHa22zyIXURmvkmLCD4t/aU+dvNWHatKac/D9Vm9UES7nvIqHs4jZqKviUmQ== |
| 450 | +"@babel/helper-module-transforms@^7.22.17": |
| 451 | + version "7.22.17" |
| 452 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.17.tgz#7edf129097a51ccc12443adbc6320e90eab76693" |
| 453 | + integrity sha512-XouDDhQESrLHTpnBtCKExJdyY4gJCdrvH2Pyv8r8kovX2U8G0dRUOT45T9XlbLtuu9CLXP15eusnkprhoPV5iQ== |
454 | 454 | dependencies: |
455 | 455 | "@babel/helper-environment-visitor" "^7.22.5" |
456 | 456 | "@babel/helper-module-imports" "^7.22.15" |
|
723 | 723 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.5.tgz#7f3c7335fe417665d929f34ae5dceae4c04015e8" |
724 | 724 | integrity sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA== |
725 | 725 |
|
726 | | -"@babel/parser@^7.22.15": |
| 726 | +"@babel/parser@^7.22.15", "@babel/parser@^7.22.16": |
727 | 727 | version "7.22.16" |
728 | 728 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.16.tgz#180aead7f247305cce6551bea2720934e2fa2c95" |
729 | 729 | integrity sha512-+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA== |
|
1503 | 1503 | debug "^4.1.0" |
1504 | 1504 | globals "^11.1.0" |
1505 | 1505 |
|
| 1506 | +"@babel/traverse@^7.22.17": |
| 1507 | + version "7.22.17" |
| 1508 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.17.tgz#b23c203ab3707e3be816043081b4a994fcacec44" |
| 1509 | + integrity sha512-xK4Uwm0JnAMvxYZxOVecss85WxTEIbTa7bnGyf/+EgCL5Zt3U7htUpEOWv9detPlamGKuRzCqw74xVglDWpPdg== |
| 1510 | + dependencies: |
| 1511 | + "@babel/code-frame" "^7.22.13" |
| 1512 | + "@babel/generator" "^7.22.15" |
| 1513 | + "@babel/helper-environment-visitor" "^7.22.5" |
| 1514 | + "@babel/helper-function-name" "^7.22.5" |
| 1515 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 1516 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 1517 | + "@babel/parser" "^7.22.16" |
| 1518 | + "@babel/types" "^7.22.17" |
| 1519 | + debug "^4.1.0" |
| 1520 | + globals "^11.1.0" |
| 1521 | + |
1506 | 1522 | "@babel/traverse@^7.4.4", "@babel/traverse@^7.4.5", "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.3", "@babel/traverse@^7.8.6", "@babel/traverse@^7.9.0": |
1507 | 1523 | version "7.9.5" |
1508 | 1524 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.5.tgz#6e7c56b44e2ac7011a948c21e283ddd9d9db97a2" |
|
1563 | 1579 | "@babel/helper-validator-identifier" "^7.22.15" |
1564 | 1580 | to-fast-properties "^2.0.0" |
1565 | 1581 |
|
| 1582 | +"@babel/types@^7.22.17": |
| 1583 | + version "7.22.17" |
| 1584 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.17.tgz#f753352c4610ffddf9c8bc6823f9ff03e2303eee" |
| 1585 | + integrity sha512-YSQPHLFtQNE5xN9tHuZnzu8vPr61wVTBZdfv1meex1NBosa4iT05k/Jw06ddJugi4bk7The/oSwQGFcksmEJQg== |
| 1586 | + dependencies: |
| 1587 | + "@babel/helper-string-parser" "^7.22.5" |
| 1588 | + "@babel/helper-validator-identifier" "^7.22.15" |
| 1589 | + to-fast-properties "^2.0.0" |
| 1590 | + |
1566 | 1591 | "@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5": |
1567 | 1592 | version "7.9.5" |
1568 | 1593 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444" |
|
0 commit comments