|
76 | 76 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9"
|
77 | 77 | integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==
|
78 | 78 |
|
79 |
| -"@babel/core@7.27.3": |
80 |
| - version "7.27.3" |
81 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.3.tgz#d7d05502bccede3cab36373ed142e6a1df554c2f" |
82 |
| - integrity sha512-hyrN8ivxfvJ4i0fIJuV4EOlV0WDMz5Ui4StRTgVaAvWeiRCilXgwVvxJKtFQ3TKtHgJscB2YiXKGNJuVwhQMtA== |
| 79 | +"@babel/core@7.27.4": |
| 80 | + version "7.27.4" |
| 81 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.4.tgz#cc1fc55d0ce140a1828d1dd2a2eba285adbfb3ce" |
| 82 | + integrity sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g== |
83 | 83 | dependencies:
|
84 | 84 | "@ampproject/remapping" "^2.2.0"
|
85 | 85 | "@babel/code-frame" "^7.27.1"
|
86 | 86 | "@babel/generator" "^7.27.3"
|
87 | 87 | "@babel/helper-compilation-targets" "^7.27.2"
|
88 | 88 | "@babel/helper-module-transforms" "^7.27.3"
|
89 |
| - "@babel/helpers" "^7.27.3" |
90 |
| - "@babel/parser" "^7.27.3" |
| 89 | + "@babel/helpers" "^7.27.4" |
| 90 | + "@babel/parser" "^7.27.4" |
91 | 91 | "@babel/template" "^7.27.2"
|
92 |
| - "@babel/traverse" "^7.27.3" |
| 92 | + "@babel/traverse" "^7.27.4" |
93 | 93 | "@babel/types" "^7.27.3"
|
94 | 94 | convert-source-map "^2.0.0"
|
95 | 95 | debug "^4.1.0"
|
|
663 | 663 | "@babel/traverse" "^7.14.5"
|
664 | 664 | "@babel/types" "^7.14.5"
|
665 | 665 |
|
666 |
| -"@babel/helpers@^7.27.3": |
667 |
| - version "7.27.3" |
668 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.3.tgz#387d65d279290e22fe7a47a8ffcd2d0c0184edd0" |
669 |
| - integrity sha512-h/eKy9agOya1IGuLaZ9tEUgz+uIRXcbtOhRtUyyMf8JFmn1iT13vnl/IGVWSkdOCG/pC57U4S1jnAabAavTMwg== |
| 666 | +"@babel/helpers@^7.27.4": |
| 667 | + version "7.27.4" |
| 668 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.4.tgz#c79050c6a0e41e095bfc96d469c85431e9ed7fe7" |
| 669 | + integrity sha512-Y+bO6U+I7ZKaM5G5rDUZiYfUvQPUibYmAFe7EnKdnKBbVXDZxvp+MWOH5gYciY0EPk4EScsuFMQBbEfpdRKSCQ== |
670 | 670 | dependencies:
|
671 | 671 | "@babel/template" "^7.27.2"
|
672 | 672 | "@babel/types" "^7.27.3"
|
|
727 | 727 | dependencies:
|
728 | 728 | "@babel/types" "^7.27.3"
|
729 | 729 |
|
| 730 | +"@babel/parser@^7.27.4": |
| 731 | + version "7.27.4" |
| 732 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.4.tgz#f92e89e4f51847be05427285836fc88341c956df" |
| 733 | + integrity sha512-BRmLHGwpUqLFR2jzx9orBuX/ABDkj2jLKOXrHDTN2aOKL+jFDDKaRNo9nyYsIl9h/UE/7lMKdDjKQQyxKKDZ7g== |
| 734 | + dependencies: |
| 735 | + "@babel/types" "^7.27.3" |
| 736 | + |
730 | 737 | "@babel/parser@^7.3.3":
|
731 | 738 | version "7.14.7"
|
732 | 739 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.7.tgz#6099720c8839ca865a2637e6c85852ead0bdb595"
|
|
2054 | 2061 | debug "^4.3.1"
|
2055 | 2062 | globals "^11.1.0"
|
2056 | 2063 |
|
| 2064 | +"@babel/traverse@^7.27.4": |
| 2065 | + version "7.27.4" |
| 2066 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.4.tgz#b0045ac7023c8472c3d35effd7cc9ebd638da6ea" |
| 2067 | + integrity sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA== |
| 2068 | + dependencies: |
| 2069 | + "@babel/code-frame" "^7.27.1" |
| 2070 | + "@babel/generator" "^7.27.3" |
| 2071 | + "@babel/parser" "^7.27.4" |
| 2072 | + "@babel/template" "^7.27.2" |
| 2073 | + "@babel/types" "^7.27.3" |
| 2074 | + debug "^4.3.1" |
| 2075 | + globals "^11.1.0" |
| 2076 | + |
2057 | 2077 | "@babel/types@^7.12.13", "@babel/types@^7.13.12", "@babel/types@^7.14.2", "@babel/types@^7.4.4":
|
2058 | 2078 | version "7.14.2"
|
2059 | 2079 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.2.tgz#4208ae003107ef8a057ea8333e56eb64d2f6a2c3"
|
|
0 commit comments