summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package-lock.json823
-rw-r--r--requirements-test.txt4
2 files changed, 581 insertions, 246 deletions
diff --git a/package-lock.json b/package-lock.json
index 77fc40e..4ff5bd9 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -32,9 +32,9 @@
32 } 32 }
33 }, 33 },
34 "node_modules/@colordx/core": { 34 "node_modules/@colordx/core": {
35 "version": "5.0.3", 35 "version": "5.4.1",
36 "resolved": "https://registry.npmjs.org/@colordx/core/-/core-5.0.3.tgz", 36 "resolved": "https://registry.npmjs.org/@colordx/core/-/core-5.4.1.tgz",
37 "integrity": "sha512-xBQ0MYRTNNxW3mS2sJtlQTT7C3Sasqgh1/PsHva7fyDb5uqYY+gv9V0utDdX8X80mqzbGz3u/IDJdn2d/uW09g==", 37 "integrity": "sha512-J6wPkrci9gao7mABevY/12hOZsyVrgaTUPE92rfH2AVW4ZuRZi1wD3lgqGWBGSvAjE24HSGBp4UoKvbYPlCLCA==",
38 "license": "MIT" 38 "license": "MIT"
39 }, 39 },
40 "node_modules/@fullhuman/postcss-purgecss": { 40 "node_modules/@fullhuman/postcss-purgecss": {
@@ -430,27 +430,348 @@
430 } 430 }
431 }, 431 },
432 "node_modules/@tailwindcss/cli": { 432 "node_modules/@tailwindcss/cli": {
433 "version": "4.2.2", 433 "version": "4.3.0",
434 "resolved": "https://registry.npmjs.org/@tailwindcss/cli/-/cli-4.2.2.tgz", 434 "resolved": "https://registry.npmjs.org/@tailwindcss/cli/-/cli-4.3.0.tgz",
435 "integrity": "sha512-iJS+8kAFZ8HPqnh0O5DHCLjo4L6dD97DBQEkrhfSO4V96xeefUus2jqsBs1dUMt3OU9Ks4qIkiY0mpL5UW+4LQ==", 435 "integrity": "sha512-X9kdlqyMopO9fewbgHsEeuy31YzMHbdZ9VsKt004tB+mxSg1CNbyhZYCzvhciN0AM4R4b5lvIprPjtNq7iQxpQ==",
436 "license": "MIT", 436 "license": "MIT",
437 "dependencies": { 437 "dependencies": {
438 "@parcel/watcher": "^2.5.1", 438 "@parcel/watcher": "^2.5.1",
439 "@tailwindcss/node": "4.2.2", 439 "@tailwindcss/node": "4.3.0",
440 "@tailwindcss/oxide": "4.2.2", 440 "@tailwindcss/oxide": "4.3.0",
441 "enhanced-resolve": "^5.19.0", 441 "enhanced-resolve": "^5.21.0",
442 "mri": "^1.2.0", 442 "mri": "^1.2.0",
443 "picocolors": "^1.1.1", 443 "picocolors": "^1.1.1",
444 "tailwindcss": "4.2.2" 444 "tailwindcss": "4.3.0"
445 }, 445 },
446 "bin": { 446 "bin": {
447 "tailwindcss": "dist/index.mjs" 447 "tailwindcss": "dist/index.mjs"
448 } 448 }
449 }, 449 },
450 "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/node": {
451 "version": "4.3.0",
452 "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.3.0.tgz",
453 "integrity": "sha512-aFb4gUhFOgdh9AXo4IzBEOzBkkAxm9VigwDJnMIYv3lcfXCJVesNfbEaBl4BNgVRyid92AmdviqwBUBRKSeY3g==",
454 "license": "MIT",
455 "dependencies": {
456 "@jridgewell/remapping": "^2.3.5",
457 "enhanced-resolve": "^5.21.0",
458 "jiti": "^2.6.1",
459 "lightningcss": "1.32.0",
460 "magic-string": "^0.30.21",
461 "source-map-js": "^1.2.1",
462 "tailwindcss": "4.3.0"
463 }
464 },
465 "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide": {
466 "version": "4.3.0",
467 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.3.0.tgz",
468 "integrity": "sha512-F7HZGBeN9I0/AuuJS5PwcD8xayx5ri5GhjYUDBEVYUkexyA/giwbDNjRVrxSezE3T250OU2K/wp/ltWx3UOefg==",
469 "license": "MIT",
470 "engines": {
471 "node": ">= 20"
472 },
473 "optionalDependencies": {
474 "@tailwindcss/oxide-android-arm64": "4.3.0",
475 "@tailwindcss/oxide-darwin-arm64": "4.3.0",
476 "@tailwindcss/oxide-darwin-x64": "4.3.0",
477 "@tailwindcss/oxide-freebsd-x64": "4.3.0",
478 "@tailwindcss/oxide-linux-arm-gnueabihf": "4.3.0",
479 "@tailwindcss/oxide-linux-arm64-gnu": "4.3.0",
480 "@tailwindcss/oxide-linux-arm64-musl": "4.3.0",
481 "@tailwindcss/oxide-linux-x64-gnu": "4.3.0",
482 "@tailwindcss/oxide-linux-x64-musl": "4.3.0",
483 "@tailwindcss/oxide-wasm32-wasi": "4.3.0",
484 "@tailwindcss/oxide-win32-arm64-msvc": "4.3.0",
485 "@tailwindcss/oxide-win32-x64-msvc": "4.3.0"
486 }
487 },
488 "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-android-arm64": {
489 "version": "4.3.0",
490 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.3.0.tgz",
491 "integrity": "sha512-TJPiq67tKlLuObP6RkwvVGDoxCMBVtDgKkLfa/uyj7/FyxvQwHS+UOnVrXXgbEsfUaMgiVvC4KbJnRr26ho4Ng==",
492 "cpu": [
493 "arm64"
494 ],
495 "license": "MIT",
496 "optional": true,
497 "os": [
498 "android"
499 ],
500 "engines": {
501 "node": ">= 20"
502 }
503 },
504 "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-darwin-arm64": {
505 "version": "4.3.0",
506 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.3.0.tgz",
507 "integrity": "sha512-oMN/WZRb+SO37BmUElEgeEWuU8E/HXRkiODxJxLe1UTHVXLrdVSgfaJV7pSlhRGMSOiXLuxTIjfsF3wYvz8cgQ==",
508 "cpu": [
509 "arm64"
510 ],
511 "license": "MIT",
512 "optional": true,
513 "os": [
514 "darwin"
515 ],
516 "engines": {
517 "node": ">= 20"
518 }
519 },
520 "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-darwin-x64": {
521 "version": "4.3.0",
522 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.3.0.tgz",
523 "integrity": "sha512-N6CUmu4a6bKVADfw77p+iw6Yd9Q3OBhe0veaDX+QazfuVYlQsHfDgxBrsjQ/IW+zywL8mTrNd0SdJT/zgtvMdA==",
524 "cpu": [
525 "x64"
526 ],
527 "license": "MIT",
528 "optional": true,
529 "os": [
530 "darwin"
531 ],
532 "engines": {
533 "node": ">= 20"
534 }
535 },
536 "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-freebsd-x64": {
537 "version": "4.3.0",
538 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.3.0.tgz",
539 "integrity": "sha512-zDL5hBkQdH5C6MpqbK3gQAgP80tsMwSI26vjOzjJtNCMUo0lFgOItzHKBIupOZNQxt3ouPH7RPhvNhiTfCe5CQ==",
540 "cpu": [
541 "x64"
542 ],
543 "license": "MIT",
544 "optional": true,
545 "os": [
546 "freebsd"
547 ],
548 "engines": {
549 "node": ">= 20"
550 }
551 },
552 "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
553 "version": "4.3.0",
554 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.3.0.tgz",
555 "integrity": "sha512-R06HdNi7A7OEoMsf6d4tjZ71RCWnZQPHj2mnotSFURjNLdBC+cIgXQ7l81CqeoiQftjf6OOblxXMInMgN2VzMA==",
556 "cpu": [
557 "arm"
558 ],
559 "license": "MIT",
560 "optional": true,
561 "os": [
562 "linux"
563 ],
564 "engines": {
565 "node": ">= 20"
566 }
567 },
568 "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
569 "version": "4.3.0",
570 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.3.0.tgz",
571 "integrity": "sha512-qTJHELX8jetjhRQHCLilkVLmybpzNQAtaI/gaoVoidn/ufbNDbAo8KlK2J+yPoc8wQxvDxCmh/5lr8nC1+lTbg==",
572 "cpu": [
573 "arm64"
574 ],
575 "libc": [
576 "glibc"
577 ],
578 "license": "MIT",
579 "optional": true,
580 "os": [
581 "linux"
582 ],
583 "engines": {
584 "node": ">= 20"
585 }
586 },
587 "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-linux-arm64-musl": {
588 "version": "4.3.0",
589 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.3.0.tgz",
590 "integrity": "sha512-Z6sukiQsngnWO+l39X4pPbiWT81IC+PLKF+PHxIlyZbGNb9MODfYlXEVlFvej5BOZInWX01kVyzeLvHsXhfczQ==",
591 "cpu": [
592 "arm64"
593 ],
594 "libc": [
595 "musl"
596 ],
597 "license": "MIT",
598 "optional": true,
599 "os": [
600 "linux"
601 ],
602 "engines": {
603 "node": ">= 20"
604 }
605 },
606 "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-linux-x64-gnu": {
607 "version": "4.3.0",
608 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.3.0.tgz",
609 "integrity": "sha512-DRNdQRpSGzRGfARVuVkxvM8Q12nh19l4BF/G7zGA1oe+9wcC6saFBHTISrpIcKzhiXtSrlSrluCfvMuledoCTQ==",
610 "cpu": [
611 "x64"
612 ],
613 "libc": [
614 "glibc"
615 ],
616 "license": "MIT",
617 "optional": true,
618 "os": [
619 "linux"
620 ],
621 "engines": {
622 "node": ">= 20"
623 }
624 },
625 "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-linux-x64-musl": {
626 "version": "4.3.0",
627 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.3.0.tgz",
628 "integrity": "sha512-Z0IADbDo8bh6I7h2IQMx601AdXBLfFpEdUotft86evd/8ZPflZe9COPO8Q1vw+pfLWIUo9zN/JGZvwuAJqduqg==",
629 "cpu": [
630 "x64"
631 ],
632 "libc": [
633 "musl"
634 ],
635 "license": "MIT",
636 "optional": true,
637 "os": [
638 "linux"
639 ],
640 "engines": {
641 "node": ">= 20"
642 }
643 },
644 "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-wasm32-wasi": {
645 "version": "4.3.0",
646 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.3.0.tgz",
647 "integrity": "sha512-HNZGOUxEmElksYR7S6sC5jTeNGpobAsy9u7Gu0AskJ8/20FR9GqebUyB+HBcU/ax6BHuiuJi+Oda4B+YX6H1yA==",
648 "bundleDependencies": [
649 "@napi-rs/wasm-runtime",
650 "@emnapi/core",
651 "@emnapi/runtime",
652 "@tybys/wasm-util",
653 "@emnapi/wasi-threads",
654 "tslib"
655 ],
656 "cpu": [
657 "wasm32"
658 ],
659 "license": "MIT",
660 "optional": true,
661 "dependencies": {
662 "@emnapi/core": "^1.10.0",
663 "@emnapi/runtime": "^1.10.0",
664 "@emnapi/wasi-threads": "^1.2.1",
665 "@napi-rs/wasm-runtime": "^1.1.4",
666 "@tybys/wasm-util": "^0.10.1",
667 "tslib": "^2.8.1"
668 },
669 "engines": {
670 "node": ">=14.0.0"
671 }
672 },
673 "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": {
674 "version": "1.10.0",
675 "inBundle": true,
676 "license": "MIT",
677 "optional": true,
678 "dependencies": {
679 "@emnapi/wasi-threads": "1.2.1",
680 "tslib": "^2.4.0"
681 }
682 },
683 "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": {
684 "version": "1.10.0",
685 "inBundle": true,
686 "license": "MIT",
687 "optional": true,
688 "dependencies": {
689 "tslib": "^2.4.0"
690 }
691 },
692 "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": {
693 "version": "1.2.1",
694 "inBundle": true,
695 "license": "MIT",
696 "optional": true,
697 "dependencies": {
698 "tslib": "^2.4.0"
699 }
700 },
701 "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": {
702 "version": "1.1.4",
703 "inBundle": true,
704 "license": "MIT",
705 "optional": true,
706 "dependencies": {
707 "@tybys/wasm-util": "^0.10.1"
708 },
709 "funding": {
710 "type": "github",
711 "url": "https://github.com/sponsors/Brooooooklyn"
712 },
713 "peerDependencies": {
714 "@emnapi/core": "^1.7.1",
715 "@emnapi/runtime": "^1.7.1"
716 }
717 },
718 "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": {
719 "version": "0.10.1",
720 "inBundle": true,
721 "license": "MIT",
722 "optional": true,
723 "dependencies": {
724 "tslib": "^2.4.0"
725 }
726 },
727 "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": {
728 "version": "2.8.1",
729 "inBundle": true,
730 "license": "0BSD",
731 "optional": true
732 },
733 "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
734 "version": "4.3.0",
735 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.3.0.tgz",
736 "integrity": "sha512-Pe+RPVTi1T+qymuuRpcdvwSVZjnll/f7n8gBxMMh3xLTctMDKqpdfGimbMyioqtLhUYZxdJ9wGNhV7MKHvgZsQ==",
737 "cpu": [
738 "arm64"
739 ],
740 "license": "MIT",
741 "optional": true,
742 "os": [
743 "win32"
744 ],
745 "engines": {
746 "node": ">= 20"
747 }
748 },
749 "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-win32-x64-msvc": {
750 "version": "4.3.0",
751 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.3.0.tgz",
752 "integrity": "sha512-Mvrf2kXW/yeW/OTezZlCGOirXRcUuLIBx/5Y12BaPM7wJoryG6dfS/NJL8aBPqtTEx/Vm4T4vKzFUcKDT+TKUA==",
753 "cpu": [
754 "x64"
755 ],
756 "license": "MIT",
757 "optional": true,
758 "os": [
759 "win32"
760 ],
761 "engines": {
762 "node": ">= 20"
763 }
764 },
765 "node_modules/@tailwindcss/cli/node_modules/tailwindcss": {
766 "version": "4.3.0",
767 "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.0.tgz",
768 "integrity": "sha512-y6nxMGB1nMW9R6k96e5gdIFzcfL/gTJRNaqGes1YvkLnPVXzWgbqFF2yLC0T8G774n24cx3Pe8XrKoniCOAH+Q==",
769 "license": "MIT"
770 },
450 "node_modules/@tailwindcss/node": { 771 "node_modules/@tailwindcss/node": {
451 "version": "4.2.2", 772 "version": "4.2.4",
452 "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.2.2.tgz", 773 "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.2.4.tgz",
453 "integrity": "sha512-pXS+wJ2gZpVXqFaUEjojq7jzMpTGf8rU6ipJz5ovJV6PUGmlJ+jvIwGrzdHdQ80Sg+wmQxUFuoW1UAAwHNEdFA==", 774 "integrity": "sha512-Ai7+yQPxz3ddrDQzFfBKdHEVBg0w3Zl83jnjuwxnZOsnH9pGn93QHQtpU0p/8rYWxvbFZHneni6p1BSLK4DkGA==",
454 "license": "MIT", 775 "license": "MIT",
455 "dependencies": { 776 "dependencies": {
456 "@jridgewell/remapping": "^2.3.5", 777 "@jridgewell/remapping": "^2.3.5",
@@ -459,36 +780,36 @@
459 "lightningcss": "1.32.0", 780 "lightningcss": "1.32.0",
460 "magic-string": "^0.30.21", 781 "magic-string": "^0.30.21",
461 "source-map-js": "^1.2.1", 782 "source-map-js": "^1.2.1",
462 "tailwindcss": "4.2.2" 783 "tailwindcss": "4.2.4"
463 } 784 }
464 }, 785 },
465 "node_modules/@tailwindcss/oxide": { 786 "node_modules/@tailwindcss/oxide": {
466 "version": "4.2.2", 787 "version": "4.2.4",
467 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.2.2.tgz", 788 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.2.4.tgz",
468 "integrity": "sha512-qEUA07+E5kehxYp9BVMpq9E8vnJuBHfJEC0vPC5e7iL/hw7HR61aDKoVoKzrG+QKp56vhNZe4qwkRmMC0zDLvg==", 789 "integrity": "sha512-9El/iI069DKDSXwTvB9J4BwdO5JhRrOweGaK25taBAvBXyXqJAX+Jqdvs8r8gKpsI/1m0LeJLyQYTf/WLrBT1Q==",
469 "license": "MIT", 790 "license": "MIT",
470 "engines": { 791 "engines": {
471 "node": ">= 20" 792 "node": ">= 20"
472 }, 793 },
473 "optionalDependencies": { 794 "optionalDependencies": {
474 "@tailwindcss/oxide-android-arm64": "4.2.2", 795 "@tailwindcss/oxide-android-arm64": "4.2.4",
475 "@tailwindcss/oxide-darwin-arm64": "4.2.2", 796 "@tailwindcss/oxide-darwin-arm64": "4.2.4",
476 "@tailwindcss/oxide-darwin-x64": "4.2.2", 797 "@tailwindcss/oxide-darwin-x64": "4.2.4",
477 "@tailwindcss/oxide-freebsd-x64": "4.2.2", 798 "@tailwindcss/oxide-freebsd-x64": "4.2.4",
478 "@tailwindcss/oxide-linux-arm-gnueabihf": "4.2.2", 799 "@tailwindcss/oxide-linux-arm-gnueabihf": "4.2.4",
479 "@tailwindcss/oxide-linux-arm64-gnu": "4.2.2", 800 "@tailwindcss/oxide-linux-arm64-gnu": "4.2.4",
480 "@tailwindcss/oxide-linux-arm64-musl": "4.2.2", 801 "@tailwindcss/oxide-linux-arm64-musl": "4.2.4",
481 "@tailwindcss/oxide-linux-x64-gnu": "4.2.2", 802 "@tailwindcss/oxide-linux-x64-gnu": "4.2.4",
482 "@tailwindcss/oxide-linux-x64-musl": "4.2.2", 803 "@tailwindcss/oxide-linux-x64-musl": "4.2.4",
483 "@tailwindcss/oxide-wasm32-wasi": "4.2.2", 804 "@tailwindcss/oxide-wasm32-wasi": "4.2.4",
484 "@tailwindcss/oxide-win32-arm64-msvc": "4.2.2", 805 "@tailwindcss/oxide-win32-arm64-msvc": "4.2.4",
485 "@tailwindcss/oxide-win32-x64-msvc": "4.2.2" 806 "@tailwindcss/oxide-win32-x64-msvc": "4.2.4"
486 } 807 }
487 }, 808 },
488 "node_modules/@tailwindcss/oxide-android-arm64": { 809 "node_modules/@tailwindcss/oxide-android-arm64": {
489 "version": "4.2.2", 810 "version": "4.2.4",
490 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.2.2.tgz", 811 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.2.4.tgz",
491 "integrity": "sha512-dXGR1n+P3B6748jZO/SvHZq7qBOqqzQ+yFrXpoOWWALWndF9MoSKAT3Q0fYgAzYzGhxNYOoysRvYlpixRBBoDg==", 812 "integrity": "sha512-e7MOr1SAn9U8KlZzPi1ZXGZHeC5anY36qjNwmZv9pOJ8E4Q6jmD1vyEHkQFmNOIN7twGPEMXRHmitN4zCMN03g==",
492 "cpu": [ 813 "cpu": [
493 "arm64" 814 "arm64"
494 ], 815 ],
@@ -502,9 +823,9 @@
502 } 823 }
503 }, 824 },
504 "node_modules/@tailwindcss/oxide-darwin-arm64": { 825 "node_modules/@tailwindcss/oxide-darwin-arm64": {
505 "version": "4.2.2", 826 "version": "4.2.4",
506 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.2.2.tgz", 827 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.2.4.tgz",
507 "integrity": "sha512-iq9Qjr6knfMpZHj55/37ouZeykwbDqF21gPFtfnhCCKGDcPI/21FKC9XdMO/XyBM7qKORx6UIhGgg6jLl7BZlg==", 828 "integrity": "sha512-tSC/Kbqpz/5/o/C2sG7QvOxAKqyd10bq+ypZNf+9Fi2TvbVbv1zNpcEptcsU7DPROaSbVgUXmrzKhurFvo5eDg==",
508 "cpu": [ 829 "cpu": [
509 "arm64" 830 "arm64"
510 ], 831 ],
@@ -518,9 +839,9 @@
518 } 839 }
519 }, 840 },
520 "node_modules/@tailwindcss/oxide-darwin-x64": { 841 "node_modules/@tailwindcss/oxide-darwin-x64": {
521 "version": "4.2.2", 842 "version": "4.2.4",
522 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.2.2.tgz", 843 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.2.4.tgz",
523 "integrity": "sha512-BlR+2c3nzc8f2G639LpL89YY4bdcIdUmiOOkv2GQv4/4M0vJlpXEa0JXNHhCHU7VWOKWT/CjqHdTP8aUuDJkuw==", 844 "integrity": "sha512-yPyUXn3yO/ufR6+Kzv0t4fCg2qNr90jxXc5QqBpjlPNd0NqyDXcmQb/6weunH/MEDXW5dhyEi+agTDiqa3WsGg==",
524 "cpu": [ 845 "cpu": [
525 "x64" 846 "x64"
526 ], 847 ],
@@ -534,9 +855,9 @@
534 } 855 }
535 }, 856 },
536 "node_modules/@tailwindcss/oxide-freebsd-x64": { 857 "node_modules/@tailwindcss/oxide-freebsd-x64": {
537 "version": "4.2.2", 858 "version": "4.2.4",
538 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.2.2.tgz", 859 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.2.4.tgz",
539 "integrity": "sha512-YUqUgrGMSu2CDO82hzlQ5qSb5xmx3RUrke/QgnoEx7KvmRJHQuZHZmZTLSuuHwFf0DJPybFMXMYf+WJdxHy/nQ==", 860 "integrity": "sha512-BoMIB4vMQtZsXdGLVc2z+P9DbETkiopogfWZKbWwM8b/1Vinbs4YcUwo+kM/KeLkX3Ygrf4/PsRndKaYhS8Eiw==",
540 "cpu": [ 861 "cpu": [
541 "x64" 862 "x64"
542 ], 863 ],
@@ -550,9 +871,9 @@
550 } 871 }
551 }, 872 },
552 "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": { 873 "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
553 "version": "4.2.2", 874 "version": "4.2.4",
554 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.2.2.tgz", 875 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.2.4.tgz",
555 "integrity": "sha512-FPdhvsW6g06T9BWT0qTwiVZYE2WIFo2dY5aCSpjG/S/u1tby+wXoslXS0kl3/KXnULlLr1E3NPRRw0g7t2kgaQ==", 876 "integrity": "sha512-7pIHBLTHYRAlS7V22JNuTh33yLH4VElwKtB3bwchK/UaKUPpQ0lPQiOWcbm4V3WP2I6fNIJ23vABIvoy2izdwA==",
556 "cpu": [ 877 "cpu": [
557 "arm" 878 "arm"
558 ], 879 ],
@@ -566,12 +887,15 @@
566 } 887 }
567 }, 888 },
568 "node_modules/@tailwindcss/oxide-linux-arm64-gnu": { 889 "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
569 "version": "4.2.2", 890 "version": "4.2.4",
570 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.2.2.tgz", 891 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.2.4.tgz",
571 "integrity": "sha512-4og1V+ftEPXGttOO7eCmW7VICmzzJWgMx+QXAJRAhjrSjumCwWqMfkDrNu1LXEQzNAwz28NCUpucgQPrR4S2yw==", 892 "integrity": "sha512-+E4wxJ0ZGOzSH325reXTWB48l42i93kQqMvDyz5gqfRzRZ7faNhnmvlV4EPGJU3QJM/3Ab5jhJ5pCRUsKn6OQw==",
572 "cpu": [ 893 "cpu": [
573 "arm64" 894 "arm64"
574 ], 895 ],
896 "libc": [
897 "glibc"
898 ],
575 "license": "MIT", 899 "license": "MIT",
576 "optional": true, 900 "optional": true,
577 "os": [ 901 "os": [
@@ -582,12 +906,15 @@
582 } 906 }
583 }, 907 },
584 "node_modules/@tailwindcss/oxide-linux-arm64-musl": { 908 "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
585 "version": "4.2.2", 909 "version": "4.2.4",
586 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.2.2.tgz", 910 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.2.4.tgz",
587 "integrity": "sha512-oCfG/mS+/+XRlwNjnsNLVwnMWYH7tn/kYPsNPh+JSOMlnt93mYNCKHYzylRhI51X+TbR+ufNhhKKzm6QkqX8ag==", 911 "integrity": "sha512-bBADEGAbo4ASnppIziaQJelekCxdMaxisrk+fB7Thit72IBnALp9K6ffA2G4ruj90G9XRS2VQ6q2bCKbfFV82g==",
588 "cpu": [ 912 "cpu": [
589 "arm64" 913 "arm64"
590 ], 914 ],
915 "libc": [
916 "musl"
917 ],
591 "license": "MIT", 918 "license": "MIT",
592 "optional": true, 919 "optional": true,
593 "os": [ 920 "os": [
@@ -598,12 +925,15 @@
598 } 925 }
599 }, 926 },
600 "node_modules/@tailwindcss/oxide-linux-x64-gnu": { 927 "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
601 "version": "4.2.2", 928 "version": "4.2.4",
602 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.2.2.tgz", 929 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.2.4.tgz",
603 "integrity": "sha512-rTAGAkDgqbXHNp/xW0iugLVmX62wOp2PoE39BTCGKjv3Iocf6AFbRP/wZT/kuCxC9QBh9Pu8XPkv/zCZB2mcMg==", 930 "integrity": "sha512-7Mx25E4WTfnht0TVRTyC00j3i0M+EeFe7wguMDTlX4mRxafznw0CA8WJkFjWYH5BlgELd1kSjuU2JiPnNZbJDA==",
604 "cpu": [ 931 "cpu": [
605 "x64" 932 "x64"
606 ], 933 ],
934 "libc": [
935 "glibc"
936 ],
607 "license": "MIT", 937 "license": "MIT",
608 "optional": true, 938 "optional": true,
609 "os": [ 939 "os": [
@@ -614,12 +944,15 @@
614 } 944 }
615 }, 945 },
616 "node_modules/@tailwindcss/oxide-linux-x64-musl": { 946 "node_modules/@tailwindcss/oxide-linux-x64-musl": {
617 "version": "4.2.2", 947 "version": "4.2.4",
618 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.2.2.tgz", 948 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.2.4.tgz",
619 "integrity": "sha512-XW3t3qwbIwiSyRCggeO2zxe3KWaEbM0/kW9e8+0XpBgyKU4ATYzcVSMKteZJ1iukJ3HgHBjbg9P5YPRCVUxlnQ==", 949 "integrity": "sha512-2wwJRF7nyhOR0hhHoChc04xngV3iS+akccHTGtz965FwF0up4b2lOdo6kI1EbDaEXKgvcrFBYcYQQ/rrnWFVfA==",
620 "cpu": [ 950 "cpu": [
621 "x64" 951 "x64"
622 ], 952 ],
953 "libc": [
954 "musl"
955 ],
623 "license": "MIT", 956 "license": "MIT",
624 "optional": true, 957 "optional": true,
625 "os": [ 958 "os": [
@@ -630,9 +963,9 @@
630 } 963 }
631 }, 964 },
632 "node_modules/@tailwindcss/oxide-wasm32-wasi": { 965 "node_modules/@tailwindcss/oxide-wasm32-wasi": {
633 "version": "4.2.2", 966 "version": "4.2.4",
634 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.2.2.tgz", 967 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.2.4.tgz",
635 "integrity": "sha512-eKSztKsmEsn1O5lJ4ZAfyn41NfG7vzCg496YiGtMDV86jz1q/irhms5O0VrY6ZwTUkFy/EKG3RfWgxSI3VbZ8Q==", 968 "integrity": "sha512-FQsqApeor8Fo6gUEklzmaa9994orJZZDBAlQpK2Mq+DslRKFJeD6AjHpBQ0kZFQohVr8o85PPh8eOy86VlSCmw==",
636 "bundleDependencies": [ 969 "bundleDependencies": [
637 "@napi-rs/wasm-runtime", 970 "@napi-rs/wasm-runtime",
638 "@emnapi/core", 971 "@emnapi/core",
@@ -717,9 +1050,9 @@
717 "optional": true 1050 "optional": true
718 }, 1051 },
719 "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { 1052 "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
720 "version": "4.2.2", 1053 "version": "4.2.4",
721 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.2.2.tgz", 1054 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.2.4.tgz",
722 "integrity": "sha512-qPmaQM4iKu5mxpsrWZMOZRgZv1tOZpUm+zdhhQP0VhJfyGGO3aUKdbh3gDZc/dPLQwW4eSqWGrrcWNBZWUWaXQ==", 1055 "integrity": "sha512-L9BXqxC4ToVgwMFqj3pmZRqyHEztulpUJzCxUtLjobMCzTPsGt1Fa9enKbOpY2iIyVtaHNeNvAK8ERP/64sqGQ==",
723 "cpu": [ 1056 "cpu": [
724 "arm64" 1057 "arm64"
725 ], 1058 ],
@@ -733,9 +1066,9 @@
733 } 1066 }
734 }, 1067 },
735 "node_modules/@tailwindcss/oxide-win32-x64-msvc": { 1068 "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
736 "version": "4.2.2", 1069 "version": "4.2.4",
737 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.2.2.tgz", 1070 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.2.4.tgz",
738 "integrity": "sha512-1T/37VvI7WyH66b+vqHj/cLwnCxt7Qt3WFu5Q8hk65aOvlwAhs7rAp1VkulBJw/N4tMirXjVnylTR72uI0HGcA==", 1071 "integrity": "sha512-ESlKG0EpVJQwRjXDDa9rLvhEAh0mhP1sF7sap9dNZT0yyl9SAG6T7gdP09EH0vIv0UNTlo6jPWyujD6559fZvw==",
739 "cpu": [ 1072 "cpu": [
740 "x64" 1073 "x64"
741 ], 1074 ],
@@ -749,16 +1082,16 @@
749 } 1082 }
750 }, 1083 },
751 "node_modules/@tailwindcss/postcss": { 1084 "node_modules/@tailwindcss/postcss": {
752 "version": "4.2.2", 1085 "version": "4.2.4",
753 "resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.2.2.tgz", 1086 "resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.2.4.tgz",
754 "integrity": "sha512-n4goKQbW8RVXIbNKRB/45LzyUqN451deQK0nzIeauVEqjlI49slUlgKYJM2QyUzap/PcpnS7kzSUmPb1sCRvYQ==", 1087 "integrity": "sha512-wgAVj6nUWAolAu8YFvzT2cTBIElWHkjZwFYovF+xsqKsW2ADxM/X2opxj5NsF/qVccAOjRNe8X2IdPzMsWyHTg==",
755 "license": "MIT", 1088 "license": "MIT",
756 "dependencies": { 1089 "dependencies": {
757 "@alloc/quick-lru": "^5.2.0", 1090 "@alloc/quick-lru": "^5.2.0",
758 "@tailwindcss/node": "4.2.2", 1091 "@tailwindcss/node": "4.2.4",
759 "@tailwindcss/oxide": "4.2.2", 1092 "@tailwindcss/oxide": "4.2.4",
760 "postcss": "^8.5.6", 1093 "postcss": "^8.5.6",
761 "tailwindcss": "4.2.2" 1094 "tailwindcss": "4.2.4"
762 } 1095 }
763 }, 1096 },
764 "node_modules/ansi-regex": { 1097 "node_modules/ansi-regex": {
@@ -1174,12 +1507,12 @@
1174 } 1507 }
1175 }, 1508 },
1176 "node_modules/cssnano": { 1509 "node_modules/cssnano": {
1177 "version": "7.1.5", 1510 "version": "7.1.7",
1178 "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-7.1.5.tgz", 1511 "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-7.1.7.tgz",
1179 "integrity": "sha512-4yEvjF2zcoAOWfNq6X687ORJc5SvM5xbg6EGuLSBmGoWZbsL69wpmw1tA3fZt7OwIG+G4ndjF95RSS4luvim7A==", 1512 "integrity": "sha512-N5LGn/OlhMxDTvKACwUPMzT34SSj1b022pvUAE/Vh6r2WD1aUCbc+QNIP/JjX9VVxebdJWZQ3352Lt4oF7dQ/g==",
1180 "license": "MIT", 1513 "license": "MIT",
1181 "dependencies": { 1514 "dependencies": {
1182 "cssnano-preset-default": "^7.0.13", 1515 "cssnano-preset-default": "^7.0.15",
1183 "lilconfig": "^3.1.3" 1516 "lilconfig": "^3.1.3"
1184 }, 1517 },
1185 "engines": { 1518 "engines": {
@@ -1190,63 +1523,63 @@
1190 "url": "https://opencollective.com/cssnano" 1523 "url": "https://opencollective.com/cssnano"
1191 }, 1524 },
1192 "peerDependencies": { 1525 "peerDependencies": {
1193 "postcss": "^8.4.32" 1526 "postcss": "^8.5.10"
1194 } 1527 }
1195 }, 1528 },
1196 "node_modules/cssnano-preset-default": { 1529 "node_modules/cssnano-preset-default": {
1197 "version": "7.0.13", 1530 "version": "7.0.15",
1198 "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-7.0.13.tgz", 1531 "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-7.0.15.tgz",
1199 "integrity": "sha512-/XvjNeb+oitOT9ks3Tg0UAsnXeHR1dh3wBMK/D/zN8gqvAHOp25FZGiLoQbvBBU203WXVNITkaqyFp4O/Rns4w==", 1532 "integrity": "sha512-60kx7lJ40//HA85cIfQXSOJFby2D2V1pOMNHVCxue3KFWCjRzmiQyL9OvI+NAhwUlaojOfF9eK3nGvrJLCBUfQ==",
1200 "license": "MIT", 1533 "license": "MIT",
1201 "dependencies": { 1534 "dependencies": {
1202 "browserslist": "^4.28.2", 1535 "browserslist": "^4.28.2",
1203 "css-declaration-sorter": "^7.2.0", 1536 "css-declaration-sorter": "^7.2.0",
1204 "cssnano-utils": "^5.0.1", 1537 "cssnano-utils": "^5.0.2",
1205 "postcss-calc": "^10.1.1", 1538 "postcss-calc": "^10.1.1",
1206 "postcss-colormin": "^7.0.8", 1539 "postcss-colormin": "^7.0.9",
1207 "postcss-convert-values": "^7.0.10", 1540 "postcss-convert-values": "^7.0.11",
1208 "postcss-discard-comments": "^7.0.6", 1541 "postcss-discard-comments": "^7.0.7",
1209 "postcss-discard-duplicates": "^7.0.2", 1542 "postcss-discard-duplicates": "^7.0.3",
1210 "postcss-discard-empty": "^7.0.1", 1543 "postcss-discard-empty": "^7.0.2",
1211 "postcss-discard-overridden": "^7.0.1", 1544 "postcss-discard-overridden": "^7.0.2",
1212 "postcss-merge-longhand": "^7.0.5", 1545 "postcss-merge-longhand": "^7.0.6",
1213 "postcss-merge-rules": "^7.0.9", 1546 "postcss-merge-rules": "^7.0.10",
1214 "postcss-minify-font-values": "^7.0.1", 1547 "postcss-minify-font-values": "^7.0.2",
1215 "postcss-minify-gradients": "^7.0.3", 1548 "postcss-minify-gradients": "^7.0.4",
1216 "postcss-minify-params": "^7.0.7", 1549 "postcss-minify-params": "^7.0.8",
1217 "postcss-minify-selectors": "^7.0.6", 1550 "postcss-minify-selectors": "^7.1.0",
1218 "postcss-normalize-charset": "^7.0.1", 1551 "postcss-normalize-charset": "^7.0.2",
1219 "postcss-normalize-display-values": "^7.0.1", 1552 "postcss-normalize-display-values": "^7.0.2",
1220 "postcss-normalize-positions": "^7.0.1", 1553 "postcss-normalize-positions": "^7.0.3",
1221 "postcss-normalize-repeat-style": "^7.0.1", 1554 "postcss-normalize-repeat-style": "^7.0.3",
1222 "postcss-normalize-string": "^7.0.1", 1555 "postcss-normalize-string": "^7.0.2",
1223 "postcss-normalize-timing-functions": "^7.0.1", 1556 "postcss-normalize-timing-functions": "^7.0.2",
1224 "postcss-normalize-unicode": "^7.0.7", 1557 "postcss-normalize-unicode": "^7.0.8",
1225 "postcss-normalize-url": "^7.0.1", 1558 "postcss-normalize-url": "^7.0.2",
1226 "postcss-normalize-whitespace": "^7.0.1", 1559 "postcss-normalize-whitespace": "^7.0.2",
1227 "postcss-ordered-values": "^7.0.2", 1560 "postcss-ordered-values": "^7.0.3",
1228 "postcss-reduce-initial": "^7.0.7", 1561 "postcss-reduce-initial": "^7.0.8",
1229 "postcss-reduce-transforms": "^7.0.1", 1562 "postcss-reduce-transforms": "^7.0.2",
1230 "postcss-svgo": "^7.1.1", 1563 "postcss-svgo": "^7.1.2",
1231 "postcss-unique-selectors": "^7.0.5" 1564 "postcss-unique-selectors": "^7.0.6"
1232 }, 1565 },
1233 "engines": { 1566 "engines": {
1234 "node": "^18.12.0 || ^20.9.0 || >=22.0" 1567 "node": "^18.12.0 || ^20.9.0 || >=22.0"
1235 }, 1568 },
1236 "peerDependencies": { 1569 "peerDependencies": {
1237 "postcss": "^8.4.32" 1570 "postcss": "^8.5.10"
1238 } 1571 }
1239 }, 1572 },
1240 "node_modules/cssnano-utils": { 1573 "node_modules/cssnano-utils": {
1241 "version": "5.0.1", 1574 "version": "5.0.2",
1242 "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-5.0.1.tgz", 1575 "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-5.0.2.tgz",
1243 "integrity": "sha512-ZIP71eQgG9JwjVZsTPSqhc6GHgEr53uJ7tK5///VfyWj6Xp2DBmixWHqJgPno+PqATzn48pL42ww9x5SSGmhZg==", 1576 "integrity": "sha512-kt41WLK7FLKfePzPi645Y+/NtW/nNM7Su6nlNUfJyRNW3JcuU3JU7+cWJc+JexTeZ8dRBvFufefdG2XpXkIo0A==",
1244 "license": "MIT", 1577 "license": "MIT",
1245 "engines": { 1578 "engines": {
1246 "node": "^18.12.0 || ^20.9.0 || >=22.0" 1579 "node": "^18.12.0 || ^20.9.0 || >=22.0"
1247 }, 1580 },
1248 "peerDependencies": { 1581 "peerDependencies": {
1249 "postcss": "^8.4.32" 1582 "postcss": "^8.5.10"
1250 } 1583 }
1251 }, 1584 },
1252 "node_modules/csso": { 1585 "node_modules/csso": {
@@ -1377,13 +1710,13 @@
1377 "license": "MIT" 1710 "license": "MIT"
1378 }, 1711 },
1379 "node_modules/enhanced-resolve": { 1712 "node_modules/enhanced-resolve": {
1380 "version": "5.20.0", 1713 "version": "5.21.3",
1381 "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.20.0.tgz", 1714 "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.21.3.tgz",
1382 "integrity": "sha512-/ce7+jQ1PQ6rVXwe+jKEg5hW5ciicHwIQUagZkp6IufBoY3YDgdTTY1azVs0qoRgVmvsNB+rbjLJxDAeHHtwsQ==", 1715 "integrity": "sha512-QyL119InA+XXEkNLNTPCXPugSvOfhwv0JOlGNzvxs0hZaiHLNvXSpudUWsOlsXGWJh8G6ckCScEkVHfX3kw/2Q==",
1383 "license": "MIT", 1716 "license": "MIT",
1384 "dependencies": { 1717 "dependencies": {
1385 "graceful-fs": "^4.2.4", 1718 "graceful-fs": "^4.2.4",
1386 "tapable": "^2.3.0" 1719 "tapable": "^2.3.3"
1387 }, 1720 },
1388 "engines": { 1721 "engines": {
1389 "node": ">=10.13.0" 1722 "node": ">=10.13.0"
@@ -2078,9 +2411,9 @@
2078 } 2411 }
2079 }, 2412 },
2080 "node_modules/postcss": { 2413 "node_modules/postcss": {
2081 "version": "8.5.10", 2414 "version": "8.5.12",
2082 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.10.tgz", 2415 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.12.tgz",
2083 "integrity": "sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==", 2416 "integrity": "sha512-W62t/Se6rA0Az3DfCL0AqJwXuKwBeYg6nOaIgzP+xZ7N5BFCI7DYi1qs6ygUYT6rvfi6t9k65UMLJC+PHZpDAA==",
2084 "funding": [ 2417 "funding": [
2085 { 2418 {
2086 "type": "opencollective", 2419 "type": "opencollective",
@@ -2150,12 +2483,12 @@
2150 } 2483 }
2151 }, 2484 },
2152 "node_modules/postcss-colormin": { 2485 "node_modules/postcss-colormin": {
2153 "version": "7.0.8", 2486 "version": "7.0.9",
2154 "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-7.0.8.tgz", 2487 "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-7.0.9.tgz",
2155 "integrity": "sha512-VX0JOZx0jECwGK0GZejIKvXIU+80S1zkjet31FVUYPZ4O+IPU3ZlntrPdPKT2HnKRMOkc0wy3m/v+c4UNta02g==", 2488 "integrity": "sha512-EZpoUlmbXQUpe+g4ZaGM2kjGlHrQ7Bjzb3xHcNrC9ysI1tGoib6DAYvxg6aB7MGxsjgLF+Qx/jwZQkJ5cKDvXA==",
2156 "license": "MIT", 2489 "license": "MIT",
2157 "dependencies": { 2490 "dependencies": {
2158 "@colordx/core": "^5.0.3", 2491 "@colordx/core": "^5.2.0",
2159 "browserslist": "^4.28.2", 2492 "browserslist": "^4.28.2",
2160 "caniuse-api": "^3.0.0", 2493 "caniuse-api": "^3.0.0",
2161 "postcss-value-parser": "^4.2.0" 2494 "postcss-value-parser": "^4.2.0"
@@ -2164,13 +2497,13 @@
2164 "node": "^18.12.0 || ^20.9.0 || >=22.0" 2497 "node": "^18.12.0 || ^20.9.0 || >=22.0"
2165 }, 2498 },
2166 "peerDependencies": { 2499 "peerDependencies": {
2167 "postcss": "^8.4.32" 2500 "postcss": "^8.5.10"
2168 } 2501 }
2169 }, 2502 },
2170 "node_modules/postcss-convert-values": { 2503 "node_modules/postcss-convert-values": {
2171 "version": "7.0.10", 2504 "version": "7.0.11",
2172 "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-7.0.10.tgz", 2505 "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-7.0.11.tgz",
2173 "integrity": "sha512-hVqVH3cDkPyxL4Q0xpCquRAXjJDZ6hbpjC+PNWn8ZgHmNX3RZxLtruC3U2LY9EuNe+tp4QkcsZxg0htokmjydg==", 2506 "integrity": "sha512-H+s7P0f9jJylSysAHs3/5MhAx7GthDO05uw1h56L2xyEqpiLTFLEqBNw3PUYzD5p/AKwWaigCXf6FGELpOw9lw==",
2174 "license": "MIT", 2507 "license": "MIT",
2175 "dependencies": { 2508 "dependencies": {
2176 "browserslist": "^4.28.2", 2509 "browserslist": "^4.28.2",
@@ -2180,13 +2513,13 @@
2180 "node": "^18.12.0 || ^20.9.0 || >=22.0" 2513 "node": "^18.12.0 || ^20.9.0 || >=22.0"
2181 }, 2514 },
2182 "peerDependencies": { 2515 "peerDependencies": {
2183 "postcss": "^8.4.32" 2516 "postcss": "^8.5.10"
2184 } 2517 }
2185 }, 2518 },
2186 "node_modules/postcss-discard-comments": { 2519 "node_modules/postcss-discard-comments": {
2187 "version": "7.0.6", 2520 "version": "7.0.7",
2188 "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-7.0.6.tgz", 2521 "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-7.0.7.tgz",
2189 "integrity": "sha512-Sq+Fzj1Eg5/CPf1ERb0wS1Im5cvE2gDXCE+si4HCn1sf+jpQZxDI4DXEp8t77B/ImzDceWE2ebJQFXdqZ6GRJw==", 2522 "integrity": "sha512-FJhE3fSte7HaRNL4iwD8LTG9vWqj3puxXIdig6LfrFqc1TJRUhY4kXOkeTXZZfTXYny+k+SO7fd2fymj1wduJg==",
2190 "license": "MIT", 2523 "license": "MIT",
2191 "dependencies": { 2524 "dependencies": {
2192 "postcss-selector-parser": "^7.1.1" 2525 "postcss-selector-parser": "^7.1.1"
@@ -2195,43 +2528,43 @@
2195 "node": "^18.12.0 || ^20.9.0 || >=22.0" 2528 "node": "^18.12.0 || ^20.9.0 || >=22.0"
2196 }, 2529 },
2197 "peerDependencies": { 2530 "peerDependencies": {
2198 "postcss": "^8.4.32" 2531 "postcss": "^8.5.10"
2199 } 2532 }
2200 }, 2533 },
2201 "node_modules/postcss-discard-duplicates": { 2534 "node_modules/postcss-discard-duplicates": {
2202 "version": "7.0.2", 2535 "version": "7.0.3",
2203 "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-7.0.2.tgz", 2536 "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-7.0.3.tgz",
2204 "integrity": "sha512-eTonaQvPZ/3i1ASDHOKkYwAybiM45zFIc7KXils4mQmHLqIswXD9XNOKEVxtTFnsmwYzF66u4LMgSr0abDlh5w==", 2537 "integrity": "sha512-9cRxXwhEM/aNZon1qZyToX4NmjbFbxOGbww+0CnbYFDbbPRGZ8jg4IbM8UlA+CzkXxM35itxyaHKNqBBg/RTDg==",
2205 "license": "MIT", 2538 "license": "MIT",
2206 "engines": { 2539 "engines": {
2207 "node": "^18.12.0 || ^20.9.0 || >=22.0" 2540 "node": "^18.12.0 || ^20.9.0 || >=22.0"
2208 }, 2541 },
2209 "peerDependencies": { 2542 "peerDependencies": {
2210 "postcss": "^8.4.32" 2543 "postcss": "^8.5.10"
2211 } 2544 }
2212 }, 2545 },
2213 "node_modules/postcss-discard-empty": { 2546 "node_modules/postcss-discard-empty": {
2214 "version": "7.0.1", 2547 "version": "7.0.2",
2215 "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-7.0.1.tgz", 2548 "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-7.0.2.tgz",
2216 "integrity": "sha512-cFrJKZvcg/uxB6Ijr4l6qmn3pXQBna9zyrPC+sK0zjbkDUZew+6xDltSF7OeB7rAtzaaMVYSdbod+sZOCWnMOg==", 2549 "integrity": "sha512-NZFouOmOwtngJVgkNeI1LtkzFdYqIurxgy4wq3qNvIiXFURTZ3b/K7q3dP3QitlWQ5imHDQL0qSorItQhoxb1g==",
2217 "license": "MIT", 2550 "license": "MIT",
2218 "engines": { 2551 "engines": {
2219 "node": "^18.12.0 || ^20.9.0 || >=22.0" 2552 "node": "^18.12.0 || ^20.9.0 || >=22.0"
2220 }, 2553 },
2221 "peerDependencies": { 2554 "peerDependencies": {
2222 "postcss": "^8.4.32" 2555 "postcss": "^8.5.10"
2223 } 2556 }
2224 }, 2557 },
2225 "node_modules/postcss-discard-overridden": { 2558 "node_modules/postcss-discard-overridden": {
2226 "version": "7.0.1", 2559 "version": "7.0.2",
2227 "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-7.0.1.tgz", 2560 "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-7.0.2.tgz",
2228 "integrity": "sha512-7c3MMjjSZ/qYrx3uc1940GSOzN1Iqjtlqe8uoSg+qdVPYyRb0TILSqqmtlSFuE4mTDECwsm397Ya7iXGzfF7lg==", 2561 "integrity": "sha512-Ym01X4v6U3sY8X0P1J9P+RTar+7JyLTOzDrxKSeaArFsLmkVu4KcAKPBWDYRIyZ/q4jwpSPnOnekeSSqXSXKUw==",
2229 "license": "MIT", 2562 "license": "MIT",
2230 "engines": { 2563 "engines": {
2231 "node": "^18.12.0 || ^20.9.0 || >=22.0" 2564 "node": "^18.12.0 || ^20.9.0 || >=22.0"
2232 }, 2565 },
2233 "peerDependencies": { 2566 "peerDependencies": {
2234 "postcss": "^8.4.32" 2567 "postcss": "^8.5.10"
2235 } 2568 }
2236 }, 2569 },
2237 "node_modules/postcss-load-config": { 2570 "node_modules/postcss-load-config": {
@@ -2274,43 +2607,43 @@
2274 } 2607 }
2275 }, 2608 },
2276 "node_modules/postcss-merge-longhand": { 2609 "node_modules/postcss-merge-longhand": {
2277 "version": "7.0.5", 2610 "version": "7.0.6",
2278 "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-7.0.5.tgz", 2611 "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-7.0.6.tgz",
2279 "integrity": "sha512-Kpu5v4Ys6QI59FxmxtNB/iHUVDn9Y9sYw66D6+SZoIk4QTz1prC4aYkhIESu+ieG1iylod1f8MILMs1Em3mmIw==", 2612 "integrity": "sha512-lDsWeKRsssX/9vKFpingoRiuvGajtOGCJhs1kyaTJ5fzaVzs0aPPYe38UZ/ukMFEA5iuRIjQJHIkH2niYO3ubQ==",
2280 "license": "MIT", 2613 "license": "MIT",
2281 "dependencies": { 2614 "dependencies": {
2282 "postcss-value-parser": "^4.2.0", 2615 "postcss-value-parser": "^4.2.0",
2283 "stylehacks": "^7.0.5" 2616 "stylehacks": "^7.0.10"
2284 }, 2617 },
2285 "engines": { 2618 "engines": {
2286 "node": "^18.12.0 || ^20.9.0 || >=22.0" 2619 "node": "^18.12.0 || ^20.9.0 || >=22.0"
2287 }, 2620 },
2288 "peerDependencies": { 2621 "peerDependencies": {
2289 "postcss": "^8.4.32" 2622 "postcss": "^8.5.10"
2290 } 2623 }
2291 }, 2624 },
2292 "node_modules/postcss-merge-rules": { 2625 "node_modules/postcss-merge-rules": {
2293 "version": "7.0.9", 2626 "version": "7.0.10",
2294 "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-7.0.9.tgz", 2627 "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-7.0.10.tgz",
2295 "integrity": "sha512-XKMXkHAegyLeIymVylg1Ro4NNHITInHPvmvybsIUximYfsg5fRw2b5TeqLTQwwg5cXEDVa556AAxvMve1MJuJA==", 2628 "integrity": "sha512-UXYKxkg8Cy1so/evF7AE/25PNXZb3E0SrvjdbtbGf+MW+doLenKqRLQzz6YZW469ktiXK2MVLFWtel/DftCV0Q==",
2296 "license": "MIT", 2629 "license": "MIT",
2297 "dependencies": { 2630 "dependencies": {
2298 "browserslist": "^4.28.2", 2631 "browserslist": "^4.28.2",
2299 "caniuse-api": "^3.0.0", 2632 "caniuse-api": "^3.0.0",
2300 "cssnano-utils": "^5.0.1", 2633 "cssnano-utils": "^5.0.2",
2301 "postcss-selector-parser": "^7.1.1" 2634 "postcss-selector-parser": "^7.1.1"
2302 }, 2635 },
2303 "engines": { 2636 "engines": {
2304 "node": "^18.12.0 || ^20.9.0 || >=22.0" 2637 "node": "^18.12.0 || ^20.9.0 || >=22.0"
2305 }, 2638 },
2306 "peerDependencies": { 2639 "peerDependencies": {
2307 "postcss": "^8.4.32" 2640 "postcss": "^8.5.10"
2308 } 2641 }
2309 }, 2642 },
2310 "node_modules/postcss-minify-font-values": { 2643 "node_modules/postcss-minify-font-values": {
2311 "version": "7.0.1", 2644 "version": "7.0.2",
2312 "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-7.0.1.tgz", 2645 "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-7.0.2.tgz",
2313 "integrity": "sha512-2m1uiuJeTplll+tq4ENOQSzB8LRnSUChBv7oSyFLsJRtUgAAJGP6LLz0/8lkinTgxrmJSPOEhgY1bMXOQ4ZXhQ==", 2646 "integrity": "sha512-Z82NUmnvhPrvMUaHfkaAVBmWQq9F8Dox4Dy0LiwbaTxfmDUWLQtS+0WCgKViwdWCPPajiY9YzoQftgqKdXkM5g==",
2314 "license": "MIT", 2647 "license": "MIT",
2315 "dependencies": { 2648 "dependencies": {
2316 "postcss-value-parser": "^4.2.0" 2649 "postcss-value-parser": "^4.2.0"
@@ -2319,49 +2652,51 @@
2319 "node": "^18.12.0 || ^20.9.0 || >=22.0" 2652 "node": "^18.12.0 || ^20.9.0 || >=22.0"
2320 }, 2653 },
2321 "peerDependencies": { 2654 "peerDependencies": {
2322 "postcss": "^8.4.32" 2655 "postcss": "^8.5.10"
2323 } 2656 }
2324 }, 2657 },
2325 "node_modules/postcss-minify-gradients": { 2658 "node_modules/postcss-minify-gradients": {
2326 "version": "7.0.3", 2659 "version": "7.0.4",
2327 "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-7.0.3.tgz", 2660 "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-7.0.4.tgz",
2328 "integrity": "sha512-2znRFq3Pg+Zo0ttzQxO7qIJdY2er1TOZbclHW2qMqBcHMmz+i6nn3roAyG3kuEDQTzbzd3gn24TAIifEfth1PQ==", 2661 "integrity": "sha512-g8MNeNyN+lbwKy8DCtJ6zU6awBL0InBsSOaKmgZ1MdRLVItLQUNFNAzzzBnOp4qowOcyyB6GetTlQ0/0UNXvag==",
2329 "license": "MIT", 2662 "license": "MIT",
2330 "dependencies": { 2663 "dependencies": {
2331 "@colordx/core": "^5.0.3", 2664 "@colordx/core": "^5.2.0",
2332 "cssnano-utils": "^5.0.1", 2665 "cssnano-utils": "^5.0.2",
2333 "postcss-value-parser": "^4.2.0" 2666 "postcss-value-parser": "^4.2.0"
2334 }, 2667 },
2335 "engines": { 2668 "engines": {
2336 "node": "^18.12.0 || ^20.9.0 || >=22.0" 2669 "node": "^18.12.0 || ^20.9.0 || >=22.0"
2337 }, 2670 },
2338 "peerDependencies": { 2671 "peerDependencies": {
2339 "postcss": "^8.4.32" 2672 "postcss": "^8.5.10"
2340 } 2673 }
2341 }, 2674 },
2342 "node_modules/postcss-minify-params": { 2675 "node_modules/postcss-minify-params": {
2343 "version": "7.0.7", 2676 "version": "7.0.8",
2344 "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-7.0.7.tgz", 2677 "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-7.0.8.tgz",
2345 "integrity": "sha512-OPmvW/9sjPEPQYnS2Sh6jvMW54wqk1IjjEMB8k/7V8SUIie71yMy3HQ9+w/ZHoL1YvgDGBQ/mCxP3n0Y/RxgqA==", 2678 "integrity": "sha512-DIUKM5DZGTmxN7KFKT+rxt0FdPDmRrdK/k3n3+6Po+N/QYn06juwagHcfOVBG0CfCHwcnI612GAUCZc3eT+ZEg==",
2346 "license": "MIT", 2679 "license": "MIT",
2347 "dependencies": { 2680 "dependencies": {
2348 "browserslist": "^4.28.2", 2681 "browserslist": "^4.28.2",
2349 "cssnano-utils": "^5.0.1", 2682 "cssnano-utils": "^5.0.2",
2350 "postcss-value-parser": "^4.2.0" 2683 "postcss-value-parser": "^4.2.0"
2351 }, 2684 },
2352 "engines": { 2685 "engines": {
2353 "node": "^18.12.0 || ^20.9.0 || >=22.0" 2686 "node": "^18.12.0 || ^20.9.0 || >=22.0"
2354 }, 2687 },
2355 "peerDependencies": { 2688 "peerDependencies": {
2356 "postcss": "^8.4.32" 2689 "postcss": "^8.5.10"
2357 } 2690 }
2358 }, 2691 },
2359 "node_modules/postcss-minify-selectors": { 2692 "node_modules/postcss-minify-selectors": {
2360 "version": "7.0.6", 2693 "version": "7.1.0",
2361 "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-7.0.6.tgz", 2694 "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-7.1.0.tgz",
2362 "integrity": "sha512-lIbC0jy3AAwDxEgciZlBullDiMBeBCT+fz5G8RcA9MWqh/hfUkpOI3vNDUNEZHgokaoiv0juB9Y8fGcON7rU/A==", 2695 "integrity": "sha512-HYl/6I0aL+UvpA10t65BSa7h+tVjBgE6oRI5N/3ylX3vtwvlDL67G3FT3vYDPnTksxr0riiyJcT0tBtyRVoloA==",
2363 "license": "MIT", 2696 "license": "MIT",
2364 "dependencies": { 2697 "dependencies": {
2698 "browserslist": "^4.28.1",
2699 "caniuse-api": "^3.0.0",
2365 "cssesc": "^3.0.0", 2700 "cssesc": "^3.0.0",
2366 "postcss-selector-parser": "^7.1.1" 2701 "postcss-selector-parser": "^7.1.1"
2367 }, 2702 },
@@ -2369,25 +2704,25 @@
2369 "node": "^18.12.0 || ^20.9.0 || >=22.0" 2704 "node": "^18.12.0 || ^20.9.0 || >=22.0"
2370 }, 2705 },
2371 "peerDependencies": { 2706 "peerDependencies": {
2372 "postcss": "^8.4.32" 2707 "postcss": "^8.5.10"
2373 } 2708 }
2374 }, 2709 },
2375 "node_modules/postcss-normalize-charset": { 2710 "node_modules/postcss-normalize-charset": {
2376 "version": "7.0.1", 2711 "version": "7.0.2",
2377 "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-7.0.1.tgz", 2712 "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-7.0.2.tgz",
2378 "integrity": "sha512-sn413ofhSQHlZFae//m9FTOfkmiZ+YQXsbosqOWRiVQncU2BA3daX3n0VF3cG6rGLSFVc5Di/yns0dFfh8NFgQ==", 2713 "integrity": "sha512-YoINoiR4YKlzfB95Y93b0DSxWy7FLw+1SADIaznMHb88AKizpzfF80tolmiDEbYr1UM4r4Hw+NZq37SwT5f3uw==",
2379 "license": "MIT", 2714 "license": "MIT",
2380 "engines": { 2715 "engines": {
2381 "node": "^18.12.0 || ^20.9.0 || >=22.0" 2716 "node": "^18.12.0 || ^20.9.0 || >=22.0"
2382 }, 2717 },
2383 "peerDependencies": { 2718 "peerDependencies": {
2384 "postcss": "^8.4.32" 2719 "postcss": "^8.5.10"
2385 } 2720 }
2386 }, 2721 },
2387 "node_modules/postcss-normalize-display-values": { 2722 "node_modules/postcss-normalize-display-values": {
2388 "version": "7.0.1", 2723 "version": "7.0.2",
2389 "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-7.0.1.tgz", 2724 "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-7.0.2.tgz",
2390 "integrity": "sha512-E5nnB26XjSYz/mGITm6JgiDpAbVuAkzXwLzRZtts19jHDUBFxZ0BkXAehy0uimrOjYJbocby4FVswA/5noOxrQ==", 2725 "integrity": "sha512-wu/NTSjnp8sX5TnEHVPN+eScjAtRs18ELtEduG+Ek3GxjeUDUT+VAA3PJjVIXBcVIk6fiLYFj2iKH0q99S3T2Q==",
2391 "license": "MIT", 2726 "license": "MIT",
2392 "dependencies": { 2727 "dependencies": {
2393 "postcss-value-parser": "^4.2.0" 2728 "postcss-value-parser": "^4.2.0"
@@ -2396,13 +2731,13 @@
2396 "node": "^18.12.0 || ^20.9.0 || >=22.0" 2731 "node": "^18.12.0 || ^20.9.0 || >=22.0"
2397 }, 2732 },
2398 "peerDependencies": { 2733 "peerDependencies": {
2399 "postcss": "^8.4.32" 2734 "postcss": "^8.5.10"
2400 } 2735 }
2401 }, 2736 },
2402 "node_modules/postcss-normalize-positions": { 2737 "node_modules/postcss-normalize-positions": {
2403 "version": "7.0.1", 2738 "version": "7.0.3",
2404 "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-7.0.1.tgz", 2739 "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-7.0.3.tgz",
2405 "integrity": "sha512-pB/SzrIP2l50ZIYu+yQZyMNmnAcwyYb9R1fVWPRxm4zcUFCY2ign7rcntGFuMXDdd9L2pPNUgoODDk91PzRZuQ==", 2740 "integrity": "sha512-1CJI++oA3yK/fQlPUcEngUfcSWS08Pkt9fK+jVgL53mmtHDBHi0YiuB0m3D9BXwZjmfvCc2GQmFqCAF/CVcPzQ==",
2406 "license": "MIT", 2741 "license": "MIT",
2407 "dependencies": { 2742 "dependencies": {
2408 "postcss-value-parser": "^4.2.0" 2743 "postcss-value-parser": "^4.2.0"
@@ -2411,13 +2746,13 @@
2411 "node": "^18.12.0 || ^20.9.0 || >=22.0" 2746 "node": "^18.12.0 || ^20.9.0 || >=22.0"
2412 }, 2747 },
2413 "peerDependencies": { 2748 "peerDependencies": {
2414 "postcss": "^8.4.32" 2749 "postcss": "^8.5.10"
2415 } 2750 }
2416 }, 2751 },
2417 "node_modules/postcss-normalize-repeat-style": { 2752 "node_modules/postcss-normalize-repeat-style": {
2418 "version": "7.0.1", 2753 "version": "7.0.3",
2419 "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-7.0.1.tgz", 2754 "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-7.0.3.tgz",
2420 "integrity": "sha512-NsSQJ8zj8TIDiF0ig44Byo3Jk9e4gNt9x2VIlJudnQQ5DhWAHJPF4Tr1ITwyHio2BUi/I6Iv0HRO7beHYOloYQ==", 2755 "integrity": "sha512-RvImJ2Ml4LZSx31qC2C8LDiz65IgBNATtwEr9r3Aue+D0cCGbj4rjNojb/uGpEm4QxnOTzFqMvaDYuKiT1Cmpg==",
2421 "license": "MIT", 2756 "license": "MIT",
2422 "dependencies": { 2757 "dependencies": {
2423 "postcss-value-parser": "^4.2.0" 2758 "postcss-value-parser": "^4.2.0"
@@ -2426,13 +2761,13 @@
2426 "node": "^18.12.0 || ^20.9.0 || >=22.0" 2761 "node": "^18.12.0 || ^20.9.0 || >=22.0"
2427 }, 2762 },
2428 "peerDependencies": { 2763 "peerDependencies": {
2429 "postcss": "^8.4.32" 2764 "postcss": "^8.5.10"
2430 } 2765 }
2431 }, 2766 },
2432 "node_modules/postcss-normalize-string": { 2767 "node_modules/postcss-normalize-string": {
2433 "version": "7.0.1", 2768 "version": "7.0.2",
2434 "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-7.0.1.tgz", 2769 "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-7.0.2.tgz",
2435 "integrity": "sha512-QByrI7hAhsoze992kpbMlJSbZ8FuCEc1OT9EFbZ6HldXNpsdpZr+YXC5di3UEv0+jeZlHbZcoCADgb7a+lPmmQ==", 2770 "integrity": "sha512-FqtrUh2BU2MnVeLeWBbJ2rwOjuDnA91XvoImc1BbgMWIxdxiPTaquflBHsmFBA3xh3pC3wPZO9W5MaIc7wU/Xw==",
2436 "license": "MIT", 2771 "license": "MIT",
2437 "dependencies": { 2772 "dependencies": {
2438 "postcss-value-parser": "^4.2.0" 2773 "postcss-value-parser": "^4.2.0"
@@ -2441,13 +2776,13 @@
2441 "node": "^18.12.0 || ^20.9.0 || >=22.0" 2776 "node": "^18.12.0 || ^20.9.0 || >=22.0"
2442 }, 2777 },
2443 "peerDependencies": { 2778 "peerDependencies": {
2444 "postcss": "^8.4.32" 2779 "postcss": "^8.5.10"
2445 } 2780 }
2446 }, 2781 },
2447 "node_modules/postcss-normalize-timing-functions": { 2782 "node_modules/postcss-normalize-timing-functions": {
2448 "version": "7.0.1", 2783 "version": "7.0.2",
2449 "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-7.0.1.tgz", 2784 "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-7.0.2.tgz",
2450 "integrity": "sha512-bHifyuuSNdKKsnNJ0s8fmfLMlvsQwYVxIoUBnowIVl2ZAdrkYQNGVB4RxjfpvkMjipqvbz0u7feBZybkl/6NJg==", 2785 "integrity": "sha512-5H5fpXBnMACEXzn7k9RP7qWZ1eWg8cuZkUuFygStY7icOj+UucwMWXeMmdkF/iITvTVa7fP85tdRCJeznpdFfQ==",
2451 "license": "MIT", 2786 "license": "MIT",
2452 "dependencies": { 2787 "dependencies": {
2453 "postcss-value-parser": "^4.2.0" 2788 "postcss-value-parser": "^4.2.0"
@@ -2456,13 +2791,13 @@
2456 "node": "^18.12.0 || ^20.9.0 || >=22.0" 2791 "node": "^18.12.0 || ^20.9.0 || >=22.0"
2457 }, 2792 },
2458 "peerDependencies": { 2793 "peerDependencies": {
2459 "postcss": "^8.4.32" 2794 "postcss": "^8.5.10"
2460 } 2795 }
2461 }, 2796 },
2462 "node_modules/postcss-normalize-unicode": { 2797 "node_modules/postcss-normalize-unicode": {
2463 "version": "7.0.7", 2798 "version": "7.0.8",
2464 "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-7.0.7.tgz", 2799 "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-7.0.8.tgz",
2465 "integrity": "sha512-Kfm0mC3gTnOC+SsLgxQqNEZStRxJgBaYrMpBe9fDVB0/MjC1G++FAeDW2YxYc5Mbvav12/7mOBSOTW7HK9Knwg==", 2800 "integrity": "sha512-imCM3cwK3hvlAG4z1AzYM24m8BPA3/Jk/S71wfbn2I6+E2b+UwFaGvlNqydihXTSl3OFPeQXztqCzg+NGeSibQ==",
2466 "license": "MIT", 2801 "license": "MIT",
2467 "dependencies": { 2802 "dependencies": {
2468 "browserslist": "^4.28.2", 2803 "browserslist": "^4.28.2",
@@ -2472,13 +2807,13 @@
2472 "node": "^18.12.0 || ^20.9.0 || >=22.0" 2807 "node": "^18.12.0 || ^20.9.0 || >=22.0"
2473 }, 2808 },
2474 "peerDependencies": { 2809 "peerDependencies": {
2475 "postcss": "^8.4.32" 2810 "postcss": "^8.5.10"
2476 } 2811 }
2477 }, 2812 },
2478 "node_modules/postcss-normalize-url": { 2813 "node_modules/postcss-normalize-url": {
2479 "version": "7.0.1", 2814 "version": "7.0.2",
2480 "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-7.0.1.tgz", 2815 "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-7.0.2.tgz",
2481 "integrity": "sha512-sUcD2cWtyK1AOL/82Fwy1aIVm/wwj5SdZkgZ3QiUzSzQQofrbq15jWJ3BA7Z+yVRwamCjJgZJN0I9IS7c6tgeQ==", 2816 "integrity": "sha512-bLnNY7t76NLRb9QQyCVmCN4qwoHxiq6vABH/CXav9wTuR6dNGHGQ72AyO/+h2quWxZk3l7BqxNL1vtDi9H6y1g==",
2482 "license": "MIT", 2817 "license": "MIT",
2483 "dependencies": { 2818 "dependencies": {
2484 "postcss-value-parser": "^4.2.0" 2819 "postcss-value-parser": "^4.2.0"
@@ -2487,13 +2822,13 @@
2487 "node": "^18.12.0 || ^20.9.0 || >=22.0" 2822 "node": "^18.12.0 || ^20.9.0 || >=22.0"
2488 }, 2823 },
2489 "peerDependencies": { 2824 "peerDependencies": {
2490 "postcss": "^8.4.32" 2825 "postcss": "^8.5.10"
2491 } 2826 }
2492 }, 2827 },
2493 "node_modules/postcss-normalize-whitespace": { 2828 "node_modules/postcss-normalize-whitespace": {
2494 "version": "7.0.1", 2829 "version": "7.0.2",
2495 "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-7.0.1.tgz", 2830 "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-7.0.2.tgz",
2496 "integrity": "sha512-vsbgFHMFQrJBJKrUFJNZ2pgBeBkC2IvvoHjz1to0/0Xk7sII24T0qFOiJzG6Fu3zJoq/0yI4rKWi7WhApW+EFA==", 2831 "integrity": "sha512-TNSVkuhkeOhl36WruQlflxOb7HweoeZowSusNpfsM1+ZvqJ24Mc+xksu05ecMQxlu+0zgI8pyznO2EWqDCQbLA==",
2497 "license": "MIT", 2832 "license": "MIT",
2498 "dependencies": { 2833 "dependencies": {
2499 "postcss-value-parser": "^4.2.0" 2834 "postcss-value-parser": "^4.2.0"
@@ -2502,29 +2837,29 @@
2502 "node": "^18.12.0 || ^20.9.0 || >=22.0" 2837 "node": "^18.12.0 || ^20.9.0 || >=22.0"
2503 }, 2838 },
2504 "peerDependencies": { 2839 "peerDependencies": {
2505 "postcss": "^8.4.32" 2840 "postcss": "^8.5.10"
2506 } 2841 }
2507 }, 2842 },
2508 "node_modules/postcss-ordered-values": { 2843 "node_modules/postcss-ordered-values": {
2509 "version": "7.0.2", 2844 "version": "7.0.3",
2510 "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-7.0.2.tgz", 2845 "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-7.0.3.tgz",
2511 "integrity": "sha512-AMJjt1ECBffF7CEON/Y0rekRLS6KsePU6PRP08UqYW4UGFRnTXNrByUzYK1h8AC7UWTZdQ9O3Oq9kFIhm0SFEw==", 2846 "integrity": "sha512-FTt6R9RF7NAYfpOHa2XFPm89FVuo5GiIbcfwOXFy1MYF38BeiNW9ke8ybw9Pk62eEsUlRVVbxHWA3B7ERYqOOA==",
2512 "license": "MIT", 2847 "license": "MIT",
2513 "dependencies": { 2848 "dependencies": {
2514 "cssnano-utils": "^5.0.1", 2849 "cssnano-utils": "^5.0.2",
2515 "postcss-value-parser": "^4.2.0" 2850 "postcss-value-parser": "^4.2.0"
2516 }, 2851 },
2517 "engines": { 2852 "engines": {
2518 "node": "^18.12.0 || ^20.9.0 || >=22.0" 2853 "node": "^18.12.0 || ^20.9.0 || >=22.0"
2519 }, 2854 },
2520 "peerDependencies": { 2855 "peerDependencies": {
2521 "postcss": "^8.4.32" 2856 "postcss": "^8.5.10"
2522 } 2857 }
2523 }, 2858 },
2524 "node_modules/postcss-reduce-initial": { 2859 "node_modules/postcss-reduce-initial": {
2525 "version": "7.0.7", 2860 "version": "7.0.8",
2526 "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-7.0.7.tgz", 2861 "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-7.0.8.tgz",
2527 "integrity": "sha512-evetDQPqkgrzHoP8g3HjE3KgH0j2W0je2Vt1pfTaO2KvmjulStxGC2IGeI2y0pdLi6ryEGc4nD08zpDRP9ge8w==", 2862 "integrity": "sha512-VeVRmbgpgTZuRcDQdqnsB4iYTeS2dBRV07UdwK6V3x61F1xTQ2pgIzHBIR4rQYRlXRNKBTGYYhEL1eNA7w9vaQ==",
2528 "license": "MIT", 2863 "license": "MIT",
2529 "dependencies": { 2864 "dependencies": {
2530 "browserslist": "^4.28.2", 2865 "browserslist": "^4.28.2",
@@ -2534,13 +2869,13 @@
2534 "node": "^18.12.0 || ^20.9.0 || >=22.0" 2869 "node": "^18.12.0 || ^20.9.0 || >=22.0"
2535 }, 2870 },
2536 "peerDependencies": { 2871 "peerDependencies": {
2537 "postcss": "^8.4.32" 2872 "postcss": "^8.5.10"
2538 } 2873 }
2539 }, 2874 },
2540 "node_modules/postcss-reduce-transforms": { 2875 "node_modules/postcss-reduce-transforms": {
2541 "version": "7.0.1", 2876 "version": "7.0.2",
2542 "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-7.0.1.tgz", 2877 "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-7.0.2.tgz",
2543 "integrity": "sha512-MhyEbfrm+Mlp/36hvZ9mT9DaO7dbncU0CvWI8V93LRkY6IYlu38OPg3FObnuKTUxJ4qA8HpurdQOo5CyqqO76g==", 2878 "integrity": "sha512-OV5P9hMnf7kEkeXVXyS5ESqxbIls7a3TqFymUAV5JICO/9YCBEU+QQhQjZiDHaLwFdV7/CL481kVeBUk5FdY3w==",
2544 "license": "MIT", 2879 "license": "MIT",
2545 "dependencies": { 2880 "dependencies": {
2546 "postcss-value-parser": "^4.2.0" 2881 "postcss-value-parser": "^4.2.0"
@@ -2549,7 +2884,7 @@
2549 "node": "^18.12.0 || ^20.9.0 || >=22.0" 2884 "node": "^18.12.0 || ^20.9.0 || >=22.0"
2550 }, 2885 },
2551 "peerDependencies": { 2886 "peerDependencies": {
2552 "postcss": "^8.4.32" 2887 "postcss": "^8.5.10"
2553 } 2888 }
2554 }, 2889 },
2555 "node_modules/postcss-reporter": { 2890 "node_modules/postcss-reporter": {
@@ -2592,9 +2927,9 @@
2592 } 2927 }
2593 }, 2928 },
2594 "node_modules/postcss-svgo": { 2929 "node_modules/postcss-svgo": {
2595 "version": "7.1.1", 2930 "version": "7.1.2",
2596 "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-7.1.1.tgz", 2931 "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-7.1.2.tgz",
2597 "integrity": "sha512-zU9H9oEDrUFKa0JB7w+IYL7Qs9ey1mZyjhbf0KLxwJDdDRtoPvCmaEfknzqfHj44QS9VD6c5sJnBAVYTLRg/Sg==", 2932 "integrity": "sha512-ixExc8m+/68yuSYQzV/1DgtTup/7nI2dN9eiDS5GMRUzeCH4q9UcqeZPwcSVhdf8ay9fRwXDUHwcY5/XzQSszQ==",
2598 "license": "MIT", 2933 "license": "MIT",
2599 "dependencies": { 2934 "dependencies": {
2600 "postcss-value-parser": "^4.2.0", 2935 "postcss-value-parser": "^4.2.0",
@@ -2604,13 +2939,13 @@
2604 "node": "^18.12.0 || ^20.9.0 || >= 18" 2939 "node": "^18.12.0 || ^20.9.0 || >= 18"
2605 }, 2940 },
2606 "peerDependencies": { 2941 "peerDependencies": {
2607 "postcss": "^8.4.32" 2942 "postcss": "^8.5.10"
2608 } 2943 }
2609 }, 2944 },
2610 "node_modules/postcss-unique-selectors": { 2945 "node_modules/postcss-unique-selectors": {
2611 "version": "7.0.5", 2946 "version": "7.0.6",
2612 "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-7.0.5.tgz", 2947 "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-7.0.6.tgz",
2613 "integrity": "sha512-3QoYmEt4qg/rUWDn6Tc8+ZVPmbp4G1hXDtCNWDx0st8SjtCbRcxRXDDM1QrEiXGG3A45zscSJFb4QH90LViyxg==", 2948 "integrity": "sha512-cDxnYw1QuBMW5w3svZ0BlYF0IA4Amr+1JoTLXzu6vDFPNwohN2QU+sPZNx15b930LR7ce+/600h28/cYoxO9vw==",
2614 "license": "MIT", 2949 "license": "MIT",
2615 "dependencies": { 2950 "dependencies": {
2616 "postcss-selector-parser": "^7.1.1" 2951 "postcss-selector-parser": "^7.1.1"
@@ -2619,7 +2954,7 @@
2619 "node": "^18.12.0 || ^20.9.0 || >=22.0" 2954 "node": "^18.12.0 || ^20.9.0 || >=22.0"
2620 }, 2955 },
2621 "peerDependencies": { 2956 "peerDependencies": {
2622 "postcss": "^8.4.32" 2957 "postcss": "^8.5.10"
2623 } 2958 }
2624 }, 2959 },
2625 "node_modules/postcss-value-parser": { 2960 "node_modules/postcss-value-parser": {
@@ -2696,9 +3031,9 @@
2696 } 3031 }
2697 }, 3032 },
2698 "node_modules/sax": { 3033 "node_modules/sax": {
2699 "version": "1.5.0", 3034 "version": "1.6.0",
2700 "resolved": "https://registry.npmjs.org/sax/-/sax-1.5.0.tgz", 3035 "resolved": "https://registry.npmjs.org/sax/-/sax-1.6.0.tgz",
2701 "integrity": "sha512-21IYA3Q5cQf089Z6tgaUTr7lDAyzoTPx5HRtbhsME8Udispad8dC/+sziTNugOEx54ilvatQ9YCzl4KQLPcRHA==", 3036 "integrity": "sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==",
2702 "license": "BlueOak-1.0.0", 3037 "license": "BlueOak-1.0.0",
2703 "engines": { 3038 "engines": {
2704 "node": ">=11.0.0" 3039 "node": ">=11.0.0"
@@ -2855,19 +3190,19 @@
2855 } 3190 }
2856 }, 3191 },
2857 "node_modules/stylehacks": { 3192 "node_modules/stylehacks": {
2858 "version": "7.0.5", 3193 "version": "7.0.10",
2859 "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-7.0.5.tgz", 3194 "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-7.0.10.tgz",
2860 "integrity": "sha512-5kNb7V37BNf0Q3w+1pxfa+oiNPS++/b4Jil9e/kPDgrk1zjEd6uR7SZeJiYaLYH6RRSC1XX2/37OTeU/4FvuIA==", 3195 "integrity": "sha512-sRJ7klmhe/Fl5woJcbJUa2qP1Ueffsl1CQI4ePvqXLkZmcIuAt09aP9uT/FOFPqXh9Rh8M5UkgEnwTdTKn/Aag==",
2861 "license": "MIT", 3196 "license": "MIT",
2862 "dependencies": { 3197 "dependencies": {
2863 "browserslist": "^4.24.5", 3198 "browserslist": "^4.28.2",
2864 "postcss-selector-parser": "^7.1.0" 3199 "postcss-selector-parser": "^7.1.1"
2865 }, 3200 },
2866 "engines": { 3201 "engines": {
2867 "node": "^18.12.0 || ^20.9.0 || >=22.0" 3202 "node": "^18.12.0 || ^20.9.0 || >=22.0"
2868 }, 3203 },
2869 "peerDependencies": { 3204 "peerDependencies": {
2870 "postcss": "^8.4.32" 3205 "postcss": "^8.5.10"
2871 } 3206 }
2872 }, 3207 },
2873 "node_modules/svgo": { 3208 "node_modules/svgo": {
@@ -2905,15 +3240,15 @@
2905 } 3240 }
2906 }, 3241 },
2907 "node_modules/tailwindcss": { 3242 "node_modules/tailwindcss": {
2908 "version": "4.2.2", 3243 "version": "4.2.4",
2909 "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.2.tgz", 3244 "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.4.tgz",
2910 "integrity": "sha512-KWBIxs1Xb6NoLdMVqhbhgwZf2PGBpPEiwOqgI4pFIYbNTfBXiKYyWoTsXgBQ9WFg/OlhnvHaY+AEpW7wSmFo2Q==", 3245 "integrity": "sha512-HhKppgO81FQof5m6TEnuBWCZGgfRAWbaeOaGT00KOy/Pf/j6oUihdvBpA7ltCeAvZpFhW3j0PTclkxsd4IXYDA==",
2911 "license": "MIT" 3246 "license": "MIT"
2912 }, 3247 },
2913 "node_modules/tapable": { 3248 "node_modules/tapable": {
2914 "version": "2.3.0", 3249 "version": "2.3.3",
2915 "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz", 3250 "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.3.tgz",
2916 "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==", 3251 "integrity": "sha512-uxc/zpqFg6x7C8vOE7lh6Lbda8eEL9zmVm/PLeTPBRhh1xCgdWaQ+J1CUieGpIfm2HdtsUpRv+HshiasBMcc6A==",
2917 "license": "MIT", 3252 "license": "MIT",
2918 "engines": { 3253 "engines": {
2919 "node": ">=6" 3254 "node": ">=6"
diff --git a/requirements-test.txt b/requirements-test.txt
index efdb1d1..8708d79 100644
--- a/requirements-test.txt
+++ b/requirements-test.txt
@@ -1,7 +1,7 @@
1openapi-spec-validator==0.8.4 1openapi-spec-validator==0.8.5
2types-Flask==1.1.6 2types-Flask==1.1.6
3types-Jinja2==2.11.9 3types-Jinja2==2.11.9
4types-PyYAML==6.0.12.20260408 4types-PyYAML==6.0.12.20260408
5wheel==0.46.3 5wheel==0.47.0
6coverage==7.13.5 6coverage==7.13.5
7Flask-Testing==0.8.1 \ No newline at end of file 7Flask-Testing==0.8.1 \ No newline at end of file