|
410 | 410 | json5 "^2.2.3"
|
411 | 411 | semver "^6.3.1"
|
412 | 412 |
|
| 413 | +"@babel/core@7.24.0": |
| 414 | + version "7.24.0" |
| 415 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.0.tgz#56cbda6b185ae9d9bed369816a8f4423c5f2ff1b" |
| 416 | + integrity sha512-fQfkg0Gjkza3nf0c7/w6Xf34BW4YvzNfACRLmmb7XRLa6XHdR+K9AlJlxneFfWYf6uhOzuzZVTjF/8KfndZANw== |
| 417 | + dependencies: |
| 418 | + "@ampproject/remapping" "^2.2.0" |
| 419 | + "@babel/code-frame" "^7.23.5" |
| 420 | + "@babel/generator" "^7.23.6" |
| 421 | + "@babel/helper-compilation-targets" "^7.23.6" |
| 422 | + "@babel/helper-module-transforms" "^7.23.3" |
| 423 | + "@babel/helpers" "^7.24.0" |
| 424 | + "@babel/parser" "^7.24.0" |
| 425 | + "@babel/template" "^7.24.0" |
| 426 | + "@babel/traverse" "^7.24.0" |
| 427 | + "@babel/types" "^7.24.0" |
| 428 | + convert-source-map "^2.0.0" |
| 429 | + debug "^4.1.0" |
| 430 | + gensync "^1.0.0-beta.2" |
| 431 | + json5 "^2.2.3" |
| 432 | + semver "^6.3.1" |
| 433 | + |
413 | 434 | "@babel/generator@7.23.6", "@babel/generator@^7.23.6":
|
414 | 435 | version "7.23.6"
|
415 | 436 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.6.tgz#9e1fca4811c77a10580d17d26b57b036133f3c2e"
|
|
537 | 558 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz#dd7ee3735e8a313b9f7b05a773d892e88e6d7295"
|
538 | 559 | integrity sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==
|
539 | 560 |
|
| 561 | +"@babel/helper-plugin-utils@^7.24.0": |
| 562 | + version "7.24.0" |
| 563 | + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.0.tgz#945681931a52f15ce879fd5b86ce2dae6d3d7f2a" |
| 564 | + integrity sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w== |
| 565 | + |
540 | 566 | "@babel/helper-remap-async-to-generator@^7.18.9", "@babel/helper-remap-async-to-generator@^7.22.20":
|
541 | 567 | version "7.22.20"
|
542 | 568 | resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz#7b68e1cb4fa964d2996fd063723fb48eca8498e0"
|
|
609 | 635 | "@babel/traverse" "^7.23.9"
|
610 | 636 | "@babel/types" "^7.23.9"
|
611 | 637 |
|
| 638 | +"@babel/helpers@^7.24.0": |
| 639 | + version "7.24.0" |
| 640 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.0.tgz#a3dd462b41769c95db8091e49cfe019389a9409b" |
| 641 | + integrity sha512-ulDZdc0Aj5uLc5nETsa7EPx2L7rM0YJM8r7ck7U73AXi7qOV44IHHRAYZHY6iU1rr3C5N4NtTmMRUJP6kwCWeA== |
| 642 | + dependencies: |
| 643 | + "@babel/template" "^7.24.0" |
| 644 | + "@babel/traverse" "^7.24.0" |
| 645 | + "@babel/types" "^7.24.0" |
| 646 | + |
612 | 647 | "@babel/highlight@^7.23.4":
|
613 | 648 | version "7.23.4"
|
614 | 649 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.23.4.tgz#edaadf4d8232e1a961432db785091207ead0621b"
|
|
623 | 658 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.9.tgz#7b903b6149b0f8fa7ad564af646c4c38a77fc44b"
|
624 | 659 | integrity sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==
|
625 | 660 |
|
| 661 | +"@babel/parser@^7.24.0": |
| 662 | + version "7.24.0" |
| 663 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.0.tgz#26a3d1ff49031c53a97d03b604375f028746a9ac" |
| 664 | + integrity sha512-QuP/FxEAzMSjXygs8v4N9dvdXzEHN4W1oF3PxuWAtPo08UdM17u89RDMgjLn/mlc56iM0HlLmVkO/wgR+rDgHg== |
| 665 | + |
626 | 666 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.23.3":
|
627 | 667 | version "7.23.3"
|
628 | 668 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.23.3.tgz#5cd1c87ba9380d0afb78469292c954fee5d2411a"
|
|
1038 | 1078 | "@babel/plugin-syntax-object-rest-spread" "^7.8.3"
|
1039 | 1079 | "@babel/plugin-transform-parameters" "^7.23.3"
|
1040 | 1080 |
|
| 1081 | +"@babel/plugin-transform-object-rest-spread@^7.24.0": |
| 1082 | + version "7.24.0" |
| 1083 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.0.tgz#7b836ad0088fdded2420ce96d4e1d3ed78b71df1" |
| 1084 | + integrity sha512-y/yKMm7buHpFFXfxVFS4Vk1ToRJDilIa6fKRioB9Vjichv58TDGXTvqV0dN7plobAmTW5eSEGXDngE+Mm+uO+w== |
| 1085 | + dependencies: |
| 1086 | + "@babel/compat-data" "^7.23.5" |
| 1087 | + "@babel/helper-compilation-targets" "^7.23.6" |
| 1088 | + "@babel/helper-plugin-utils" "^7.24.0" |
| 1089 | + "@babel/plugin-syntax-object-rest-spread" "^7.8.3" |
| 1090 | + "@babel/plugin-transform-parameters" "^7.23.3" |
| 1091 | + |
1041 | 1092 | "@babel/plugin-transform-object-super@^7.23.3":
|
1042 | 1093 | version "7.23.3"
|
1043 | 1094 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.23.3.tgz#81fdb636dcb306dd2e4e8fd80db5b2362ed2ebcd"
|
|
1122 | 1173 | babel-plugin-polyfill-regenerator "^0.5.5"
|
1123 | 1174 | semver "^6.3.1"
|
1124 | 1175 |
|
| 1176 | +"@babel/plugin-transform-runtime@7.24.0": |
| 1177 | + version "7.24.0" |
| 1178 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.24.0.tgz#e308fe27d08b74027d42547081eefaf4f2ffbcc9" |
| 1179 | + integrity sha512-zc0GA5IitLKJrSfXlXmp8KDqLrnGECK7YRfQBmEKg1NmBOQ7e+KuclBEKJgzifQeUYLdNiAw4B4bjyvzWVLiSA== |
| 1180 | + dependencies: |
| 1181 | + "@babel/helper-module-imports" "^7.22.15" |
| 1182 | + "@babel/helper-plugin-utils" "^7.24.0" |
| 1183 | + babel-plugin-polyfill-corejs2 "^0.4.8" |
| 1184 | + babel-plugin-polyfill-corejs3 "^0.9.0" |
| 1185 | + babel-plugin-polyfill-regenerator "^0.5.5" |
| 1186 | + semver "^6.3.1" |
| 1187 | + |
1125 | 1188 | "@babel/plugin-transform-shorthand-properties@^7.23.3":
|
1126 | 1189 | version "7.23.3"
|
1127 | 1190 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.23.3.tgz#97d82a39b0e0c24f8a981568a8ed851745f59210"
|
|
1275 | 1338 | core-js-compat "^3.31.0"
|
1276 | 1339 | semver "^6.3.1"
|
1277 | 1340 |
|
| 1341 | +"@babel/preset-env@7.24.0": |
| 1342 | + version "7.24.0" |
| 1343 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.0.tgz#11536a7f4b977294f0bdfad780f01a8ac8e183fc" |
| 1344 | + integrity sha512-ZxPEzV9IgvGn73iK0E6VB9/95Nd7aMFpbE0l8KQFDG70cOV9IxRP7Y2FUPmlK0v6ImlLqYX50iuZ3ZTVhOF2lA== |
| 1345 | + dependencies: |
| 1346 | + "@babel/compat-data" "^7.23.5" |
| 1347 | + "@babel/helper-compilation-targets" "^7.23.6" |
| 1348 | + "@babel/helper-plugin-utils" "^7.24.0" |
| 1349 | + "@babel/helper-validator-option" "^7.23.5" |
| 1350 | + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.23.3" |
| 1351 | + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.23.3" |
| 1352 | + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.23.7" |
| 1353 | + "@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2" |
| 1354 | + "@babel/plugin-syntax-async-generators" "^7.8.4" |
| 1355 | + "@babel/plugin-syntax-class-properties" "^7.12.13" |
| 1356 | + "@babel/plugin-syntax-class-static-block" "^7.14.5" |
| 1357 | + "@babel/plugin-syntax-dynamic-import" "^7.8.3" |
| 1358 | + "@babel/plugin-syntax-export-namespace-from" "^7.8.3" |
| 1359 | + "@babel/plugin-syntax-import-assertions" "^7.23.3" |
| 1360 | + "@babel/plugin-syntax-import-attributes" "^7.23.3" |
| 1361 | + "@babel/plugin-syntax-import-meta" "^7.10.4" |
| 1362 | + "@babel/plugin-syntax-json-strings" "^7.8.3" |
| 1363 | + "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" |
| 1364 | + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" |
| 1365 | + "@babel/plugin-syntax-numeric-separator" "^7.10.4" |
| 1366 | + "@babel/plugin-syntax-object-rest-spread" "^7.8.3" |
| 1367 | + "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" |
| 1368 | + "@babel/plugin-syntax-optional-chaining" "^7.8.3" |
| 1369 | + "@babel/plugin-syntax-private-property-in-object" "^7.14.5" |
| 1370 | + "@babel/plugin-syntax-top-level-await" "^7.14.5" |
| 1371 | + "@babel/plugin-syntax-unicode-sets-regex" "^7.18.6" |
| 1372 | + "@babel/plugin-transform-arrow-functions" "^7.23.3" |
| 1373 | + "@babel/plugin-transform-async-generator-functions" "^7.23.9" |
| 1374 | + "@babel/plugin-transform-async-to-generator" "^7.23.3" |
| 1375 | + "@babel/plugin-transform-block-scoped-functions" "^7.23.3" |
| 1376 | + "@babel/plugin-transform-block-scoping" "^7.23.4" |
| 1377 | + "@babel/plugin-transform-class-properties" "^7.23.3" |
| 1378 | + "@babel/plugin-transform-class-static-block" "^7.23.4" |
| 1379 | + "@babel/plugin-transform-classes" "^7.23.8" |
| 1380 | + "@babel/plugin-transform-computed-properties" "^7.23.3" |
| 1381 | + "@babel/plugin-transform-destructuring" "^7.23.3" |
| 1382 | + "@babel/plugin-transform-dotall-regex" "^7.23.3" |
| 1383 | + "@babel/plugin-transform-duplicate-keys" "^7.23.3" |
| 1384 | + "@babel/plugin-transform-dynamic-import" "^7.23.4" |
| 1385 | + "@babel/plugin-transform-exponentiation-operator" "^7.23.3" |
| 1386 | + "@babel/plugin-transform-export-namespace-from" "^7.23.4" |
| 1387 | + "@babel/plugin-transform-for-of" "^7.23.6" |
| 1388 | + "@babel/plugin-transform-function-name" "^7.23.3" |
| 1389 | + "@babel/plugin-transform-json-strings" "^7.23.4" |
| 1390 | + "@babel/plugin-transform-literals" "^7.23.3" |
| 1391 | + "@babel/plugin-transform-logical-assignment-operators" "^7.23.4" |
| 1392 | + "@babel/plugin-transform-member-expression-literals" "^7.23.3" |
| 1393 | + "@babel/plugin-transform-modules-amd" "^7.23.3" |
| 1394 | + "@babel/plugin-transform-modules-commonjs" "^7.23.3" |
| 1395 | + "@babel/plugin-transform-modules-systemjs" "^7.23.9" |
| 1396 | + "@babel/plugin-transform-modules-umd" "^7.23.3" |
| 1397 | + "@babel/plugin-transform-named-capturing-groups-regex" "^7.22.5" |
| 1398 | + "@babel/plugin-transform-new-target" "^7.23.3" |
| 1399 | + "@babel/plugin-transform-nullish-coalescing-operator" "^7.23.4" |
| 1400 | + "@babel/plugin-transform-numeric-separator" "^7.23.4" |
| 1401 | + "@babel/plugin-transform-object-rest-spread" "^7.24.0" |
| 1402 | + "@babel/plugin-transform-object-super" "^7.23.3" |
| 1403 | + "@babel/plugin-transform-optional-catch-binding" "^7.23.4" |
| 1404 | + "@babel/plugin-transform-optional-chaining" "^7.23.4" |
| 1405 | + "@babel/plugin-transform-parameters" "^7.23.3" |
| 1406 | + "@babel/plugin-transform-private-methods" "^7.23.3" |
| 1407 | + "@babel/plugin-transform-private-property-in-object" "^7.23.4" |
| 1408 | + "@babel/plugin-transform-property-literals" "^7.23.3" |
| 1409 | + "@babel/plugin-transform-regenerator" "^7.23.3" |
| 1410 | + "@babel/plugin-transform-reserved-words" "^7.23.3" |
| 1411 | + "@babel/plugin-transform-shorthand-properties" "^7.23.3" |
| 1412 | + "@babel/plugin-transform-spread" "^7.23.3" |
| 1413 | + "@babel/plugin-transform-sticky-regex" "^7.23.3" |
| 1414 | + "@babel/plugin-transform-template-literals" "^7.23.3" |
| 1415 | + "@babel/plugin-transform-typeof-symbol" "^7.23.3" |
| 1416 | + "@babel/plugin-transform-unicode-escapes" "^7.23.3" |
| 1417 | + "@babel/plugin-transform-unicode-property-regex" "^7.23.3" |
| 1418 | + "@babel/plugin-transform-unicode-regex" "^7.23.3" |
| 1419 | + "@babel/plugin-transform-unicode-sets-regex" "^7.23.3" |
| 1420 | + "@babel/preset-modules" "0.1.6-no-external-plugins" |
| 1421 | + babel-plugin-polyfill-corejs2 "^0.4.8" |
| 1422 | + babel-plugin-polyfill-corejs3 "^0.9.0" |
| 1423 | + babel-plugin-polyfill-regenerator "^0.5.5" |
| 1424 | + core-js-compat "^3.31.0" |
| 1425 | + semver "^6.3.1" |
| 1426 | + |
1278 | 1427 | "@babel/preset-modules@0.1.6-no-external-plugins":
|
1279 | 1428 | version "0.1.6-no-external-plugins"
|
1280 | 1429 | resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz#ccb88a2c49c817236861fee7826080573b8a923a"
|
|
1296 | 1445 | dependencies:
|
1297 | 1446 | regenerator-runtime "^0.14.0"
|
1298 | 1447 |
|
| 1448 | +"@babel/runtime@7.24.0": |
| 1449 | + version "7.24.0" |
| 1450 | + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.24.0.tgz#584c450063ffda59697021430cb47101b085951e" |
| 1451 | + integrity sha512-Chk32uHMg6TnQdvw2e9IlqPpFX/6NLuK0Ys2PqLb7/gL5uFn9mXvK715FGLlOLQrcO4qIkNHkvPGktzzXexsFw== |
| 1452 | + dependencies: |
| 1453 | + regenerator-runtime "^0.14.0" |
| 1454 | + |
1299 | 1455 | "@babel/template@^7.22.15", "@babel/template@^7.23.9":
|
1300 | 1456 | version "7.23.9"
|
1301 | 1457 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.23.9.tgz#f881d0487cba2828d3259dcb9ef5005a9731011a"
|
|
1305 | 1461 | "@babel/parser" "^7.23.9"
|
1306 | 1462 | "@babel/types" "^7.23.9"
|
1307 | 1463 |
|
| 1464 | +"@babel/template@^7.24.0": |
| 1465 | + version "7.24.0" |
| 1466 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.0.tgz#c6a524aa93a4a05d66aaf31654258fae69d87d50" |
| 1467 | + integrity sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA== |
| 1468 | + dependencies: |
| 1469 | + "@babel/code-frame" "^7.23.5" |
| 1470 | + "@babel/parser" "^7.24.0" |
| 1471 | + "@babel/types" "^7.24.0" |
| 1472 | + |
1308 | 1473 | "@babel/traverse@^7.23.9":
|
1309 | 1474 | version "7.23.9"
|
1310 | 1475 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.9.tgz#2f9d6aead6b564669394c5ce0f9302bb65b9d950"
|
|
1321 | 1486 | debug "^4.3.1"
|
1322 | 1487 | globals "^11.1.0"
|
1323 | 1488 |
|
| 1489 | +"@babel/traverse@^7.24.0": |
| 1490 | + version "7.24.0" |
| 1491 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.0.tgz#4a408fbf364ff73135c714a2ab46a5eab2831b1e" |
| 1492 | + integrity sha512-HfuJlI8qq3dEDmNU5ChzzpZRWq+oxCZQyMzIMEqLho+AQnhMnKQUzH6ydo3RBl/YjPCuk68Y6s0Gx0AeyULiWw== |
| 1493 | + dependencies: |
| 1494 | + "@babel/code-frame" "^7.23.5" |
| 1495 | + "@babel/generator" "^7.23.6" |
| 1496 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 1497 | + "@babel/helper-function-name" "^7.23.0" |
| 1498 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 1499 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 1500 | + "@babel/parser" "^7.24.0" |
| 1501 | + "@babel/types" "^7.24.0" |
| 1502 | + debug "^4.3.1" |
| 1503 | + globals "^11.1.0" |
| 1504 | + |
1324 | 1505 | "@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.6", "@babel/types@^7.23.9", "@babel/types@^7.4.4":
|
1325 | 1506 | version "7.23.9"
|
1326 | 1507 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.9.tgz#1dd7b59a9a2b5c87f8b41e52770b5ecbf492e002"
|
|
1330 | 1511 | "@babel/helper-validator-identifier" "^7.22.20"
|
1331 | 1512 | to-fast-properties "^2.0.0"
|
1332 | 1513 |
|
| 1514 | +"@babel/types@^7.24.0": |
| 1515 | + version "7.24.0" |
| 1516 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.0.tgz#3b951f435a92e7333eba05b7566fd297960ea1bf" |
| 1517 | + integrity sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w== |
| 1518 | + dependencies: |
| 1519 | + "@babel/helper-string-parser" "^7.23.4" |
| 1520 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 1521 | + to-fast-properties "^2.0.0" |
| 1522 | + |
1333 | 1523 | "@bazel/bazelisk@1.19.0":
|
1334 | 1524 | version "1.19.0"
|
1335 | 1525 | resolved "https://registry.yarnpkg.com/@bazel/bazelisk/-/bazelisk-1.19.0.tgz#de12b6920b2c5505a776fadc0c9e75daae930c32"
|
@@ -9605,6 +9795,14 @@ mini-css-extract-plugin@2.8.0:
|
9605 | 9795 | schema-utils "^4.0.0"
|
9606 | 9796 | tapable "^2.2.1"
|
9607 | 9797 |
|
| 9798 | +mini-css-extract-plugin@2.8.1: |
| 9799 | + version "2.8.1" |
| 9800 | + resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.8.1.tgz#75245f3f30ce3a56dbdd478084df6fe475f02dc7" |
| 9801 | + integrity sha512-/1HDlyFRxWIZPI1ZpgqlZ8jMw/1Dp/dl3P0L1jtZ+zVcHqwPhGwaJwKL00WVgfnBy6PWCde9W65or7IIETImuA== |
| 9802 | + dependencies: |
| 9803 | + schema-utils "^4.0.0" |
| 9804 | + tapable "^2.2.1" |
| 9805 | + |
9608 | 9806 | minimalistic-assert@^1.0.0:
|
9609 | 9807 | version "1.0.1"
|
9610 | 9808 | resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
|
@@ -10853,7 +11051,14 @@ piscina@4.3.1:
|
10853 | 11051 | optionalDependencies:
|
10854 | 11052 | nice-napi "^1.0.2"
|
10855 | 11053 |
|
10856 |
| -piscina@4.3.2, piscina@^4.2.0: |
| 11054 | +piscina@4.4.0: |
| 11055 | + version "4.4.0" |
| 11056 | + resolved "https://registry.yarnpkg.com/piscina/-/piscina-4.4.0.tgz#e3af8e5721d8fad08c6ccaf8a64f9f42279efbb5" |
| 11057 | + integrity sha512-+AQduEJefrOApE4bV7KRmp3N2JnnyErlVqq4P/jmko4FPz9Z877BCccl/iB3FdrWSUkvbGV9Kan/KllJgat3Vg== |
| 11058 | + optionalDependencies: |
| 11059 | + nice-napi "^1.0.2" |
| 11060 | + |
| 11061 | +piscina@^4.2.0: |
10857 | 11062 | version "4.3.2"
|
10858 | 11063 | resolved "https://registry.yarnpkg.com/piscina/-/piscina-4.3.2.tgz#e390da6a7127a9f3a98047c8952526ae9a297c9f"
|
10859 | 11064 | integrity sha512-aXPak3A1LgbfDFrsmgYhQS4J7ElHRFL7iUkUqaiLNDRE69YQSFGqIZiHaXOH4NyC6EdD+awZVeE7MG0zVm9L4Q==
|
@@ -10920,6 +11125,15 @@ postcss-loader@8.1.0:
|
10920 | 11125 | jiti "^1.20.0"
|
10921 | 11126 | semver "^7.5.4"
|
10922 | 11127 |
|
| 11128 | +postcss-loader@8.1.1: |
| 11129 | + version "8.1.1" |
| 11130 | + resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-8.1.1.tgz#2822589e7522927344954acb55bbf26e8b195dfe" |
| 11131 | + integrity sha512-0IeqyAsG6tYiDRCYKQJLAmgQr47DX6N7sFSWvQxt6AcupX8DIdmykuk/o/tx0Lze3ErGHJEp5OSRxrelC6+NdQ== |
| 11132 | + dependencies: |
| 11133 | + cosmiconfig "^9.0.0" |
| 11134 | + jiti "^1.20.0" |
| 11135 | + semver "^7.5.4" |
| 11136 | + |
10923 | 11137 | postcss-modules-extract-imports@^3.0.0:
|
10924 | 11138 | version "3.0.0"
|
10925 | 11139 | resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz#cda1f047c0ae80c97dbe28c3e76a43b88025741d"
|
|
0 commit comments