|
267 | 267 | dependencies: |
268 | 268 | "@babel/types" "^7.8.3" |
269 | 269 |
|
| 270 | +"@babel/helper-string-parser@^7.27.1": |
| 271 | + version "7.27.1" |
| 272 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687" |
| 273 | + integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA== |
| 274 | + |
| 275 | +"@babel/helper-validator-identifier@^7.28.5": |
| 276 | + version "7.28.5" |
| 277 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4" |
| 278 | + integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q== |
| 279 | + |
270 | 280 | "@babel/helper-validator-identifier@^7.9.0", "@babel/helper-validator-identifier@^7.9.5": |
271 | 281 | version "7.9.5" |
272 | 282 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80" |
|
305 | 315 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.4.tgz#68a35e6b0319bbc014465be43828300113f2f2e8" |
306 | 316 | integrity sha512-bC49otXX6N0/VYhgOMh4gnP26E9xnDZK3TmbNpxYzzz9BQLBosQwfyOe9/cXUU3txYhTzLCbcqd5c8y/OmCjHA== |
307 | 317 |
|
| 318 | +"@babel/parser@^7.20.7": |
| 319 | + version "7.28.6" |
| 320 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.6.tgz#f01a8885b7fa1e56dd8a155130226cd698ef13fd" |
| 321 | + integrity sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ== |
| 322 | + dependencies: |
| 323 | + "@babel/types" "^7.28.6" |
| 324 | + |
308 | 325 | "@babel/parser@^7.9.6": |
309 | 326 | version "7.9.6" |
310 | 327 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.6.tgz#3b1bbb30dabe600cd72db58720998376ff653bc7" |
|
943 | 960 | lodash "^4.17.13" |
944 | 961 | to-fast-properties "^2.0.0" |
945 | 962 |
|
| 963 | +"@babel/types@^7.20.7", "@babel/types@^7.28.6": |
| 964 | + version "7.28.6" |
| 965 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.6.tgz#c3e9377f1b155005bcc4c46020e7e394e13089df" |
| 966 | + integrity sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg== |
| 967 | + dependencies: |
| 968 | + "@babel/helper-string-parser" "^7.27.1" |
| 969 | + "@babel/helper-validator-identifier" "^7.28.5" |
| 970 | + |
946 | 971 | "@babel/types@^7.9.6": |
947 | 972 | version "7.9.6" |
948 | 973 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.6.tgz#2c5502b427251e9de1bd2dff95add646d95cc9f7" |
|
1034 | 1059 | resolved "https://registry.yarnpkg.com/@types/anymatch/-/anymatch-1.3.1.tgz#336badc1beecb9dacc38bea2cf32adf627a8421a" |
1035 | 1060 | integrity sha512-/+CRPXpBDpo2RK9C68N3b2cOvO0Cf5B9aPijHsoDQTHivnGSObdOF2BRQOYjojWTDy6nQvMjmqRXIxH55VjxxA== |
1036 | 1061 |
|
1037 | | -"@types/babel__core@7.1.7", "@types/babel__core@^7.1.0": |
| 1062 | +"@types/babel__core@7.20.5": |
| 1063 | + version "7.20.5" |
| 1064 | + resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.20.5.tgz#3df15f27ba85319caa07ba08d0721889bb39c017" |
| 1065 | + integrity sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA== |
| 1066 | + dependencies: |
| 1067 | + "@babel/parser" "^7.20.7" |
| 1068 | + "@babel/types" "^7.20.7" |
| 1069 | + "@types/babel__generator" "*" |
| 1070 | + "@types/babel__template" "*" |
| 1071 | + "@types/babel__traverse" "*" |
| 1072 | + |
| 1073 | +"@types/babel__core@^7.1.0": |
1038 | 1074 | version "7.1.7" |
1039 | 1075 | resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.7.tgz#1dacad8840364a57c98d0dd4855c6dd3752c6b89" |
1040 | 1076 | integrity sha512-RL62NqSFPCDK2FM1pSDH0scHpJvsXtZNiYlMB73DgPBaG1E38ZYVL+ei5EkWRbr+KC4YNiAUNBnRj+bgwpgjMw== |
|
0 commit comments