|
267 | 267 | dependencies: |
268 | 268 | "@babel/types" "^7.8.3" |
269 | 269 |
|
| 270 | +"@babel/helper-string-parser@^7.23.4": |
| 271 | + version "7.23.4" |
| 272 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83" |
| 273 | + integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ== |
| 274 | + |
| 275 | +"@babel/helper-validator-identifier@^7.22.20": |
| 276 | + version "7.22.20" |
| 277 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 278 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 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.23.4" |
| 320 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.4.tgz#409fbe690c333bb70187e2de4021e1e47a026661" |
| 321 | + integrity sha512-vf3Xna6UEprW+7t6EtOmFpHNAuxw3xqPZghy+brsnusscJRW5BMUzzHZc5ICjULee81WeUV2jjakG09MDglJXQ== |
| 322 | + |
308 | 323 | "@babel/parser@^7.9.6": |
309 | 324 | version "7.9.6" |
310 | 325 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.6.tgz#3b1bbb30dabe600cd72db58720998376ff653bc7" |
|
943 | 958 | lodash "^4.17.13" |
944 | 959 | to-fast-properties "^2.0.0" |
945 | 960 |
|
| 961 | +"@babel/types@^7.20.7": |
| 962 | + version "7.23.4" |
| 963 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.4.tgz#7206a1810fc512a7f7f7d4dace4cb4c1c9dbfb8e" |
| 964 | + integrity sha512-7uIFwVYpoplT5jp/kVv6EF93VaJ8H+Yn5IczYiaAi98ajzjfoZfslet/e0sLh+wVBjb2qqIut1b0S26VSafsSQ== |
| 965 | + dependencies: |
| 966 | + "@babel/helper-string-parser" "^7.23.4" |
| 967 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 968 | + to-fast-properties "^2.0.0" |
| 969 | + |
946 | 970 | "@babel/types@^7.9.6": |
947 | 971 | version "7.9.6" |
948 | 972 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.6.tgz#2c5502b427251e9de1bd2dff95add646d95cc9f7" |
|
1034 | 1058 | resolved "https://registry.yarnpkg.com/@types/anymatch/-/anymatch-1.3.1.tgz#336badc1beecb9dacc38bea2cf32adf627a8421a" |
1035 | 1059 | integrity sha512-/+CRPXpBDpo2RK9C68N3b2cOvO0Cf5B9aPijHsoDQTHivnGSObdOF2BRQOYjojWTDy6nQvMjmqRXIxH55VjxxA== |
1036 | 1060 |
|
1037 | | -"@types/babel__core@7.1.7", "@types/babel__core@^7.1.0": |
| 1061 | +"@types/babel__core@7.20.5": |
| 1062 | + version "7.20.5" |
| 1063 | + resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.20.5.tgz#3df15f27ba85319caa07ba08d0721889bb39c017" |
| 1064 | + integrity sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA== |
| 1065 | + dependencies: |
| 1066 | + "@babel/parser" "^7.20.7" |
| 1067 | + "@babel/types" "^7.20.7" |
| 1068 | + "@types/babel__generator" "*" |
| 1069 | + "@types/babel__template" "*" |
| 1070 | + "@types/babel__traverse" "*" |
| 1071 | + |
| 1072 | +"@types/babel__core@^7.1.0": |
1038 | 1073 | version "7.1.7" |
1039 | 1074 | resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.7.tgz#1dacad8840364a57c98d0dd4855c6dd3752c6b89" |
1040 | 1075 | integrity sha512-RL62NqSFPCDK2FM1pSDH0scHpJvsXtZNiYlMB73DgPBaG1E38ZYVL+ei5EkWRbr+KC4YNiAUNBnRj+bgwpgjMw== |
|
0 commit comments