|
73 | 73 | "@babel/highlight" "^7.24.7" |
74 | 74 | picocolors "^1.0.0" |
75 | 75 |
|
76 | | -"@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.25.2": |
77 | | - version "7.25.2" |
78 | | - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.2.tgz#e41928bd33475305c586f6acbbb7e3ade7a6f7f5" |
79 | | - integrity sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ== |
| 76 | +"@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.25.2", "@babel/compat-data@^7.25.4": |
| 77 | + version "7.25.4" |
| 78 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.4.tgz#7d2a80ce229890edcf4cc259d4d696cb4dae2fcb" |
| 79 | + integrity sha512-+LGRog6RAsCJrrrg/IO6LGmpphNe5DiK30dGjCoxxeGv49B10/3XYGxPsAwrDlMFcFEvdAUavDT8r9k/hSyQqQ== |
80 | 80 |
|
81 | 81 | "@babel/core@7.25.2", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.14.0", "@babel/core@^7.22.9", "@babel/core@^7.23.9", "@babel/core@^7.24.5": |
82 | 82 | version "7.25.2" |
|
99 | 99 | json5 "^2.2.3" |
100 | 100 | semver "^6.3.1" |
101 | 101 |
|
102 | | -"@babel/generator@^7.14.0", "@babel/generator@^7.25.0", "@babel/generator@^7.7.2": |
103 | | - version "7.25.0" |
104 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.0.tgz#f858ddfa984350bc3d3b7f125073c9af6988f18e" |
105 | | - integrity sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw== |
| 102 | +"@babel/generator@^7.14.0", "@babel/generator@^7.25.0", "@babel/generator@^7.25.4", "@babel/generator@^7.7.2": |
| 103 | + version "7.25.4" |
| 104 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.4.tgz#1dc63c1c9caae9e6dc24e264eac254eb25005669" |
| 105 | + integrity sha512-NFtZmZsyzDPJnk9Zg3BbTfKKc9UlHYzD0E//p2Z3B9nCwwtJW9T0gVbCz8+fBngnn4zf1Dr3IK8PHQQHq0lDQw== |
106 | 106 | dependencies: |
107 | | - "@babel/types" "^7.25.0" |
| 107 | + "@babel/types" "^7.25.4" |
108 | 108 | "@jridgewell/gen-mapping" "^0.3.5" |
109 | 109 | "@jridgewell/trace-mapping" "^0.3.25" |
110 | 110 | jsesc "^2.5.1" |
|
135 | 135 | lru-cache "^5.1.1" |
136 | 136 | semver "^6.3.1" |
137 | 137 |
|
138 | | -"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.24.7", "@babel/helper-create-class-features-plugin@^7.25.0": |
139 | | - version "7.25.0" |
140 | | - resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.0.tgz#a109bf9c3d58dfed83aaf42e85633c89f43a6253" |
141 | | - integrity sha512-GYM6BxeQsETc9mnct+nIIpf63SAyzvyYN7UB/IlTyd+MBg06afFGp0mIeUqGyWgS2mxad6vqbMrHVlaL3m70sQ== |
| 138 | +"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.24.7", "@babel/helper-create-class-features-plugin@^7.25.0", "@babel/helper-create-class-features-plugin@^7.25.4": |
| 139 | + version "7.25.4" |
| 140 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.4.tgz#57eaf1af38be4224a9d9dd01ddde05b741f50e14" |
| 141 | + integrity sha512-ro/bFs3/84MDgDmMwbcHgDa8/E6J3QKNTk4xJJnVeFtGE+tL0K26E3pNxhYz2b67fJpt7Aphw5XcploKXuCvCQ== |
142 | 142 | dependencies: |
143 | 143 | "@babel/helper-annotate-as-pure" "^7.24.7" |
144 | 144 | "@babel/helper-member-expression-to-functions" "^7.24.8" |
145 | 145 | "@babel/helper-optimise-call-expression" "^7.24.7" |
146 | 146 | "@babel/helper-replace-supers" "^7.25.0" |
147 | 147 | "@babel/helper-skip-transparent-expression-wrappers" "^7.24.7" |
148 | | - "@babel/traverse" "^7.25.0" |
| 148 | + "@babel/traverse" "^7.25.4" |
149 | 149 | semver "^6.3.1" |
150 | 150 |
|
151 | | -"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.24.7", "@babel/helper-create-regexp-features-plugin@^7.25.0": |
| 151 | +"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.24.7", "@babel/helper-create-regexp-features-plugin@^7.25.0", "@babel/helper-create-regexp-features-plugin@^7.25.2": |
152 | 152 | version "7.25.2" |
153 | 153 | resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.2.tgz#24c75974ed74183797ffd5f134169316cd1808d9" |
154 | 154 | integrity sha512-+wqVGP+DFmqwFD3EH6TMTfUNeqDehV3E/dl+Sd54eaXqm17tEUNbEIn4sVivVowbvUpOtIGxdo3GoXyDH9N/9g== |
|
282 | 282 | js-tokens "^4.0.0" |
283 | 283 | picocolors "^1.0.0" |
284 | 284 |
|
285 | | -"@babel/parser@^7.1.0", "@babel/parser@^7.14.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.8", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.25.0", "@babel/parser@^7.25.3": |
286 | | - version "7.25.3" |
287 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.3.tgz#91fb126768d944966263f0657ab222a642b82065" |
288 | | - integrity sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw== |
| 285 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.8", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.25.0", "@babel/parser@^7.25.4": |
| 286 | + version "7.25.4" |
| 287 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.4.tgz#af4f2df7d02440286b7de57b1c21acfb2a6f257a" |
| 288 | + integrity sha512-nq+eWrOgdtu3jG5Os4TQP3x3cLA8hR8TvJNjD8vnPa20WGycimcparWnLK4jJhElTK6SDyuJo1weMKO/5LpmLA== |
289 | 289 | dependencies: |
290 | | - "@babel/types" "^7.25.2" |
| 290 | + "@babel/types" "^7.25.4" |
291 | 291 |
|
292 | 292 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.3": |
293 | 293 | version "7.25.3" |
|
530 | 530 | dependencies: |
531 | 531 | "@babel/helper-plugin-utils" "^7.24.7" |
532 | 532 |
|
533 | | -"@babel/plugin-transform-async-generator-functions@^7.25.0": |
534 | | - version "7.25.0" |
535 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.0.tgz#b785cf35d73437f6276b1e30439a57a50747bddf" |
536 | | - integrity sha512-uaIi2FdqzjpAMvVqvB51S42oC2JEVgh0LDsGfZVDysWE8LrJtQC2jvKmOqEYThKyB7bDEb7BP1GYWDm7tABA0Q== |
| 533 | +"@babel/plugin-transform-async-generator-functions@^7.25.4": |
| 534 | + version "7.25.4" |
| 535 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.4.tgz#2afd4e639e2d055776c9f091b6c0c180ed8cf083" |
| 536 | + integrity sha512-jz8cV2XDDTqjKPwVPJBIjORVEmSGYhdRa8e5k5+vN+uwcjSrSxUaebBRa4ko1jqNF2uxyg8G6XYk30Jv285xzg== |
537 | 537 | dependencies: |
538 | 538 | "@babel/helper-plugin-utils" "^7.24.8" |
539 | 539 | "@babel/helper-remap-async-to-generator" "^7.25.0" |
540 | 540 | "@babel/plugin-syntax-async-generators" "^7.8.4" |
541 | | - "@babel/traverse" "^7.25.0" |
| 541 | + "@babel/traverse" "^7.25.4" |
542 | 542 |
|
543 | 543 | "@babel/plugin-transform-async-to-generator@^7.24.7": |
544 | 544 | version "7.24.7" |
|
563 | 563 | dependencies: |
564 | 564 | "@babel/helper-plugin-utils" "^7.24.8" |
565 | 565 |
|
566 | | -"@babel/plugin-transform-class-properties@^7.24.7": |
567 | | - version "7.24.7" |
568 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.7.tgz#256879467b57b0b68c7ddfc5b76584f398cd6834" |
569 | | - integrity sha512-vKbfawVYayKcSeSR5YYzzyXvsDFWU2mD8U5TFeXtbCPLFUqe7GyCgvO6XDHzje862ODrOwy6WCPmKeWHbCFJ4w== |
| 566 | +"@babel/plugin-transform-class-properties@^7.25.4": |
| 567 | + version "7.25.4" |
| 568 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.4.tgz#bae7dbfcdcc2e8667355cd1fb5eda298f05189fd" |
| 569 | + integrity sha512-nZeZHyCWPfjkdU5pA/uHiTaDAFUEqkpzf1YoQT2NeSynCGYq9rxfyI3XpQbfx/a0hSnFH6TGlEXvae5Vi7GD8g== |
570 | 570 | dependencies: |
571 | | - "@babel/helper-create-class-features-plugin" "^7.24.7" |
572 | | - "@babel/helper-plugin-utils" "^7.24.7" |
| 571 | + "@babel/helper-create-class-features-plugin" "^7.25.4" |
| 572 | + "@babel/helper-plugin-utils" "^7.24.8" |
573 | 573 |
|
574 | 574 | "@babel/plugin-transform-class-static-block@^7.24.7": |
575 | 575 | version "7.24.7" |
|
580 | 580 | "@babel/helper-plugin-utils" "^7.24.7" |
581 | 581 | "@babel/plugin-syntax-class-static-block" "^7.14.5" |
582 | 582 |
|
583 | | -"@babel/plugin-transform-classes@^7.0.0", "@babel/plugin-transform-classes@^7.25.0": |
584 | | - version "7.25.0" |
585 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.0.tgz#63122366527d88e0ef61b612554fe3f8c793991e" |
586 | | - integrity sha512-xyi6qjr/fYU304fiRwFbekzkqVJZ6A7hOjWZd+89FVcBqPV3S9Wuozz82xdpLspckeaafntbzglaW4pqpzvtSw== |
| 583 | +"@babel/plugin-transform-classes@^7.0.0", "@babel/plugin-transform-classes@^7.25.4": |
| 584 | + version "7.25.4" |
| 585 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.4.tgz#d29dbb6a72d79f359952ad0b66d88518d65ef89a" |
| 586 | + integrity sha512-oexUfaQle2pF/b6E0dwsxQtAol9TLSO88kQvym6HHBWFliV2lGdrPieX+WgMRLSJDVzdYywk7jXbLPuO2KLTLg== |
587 | 587 | dependencies: |
588 | 588 | "@babel/helper-annotate-as-pure" "^7.24.7" |
589 | | - "@babel/helper-compilation-targets" "^7.24.8" |
| 589 | + "@babel/helper-compilation-targets" "^7.25.2" |
590 | 590 | "@babel/helper-plugin-utils" "^7.24.8" |
591 | 591 | "@babel/helper-replace-supers" "^7.25.0" |
592 | | - "@babel/traverse" "^7.25.0" |
| 592 | + "@babel/traverse" "^7.25.4" |
593 | 593 | globals "^11.1.0" |
594 | 594 |
|
595 | 595 | "@babel/plugin-transform-computed-properties@^7.0.0", "@babel/plugin-transform-computed-properties@^7.24.7": |
|
817 | 817 | dependencies: |
818 | 818 | "@babel/helper-plugin-utils" "^7.24.7" |
819 | 819 |
|
820 | | -"@babel/plugin-transform-private-methods@^7.24.7": |
821 | | - version "7.24.7" |
822 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.7.tgz#e6318746b2ae70a59d023d5cc1344a2ba7a75f5e" |
823 | | - integrity sha512-COTCOkG2hn4JKGEKBADkA8WNb35TGkkRbI5iT845dB+NyqgO8Hn+ajPbSnIQznneJTa3d30scb6iz/DhH8GsJQ== |
| 820 | +"@babel/plugin-transform-private-methods@^7.25.4": |
| 821 | + version "7.25.4" |
| 822 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.4.tgz#9bbefbe3649f470d681997e0b64a4b254d877242" |
| 823 | + integrity sha512-ao8BG7E2b/URaUQGqN3Tlsg+M3KlHY6rJ1O1gXAEUnZoyNQnvKyH87Kfg+FoxSeyWUB8ISZZsC91C44ZuBFytw== |
824 | 824 | dependencies: |
825 | | - "@babel/helper-create-class-features-plugin" "^7.24.7" |
826 | | - "@babel/helper-plugin-utils" "^7.24.7" |
| 825 | + "@babel/helper-create-class-features-plugin" "^7.25.4" |
| 826 | + "@babel/helper-plugin-utils" "^7.24.8" |
827 | 827 |
|
828 | 828 | "@babel/plugin-transform-private-property-in-object@^7.24.7": |
829 | 829 | version "7.24.7" |
|
959 | 959 | "@babel/helper-create-regexp-features-plugin" "^7.24.7" |
960 | 960 | "@babel/helper-plugin-utils" "^7.24.7" |
961 | 961 |
|
962 | | -"@babel/plugin-transform-unicode-sets-regex@^7.24.7": |
963 | | - version "7.24.7" |
964 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.7.tgz#d40705d67523803a576e29c63cef6e516b858ed9" |
965 | | - integrity sha512-2G8aAvF4wy1w/AGZkemprdGMRg5o6zPNhbHVImRz3lss55TYCBd6xStN19rt8XJHq20sqV0JbyWjOWwQRwV/wg== |
| 962 | +"@babel/plugin-transform-unicode-sets-regex@^7.25.4": |
| 963 | + version "7.25.4" |
| 964 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.4.tgz#be664c2a0697ffacd3423595d5edef6049e8946c" |
| 965 | + integrity sha512-qesBxiWkgN1Q+31xUE9RcMk79eOXXDCv6tfyGMRSs4RGlioSg2WVyQAm07k726cSE56pa+Kb0y9epX2qaXzTvA== |
966 | 966 | dependencies: |
967 | | - "@babel/helper-create-regexp-features-plugin" "^7.24.7" |
968 | | - "@babel/helper-plugin-utils" "^7.24.7" |
| 967 | + "@babel/helper-create-regexp-features-plugin" "^7.25.2" |
| 968 | + "@babel/helper-plugin-utils" "^7.24.8" |
969 | 969 |
|
970 | | -"@babel/preset-env@7.25.3": |
971 | | - version "7.25.3" |
972 | | - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.3.tgz#0bf4769d84ac51d1073ab4a86f00f30a3a83c67c" |
973 | | - integrity sha512-QsYW7UeAaXvLPX9tdVliMJE7MD7M6MLYVTovRTIwhoYQVFHR1rM4wO8wqAezYi3/BpSD+NzVCZ69R6smWiIi8g== |
| 970 | +"@babel/preset-env@7.25.4": |
| 971 | + version "7.25.4" |
| 972 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.4.tgz#be23043d43a34a2721cd0f676c7ba6f1481f6af6" |
| 973 | + integrity sha512-W9Gyo+KmcxjGahtt3t9fb14vFRWvPpu5pT6GBlovAK6BTBcxgjfVMSQCfJl4oi35ODrxP6xx2Wr8LNST57Mraw== |
974 | 974 | dependencies: |
975 | | - "@babel/compat-data" "^7.25.2" |
| 975 | + "@babel/compat-data" "^7.25.4" |
976 | 976 | "@babel/helper-compilation-targets" "^7.25.2" |
977 | 977 | "@babel/helper-plugin-utils" "^7.24.8" |
978 | 978 | "@babel/helper-validator-option" "^7.24.8" |
|
1001 | 1001 | "@babel/plugin-syntax-top-level-await" "^7.14.5" |
1002 | 1002 | "@babel/plugin-syntax-unicode-sets-regex" "^7.18.6" |
1003 | 1003 | "@babel/plugin-transform-arrow-functions" "^7.24.7" |
1004 | | - "@babel/plugin-transform-async-generator-functions" "^7.25.0" |
| 1004 | + "@babel/plugin-transform-async-generator-functions" "^7.25.4" |
1005 | 1005 | "@babel/plugin-transform-async-to-generator" "^7.24.7" |
1006 | 1006 | "@babel/plugin-transform-block-scoped-functions" "^7.24.7" |
1007 | 1007 | "@babel/plugin-transform-block-scoping" "^7.25.0" |
1008 | | - "@babel/plugin-transform-class-properties" "^7.24.7" |
| 1008 | + "@babel/plugin-transform-class-properties" "^7.25.4" |
1009 | 1009 | "@babel/plugin-transform-class-static-block" "^7.24.7" |
1010 | | - "@babel/plugin-transform-classes" "^7.25.0" |
| 1010 | + "@babel/plugin-transform-classes" "^7.25.4" |
1011 | 1011 | "@babel/plugin-transform-computed-properties" "^7.24.7" |
1012 | 1012 | "@babel/plugin-transform-destructuring" "^7.24.8" |
1013 | 1013 | "@babel/plugin-transform-dotall-regex" "^7.24.7" |
|
1035 | 1035 | "@babel/plugin-transform-optional-catch-binding" "^7.24.7" |
1036 | 1036 | "@babel/plugin-transform-optional-chaining" "^7.24.8" |
1037 | 1037 | "@babel/plugin-transform-parameters" "^7.24.7" |
1038 | | - "@babel/plugin-transform-private-methods" "^7.24.7" |
| 1038 | + "@babel/plugin-transform-private-methods" "^7.25.4" |
1039 | 1039 | "@babel/plugin-transform-private-property-in-object" "^7.24.7" |
1040 | 1040 | "@babel/plugin-transform-property-literals" "^7.24.7" |
1041 | 1041 | "@babel/plugin-transform-regenerator" "^7.24.7" |
|
1048 | 1048 | "@babel/plugin-transform-unicode-escapes" "^7.24.7" |
1049 | 1049 | "@babel/plugin-transform-unicode-property-regex" "^7.24.7" |
1050 | 1050 | "@babel/plugin-transform-unicode-regex" "^7.24.7" |
1051 | | - "@babel/plugin-transform-unicode-sets-regex" "^7.24.7" |
| 1051 | + "@babel/plugin-transform-unicode-sets-regex" "^7.25.4" |
1052 | 1052 | "@babel/preset-modules" "0.1.6-no-external-plugins" |
1053 | 1053 | babel-plugin-polyfill-corejs2 "^0.4.10" |
1054 | | - babel-plugin-polyfill-corejs3 "^0.10.4" |
| 1054 | + babel-plugin-polyfill-corejs3 "^0.10.6" |
1055 | 1055 | babel-plugin-polyfill-regenerator "^0.6.1" |
1056 | 1056 | core-js-compat "^3.37.1" |
1057 | 1057 | semver "^6.3.1" |
|
1097 | 1097 | "@babel/parser" "^7.25.0" |
1098 | 1098 | "@babel/types" "^7.25.0" |
1099 | 1099 |
|
1100 | | -"@babel/traverse@^7.14.0", "@babel/traverse@^7.16.8", "@babel/traverse@^7.24.7", "@babel/traverse@^7.24.8", "@babel/traverse@^7.25.0", "@babel/traverse@^7.25.1", "@babel/traverse@^7.25.2", "@babel/traverse@^7.25.3": |
1101 | | - version "7.25.3" |
1102 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.3.tgz#f1b901951c83eda2f3e29450ce92743783373490" |
1103 | | - integrity sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ== |
| 1100 | +"@babel/traverse@^7.14.0", "@babel/traverse@^7.16.8", "@babel/traverse@^7.24.7", "@babel/traverse@^7.24.8", "@babel/traverse@^7.25.0", "@babel/traverse@^7.25.1", "@babel/traverse@^7.25.2", "@babel/traverse@^7.25.3", "@babel/traverse@^7.25.4": |
| 1101 | + version "7.25.4" |
| 1102 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.4.tgz#648678046990f2957407e3086e97044f13c3e18e" |
| 1103 | + integrity sha512-VJ4XsrD+nOvlXyLzmLzUs/0qjFS4sK30te5yEFlvbbUNEgKaVb2BHZUpAL+ttLPQAHNrsI3zZisbfha5Cvr8vg== |
1104 | 1104 | dependencies: |
1105 | 1105 | "@babel/code-frame" "^7.24.7" |
1106 | | - "@babel/generator" "^7.25.0" |
1107 | | - "@babel/parser" "^7.25.3" |
| 1106 | + "@babel/generator" "^7.25.4" |
| 1107 | + "@babel/parser" "^7.25.4" |
1108 | 1108 | "@babel/template" "^7.25.0" |
1109 | | - "@babel/types" "^7.25.2" |
| 1109 | + "@babel/types" "^7.25.4" |
1110 | 1110 | debug "^4.3.1" |
1111 | 1111 | globals "^11.1.0" |
1112 | 1112 |
|
1113 | | -"@babel/types@^7.0.0", "@babel/types@^7.16.8", "@babel/types@^7.20.7", "@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.25.0", "@babel/types@^7.25.2", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
1114 | | - version "7.25.2" |
1115 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.2.tgz#55fb231f7dc958cd69ea141a4c2997e819646125" |
1116 | | - integrity sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q== |
| 1113 | +"@babel/types@^7.0.0", "@babel/types@^7.16.8", "@babel/types@^7.20.7", "@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.25.0", "@babel/types@^7.25.2", "@babel/types@^7.25.4", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
| 1114 | + version "7.25.4" |
| 1115 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.4.tgz#6bcb46c72fdf1012a209d016c07f769e10adcb5f" |
| 1116 | + integrity sha512-zQ1ijeeCXVEh+aNL0RlmkPkG8HUiDcU2pzQQFjtbntgAczRASFzj4H+6+bV+dy1ntKR14I/DypeuRG1uma98iQ== |
1117 | 1117 | dependencies: |
1118 | 1118 | "@babel/helper-string-parser" "^7.24.8" |
1119 | 1119 | "@babel/helper-validator-identifier" "^7.24.7" |
@@ -3475,7 +3475,7 @@ babel-plugin-polyfill-corejs2@^0.4.10: |
3475 | 3475 | "@babel/helper-define-polyfill-provider" "^0.6.2" |
3476 | 3476 | semver "^6.3.1" |
3477 | 3477 |
|
3478 | | -babel-plugin-polyfill-corejs3@^0.10.4: |
| 3478 | +babel-plugin-polyfill-corejs3@^0.10.6: |
3479 | 3479 | version "0.10.6" |
3480 | 3480 | resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz#2deda57caef50f59c525aeb4964d3b2f867710c7" |
3481 | 3481 | integrity sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA== |
|
0 commit comments