|
23 | 23 | "@babel/highlight" "^7.24.7"
|
24 | 24 | picocolors "^1.0.0"
|
25 | 25 |
|
26 |
| -"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.25.2": |
27 |
| - version "7.25.2" |
28 |
| - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.2.tgz#e41928bd33475305c586f6acbbb7e3ade7a6f7f5" |
29 |
| - integrity sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ== |
| 26 | +"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.25.2", "@babel/compat-data@^7.25.4": |
| 27 | + version "7.25.4" |
| 28 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.4.tgz#7d2a80ce229890edcf4cc259d4d696cb4dae2fcb" |
| 29 | + integrity sha512-+LGRog6RAsCJrrrg/IO6LGmpphNe5DiK30dGjCoxxeGv49B10/3XYGxPsAwrDlMFcFEvdAUavDT8r9k/hSyQqQ== |
30 | 30 |
|
31 | 31 | "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.16.0", "@babel/core@^7.21.3", "@babel/core@^7.25.2":
|
32 | 32 | version "7.25.2"
|
|
68 | 68 | "@jridgewell/trace-mapping" "^0.3.25"
|
69 | 69 | jsesc "^2.5.1"
|
70 | 70 |
|
| 71 | +"@babel/generator@^7.25.4": |
| 72 | + version "7.25.4" |
| 73 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.4.tgz#1dc63c1c9caae9e6dc24e264eac254eb25005669" |
| 74 | + integrity sha512-NFtZmZsyzDPJnk9Zg3BbTfKKc9UlHYzD0E//p2Z3B9nCwwtJW9T0gVbCz8+fBngnn4zf1Dr3IK8PHQQHq0lDQw== |
| 75 | + dependencies: |
| 76 | + "@babel/types" "^7.25.4" |
| 77 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 78 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 79 | + jsesc "^2.5.1" |
| 80 | + |
71 | 81 | "@babel/helper-annotate-as-pure@^7.18.6":
|
72 | 82 | version "7.18.6"
|
73 | 83 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
|
|
143 | 153 | "@babel/helper-split-export-declaration" "^7.24.7"
|
144 | 154 | semver "^6.3.1"
|
145 | 155 |
|
| 156 | +"@babel/helper-create-class-features-plugin@^7.25.4": |
| 157 | + version "7.25.4" |
| 158 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.4.tgz#57eaf1af38be4224a9d9dd01ddde05b741f50e14" |
| 159 | + integrity sha512-ro/bFs3/84MDgDmMwbcHgDa8/E6J3QKNTk4xJJnVeFtGE+tL0K26E3pNxhYz2b67fJpt7Aphw5XcploKXuCvCQ== |
| 160 | + dependencies: |
| 161 | + "@babel/helper-annotate-as-pure" "^7.24.7" |
| 162 | + "@babel/helper-member-expression-to-functions" "^7.24.8" |
| 163 | + "@babel/helper-optimise-call-expression" "^7.24.7" |
| 164 | + "@babel/helper-replace-supers" "^7.25.0" |
| 165 | + "@babel/helper-skip-transparent-expression-wrappers" "^7.24.7" |
| 166 | + "@babel/traverse" "^7.25.4" |
| 167 | + semver "^6.3.1" |
| 168 | + |
146 | 169 | "@babel/helper-create-regexp-features-plugin@^7.18.6":
|
147 | 170 | version "7.19.0"
|
148 | 171 | resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.19.0.tgz#7976aca61c0984202baca73d84e2337a5424a41b"
|
|
169 | 192 | regexpu-core "^5.3.1"
|
170 | 193 | semver "^6.3.1"
|
171 | 194 |
|
| 195 | +"@babel/helper-create-regexp-features-plugin@^7.25.2": |
| 196 | + version "7.25.2" |
| 197 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.2.tgz#24c75974ed74183797ffd5f134169316cd1808d9" |
| 198 | + integrity sha512-+wqVGP+DFmqwFD3EH6TMTfUNeqDehV3E/dl+Sd54eaXqm17tEUNbEIn4sVivVowbvUpOtIGxdo3GoXyDH9N/9g== |
| 199 | + dependencies: |
| 200 | + "@babel/helper-annotate-as-pure" "^7.24.7" |
| 201 | + regexpu-core "^5.3.1" |
| 202 | + semver "^6.3.1" |
| 203 | + |
172 | 204 | "@babel/helper-define-polyfill-provider@^0.3.3":
|
173 | 205 | version "0.3.3"
|
174 | 206 | resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.3.tgz#8612e55be5d51f0cd1f36b4a5a83924e89884b7a"
|
|
192 | 224 | lodash.debounce "^4.0.8"
|
193 | 225 | resolve "^1.14.2"
|
194 | 226 |
|
| 227 | +"@babel/helper-define-polyfill-provider@^0.6.2": |
| 228 | + version "0.6.2" |
| 229 | + resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz#18594f789c3594acb24cfdb4a7f7b7d2e8bd912d" |
| 230 | + integrity sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ== |
| 231 | + dependencies: |
| 232 | + "@babel/helper-compilation-targets" "^7.22.6" |
| 233 | + "@babel/helper-plugin-utils" "^7.22.5" |
| 234 | + debug "^4.1.1" |
| 235 | + lodash.debounce "^4.0.8" |
| 236 | + resolve "^1.14.2" |
| 237 | + |
195 | 238 | "@babel/helper-environment-visitor@^7.18.9":
|
196 | 239 | version "7.18.9"
|
197 | 240 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
|
|
462 | 505 | dependencies:
|
463 | 506 | "@babel/types" "^7.25.2"
|
464 | 507 |
|
| 508 | +"@babel/parser@^7.25.4": |
| 509 | + version "7.25.4" |
| 510 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.4.tgz#af4f2df7d02440286b7de57b1c21acfb2a6f257a" |
| 511 | + integrity sha512-nq+eWrOgdtu3jG5Os4TQP3x3cLA8hR8TvJNjD8vnPa20WGycimcparWnLK4jJhElTK6SDyuJo1weMKO/5LpmLA== |
| 512 | + dependencies: |
| 513 | + "@babel/types" "^7.25.4" |
| 514 | + |
465 | 515 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.3":
|
466 | 516 | version "7.25.3"
|
467 | 517 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.3.tgz#dca427b45a6c0f5c095a1c639dfe2476a3daba7f"
|
|
751 | 801 | dependencies:
|
752 | 802 | "@babel/helper-plugin-utils" "^7.24.7"
|
753 | 803 |
|
754 |
| -"@babel/plugin-transform-async-generator-functions@^7.25.0": |
755 |
| - version "7.25.0" |
756 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.0.tgz#b785cf35d73437f6276b1e30439a57a50747bddf" |
757 |
| - integrity sha512-uaIi2FdqzjpAMvVqvB51S42oC2JEVgh0LDsGfZVDysWE8LrJtQC2jvKmOqEYThKyB7bDEb7BP1GYWDm7tABA0Q== |
| 804 | +"@babel/plugin-transform-async-generator-functions@^7.25.4": |
| 805 | + version "7.25.4" |
| 806 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.4.tgz#2afd4e639e2d055776c9f091b6c0c180ed8cf083" |
| 807 | + integrity sha512-jz8cV2XDDTqjKPwVPJBIjORVEmSGYhdRa8e5k5+vN+uwcjSrSxUaebBRa4ko1jqNF2uxyg8G6XYk30Jv285xzg== |
758 | 808 | dependencies:
|
759 | 809 | "@babel/helper-plugin-utils" "^7.24.8"
|
760 | 810 | "@babel/helper-remap-async-to-generator" "^7.25.0"
|
761 | 811 | "@babel/plugin-syntax-async-generators" "^7.8.4"
|
762 |
| - "@babel/traverse" "^7.25.0" |
| 812 | + "@babel/traverse" "^7.25.4" |
763 | 813 |
|
764 | 814 | "@babel/plugin-transform-async-to-generator@^7.24.7":
|
765 | 815 | version "7.24.7"
|
|
784 | 834 | dependencies:
|
785 | 835 | "@babel/helper-plugin-utils" "^7.24.8"
|
786 | 836 |
|
787 |
| -"@babel/plugin-transform-class-properties@^7.24.7": |
788 |
| - version "7.24.7" |
789 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.7.tgz#256879467b57b0b68c7ddfc5b76584f398cd6834" |
790 |
| - integrity sha512-vKbfawVYayKcSeSR5YYzzyXvsDFWU2mD8U5TFeXtbCPLFUqe7GyCgvO6XDHzje862ODrOwy6WCPmKeWHbCFJ4w== |
| 837 | +"@babel/plugin-transform-class-properties@^7.25.4": |
| 838 | + version "7.25.4" |
| 839 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.4.tgz#bae7dbfcdcc2e8667355cd1fb5eda298f05189fd" |
| 840 | + integrity sha512-nZeZHyCWPfjkdU5pA/uHiTaDAFUEqkpzf1YoQT2NeSynCGYq9rxfyI3XpQbfx/a0hSnFH6TGlEXvae5Vi7GD8g== |
791 | 841 | dependencies:
|
792 |
| - "@babel/helper-create-class-features-plugin" "^7.24.7" |
793 |
| - "@babel/helper-plugin-utils" "^7.24.7" |
| 842 | + "@babel/helper-create-class-features-plugin" "^7.25.4" |
| 843 | + "@babel/helper-plugin-utils" "^7.24.8" |
794 | 844 |
|
795 | 845 | "@babel/plugin-transform-class-static-block@^7.24.7":
|
796 | 846 | version "7.24.7"
|
|
801 | 851 | "@babel/helper-plugin-utils" "^7.24.7"
|
802 | 852 | "@babel/plugin-syntax-class-static-block" "^7.14.5"
|
803 | 853 |
|
804 |
| -"@babel/plugin-transform-classes@^7.25.0": |
805 |
| - version "7.25.0" |
806 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.0.tgz#63122366527d88e0ef61b612554fe3f8c793991e" |
807 |
| - integrity sha512-xyi6qjr/fYU304fiRwFbekzkqVJZ6A7hOjWZd+89FVcBqPV3S9Wuozz82xdpLspckeaafntbzglaW4pqpzvtSw== |
| 854 | +"@babel/plugin-transform-classes@^7.25.4": |
| 855 | + version "7.25.4" |
| 856 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.4.tgz#d29dbb6a72d79f359952ad0b66d88518d65ef89a" |
| 857 | + integrity sha512-oexUfaQle2pF/b6E0dwsxQtAol9TLSO88kQvym6HHBWFliV2lGdrPieX+WgMRLSJDVzdYywk7jXbLPuO2KLTLg== |
808 | 858 | dependencies:
|
809 | 859 | "@babel/helper-annotate-as-pure" "^7.24.7"
|
810 |
| - "@babel/helper-compilation-targets" "^7.24.8" |
| 860 | + "@babel/helper-compilation-targets" "^7.25.2" |
811 | 861 | "@babel/helper-plugin-utils" "^7.24.8"
|
812 | 862 | "@babel/helper-replace-supers" "^7.25.0"
|
813 |
| - "@babel/traverse" "^7.25.0" |
| 863 | + "@babel/traverse" "^7.25.4" |
814 | 864 | globals "^11.1.0"
|
815 | 865 |
|
816 | 866 | "@babel/plugin-transform-computed-properties@^7.24.7":
|
|
1038 | 1088 | dependencies:
|
1039 | 1089 | "@babel/helper-plugin-utils" "^7.24.7"
|
1040 | 1090 |
|
1041 |
| -"@babel/plugin-transform-private-methods@^7.24.7": |
1042 |
| - version "7.24.7" |
1043 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.7.tgz#e6318746b2ae70a59d023d5cc1344a2ba7a75f5e" |
1044 |
| - integrity sha512-COTCOkG2hn4JKGEKBADkA8WNb35TGkkRbI5iT845dB+NyqgO8Hn+ajPbSnIQznneJTa3d30scb6iz/DhH8GsJQ== |
| 1091 | +"@babel/plugin-transform-private-methods@^7.25.4": |
| 1092 | + version "7.25.4" |
| 1093 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.4.tgz#9bbefbe3649f470d681997e0b64a4b254d877242" |
| 1094 | + integrity sha512-ao8BG7E2b/URaUQGqN3Tlsg+M3KlHY6rJ1O1gXAEUnZoyNQnvKyH87Kfg+FoxSeyWUB8ISZZsC91C44ZuBFytw== |
1045 | 1095 | dependencies:
|
1046 |
| - "@babel/helper-create-class-features-plugin" "^7.24.7" |
1047 |
| - "@babel/helper-plugin-utils" "^7.24.7" |
| 1096 | + "@babel/helper-create-class-features-plugin" "^7.25.4" |
| 1097 | + "@babel/helper-plugin-utils" "^7.24.8" |
1048 | 1098 |
|
1049 | 1099 | "@babel/plugin-transform-private-property-in-object@^7.24.7":
|
1050 | 1100 | version "7.24.7"
|
|
1199 | 1249 | "@babel/helper-create-regexp-features-plugin" "^7.24.7"
|
1200 | 1250 | "@babel/helper-plugin-utils" "^7.24.7"
|
1201 | 1251 |
|
1202 |
| -"@babel/plugin-transform-unicode-sets-regex@^7.24.7": |
1203 |
| - version "7.24.7" |
1204 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.7.tgz#d40705d67523803a576e29c63cef6e516b858ed9" |
1205 |
| - integrity sha512-2G8aAvF4wy1w/AGZkemprdGMRg5o6zPNhbHVImRz3lss55TYCBd6xStN19rt8XJHq20sqV0JbyWjOWwQRwV/wg== |
| 1252 | +"@babel/plugin-transform-unicode-sets-regex@^7.25.4": |
| 1253 | + version "7.25.4" |
| 1254 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.4.tgz#be664c2a0697ffacd3423595d5edef6049e8946c" |
| 1255 | + integrity sha512-qesBxiWkgN1Q+31xUE9RcMk79eOXXDCv6tfyGMRSs4RGlioSg2WVyQAm07k726cSE56pa+Kb0y9epX2qaXzTvA== |
1206 | 1256 | dependencies:
|
1207 |
| - "@babel/helper-create-regexp-features-plugin" "^7.24.7" |
1208 |
| - "@babel/helper-plugin-utils" "^7.24.7" |
| 1257 | + "@babel/helper-create-regexp-features-plugin" "^7.25.2" |
| 1258 | + "@babel/helper-plugin-utils" "^7.24.8" |
1209 | 1259 |
|
1210 |
| -"@babel/preset-env@^7.16.4", "@babel/preset-env@^7.20.2", "@babel/preset-env@^7.25.3": |
1211 |
| - version "7.25.3" |
1212 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.3.tgz#0bf4769d84ac51d1073ab4a86f00f30a3a83c67c" |
1213 |
| - integrity sha512-QsYW7UeAaXvLPX9tdVliMJE7MD7M6MLYVTovRTIwhoYQVFHR1rM4wO8wqAezYi3/BpSD+NzVCZ69R6smWiIi8g== |
| 1260 | +"@babel/preset-env@^7.16.4", "@babel/preset-env@^7.20.2", "@babel/preset-env@^7.25.4": |
| 1261 | + version "7.25.4" |
| 1262 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.4.tgz#be23043d43a34a2721cd0f676c7ba6f1481f6af6" |
| 1263 | + integrity sha512-W9Gyo+KmcxjGahtt3t9fb14vFRWvPpu5pT6GBlovAK6BTBcxgjfVMSQCfJl4oi35ODrxP6xx2Wr8LNST57Mraw== |
1214 | 1264 | dependencies:
|
1215 |
| - "@babel/compat-data" "^7.25.2" |
| 1265 | + "@babel/compat-data" "^7.25.4" |
1216 | 1266 | "@babel/helper-compilation-targets" "^7.25.2"
|
1217 | 1267 | "@babel/helper-plugin-utils" "^7.24.8"
|
1218 | 1268 | "@babel/helper-validator-option" "^7.24.8"
|
|
1241 | 1291 | "@babel/plugin-syntax-top-level-await" "^7.14.5"
|
1242 | 1292 | "@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
|
1243 | 1293 | "@babel/plugin-transform-arrow-functions" "^7.24.7"
|
1244 |
| - "@babel/plugin-transform-async-generator-functions" "^7.25.0" |
| 1294 | + "@babel/plugin-transform-async-generator-functions" "^7.25.4" |
1245 | 1295 | "@babel/plugin-transform-async-to-generator" "^7.24.7"
|
1246 | 1296 | "@babel/plugin-transform-block-scoped-functions" "^7.24.7"
|
1247 | 1297 | "@babel/plugin-transform-block-scoping" "^7.25.0"
|
1248 |
| - "@babel/plugin-transform-class-properties" "^7.24.7" |
| 1298 | + "@babel/plugin-transform-class-properties" "^7.25.4" |
1249 | 1299 | "@babel/plugin-transform-class-static-block" "^7.24.7"
|
1250 |
| - "@babel/plugin-transform-classes" "^7.25.0" |
| 1300 | + "@babel/plugin-transform-classes" "^7.25.4" |
1251 | 1301 | "@babel/plugin-transform-computed-properties" "^7.24.7"
|
1252 | 1302 | "@babel/plugin-transform-destructuring" "^7.24.8"
|
1253 | 1303 | "@babel/plugin-transform-dotall-regex" "^7.24.7"
|
|
1275 | 1325 | "@babel/plugin-transform-optional-catch-binding" "^7.24.7"
|
1276 | 1326 | "@babel/plugin-transform-optional-chaining" "^7.24.8"
|
1277 | 1327 | "@babel/plugin-transform-parameters" "^7.24.7"
|
1278 |
| - "@babel/plugin-transform-private-methods" "^7.24.7" |
| 1328 | + "@babel/plugin-transform-private-methods" "^7.25.4" |
1279 | 1329 | "@babel/plugin-transform-private-property-in-object" "^7.24.7"
|
1280 | 1330 | "@babel/plugin-transform-property-literals" "^7.24.7"
|
1281 | 1331 | "@babel/plugin-transform-regenerator" "^7.24.7"
|
|
1288 | 1338 | "@babel/plugin-transform-unicode-escapes" "^7.24.7"
|
1289 | 1339 | "@babel/plugin-transform-unicode-property-regex" "^7.24.7"
|
1290 | 1340 | "@babel/plugin-transform-unicode-regex" "^7.24.7"
|
1291 |
| - "@babel/plugin-transform-unicode-sets-regex" "^7.24.7" |
| 1341 | + "@babel/plugin-transform-unicode-sets-regex" "^7.25.4" |
1292 | 1342 | "@babel/preset-modules" "0.1.6-no-external-plugins"
|
1293 | 1343 | babel-plugin-polyfill-corejs2 "^0.4.10"
|
1294 |
| - babel-plugin-polyfill-corejs3 "^0.10.4" |
| 1344 | + babel-plugin-polyfill-corejs3 "^0.10.6" |
1295 | 1345 | babel-plugin-polyfill-regenerator "^0.6.1"
|
1296 | 1346 | core-js-compat "^3.37.1"
|
1297 | 1347 | semver "^6.3.1"
|
|
1375 | 1425 | debug "^4.3.1"
|
1376 | 1426 | globals "^11.1.0"
|
1377 | 1427 |
|
| 1428 | +"@babel/traverse@^7.25.4": |
| 1429 | + version "7.25.4" |
| 1430 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.4.tgz#648678046990f2957407e3086e97044f13c3e18e" |
| 1431 | + integrity sha512-VJ4XsrD+nOvlXyLzmLzUs/0qjFS4sK30te5yEFlvbbUNEgKaVb2BHZUpAL+ttLPQAHNrsI3zZisbfha5Cvr8vg== |
| 1432 | + dependencies: |
| 1433 | + "@babel/code-frame" "^7.24.7" |
| 1434 | + "@babel/generator" "^7.25.4" |
| 1435 | + "@babel/parser" "^7.25.4" |
| 1436 | + "@babel/template" "^7.25.0" |
| 1437 | + "@babel/types" "^7.25.4" |
| 1438 | + debug "^4.3.1" |
| 1439 | + globals "^11.1.0" |
| 1440 | + |
1378 | 1441 | "@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.20.0", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.3", "@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.25.0", "@babel/types@^7.25.2", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
|
1379 | 1442 | version "7.25.2"
|
1380 | 1443 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.2.tgz#55fb231f7dc958cd69ea141a4c2997e819646125"
|
|
1384 | 1447 | "@babel/helper-validator-identifier" "^7.24.7"
|
1385 | 1448 | to-fast-properties "^2.0.0"
|
1386 | 1449 |
|
| 1450 | +"@babel/types@^7.25.4": |
| 1451 | + version "7.25.4" |
| 1452 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.4.tgz#6bcb46c72fdf1012a209d016c07f769e10adcb5f" |
| 1453 | + integrity sha512-zQ1ijeeCXVEh+aNL0RlmkPkG8HUiDcU2pzQQFjtbntgAczRASFzj4H+6+bV+dy1ntKR14I/DypeuRG1uma98iQ== |
| 1454 | + dependencies: |
| 1455 | + "@babel/helper-string-parser" "^7.24.8" |
| 1456 | + "@babel/helper-validator-identifier" "^7.24.7" |
| 1457 | + to-fast-properties "^2.0.0" |
| 1458 | + |
1387 | 1459 | "@bcoe/v8-coverage@^0.2.3":
|
1388 | 1460 | version "0.2.3"
|
1389 | 1461 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
@@ -4637,13 +4709,13 @@ babel-plugin-polyfill-corejs2@^0.4.10:
|
4637 | 4709 | "@babel/helper-define-polyfill-provider" "^0.6.1"
|
4638 | 4710 | semver "^6.3.1"
|
4639 | 4711 |
|
4640 |
| -babel-plugin-polyfill-corejs3@^0.10.4: |
4641 |
| - version "0.10.4" |
4642 |
| - resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.4.tgz#789ac82405ad664c20476d0233b485281deb9c77" |
4643 |
| - integrity sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg== |
| 4712 | +babel-plugin-polyfill-corejs3@^0.10.6: |
| 4713 | + version "0.10.6" |
| 4714 | + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz#2deda57caef50f59c525aeb4964d3b2f867710c7" |
| 4715 | + integrity sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA== |
4644 | 4716 | dependencies:
|
4645 |
| - "@babel/helper-define-polyfill-provider" "^0.6.1" |
4646 |
| - core-js-compat "^3.36.1" |
| 4717 | + "@babel/helper-define-polyfill-provider" "^0.6.2" |
| 4718 | + core-js-compat "^3.38.0" |
4647 | 4719 |
|
4648 | 4720 | babel-plugin-polyfill-corejs3@^0.6.0:
|
4649 | 4721 | version "0.6.0"
|
|
5588 | 5660 | resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.6.0.tgz#2798b04b071b0ecbff0dbb62a505a8efa4e19051"
|
5589 | 5661 | integrity sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==
|
5590 | 5662 |
|
5591 |
| -core-js-compat@^3.25.1, core-js-compat@^3.36.1, core-js-compat@^3.37.0, core-js-compat@^3.37.1: |
5592 |
| - version "3.37.1" |
5593 |
| - resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.37.1.tgz#c844310c7852f4bdf49b8d339730b97e17ff09ee" |
5594 |
| - integrity sha512-9TNiImhKvQqSUkOvk/mMRZzOANTiEVC7WaBNhHcKM7x+/5E1l5NvsysR19zuDQScE8k+kfQXWRN3AtS/eOSHpg== |
| 5663 | +core-js-compat@^3.25.1, core-js-compat@^3.37.0, core-js-compat@^3.37.1, core-js-compat@^3.38.0: |
| 5664 | + version "3.38.1" |
| 5665 | + resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.38.1.tgz#2bc7a298746ca5a7bcb9c164bcb120f2ebc09a09" |
| 5666 | + integrity sha512-JRH6gfXxGmrzF3tZ57lFx97YARxCXPaMzPo6jELZhv88pBH5VXpQ+y0znKGlFnzuaihqhLbefxSJxWJMPtfDzw== |
5595 | 5667 | dependencies:
|
5596 |
| - browserslist "^4.23.0" |
| 5668 | + browserslist "^4.23.3" |
5597 | 5669 |
|
5598 | 5670 | core-js-pure@^3.23.3:
|
5599 | 5671 | version "3.25.5"
|
|
0 commit comments