|
45 | 45 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.3.tgz#cc49c2ac222d69b889bf34c795f537c0c6311111"
|
46 | 46 | integrity sha512-V42wFfx1ymFte+ecf6iXghnnP8kWTO+ZLXIyZq+1LAXHHvTZdVxicn4yiVYdYMGaCO3tmqub11AorKkv+iodqw==
|
47 | 47 |
|
48 |
| -"@babel/core@7.27.3", "@babel/core@^7.7.5": |
49 |
| - version "7.27.3" |
50 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.3.tgz#d7d05502bccede3cab36373ed142e6a1df554c2f" |
51 |
| - integrity sha512-hyrN8ivxfvJ4i0fIJuV4EOlV0WDMz5Ui4StRTgVaAvWeiRCilXgwVvxJKtFQ3TKtHgJscB2YiXKGNJuVwhQMtA== |
| 48 | +"@babel/core@7.27.4", "@babel/core@^7.7.5": |
| 49 | + version "7.27.4" |
| 50 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.4.tgz#cc1fc55d0ce140a1828d1dd2a2eba285adbfb3ce" |
| 51 | + integrity sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g== |
52 | 52 | dependencies:
|
53 | 53 | "@ampproject/remapping" "^2.2.0"
|
54 | 54 | "@babel/code-frame" "^7.27.1"
|
55 | 55 | "@babel/generator" "^7.27.3"
|
56 | 56 | "@babel/helper-compilation-targets" "^7.27.2"
|
57 | 57 | "@babel/helper-module-transforms" "^7.27.3"
|
58 |
| - "@babel/helpers" "^7.27.3" |
59 |
| - "@babel/parser" "^7.27.3" |
| 58 | + "@babel/helpers" "^7.27.4" |
| 59 | + "@babel/parser" "^7.27.4" |
60 | 60 | "@babel/template" "^7.27.2"
|
61 |
| - "@babel/traverse" "^7.27.3" |
| 61 | + "@babel/traverse" "^7.27.4" |
62 | 62 | "@babel/types" "^7.27.3"
|
63 | 63 | convert-source-map "^2.0.0"
|
64 | 64 | debug "^4.1.0"
|
|
224 | 224 | "@babel/traverse" "^7.27.1"
|
225 | 225 | "@babel/types" "^7.27.1"
|
226 | 226 |
|
227 |
| -"@babel/helpers@^7.27.3": |
228 |
| - version "7.27.3" |
229 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.3.tgz#387d65d279290e22fe7a47a8ffcd2d0c0184edd0" |
230 |
| - integrity sha512-h/eKy9agOya1IGuLaZ9tEUgz+uIRXcbtOhRtUyyMf8JFmn1iT13vnl/IGVWSkdOCG/pC57U4S1jnAabAavTMwg== |
| 227 | +"@babel/helpers@^7.27.4": |
| 228 | + version "7.27.4" |
| 229 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.4.tgz#c79050c6a0e41e095bfc96d469c85431e9ed7fe7" |
| 230 | + integrity sha512-Y+bO6U+I7ZKaM5G5rDUZiYfUvQPUibYmAFe7EnKdnKBbVXDZxvp+MWOH5gYciY0EPk4EScsuFMQBbEfpdRKSCQ== |
231 | 231 | dependencies:
|
232 | 232 | "@babel/template" "^7.27.2"
|
233 | 233 | "@babel/types" "^7.27.3"
|
234 | 234 |
|
235 |
| -"@babel/parser@^7.27.2", "@babel/parser@^7.27.3", "@babel/parser@^7.7.0": |
236 |
| - version "7.27.3" |
237 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.3.tgz#1b7533f0d908ad2ac545c4d05cbe2fb6dc8cfaaf" |
238 |
| - integrity sha512-xyYxRj6+tLNDTWi0KCBcZ9V7yg3/lwL9DWh9Uwh/RIVlIfFidggcgxKX3GCXwCiswwcGRawBKbEg2LG/Y8eJhw== |
| 235 | +"@babel/parser@^7.27.2", "@babel/parser@^7.27.3", "@babel/parser@^7.27.4", "@babel/parser@^7.7.0": |
| 236 | + version "7.27.4" |
| 237 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.4.tgz#f92e89e4f51847be05427285836fc88341c956df" |
| 238 | + integrity sha512-BRmLHGwpUqLFR2jzx9orBuX/ABDkj2jLKOXrHDTN2aOKL+jFDDKaRNo9nyYsIl9h/UE/7lMKdDjKQQyxKKDZ7g== |
239 | 239 | dependencies:
|
240 | 240 | "@babel/types" "^7.27.3"
|
241 | 241 |
|
|
843 | 843 | "@babel/parser" "^7.27.2"
|
844 | 844 | "@babel/types" "^7.27.1"
|
845 | 845 |
|
846 |
| -"@babel/traverse@^7.1.6", "@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3", "@babel/traverse@^7.7.0": |
847 |
| - version "7.27.3" |
848 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.3.tgz#8b62a6c2d10f9d921ba7339c90074708509cffae" |
849 |
| - integrity sha512-lId/IfN/Ye1CIu8xG7oKBHXd2iNb2aW1ilPszzGcJug6M8RCKfVNcYhpI5+bMvFYjK7lXIM0R+a+6r8xhHp2FQ== |
| 846 | +"@babel/traverse@^7.1.6", "@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3", "@babel/traverse@^7.27.4", "@babel/traverse@^7.7.0": |
| 847 | + version "7.27.4" |
| 848 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.4.tgz#b0045ac7023c8472c3d35effd7cc9ebd638da6ea" |
| 849 | + integrity sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA== |
850 | 850 | dependencies:
|
851 | 851 | "@babel/code-frame" "^7.27.1"
|
852 | 852 | "@babel/generator" "^7.27.3"
|
853 |
| - "@babel/parser" "^7.27.3" |
| 853 | + "@babel/parser" "^7.27.4" |
854 | 854 | "@babel/template" "^7.27.2"
|
855 | 855 | "@babel/types" "^7.27.3"
|
856 | 856 | debug "^4.3.1"
|
|
0 commit comments