diff options
Diffstat (limited to '')
| -rw-r--r-- | package-lock.json | 855 | ||||
| -rw-r--r-- | requirements-test.txt | 6 |
2 files changed, 279 insertions, 582 deletions
diff --git a/package-lock.json b/package-lock.json index 96f4424..1e945bf 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.3", |
| 36 | "resolved": "https://registry.npmjs.org/@colordx/core/-/core-5.0.3.tgz", | 36 | "resolved": "https://registry.npmjs.org/@colordx/core/-/core-5.4.3.tgz", |
| 37 | "integrity": "sha512-xBQ0MYRTNNxW3mS2sJtlQTT7C3Sasqgh1/PsHva7fyDb5uqYY+gv9V0utDdX8X80mqzbGz3u/IDJdn2d/uW09g==", | 37 | "integrity": "sha512-kIxYSfA5T8HXjav55UaaH/o/cKivF6jCCGIb8eqtcsfI46wsvlSiT8jMDyrl779qLec3c2c2oHBZo4oAhvbjrQ==", |
| 38 | "license": "MIT" | 38 | "license": "MIT" |
| 39 | }, | 39 | }, |
| 40 | "node_modules/@fullhuman/postcss-purgecss": { | 40 | "node_modules/@fullhuman/postcss-purgecss": { |
| @@ -430,65 +430,65 @@ | |||
| 430 | } | 430 | } |
| 431 | }, | 431 | }, |
| 432 | "node_modules/@tailwindcss/cli": { | 432 | "node_modules/@tailwindcss/cli": { |
| 433 | "version": "4.2.4", | 433 | "version": "4.3.0", |
| 434 | "resolved": "https://registry.npmjs.org/@tailwindcss/cli/-/cli-4.2.4.tgz", | 434 | "resolved": "https://registry.npmjs.org/@tailwindcss/cli/-/cli-4.3.0.tgz", |
| 435 | "integrity": "sha512-e87GGhuXxnyQPyA0TS8an/3wNpj+OUmx8u0F4BicYr48TF72032AIu5917rRYaWm7HorXi3GSZ/uG+ohqP6AKA==", | 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.4", | 439 | "@tailwindcss/node": "4.3.0", |
| 440 | "@tailwindcss/oxide": "4.2.4", | 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.4" | 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": { | 450 | "node_modules/@tailwindcss/node": { |
| 451 | "version": "4.2.4", | 451 | "version": "4.3.0", |
| 452 | "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.2.4.tgz", | 452 | "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.3.0.tgz", |
| 453 | "integrity": "sha512-Ai7+yQPxz3ddrDQzFfBKdHEVBg0w3Zl83jnjuwxnZOsnH9pGn93QHQtpU0p/8rYWxvbFZHneni6p1BSLK4DkGA==", | 453 | "integrity": "sha512-aFb4gUhFOgdh9AXo4IzBEOzBkkAxm9VigwDJnMIYv3lcfXCJVesNfbEaBl4BNgVRyid92AmdviqwBUBRKSeY3g==", |
| 454 | "license": "MIT", | 454 | "license": "MIT", |
| 455 | "dependencies": { | 455 | "dependencies": { |
| 456 | "@jridgewell/remapping": "^2.3.5", | 456 | "@jridgewell/remapping": "^2.3.5", |
| 457 | "enhanced-resolve": "^5.19.0", | 457 | "enhanced-resolve": "^5.21.0", |
| 458 | "jiti": "^2.6.1", | 458 | "jiti": "^2.6.1", |
| 459 | "lightningcss": "1.32.0", | 459 | "lightningcss": "1.32.0", |
| 460 | "magic-string": "^0.30.21", | 460 | "magic-string": "^0.30.21", |
| 461 | "source-map-js": "^1.2.1", | 461 | "source-map-js": "^1.2.1", |
| 462 | "tailwindcss": "4.2.4" | 462 | "tailwindcss": "4.3.0" |
| 463 | } | 463 | } |
| 464 | }, | 464 | }, |
| 465 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide": { | 465 | "node_modules/@tailwindcss/oxide": { |
| 466 | "version": "4.2.4", | 466 | "version": "4.3.0", |
| 467 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.2.4.tgz", | 467 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.3.0.tgz", |
| 468 | "integrity": "sha512-9El/iI069DKDSXwTvB9J4BwdO5JhRrOweGaK25taBAvBXyXqJAX+Jqdvs8r8gKpsI/1m0LeJLyQYTf/WLrBT1Q==", | 468 | "integrity": "sha512-F7HZGBeN9I0/AuuJS5PwcD8xayx5ri5GhjYUDBEVYUkexyA/giwbDNjRVrxSezE3T250OU2K/wp/ltWx3UOefg==", |
| 469 | "license": "MIT", | 469 | "license": "MIT", |
| 470 | "engines": { | 470 | "engines": { |
| 471 | "node": ">= 20" | 471 | "node": ">= 20" |
| 472 | }, | 472 | }, |
| 473 | "optionalDependencies": { | 473 | "optionalDependencies": { |
| 474 | "@tailwindcss/oxide-android-arm64": "4.2.4", | 474 | "@tailwindcss/oxide-android-arm64": "4.3.0", |
| 475 | "@tailwindcss/oxide-darwin-arm64": "4.2.4", | 475 | "@tailwindcss/oxide-darwin-arm64": "4.3.0", |
| 476 | "@tailwindcss/oxide-darwin-x64": "4.2.4", | 476 | "@tailwindcss/oxide-darwin-x64": "4.3.0", |
| 477 | "@tailwindcss/oxide-freebsd-x64": "4.2.4", | 477 | "@tailwindcss/oxide-freebsd-x64": "4.3.0", |
| 478 | "@tailwindcss/oxide-linux-arm-gnueabihf": "4.2.4", | 478 | "@tailwindcss/oxide-linux-arm-gnueabihf": "4.3.0", |
| 479 | "@tailwindcss/oxide-linux-arm64-gnu": "4.2.4", | 479 | "@tailwindcss/oxide-linux-arm64-gnu": "4.3.0", |
| 480 | "@tailwindcss/oxide-linux-arm64-musl": "4.2.4", | 480 | "@tailwindcss/oxide-linux-arm64-musl": "4.3.0", |
| 481 | "@tailwindcss/oxide-linux-x64-gnu": "4.2.4", | 481 | "@tailwindcss/oxide-linux-x64-gnu": "4.3.0", |
| 482 | "@tailwindcss/oxide-linux-x64-musl": "4.2.4", | 482 | "@tailwindcss/oxide-linux-x64-musl": "4.3.0", |
| 483 | "@tailwindcss/oxide-wasm32-wasi": "4.2.4", | 483 | "@tailwindcss/oxide-wasm32-wasi": "4.3.0", |
| 484 | "@tailwindcss/oxide-win32-arm64-msvc": "4.2.4", | 484 | "@tailwindcss/oxide-win32-arm64-msvc": "4.3.0", |
| 485 | "@tailwindcss/oxide-win32-x64-msvc": "4.2.4" | 485 | "@tailwindcss/oxide-win32-x64-msvc": "4.3.0" |
| 486 | } | 486 | } |
| 487 | }, | 487 | }, |
| 488 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-android-arm64": { | 488 | "node_modules/@tailwindcss/oxide-android-arm64": { |
| 489 | "version": "4.2.4", | 489 | "version": "4.3.0", |
| 490 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.2.4.tgz", | 490 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.3.0.tgz", |
| 491 | "integrity": "sha512-e7MOr1SAn9U8KlZzPi1ZXGZHeC5anY36qjNwmZv9pOJ8E4Q6jmD1vyEHkQFmNOIN7twGPEMXRHmitN4zCMN03g==", | 491 | "integrity": "sha512-TJPiq67tKlLuObP6RkwvVGDoxCMBVtDgKkLfa/uyj7/FyxvQwHS+UOnVrXXgbEsfUaMgiVvC4KbJnRr26ho4Ng==", |
| 492 | "cpu": [ | 492 | "cpu": [ |
| 493 | "arm64" | 493 | "arm64" |
| 494 | ], | 494 | ], |
| @@ -501,10 +501,10 @@ | |||
| 501 | "node": ">= 20" | 501 | "node": ">= 20" |
| 502 | } | 502 | } |
| 503 | }, | 503 | }, |
| 504 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-darwin-arm64": { | 504 | "node_modules/@tailwindcss/oxide-darwin-arm64": { |
| 505 | "version": "4.2.4", | 505 | "version": "4.3.0", |
| 506 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.2.4.tgz", | 506 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.3.0.tgz", |
| 507 | "integrity": "sha512-tSC/Kbqpz/5/o/C2sG7QvOxAKqyd10bq+ypZNf+9Fi2TvbVbv1zNpcEptcsU7DPROaSbVgUXmrzKhurFvo5eDg==", | 507 | "integrity": "sha512-oMN/WZRb+SO37BmUElEgeEWuU8E/HXRkiODxJxLe1UTHVXLrdVSgfaJV7pSlhRGMSOiXLuxTIjfsF3wYvz8cgQ==", |
| 508 | "cpu": [ | 508 | "cpu": [ |
| 509 | "arm64" | 509 | "arm64" |
| 510 | ], | 510 | ], |
| @@ -517,10 +517,10 @@ | |||
| 517 | "node": ">= 20" | 517 | "node": ">= 20" |
| 518 | } | 518 | } |
| 519 | }, | 519 | }, |
| 520 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-darwin-x64": { | 520 | "node_modules/@tailwindcss/oxide-darwin-x64": { |
| 521 | "version": "4.2.4", | 521 | "version": "4.3.0", |
| 522 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.2.4.tgz", | 522 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.3.0.tgz", |
| 523 | "integrity": "sha512-yPyUXn3yO/ufR6+Kzv0t4fCg2qNr90jxXc5QqBpjlPNd0NqyDXcmQb/6weunH/MEDXW5dhyEi+agTDiqa3WsGg==", | 523 | "integrity": "sha512-N6CUmu4a6bKVADfw77p+iw6Yd9Q3OBhe0veaDX+QazfuVYlQsHfDgxBrsjQ/IW+zywL8mTrNd0SdJT/zgtvMdA==", |
| 524 | "cpu": [ | 524 | "cpu": [ |
| 525 | "x64" | 525 | "x64" |
| 526 | ], | 526 | ], |
| @@ -533,10 +533,10 @@ | |||
| 533 | "node": ">= 20" | 533 | "node": ">= 20" |
| 534 | } | 534 | } |
| 535 | }, | 535 | }, |
| 536 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-freebsd-x64": { | 536 | "node_modules/@tailwindcss/oxide-freebsd-x64": { |
| 537 | "version": "4.2.4", | 537 | "version": "4.3.0", |
| 538 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.2.4.tgz", | 538 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.3.0.tgz", |
| 539 | "integrity": "sha512-BoMIB4vMQtZsXdGLVc2z+P9DbETkiopogfWZKbWwM8b/1Vinbs4YcUwo+kM/KeLkX3Ygrf4/PsRndKaYhS8Eiw==", | 539 | "integrity": "sha512-zDL5hBkQdH5C6MpqbK3gQAgP80tsMwSI26vjOzjJtNCMUo0lFgOItzHKBIupOZNQxt3ouPH7RPhvNhiTfCe5CQ==", |
| 540 | "cpu": [ | 540 | "cpu": [ |
| 541 | "x64" | 541 | "x64" |
| 542 | ], | 542 | ], |
| @@ -549,10 +549,10 @@ | |||
| 549 | "node": ">= 20" | 549 | "node": ">= 20" |
| 550 | } | 550 | } |
| 551 | }, | 551 | }, |
| 552 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": { | 552 | "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": { |
| 553 | "version": "4.2.4", | 553 | "version": "4.3.0", |
| 554 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.2.4.tgz", | 554 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.3.0.tgz", |
| 555 | "integrity": "sha512-7pIHBLTHYRAlS7V22JNuTh33yLH4VElwKtB3bwchK/UaKUPpQ0lPQiOWcbm4V3WP2I6fNIJ23vABIvoy2izdwA==", | 555 | "integrity": "sha512-R06HdNi7A7OEoMsf6d4tjZ71RCWnZQPHj2mnotSFURjNLdBC+cIgXQ7l81CqeoiQftjf6OOblxXMInMgN2VzMA==", |
| 556 | "cpu": [ | 556 | "cpu": [ |
| 557 | "arm" | 557 | "arm" |
| 558 | ], | 558 | ], |
| @@ -565,10 +565,10 @@ | |||
| 565 | "node": ">= 20" | 565 | "node": ">= 20" |
| 566 | } | 566 | } |
| 567 | }, | 567 | }, |
| 568 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-linux-arm64-gnu": { | 568 | "node_modules/@tailwindcss/oxide-linux-arm64-gnu": { |
| 569 | "version": "4.2.4", | 569 | "version": "4.3.0", |
| 570 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.2.4.tgz", | 570 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.3.0.tgz", |
| 571 | "integrity": "sha512-+E4wxJ0ZGOzSH325reXTWB48l42i93kQqMvDyz5gqfRzRZ7faNhnmvlV4EPGJU3QJM/3Ab5jhJ5pCRUsKn6OQw==", | 571 | "integrity": "sha512-qTJHELX8jetjhRQHCLilkVLmybpzNQAtaI/gaoVoidn/ufbNDbAo8KlK2J+yPoc8wQxvDxCmh/5lr8nC1+lTbg==", |
| 572 | "cpu": [ | 572 | "cpu": [ |
| 573 | "arm64" | 573 | "arm64" |
| 574 | ], | 574 | ], |
| @@ -584,10 +584,10 @@ | |||
| 584 | "node": ">= 20" | 584 | "node": ">= 20" |
| 585 | } | 585 | } |
| 586 | }, | 586 | }, |
| 587 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-linux-arm64-musl": { | 587 | "node_modules/@tailwindcss/oxide-linux-arm64-musl": { |
| 588 | "version": "4.2.4", | 588 | "version": "4.3.0", |
| 589 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.2.4.tgz", | 589 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.3.0.tgz", |
| 590 | "integrity": "sha512-bBADEGAbo4ASnppIziaQJelekCxdMaxisrk+fB7Thit72IBnALp9K6ffA2G4ruj90G9XRS2VQ6q2bCKbfFV82g==", | 590 | "integrity": "sha512-Z6sukiQsngnWO+l39X4pPbiWT81IC+PLKF+PHxIlyZbGNb9MODfYlXEVlFvej5BOZInWX01kVyzeLvHsXhfczQ==", |
| 591 | "cpu": [ | 591 | "cpu": [ |
| 592 | "arm64" | 592 | "arm64" |
| 593 | ], | 593 | ], |
| @@ -603,10 +603,10 @@ | |||
| 603 | "node": ">= 20" | 603 | "node": ">= 20" |
| 604 | } | 604 | } |
| 605 | }, | 605 | }, |
| 606 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-linux-x64-gnu": { | 606 | "node_modules/@tailwindcss/oxide-linux-x64-gnu": { |
| 607 | "version": "4.2.4", | 607 | "version": "4.3.0", |
| 608 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.2.4.tgz", | 608 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.3.0.tgz", |
| 609 | "integrity": "sha512-7Mx25E4WTfnht0TVRTyC00j3i0M+EeFe7wguMDTlX4mRxafznw0CA8WJkFjWYH5BlgELd1kSjuU2JiPnNZbJDA==", | 609 | "integrity": "sha512-DRNdQRpSGzRGfARVuVkxvM8Q12nh19l4BF/G7zGA1oe+9wcC6saFBHTISrpIcKzhiXtSrlSrluCfvMuledoCTQ==", |
| 610 | "cpu": [ | 610 | "cpu": [ |
| 611 | "x64" | 611 | "x64" |
| 612 | ], | 612 | ], |
| @@ -622,10 +622,10 @@ | |||
| 622 | "node": ">= 20" | 622 | "node": ">= 20" |
| 623 | } | 623 | } |
| 624 | }, | 624 | }, |
| 625 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-linux-x64-musl": { | 625 | "node_modules/@tailwindcss/oxide-linux-x64-musl": { |
| 626 | "version": "4.2.4", | 626 | "version": "4.3.0", |
| 627 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.2.4.tgz", | 627 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.3.0.tgz", |
| 628 | "integrity": "sha512-2wwJRF7nyhOR0hhHoChc04xngV3iS+akccHTGtz965FwF0up4b2lOdo6kI1EbDaEXKgvcrFBYcYQQ/rrnWFVfA==", | 628 | "integrity": "sha512-Z0IADbDo8bh6I7h2IQMx601AdXBLfFpEdUotft86evd/8ZPflZe9COPO8Q1vw+pfLWIUo9zN/JGZvwuAJqduqg==", |
| 629 | "cpu": [ | 629 | "cpu": [ |
| 630 | "x64" | 630 | "x64" |
| 631 | ], | 631 | ], |
| @@ -641,317 +641,10 @@ | |||
| 641 | "node": ">= 20" | 641 | "node": ">= 20" |
| 642 | } | 642 | } |
| 643 | }, | 643 | }, |
| 644 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-wasm32-wasi": { | ||
| 645 | "version": "4.2.4", | ||
| 646 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.2.4.tgz", | ||
| 647 | "integrity": "sha512-FQsqApeor8Fo6gUEklzmaa9994orJZZDBAlQpK2Mq+DslRKFJeD6AjHpBQ0kZFQohVr8o85PPh8eOy86VlSCmw==", | ||
| 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.8.1", | ||
| 663 | "@emnapi/runtime": "^1.8.1", | ||
| 664 | "@emnapi/wasi-threads": "^1.1.0", | ||
| 665 | "@napi-rs/wasm-runtime": "^1.1.1", | ||
| 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.8.1", | ||
| 675 | "inBundle": true, | ||
| 676 | "license": "MIT", | ||
| 677 | "optional": true, | ||
| 678 | "dependencies": { | ||
| 679 | "@emnapi/wasi-threads": "1.1.0", | ||
| 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.8.1", | ||
| 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.1.0", | ||
| 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.1", | ||
| 703 | "inBundle": true, | ||
| 704 | "license": "MIT", | ||
| 705 | "optional": true, | ||
| 706 | "dependencies": { | ||
| 707 | "@emnapi/core": "^1.7.1", | ||
| 708 | "@emnapi/runtime": "^1.7.1", | ||
| 709 | "@tybys/wasm-util": "^0.10.1" | ||
| 710 | }, | ||
| 711 | "funding": { | ||
| 712 | "type": "github", | ||
| 713 | "url": "https://github.com/sponsors/Brooooooklyn" | ||
| 714 | } | ||
| 715 | }, | ||
| 716 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": { | ||
| 717 | "version": "0.10.1", | ||
| 718 | "inBundle": true, | ||
| 719 | "license": "MIT", | ||
| 720 | "optional": true, | ||
| 721 | "dependencies": { | ||
| 722 | "tslib": "^2.4.0" | ||
| 723 | } | ||
| 724 | }, | ||
| 725 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": { | ||
| 726 | "version": "2.8.1", | ||
| 727 | "inBundle": true, | ||
| 728 | "license": "0BSD", | ||
| 729 | "optional": true | ||
| 730 | }, | ||
| 731 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-win32-arm64-msvc": { | ||
| 732 | "version": "4.2.4", | ||
| 733 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.2.4.tgz", | ||
| 734 | "integrity": "sha512-L9BXqxC4ToVgwMFqj3pmZRqyHEztulpUJzCxUtLjobMCzTPsGt1Fa9enKbOpY2iIyVtaHNeNvAK8ERP/64sqGQ==", | ||
| 735 | "cpu": [ | ||
| 736 | "arm64" | ||
| 737 | ], | ||
| 738 | "license": "MIT", | ||
| 739 | "optional": true, | ||
| 740 | "os": [ | ||
| 741 | "win32" | ||
| 742 | ], | ||
| 743 | "engines": { | ||
| 744 | "node": ">= 20" | ||
| 745 | } | ||
| 746 | }, | ||
| 747 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-win32-x64-msvc": { | ||
| 748 | "version": "4.2.4", | ||
| 749 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.2.4.tgz", | ||
| 750 | "integrity": "sha512-ESlKG0EpVJQwRjXDDa9rLvhEAh0mhP1sF7sap9dNZT0yyl9SAG6T7gdP09EH0vIv0UNTlo6jPWyujD6559fZvw==", | ||
| 751 | "cpu": [ | ||
| 752 | "x64" | ||
| 753 | ], | ||
| 754 | "license": "MIT", | ||
| 755 | "optional": true, | ||
| 756 | "os": [ | ||
| 757 | "win32" | ||
| 758 | ], | ||
| 759 | "engines": { | ||
| 760 | "node": ">= 20" | ||
| 761 | } | ||
| 762 | }, | ||
| 763 | "node_modules/@tailwindcss/cli/node_modules/tailwindcss": { | ||
| 764 | "version": "4.2.4", | ||
| 765 | "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.4.tgz", | ||
| 766 | "integrity": "sha512-HhKppgO81FQof5m6TEnuBWCZGgfRAWbaeOaGT00KOy/Pf/j6oUihdvBpA7ltCeAvZpFhW3j0PTclkxsd4IXYDA==", | ||
| 767 | "license": "MIT" | ||
| 768 | }, | ||
| 769 | "node_modules/@tailwindcss/node": { | ||
| 770 | "version": "4.2.2", | ||
| 771 | "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.2.2.tgz", | ||
| 772 | "integrity": "sha512-pXS+wJ2gZpVXqFaUEjojq7jzMpTGf8rU6ipJz5ovJV6PUGmlJ+jvIwGrzdHdQ80Sg+wmQxUFuoW1UAAwHNEdFA==", | ||
| 773 | "license": "MIT", | ||
| 774 | "dependencies": { | ||
| 775 | "@jridgewell/remapping": "^2.3.5", | ||
| 776 | "enhanced-resolve": "^5.19.0", | ||
| 777 | "jiti": "^2.6.1", | ||
| 778 | "lightningcss": "1.32.0", | ||
| 779 | "magic-string": "^0.30.21", | ||
| 780 | "source-map-js": "^1.2.1", | ||
| 781 | "tailwindcss": "4.2.2" | ||
| 782 | } | ||
| 783 | }, | ||
| 784 | "node_modules/@tailwindcss/oxide": { | ||
| 785 | "version": "4.2.2", | ||
| 786 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.2.2.tgz", | ||
| 787 | "integrity": "sha512-qEUA07+E5kehxYp9BVMpq9E8vnJuBHfJEC0vPC5e7iL/hw7HR61aDKoVoKzrG+QKp56vhNZe4qwkRmMC0zDLvg==", | ||
| 788 | "license": "MIT", | ||
| 789 | "engines": { | ||
| 790 | "node": ">= 20" | ||
| 791 | }, | ||
| 792 | "optionalDependencies": { | ||
| 793 | "@tailwindcss/oxide-android-arm64": "4.2.2", | ||
| 794 | "@tailwindcss/oxide-darwin-arm64": "4.2.2", | ||
| 795 | "@tailwindcss/oxide-darwin-x64": "4.2.2", | ||
| 796 | "@tailwindcss/oxide-freebsd-x64": "4.2.2", | ||
| 797 | "@tailwindcss/oxide-linux-arm-gnueabihf": "4.2.2", | ||
| 798 | "@tailwindcss/oxide-linux-arm64-gnu": "4.2.2", | ||
| 799 | "@tailwindcss/oxide-linux-arm64-musl": "4.2.2", | ||
| 800 | "@tailwindcss/oxide-linux-x64-gnu": "4.2.2", | ||
| 801 | "@tailwindcss/oxide-linux-x64-musl": "4.2.2", | ||
| 802 | "@tailwindcss/oxide-wasm32-wasi": "4.2.2", | ||
| 803 | "@tailwindcss/oxide-win32-arm64-msvc": "4.2.2", | ||
| 804 | "@tailwindcss/oxide-win32-x64-msvc": "4.2.2" | ||
| 805 | } | ||
| 806 | }, | ||
| 807 | "node_modules/@tailwindcss/oxide-android-arm64": { | ||
| 808 | "version": "4.2.2", | ||
| 809 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.2.2.tgz", | ||
| 810 | "integrity": "sha512-dXGR1n+P3B6748jZO/SvHZq7qBOqqzQ+yFrXpoOWWALWndF9MoSKAT3Q0fYgAzYzGhxNYOoysRvYlpixRBBoDg==", | ||
| 811 | "cpu": [ | ||
| 812 | "arm64" | ||
| 813 | ], | ||
| 814 | "license": "MIT", | ||
| 815 | "optional": true, | ||
| 816 | "os": [ | ||
| 817 | "android" | ||
| 818 | ], | ||
| 819 | "engines": { | ||
| 820 | "node": ">= 20" | ||
| 821 | } | ||
| 822 | }, | ||
| 823 | "node_modules/@tailwindcss/oxide-darwin-arm64": { | ||
| 824 | "version": "4.2.2", | ||
| 825 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.2.2.tgz", | ||
| 826 | "integrity": "sha512-iq9Qjr6knfMpZHj55/37ouZeykwbDqF21gPFtfnhCCKGDcPI/21FKC9XdMO/XyBM7qKORx6UIhGgg6jLl7BZlg==", | ||
| 827 | "cpu": [ | ||
| 828 | "arm64" | ||
| 829 | ], | ||
| 830 | "license": "MIT", | ||
| 831 | "optional": true, | ||
| 832 | "os": [ | ||
| 833 | "darwin" | ||
| 834 | ], | ||
| 835 | "engines": { | ||
| 836 | "node": ">= 20" | ||
| 837 | } | ||
| 838 | }, | ||
| 839 | "node_modules/@tailwindcss/oxide-darwin-x64": { | ||
| 840 | "version": "4.2.2", | ||
| 841 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.2.2.tgz", | ||
| 842 | "integrity": "sha512-BlR+2c3nzc8f2G639LpL89YY4bdcIdUmiOOkv2GQv4/4M0vJlpXEa0JXNHhCHU7VWOKWT/CjqHdTP8aUuDJkuw==", | ||
| 843 | "cpu": [ | ||
| 844 | "x64" | ||
| 845 | ], | ||
| 846 | "license": "MIT", | ||
| 847 | "optional": true, | ||
| 848 | "os": [ | ||
| 849 | "darwin" | ||
| 850 | ], | ||
| 851 | "engines": { | ||
| 852 | "node": ">= 20" | ||
| 853 | } | ||
| 854 | }, | ||
| 855 | "node_modules/@tailwindcss/oxide-freebsd-x64": { | ||
| 856 | "version": "4.2.2", | ||
| 857 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.2.2.tgz", | ||
| 858 | "integrity": "sha512-YUqUgrGMSu2CDO82hzlQ5qSb5xmx3RUrke/QgnoEx7KvmRJHQuZHZmZTLSuuHwFf0DJPybFMXMYf+WJdxHy/nQ==", | ||
| 859 | "cpu": [ | ||
| 860 | "x64" | ||
| 861 | ], | ||
| 862 | "license": "MIT", | ||
| 863 | "optional": true, | ||
| 864 | "os": [ | ||
| 865 | "freebsd" | ||
| 866 | ], | ||
| 867 | "engines": { | ||
| 868 | "node": ">= 20" | ||
| 869 | } | ||
| 870 | }, | ||
| 871 | "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": { | ||
| 872 | "version": "4.2.2", | ||
| 873 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.2.2.tgz", | ||
| 874 | "integrity": "sha512-FPdhvsW6g06T9BWT0qTwiVZYE2WIFo2dY5aCSpjG/S/u1tby+wXoslXS0kl3/KXnULlLr1E3NPRRw0g7t2kgaQ==", | ||
| 875 | "cpu": [ | ||
| 876 | "arm" | ||
| 877 | ], | ||
| 878 | "license": "MIT", | ||
| 879 | "optional": true, | ||
| 880 | "os": [ | ||
| 881 | "linux" | ||
| 882 | ], | ||
| 883 | "engines": { | ||
| 884 | "node": ">= 20" | ||
| 885 | } | ||
| 886 | }, | ||
| 887 | "node_modules/@tailwindcss/oxide-linux-arm64-gnu": { | ||
| 888 | "version": "4.2.2", | ||
| 889 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.2.2.tgz", | ||
| 890 | "integrity": "sha512-4og1V+ftEPXGttOO7eCmW7VICmzzJWgMx+QXAJRAhjrSjumCwWqMfkDrNu1LXEQzNAwz28NCUpucgQPrR4S2yw==", | ||
| 891 | "cpu": [ | ||
| 892 | "arm64" | ||
| 893 | ], | ||
| 894 | "license": "MIT", | ||
| 895 | "optional": true, | ||
| 896 | "os": [ | ||
| 897 | "linux" | ||
| 898 | ], | ||
| 899 | "engines": { | ||
| 900 | "node": ">= 20" | ||
| 901 | } | ||
| 902 | }, | ||
| 903 | "node_modules/@tailwindcss/oxide-linux-arm64-musl": { | ||
| 904 | "version": "4.2.2", | ||
| 905 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.2.2.tgz", | ||
| 906 | "integrity": "sha512-oCfG/mS+/+XRlwNjnsNLVwnMWYH7tn/kYPsNPh+JSOMlnt93mYNCKHYzylRhI51X+TbR+ufNhhKKzm6QkqX8ag==", | ||
| 907 | "cpu": [ | ||
| 908 | "arm64" | ||
| 909 | ], | ||
| 910 | "license": "MIT", | ||
| 911 | "optional": true, | ||
| 912 | "os": [ | ||
| 913 | "linux" | ||
| 914 | ], | ||
| 915 | "engines": { | ||
| 916 | "node": ">= 20" | ||
| 917 | } | ||
| 918 | }, | ||
| 919 | "node_modules/@tailwindcss/oxide-linux-x64-gnu": { | ||
| 920 | "version": "4.2.2", | ||
| 921 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.2.2.tgz", | ||
| 922 | "integrity": "sha512-rTAGAkDgqbXHNp/xW0iugLVmX62wOp2PoE39BTCGKjv3Iocf6AFbRP/wZT/kuCxC9QBh9Pu8XPkv/zCZB2mcMg==", | ||
| 923 | "cpu": [ | ||
| 924 | "x64" | ||
| 925 | ], | ||
| 926 | "license": "MIT", | ||
| 927 | "optional": true, | ||
| 928 | "os": [ | ||
| 929 | "linux" | ||
| 930 | ], | ||
| 931 | "engines": { | ||
| 932 | "node": ">= 20" | ||
| 933 | } | ||
| 934 | }, | ||
| 935 | "node_modules/@tailwindcss/oxide-linux-x64-musl": { | ||
| 936 | "version": "4.2.2", | ||
| 937 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.2.2.tgz", | ||
| 938 | "integrity": "sha512-XW3t3qwbIwiSyRCggeO2zxe3KWaEbM0/kW9e8+0XpBgyKU4ATYzcVSMKteZJ1iukJ3HgHBjbg9P5YPRCVUxlnQ==", | ||
| 939 | "cpu": [ | ||
| 940 | "x64" | ||
| 941 | ], | ||
| 942 | "license": "MIT", | ||
| 943 | "optional": true, | ||
| 944 | "os": [ | ||
| 945 | "linux" | ||
| 946 | ], | ||
| 947 | "engines": { | ||
| 948 | "node": ">= 20" | ||
| 949 | } | ||
| 950 | }, | ||
| 951 | "node_modules/@tailwindcss/oxide-wasm32-wasi": { | 644 | "node_modules/@tailwindcss/oxide-wasm32-wasi": { |
| 952 | "version": "4.2.2", | 645 | "version": "4.3.0", |
| 953 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.2.2.tgz", | 646 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.3.0.tgz", |
| 954 | "integrity": "sha512-eKSztKsmEsn1O5lJ4ZAfyn41NfG7vzCg496YiGtMDV86jz1q/irhms5O0VrY6ZwTUkFy/EKG3RfWgxSI3VbZ8Q==", | 647 | "integrity": "sha512-HNZGOUxEmElksYR7S6sC5jTeNGpobAsy9u7Gu0AskJ8/20FR9GqebUyB+HBcU/ax6BHuiuJi+Oda4B+YX6H1yA==", |
| 955 | "bundleDependencies": [ | 648 | "bundleDependencies": [ |
| 956 | "@napi-rs/wasm-runtime", | 649 | "@napi-rs/wasm-runtime", |
| 957 | "@emnapi/core", | 650 | "@emnapi/core", |
| @@ -966,10 +659,10 @@ | |||
| 966 | "license": "MIT", | 659 | "license": "MIT", |
| 967 | "optional": true, | 660 | "optional": true, |
| 968 | "dependencies": { | 661 | "dependencies": { |
| 969 | "@emnapi/core": "^1.8.1", | 662 | "@emnapi/core": "^1.10.0", |
| 970 | "@emnapi/runtime": "^1.8.1", | 663 | "@emnapi/runtime": "^1.10.0", |
| 971 | "@emnapi/wasi-threads": "^1.1.0", | 664 | "@emnapi/wasi-threads": "^1.2.1", |
| 972 | "@napi-rs/wasm-runtime": "^1.1.1", | 665 | "@napi-rs/wasm-runtime": "^1.1.4", |
| 973 | "@tybys/wasm-util": "^0.10.1", | 666 | "@tybys/wasm-util": "^0.10.1", |
| 974 | "tslib": "^2.8.1" | 667 | "tslib": "^2.8.1" |
| 975 | }, | 668 | }, |
| @@ -978,17 +671,17 @@ | |||
| 978 | } | 671 | } |
| 979 | }, | 672 | }, |
| 980 | "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": { | 673 | "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": { |
| 981 | "version": "1.8.1", | 674 | "version": "1.10.0", |
| 982 | "inBundle": true, | 675 | "inBundle": true, |
| 983 | "license": "MIT", | 676 | "license": "MIT", |
| 984 | "optional": true, | 677 | "optional": true, |
| 985 | "dependencies": { | 678 | "dependencies": { |
| 986 | "@emnapi/wasi-threads": "1.1.0", | 679 | "@emnapi/wasi-threads": "1.2.1", |
| 987 | "tslib": "^2.4.0" | 680 | "tslib": "^2.4.0" |
| 988 | } | 681 | } |
| 989 | }, | 682 | }, |
| 990 | "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": { | 683 | "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": { |
| 991 | "version": "1.8.1", | 684 | "version": "1.10.0", |
| 992 | "inBundle": true, | 685 | "inBundle": true, |
| 993 | "license": "MIT", | 686 | "license": "MIT", |
| 994 | "optional": true, | 687 | "optional": true, |
| @@ -997,7 +690,7 @@ | |||
| 997 | } | 690 | } |
| 998 | }, | 691 | }, |
| 999 | "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": { | 692 | "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": { |
| 1000 | "version": "1.1.0", | 693 | "version": "1.2.1", |
| 1001 | "inBundle": true, | 694 | "inBundle": true, |
| 1002 | "license": "MIT", | 695 | "license": "MIT", |
| 1003 | "optional": true, | 696 | "optional": true, |
| @@ -1006,18 +699,20 @@ | |||
| 1006 | } | 699 | } |
| 1007 | }, | 700 | }, |
| 1008 | "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": { | 701 | "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": { |
| 1009 | "version": "1.1.1", | 702 | "version": "1.1.4", |
| 1010 | "inBundle": true, | 703 | "inBundle": true, |
| 1011 | "license": "MIT", | 704 | "license": "MIT", |
| 1012 | "optional": true, | 705 | "optional": true, |
| 1013 | "dependencies": { | 706 | "dependencies": { |
| 1014 | "@emnapi/core": "^1.7.1", | ||
| 1015 | "@emnapi/runtime": "^1.7.1", | ||
| 1016 | "@tybys/wasm-util": "^0.10.1" | 707 | "@tybys/wasm-util": "^0.10.1" |
| 1017 | }, | 708 | }, |
| 1018 | "funding": { | 709 | "funding": { |
| 1019 | "type": "github", | 710 | "type": "github", |
| 1020 | "url": "https://github.com/sponsors/Brooooooklyn" | 711 | "url": "https://github.com/sponsors/Brooooooklyn" |
| 712 | }, | ||
| 713 | "peerDependencies": { | ||
| 714 | "@emnapi/core": "^1.7.1", | ||
| 715 | "@emnapi/runtime": "^1.7.1" | ||
| 1021 | } | 716 | } |
| 1022 | }, | 717 | }, |
| 1023 | "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": { | 718 | "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": { |
| @@ -1036,9 +731,9 @@ | |||
| 1036 | "optional": true | 731 | "optional": true |
| 1037 | }, | 732 | }, |
| 1038 | "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { | 733 | "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { |
| 1039 | "version": "4.2.2", | 734 | "version": "4.3.0", |
| 1040 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.2.2.tgz", | 735 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.3.0.tgz", |
| 1041 | "integrity": "sha512-qPmaQM4iKu5mxpsrWZMOZRgZv1tOZpUm+zdhhQP0VhJfyGGO3aUKdbh3gDZc/dPLQwW4eSqWGrrcWNBZWUWaXQ==", | 736 | "integrity": "sha512-Pe+RPVTi1T+qymuuRpcdvwSVZjnll/f7n8gBxMMh3xLTctMDKqpdfGimbMyioqtLhUYZxdJ9wGNhV7MKHvgZsQ==", |
| 1042 | "cpu": [ | 737 | "cpu": [ |
| 1043 | "arm64" | 738 | "arm64" |
| 1044 | ], | 739 | ], |
| @@ -1052,9 +747,9 @@ | |||
| 1052 | } | 747 | } |
| 1053 | }, | 748 | }, |
| 1054 | "node_modules/@tailwindcss/oxide-win32-x64-msvc": { | 749 | "node_modules/@tailwindcss/oxide-win32-x64-msvc": { |
| 1055 | "version": "4.2.2", | 750 | "version": "4.3.0", |
| 1056 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.2.2.tgz", | 751 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.3.0.tgz", |
| 1057 | "integrity": "sha512-1T/37VvI7WyH66b+vqHj/cLwnCxt7Qt3WFu5Q8hk65aOvlwAhs7rAp1VkulBJw/N4tMirXjVnylTR72uI0HGcA==", | 752 | "integrity": "sha512-Mvrf2kXW/yeW/OTezZlCGOirXRcUuLIBx/5Y12BaPM7wJoryG6dfS/NJL8aBPqtTEx/Vm4T4vKzFUcKDT+TKUA==", |
| 1058 | "cpu": [ | 753 | "cpu": [ |
| 1059 | "x64" | 754 | "x64" |
| 1060 | ], | 755 | ], |
| @@ -1068,16 +763,16 @@ | |||
| 1068 | } | 763 | } |
| 1069 | }, | 764 | }, |
| 1070 | "node_modules/@tailwindcss/postcss": { | 765 | "node_modules/@tailwindcss/postcss": { |
| 1071 | "version": "4.2.2", | 766 | "version": "4.3.0", |
| 1072 | "resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.2.2.tgz", | 767 | "resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.3.0.tgz", |
| 1073 | "integrity": "sha512-n4goKQbW8RVXIbNKRB/45LzyUqN451deQK0nzIeauVEqjlI49slUlgKYJM2QyUzap/PcpnS7kzSUmPb1sCRvYQ==", | 768 | "integrity": "sha512-Jm05Tjx+9yCLGv5qw1c+84Psds8MnyrEQYCB+FFk2lgGiUjlRqdxke4mVTuYrj2xnVZqKim2Apr5ySuQRYAw/w==", |
| 1074 | "license": "MIT", | 769 | "license": "MIT", |
| 1075 | "dependencies": { | 770 | "dependencies": { |
| 1076 | "@alloc/quick-lru": "^5.2.0", | 771 | "@alloc/quick-lru": "^5.2.0", |
| 1077 | "@tailwindcss/node": "4.2.2", | 772 | "@tailwindcss/node": "4.3.0", |
| 1078 | "@tailwindcss/oxide": "4.2.2", | 773 | "@tailwindcss/oxide": "4.3.0", |
| 1079 | "postcss": "^8.5.6", | 774 | "postcss": "^8.5.10", |
| 1080 | "tailwindcss": "4.2.2" | 775 | "tailwindcss": "4.3.0" |
| 1081 | } | 776 | } |
| 1082 | }, | 777 | }, |
| 1083 | "node_modules/ansi-regex": { | 778 | "node_modules/ansi-regex": { |
| @@ -1493,12 +1188,12 @@ | |||
| 1493 | } | 1188 | } |
| 1494 | }, | 1189 | }, |
| 1495 | "node_modules/cssnano": { | 1190 | "node_modules/cssnano": { |
| 1496 | "version": "7.1.5", | 1191 | "version": "7.1.9", |
| 1497 | "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-7.1.5.tgz", | 1192 | "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-7.1.9.tgz", |
| 1498 | "integrity": "sha512-4yEvjF2zcoAOWfNq6X687ORJc5SvM5xbg6EGuLSBmGoWZbsL69wpmw1tA3fZt7OwIG+G4ndjF95RSS4luvim7A==", | 1193 | "integrity": "sha512-uPR75+5Dk/WJ/YSPR1/YDHdwMM9c5FsaARljfKWgeCKLKOtJ0we21xy/RcCjn53fZnD/f6yYEIZ8pu18+GnbNQ==", |
| 1499 | "license": "MIT", | 1194 | "license": "MIT", |
| 1500 | "dependencies": { | 1195 | "dependencies": { |
| 1501 | "cssnano-preset-default": "^7.0.13", | 1196 | "cssnano-preset-default": "^7.0.17", |
| 1502 | "lilconfig": "^3.1.3" | 1197 | "lilconfig": "^3.1.3" |
| 1503 | }, | 1198 | }, |
| 1504 | "engines": { | 1199 | "engines": { |
| @@ -1509,63 +1204,63 @@ | |||
| 1509 | "url": "https://opencollective.com/cssnano" | 1204 | "url": "https://opencollective.com/cssnano" |
| 1510 | }, | 1205 | }, |
| 1511 | "peerDependencies": { | 1206 | "peerDependencies": { |
| 1512 | "postcss": "^8.4.32" | 1207 | "postcss": "^8.5.13" |
| 1513 | } | 1208 | } |
| 1514 | }, | 1209 | }, |
| 1515 | "node_modules/cssnano-preset-default": { | 1210 | "node_modules/cssnano-preset-default": { |
| 1516 | "version": "7.0.13", | 1211 | "version": "7.0.17", |
| 1517 | "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-7.0.13.tgz", | 1212 | "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-7.0.17.tgz", |
| 1518 | "integrity": "sha512-/XvjNeb+oitOT9ks3Tg0UAsnXeHR1dh3wBMK/D/zN8gqvAHOp25FZGiLoQbvBBU203WXVNITkaqyFp4O/Rns4w==", | 1213 | "integrity": "sha512-11qO63A+czwguQFJCaTdICvbaxn0pJzz/XghLlv+OT7WyToDxAMR0Xb3/26/l0y0hQJywwNbj/SLSQlGBHE1OA==", |
| 1519 | "license": "MIT", | 1214 | "license": "MIT", |
| 1520 | "dependencies": { | 1215 | "dependencies": { |
| 1521 | "browserslist": "^4.28.2", | 1216 | "browserslist": "^4.28.2", |
| 1522 | "css-declaration-sorter": "^7.2.0", | 1217 | "css-declaration-sorter": "^7.2.0", |
| 1523 | "cssnano-utils": "^5.0.1", | 1218 | "cssnano-utils": "^5.0.3", |
| 1524 | "postcss-calc": "^10.1.1", | 1219 | "postcss-calc": "^10.1.1", |
| 1525 | "postcss-colormin": "^7.0.8", | 1220 | "postcss-colormin": "^7.0.10", |
| 1526 | "postcss-convert-values": "^7.0.10", | 1221 | "postcss-convert-values": "^7.0.12", |
| 1527 | "postcss-discard-comments": "^7.0.6", | 1222 | "postcss-discard-comments": "^7.0.8", |
| 1528 | "postcss-discard-duplicates": "^7.0.2", | 1223 | "postcss-discard-duplicates": "^7.0.4", |
| 1529 | "postcss-discard-empty": "^7.0.1", | 1224 | "postcss-discard-empty": "^7.0.3", |
| 1530 | "postcss-discard-overridden": "^7.0.1", | 1225 | "postcss-discard-overridden": "^7.0.3", |
| 1531 | "postcss-merge-longhand": "^7.0.5", | 1226 | "postcss-merge-longhand": "^7.0.7", |
| 1532 | "postcss-merge-rules": "^7.0.9", | 1227 | "postcss-merge-rules": "^7.0.11", |
| 1533 | "postcss-minify-font-values": "^7.0.1", | 1228 | "postcss-minify-font-values": "^7.0.3", |
| 1534 | "postcss-minify-gradients": "^7.0.3", | 1229 | "postcss-minify-gradients": "^7.0.5", |
| 1535 | "postcss-minify-params": "^7.0.7", | 1230 | "postcss-minify-params": "^7.0.9", |
| 1536 | "postcss-minify-selectors": "^7.0.6", | 1231 | "postcss-minify-selectors": "^7.1.2", |
| 1537 | "postcss-normalize-charset": "^7.0.1", | 1232 | "postcss-normalize-charset": "^7.0.3", |
| 1538 | "postcss-normalize-display-values": "^7.0.1", | 1233 | "postcss-normalize-display-values": "^7.0.3", |
| 1539 | "postcss-normalize-positions": "^7.0.1", | 1234 | "postcss-normalize-positions": "^7.0.4", |
| 1540 | "postcss-normalize-repeat-style": "^7.0.1", | 1235 | "postcss-normalize-repeat-style": "^7.0.4", |
| 1541 | "postcss-normalize-string": "^7.0.1", | 1236 | "postcss-normalize-string": "^7.0.3", |
| 1542 | "postcss-normalize-timing-functions": "^7.0.1", | 1237 | "postcss-normalize-timing-functions": "^7.0.3", |
| 1543 | "postcss-normalize-unicode": "^7.0.7", | 1238 | "postcss-normalize-unicode": "^7.0.9", |
| 1544 | "postcss-normalize-url": "^7.0.1", | 1239 | "postcss-normalize-url": "^7.0.3", |
| 1545 | "postcss-normalize-whitespace": "^7.0.1", | 1240 | "postcss-normalize-whitespace": "^7.0.3", |
| 1546 | "postcss-ordered-values": "^7.0.2", | 1241 | "postcss-ordered-values": "^7.0.4", |
| 1547 | "postcss-reduce-initial": "^7.0.7", | 1242 | "postcss-reduce-initial": "^7.0.9", |
| 1548 | "postcss-reduce-transforms": "^7.0.1", | 1243 | "postcss-reduce-transforms": "^7.0.3", |
| 1549 | "postcss-svgo": "^7.1.1", | 1244 | "postcss-svgo": "^7.1.3", |
| 1550 | "postcss-unique-selectors": "^7.0.5" | 1245 | "postcss-unique-selectors": "^7.0.7" |
| 1551 | }, | 1246 | }, |
| 1552 | "engines": { | 1247 | "engines": { |
| 1553 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 1248 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 1554 | }, | 1249 | }, |
| 1555 | "peerDependencies": { | 1250 | "peerDependencies": { |
| 1556 | "postcss": "^8.4.32" | 1251 | "postcss": "^8.5.13" |
| 1557 | } | 1252 | } |
| 1558 | }, | 1253 | }, |
| 1559 | "node_modules/cssnano-utils": { | 1254 | "node_modules/cssnano-utils": { |
| 1560 | "version": "5.0.1", | 1255 | "version": "5.0.3", |
| 1561 | "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-5.0.1.tgz", | 1256 | "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-5.0.3.tgz", |
| 1562 | "integrity": "sha512-ZIP71eQgG9JwjVZsTPSqhc6GHgEr53uJ7tK5///VfyWj6Xp2DBmixWHqJgPno+PqATzn48pL42ww9x5SSGmhZg==", | 1257 | "integrity": "sha512-ynIREMICLxkxm7e9bCR9sh75s4Q5drICi0ua1yxo5jH2XPBqSKkl4dOh4EbFqtUmnTMhRffHgYL0EKKkMjtJTg==", |
| 1563 | "license": "MIT", | 1258 | "license": "MIT", |
| 1564 | "engines": { | 1259 | "engines": { |
| 1565 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 1260 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 1566 | }, | 1261 | }, |
| 1567 | "peerDependencies": { | 1262 | "peerDependencies": { |
| 1568 | "postcss": "^8.4.32" | 1263 | "postcss": "^8.5.13" |
| 1569 | } | 1264 | } |
| 1570 | }, | 1265 | }, |
| 1571 | "node_modules/csso": { | 1266 | "node_modules/csso": { |
| @@ -1696,13 +1391,13 @@ | |||
| 1696 | "license": "MIT" | 1391 | "license": "MIT" |
| 1697 | }, | 1392 | }, |
| 1698 | "node_modules/enhanced-resolve": { | 1393 | "node_modules/enhanced-resolve": { |
| 1699 | "version": "5.20.0", | 1394 | "version": "5.21.3", |
| 1700 | "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.20.0.tgz", | 1395 | "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.21.3.tgz", |
| 1701 | "integrity": "sha512-/ce7+jQ1PQ6rVXwe+jKEg5hW5ciicHwIQUagZkp6IufBoY3YDgdTTY1azVs0qoRgVmvsNB+rbjLJxDAeHHtwsQ==", | 1396 | "integrity": "sha512-QyL119InA+XXEkNLNTPCXPugSvOfhwv0JOlGNzvxs0hZaiHLNvXSpudUWsOlsXGWJh8G6ckCScEkVHfX3kw/2Q==", |
| 1702 | "license": "MIT", | 1397 | "license": "MIT", |
| 1703 | "dependencies": { | 1398 | "dependencies": { |
| 1704 | "graceful-fs": "^4.2.4", | 1399 | "graceful-fs": "^4.2.4", |
| 1705 | "tapable": "^2.3.0" | 1400 | "tapable": "^2.3.3" |
| 1706 | }, | 1401 | }, |
| 1707 | "engines": { | 1402 | "engines": { |
| 1708 | "node": ">=10.13.0" | 1403 | "node": ">=10.13.0" |
| @@ -2288,9 +1983,9 @@ | |||
| 2288 | } | 1983 | } |
| 2289 | }, | 1984 | }, |
| 2290 | "node_modules/nanoid": { | 1985 | "node_modules/nanoid": { |
| 2291 | "version": "3.3.11", | 1986 | "version": "3.3.12", |
| 2292 | "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", | 1987 | "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.12.tgz", |
| 2293 | "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", | 1988 | "integrity": "sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==", |
| 2294 | "funding": [ | 1989 | "funding": [ |
| 2295 | { | 1990 | { |
| 2296 | "type": "github", | 1991 | "type": "github", |
| @@ -2397,9 +2092,9 @@ | |||
| 2397 | } | 2092 | } |
| 2398 | }, | 2093 | }, |
| 2399 | "node_modules/postcss": { | 2094 | "node_modules/postcss": { |
| 2400 | "version": "8.5.10", | 2095 | "version": "8.5.15", |
| 2401 | "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.10.tgz", | 2096 | "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.15.tgz", |
| 2402 | "integrity": "sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==", | 2097 | "integrity": "sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==", |
| 2403 | "funding": [ | 2098 | "funding": [ |
| 2404 | { | 2099 | { |
| 2405 | "type": "opencollective", | 2100 | "type": "opencollective", |
| @@ -2416,7 +2111,7 @@ | |||
| 2416 | ], | 2111 | ], |
| 2417 | "license": "MIT", | 2112 | "license": "MIT", |
| 2418 | "dependencies": { | 2113 | "dependencies": { |
| 2419 | "nanoid": "^3.3.11", | 2114 | "nanoid": "^3.3.12", |
| 2420 | "picocolors": "^1.1.1", | 2115 | "picocolors": "^1.1.1", |
| 2421 | "source-map-js": "^1.2.1" | 2116 | "source-map-js": "^1.2.1" |
| 2422 | }, | 2117 | }, |
| @@ -2469,12 +2164,12 @@ | |||
| 2469 | } | 2164 | } |
| 2470 | }, | 2165 | }, |
| 2471 | "node_modules/postcss-colormin": { | 2166 | "node_modules/postcss-colormin": { |
| 2472 | "version": "7.0.8", | 2167 | "version": "7.0.10", |
| 2473 | "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-7.0.8.tgz", | 2168 | "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-7.0.10.tgz", |
| 2474 | "integrity": "sha512-VX0JOZx0jECwGK0GZejIKvXIU+80S1zkjet31FVUYPZ4O+IPU3ZlntrPdPKT2HnKRMOkc0wy3m/v+c4UNta02g==", | 2169 | "integrity": "sha512-yFr6JezOolHLta/buLE71VKPh2mXursp4saVe98/ol8ZnEWhL+racShqPKlvd/DKWLre/39B6HhcMXf7RZ3hxg==", |
| 2475 | "license": "MIT", | 2170 | "license": "MIT", |
| 2476 | "dependencies": { | 2171 | "dependencies": { |
| 2477 | "@colordx/core": "^5.0.3", | 2172 | "@colordx/core": "^5.4.3", |
| 2478 | "browserslist": "^4.28.2", | 2173 | "browserslist": "^4.28.2", |
| 2479 | "caniuse-api": "^3.0.0", | 2174 | "caniuse-api": "^3.0.0", |
| 2480 | "postcss-value-parser": "^4.2.0" | 2175 | "postcss-value-parser": "^4.2.0" |
| @@ -2483,13 +2178,13 @@ | |||
| 2483 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2178 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2484 | }, | 2179 | }, |
| 2485 | "peerDependencies": { | 2180 | "peerDependencies": { |
| 2486 | "postcss": "^8.4.32" | 2181 | "postcss": "^8.5.13" |
| 2487 | } | 2182 | } |
| 2488 | }, | 2183 | }, |
| 2489 | "node_modules/postcss-convert-values": { | 2184 | "node_modules/postcss-convert-values": { |
| 2490 | "version": "7.0.10", | 2185 | "version": "7.0.12", |
| 2491 | "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-7.0.10.tgz", | 2186 | "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-7.0.12.tgz", |
| 2492 | "integrity": "sha512-hVqVH3cDkPyxL4Q0xpCquRAXjJDZ6hbpjC+PNWn8ZgHmNX3RZxLtruC3U2LY9EuNe+tp4QkcsZxg0htokmjydg==", | 2187 | "integrity": "sha512-xurKu5qqk4viR3Cp3p4xBR4KfnZm4w4ys6+UBwBmeuBSNkH7+DtLnYOYnOffgtE4yx8sH9S1VZ6RAAvROXzP2Q==", |
| 2493 | "license": "MIT", | 2188 | "license": "MIT", |
| 2494 | "dependencies": { | 2189 | "dependencies": { |
| 2495 | "browserslist": "^4.28.2", | 2190 | "browserslist": "^4.28.2", |
| @@ -2499,13 +2194,13 @@ | |||
| 2499 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2194 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2500 | }, | 2195 | }, |
| 2501 | "peerDependencies": { | 2196 | "peerDependencies": { |
| 2502 | "postcss": "^8.4.32" | 2197 | "postcss": "^8.5.13" |
| 2503 | } | 2198 | } |
| 2504 | }, | 2199 | }, |
| 2505 | "node_modules/postcss-discard-comments": { | 2200 | "node_modules/postcss-discard-comments": { |
| 2506 | "version": "7.0.6", | 2201 | "version": "7.0.8", |
| 2507 | "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-7.0.6.tgz", | 2202 | "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-7.0.8.tgz", |
| 2508 | "integrity": "sha512-Sq+Fzj1Eg5/CPf1ERb0wS1Im5cvE2gDXCE+si4HCn1sf+jpQZxDI4DXEp8t77B/ImzDceWE2ebJQFXdqZ6GRJw==", | 2203 | "integrity": "sha512-CvvS5S9WrXblFXCEJ9nVo+4z+eA7zSC7Z88V1HEJuwlQhlFnYTIjg1xJY+BCUiG2bvICap2tXii4mP22BD108Q==", |
| 2509 | "license": "MIT", | 2204 | "license": "MIT", |
| 2510 | "dependencies": { | 2205 | "dependencies": { |
| 2511 | "postcss-selector-parser": "^7.1.1" | 2206 | "postcss-selector-parser": "^7.1.1" |
| @@ -2514,43 +2209,43 @@ | |||
| 2514 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2209 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2515 | }, | 2210 | }, |
| 2516 | "peerDependencies": { | 2211 | "peerDependencies": { |
| 2517 | "postcss": "^8.4.32" | 2212 | "postcss": "^8.5.13" |
| 2518 | } | 2213 | } |
| 2519 | }, | 2214 | }, |
| 2520 | "node_modules/postcss-discard-duplicates": { | 2215 | "node_modules/postcss-discard-duplicates": { |
| 2521 | "version": "7.0.2", | 2216 | "version": "7.0.4", |
| 2522 | "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-7.0.2.tgz", | 2217 | "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-7.0.4.tgz", |
| 2523 | "integrity": "sha512-eTonaQvPZ/3i1ASDHOKkYwAybiM45zFIc7KXils4mQmHLqIswXD9XNOKEVxtTFnsmwYzF66u4LMgSr0abDlh5w==", | 2218 | "integrity": "sha512-VBNn1+EuMZkeGVVtz0gRfbNGtx9IFgAsAV+E2pHtXPrp4qfGBkhTIiAuE/wrb+Y6Pakg9NewAlfTpYIFAWODtw==", |
| 2524 | "license": "MIT", | 2219 | "license": "MIT", |
| 2525 | "engines": { | 2220 | "engines": { |
| 2526 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2221 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2527 | }, | 2222 | }, |
| 2528 | "peerDependencies": { | 2223 | "peerDependencies": { |
| 2529 | "postcss": "^8.4.32" | 2224 | "postcss": "^8.5.13" |
| 2530 | } | 2225 | } |
| 2531 | }, | 2226 | }, |
| 2532 | "node_modules/postcss-discard-empty": { | 2227 | "node_modules/postcss-discard-empty": { |
| 2533 | "version": "7.0.1", | 2228 | "version": "7.0.3", |
| 2534 | "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-7.0.1.tgz", | 2229 | "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-7.0.3.tgz", |
| 2535 | "integrity": "sha512-cFrJKZvcg/uxB6Ijr4l6qmn3pXQBna9zyrPC+sK0zjbkDUZew+6xDltSF7OeB7rAtzaaMVYSdbod+sZOCWnMOg==", | 2230 | "integrity": "sha512-M2pyjQCU+/7cMHVtL6bKTHjv0lZnPLMpicgr67Dlth7AbuV9gjVTtUqaRwn6Pp6BwSDspUzhz8SaUrRykJU5Dw==", |
| 2536 | "license": "MIT", | 2231 | "license": "MIT", |
| 2537 | "engines": { | 2232 | "engines": { |
| 2538 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2233 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2539 | }, | 2234 | }, |
| 2540 | "peerDependencies": { | 2235 | "peerDependencies": { |
| 2541 | "postcss": "^8.4.32" | 2236 | "postcss": "^8.5.13" |
| 2542 | } | 2237 | } |
| 2543 | }, | 2238 | }, |
| 2544 | "node_modules/postcss-discard-overridden": { | 2239 | "node_modules/postcss-discard-overridden": { |
| 2545 | "version": "7.0.1", | 2240 | "version": "7.0.3", |
| 2546 | "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-7.0.1.tgz", | 2241 | "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-7.0.3.tgz", |
| 2547 | "integrity": "sha512-7c3MMjjSZ/qYrx3uc1940GSOzN1Iqjtlqe8uoSg+qdVPYyRb0TILSqqmtlSFuE4mTDECwsm397Ya7iXGzfF7lg==", | 2242 | "integrity": "sha512-aNovXo9UsZuRNLzHJtp13lHIvinDPfiXBPePpXkSjCbgp++iU2FqE+YxvjIsg6EdyPZsASFbfu+JcBFVsErXIQ==", |
| 2548 | "license": "MIT", | 2243 | "license": "MIT", |
| 2549 | "engines": { | 2244 | "engines": { |
| 2550 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2245 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2551 | }, | 2246 | }, |
| 2552 | "peerDependencies": { | 2247 | "peerDependencies": { |
| 2553 | "postcss": "^8.4.32" | 2248 | "postcss": "^8.5.13" |
| 2554 | } | 2249 | } |
| 2555 | }, | 2250 | }, |
| 2556 | "node_modules/postcss-load-config": { | 2251 | "node_modules/postcss-load-config": { |
| @@ -2593,43 +2288,43 @@ | |||
| 2593 | } | 2288 | } |
| 2594 | }, | 2289 | }, |
| 2595 | "node_modules/postcss-merge-longhand": { | 2290 | "node_modules/postcss-merge-longhand": { |
| 2596 | "version": "7.0.5", | 2291 | "version": "7.0.7", |
| 2597 | "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-7.0.5.tgz", | 2292 | "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-7.0.7.tgz", |
| 2598 | "integrity": "sha512-Kpu5v4Ys6QI59FxmxtNB/iHUVDn9Y9sYw66D6+SZoIk4QTz1prC4aYkhIESu+ieG1iylod1f8MILMs1Em3mmIw==", | 2293 | "integrity": "sha512-b3mfYUxR388u5Pt0HPcVIUtUDn/k15UfTY9M+ORW+meCR6JLNxoZffiYvXyOYQoRYQNZyX/UFkMCM/mNHxe1qA==", |
| 2599 | "license": "MIT", | 2294 | "license": "MIT", |
| 2600 | "dependencies": { | 2295 | "dependencies": { |
| 2601 | "postcss-value-parser": "^4.2.0", | 2296 | "postcss-value-parser": "^4.2.0", |
| 2602 | "stylehacks": "^7.0.5" | 2297 | "stylehacks": "^7.0.11" |
| 2603 | }, | 2298 | }, |
| 2604 | "engines": { | 2299 | "engines": { |
| 2605 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2300 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2606 | }, | 2301 | }, |
| 2607 | "peerDependencies": { | 2302 | "peerDependencies": { |
| 2608 | "postcss": "^8.4.32" | 2303 | "postcss": "^8.5.13" |
| 2609 | } | 2304 | } |
| 2610 | }, | 2305 | }, |
| 2611 | "node_modules/postcss-merge-rules": { | 2306 | "node_modules/postcss-merge-rules": { |
| 2612 | "version": "7.0.9", | 2307 | "version": "7.0.11", |
| 2613 | "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-7.0.9.tgz", | 2308 | "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-7.0.11.tgz", |
| 2614 | "integrity": "sha512-XKMXkHAegyLeIymVylg1Ro4NNHITInHPvmvybsIUximYfsg5fRw2b5TeqLTQwwg5cXEDVa556AAxvMve1MJuJA==", | 2309 | "integrity": "sha512-SJUPM18g2BmPhf8BVlbwqWz4aK3pLu6u6xjfwEzra7xL6IBR10sUaiB++EzqcVfadPHrKBSMlNdP+XieykhI+Q==", |
| 2615 | "license": "MIT", | 2310 | "license": "MIT", |
| 2616 | "dependencies": { | 2311 | "dependencies": { |
| 2617 | "browserslist": "^4.28.2", | 2312 | "browserslist": "^4.28.2", |
| 2618 | "caniuse-api": "^3.0.0", | 2313 | "caniuse-api": "^3.0.0", |
| 2619 | "cssnano-utils": "^5.0.1", | 2314 | "cssnano-utils": "^5.0.3", |
| 2620 | "postcss-selector-parser": "^7.1.1" | 2315 | "postcss-selector-parser": "^7.1.1" |
| 2621 | }, | 2316 | }, |
| 2622 | "engines": { | 2317 | "engines": { |
| 2623 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2318 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2624 | }, | 2319 | }, |
| 2625 | "peerDependencies": { | 2320 | "peerDependencies": { |
| 2626 | "postcss": "^8.4.32" | 2321 | "postcss": "^8.5.13" |
| 2627 | } | 2322 | } |
| 2628 | }, | 2323 | }, |
| 2629 | "node_modules/postcss-minify-font-values": { | 2324 | "node_modules/postcss-minify-font-values": { |
| 2630 | "version": "7.0.1", | 2325 | "version": "7.0.3", |
| 2631 | "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-7.0.1.tgz", | 2326 | "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-7.0.3.tgz", |
| 2632 | "integrity": "sha512-2m1uiuJeTplll+tq4ENOQSzB8LRnSUChBv7oSyFLsJRtUgAAJGP6LLz0/8lkinTgxrmJSPOEhgY1bMXOQ4ZXhQ==", | 2327 | "integrity": "sha512-yilG/VOaNI74IylQvAQQxm3/wZVBkXyYUqNUAdxqwtbWUXPsbK1q8Ms0mL83v+f8YicgcyfYCRZtWACUdYajpA==", |
| 2633 | "license": "MIT", | 2328 | "license": "MIT", |
| 2634 | "dependencies": { | 2329 | "dependencies": { |
| 2635 | "postcss-value-parser": "^4.2.0" | 2330 | "postcss-value-parser": "^4.2.0" |
| @@ -2638,49 +2333,51 @@ | |||
| 2638 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2333 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2639 | }, | 2334 | }, |
| 2640 | "peerDependencies": { | 2335 | "peerDependencies": { |
| 2641 | "postcss": "^8.4.32" | 2336 | "postcss": "^8.5.13" |
| 2642 | } | 2337 | } |
| 2643 | }, | 2338 | }, |
| 2644 | "node_modules/postcss-minify-gradients": { | 2339 | "node_modules/postcss-minify-gradients": { |
| 2645 | "version": "7.0.3", | 2340 | "version": "7.0.5", |
| 2646 | "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-7.0.3.tgz", | 2341 | "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-7.0.5.tgz", |
| 2647 | "integrity": "sha512-2znRFq3Pg+Zo0ttzQxO7qIJdY2er1TOZbclHW2qMqBcHMmz+i6nn3roAyG3kuEDQTzbzd3gn24TAIifEfth1PQ==", | 2342 | "integrity": "sha512-YraROyQRg3BI1+Hg8E05B/JPdnTm8EDSVu4P2BxdM+CRiOyfmou809+chGIqo6fQqwjPGQ947nbGncSjmTU1WQ==", |
| 2648 | "license": "MIT", | 2343 | "license": "MIT", |
| 2649 | "dependencies": { | 2344 | "dependencies": { |
| 2650 | "@colordx/core": "^5.0.3", | 2345 | "@colordx/core": "^5.4.3", |
| 2651 | "cssnano-utils": "^5.0.1", | 2346 | "cssnano-utils": "^5.0.3", |
| 2652 | "postcss-value-parser": "^4.2.0" | 2347 | "postcss-value-parser": "^4.2.0" |
| 2653 | }, | 2348 | }, |
| 2654 | "engines": { | 2349 | "engines": { |
| 2655 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2350 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2656 | }, | 2351 | }, |
| 2657 | "peerDependencies": { | 2352 | "peerDependencies": { |
| 2658 | "postcss": "^8.4.32" | 2353 | "postcss": "^8.5.13" |
| 2659 | } | 2354 | } |
| 2660 | }, | 2355 | }, |
| 2661 | "node_modules/postcss-minify-params": { | 2356 | "node_modules/postcss-minify-params": { |
| 2662 | "version": "7.0.7", | 2357 | "version": "7.0.9", |
| 2663 | "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-7.0.7.tgz", | 2358 | "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-7.0.9.tgz", |
| 2664 | "integrity": "sha512-OPmvW/9sjPEPQYnS2Sh6jvMW54wqk1IjjEMB8k/7V8SUIie71yMy3HQ9+w/ZHoL1YvgDGBQ/mCxP3n0Y/RxgqA==", | 2359 | "integrity": "sha512-R8itbB8BhlpoYyBm1ou0dD+vJnQ3F6adQipR4UnkCHUwlo+S9WXJaDRg1RHjC8YVAtIdrQzSWvJl40HnGDTKjA==", |
| 2665 | "license": "MIT", | 2360 | "license": "MIT", |
| 2666 | "dependencies": { | 2361 | "dependencies": { |
| 2667 | "browserslist": "^4.28.2", | 2362 | "browserslist": "^4.28.2", |
| 2668 | "cssnano-utils": "^5.0.1", | 2363 | "cssnano-utils": "^5.0.3", |
| 2669 | "postcss-value-parser": "^4.2.0" | 2364 | "postcss-value-parser": "^4.2.0" |
| 2670 | }, | 2365 | }, |
| 2671 | "engines": { | 2366 | "engines": { |
| 2672 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2367 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2673 | }, | 2368 | }, |
| 2674 | "peerDependencies": { | 2369 | "peerDependencies": { |
| 2675 | "postcss": "^8.4.32" | 2370 | "postcss": "^8.5.13" |
| 2676 | } | 2371 | } |
| 2677 | }, | 2372 | }, |
| 2678 | "node_modules/postcss-minify-selectors": { | 2373 | "node_modules/postcss-minify-selectors": { |
| 2679 | "version": "7.0.6", | 2374 | "version": "7.1.2", |
| 2680 | "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-7.0.6.tgz", | 2375 | "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-7.1.2.tgz", |
| 2681 | "integrity": "sha512-lIbC0jy3AAwDxEgciZlBullDiMBeBCT+fz5G8RcA9MWqh/hfUkpOI3vNDUNEZHgokaoiv0juB9Y8fGcON7rU/A==", | 2376 | "integrity": "sha512-aQtrEWKwqafNlExcKHQvPGsXR2+vlUqqJtf5XsCQcgsSb5PL4wlujWBYDJuWsP4UnQX1YHDHU8qRlD+1PzTQ+Q==", |
| 2682 | "license": "MIT", | 2377 | "license": "MIT", |
| 2683 | "dependencies": { | 2378 | "dependencies": { |
| 2379 | "browserslist": "^4.28.1", | ||
| 2380 | "caniuse-api": "^3.0.0", | ||
| 2684 | "cssesc": "^3.0.0", | 2381 | "cssesc": "^3.0.0", |
| 2685 | "postcss-selector-parser": "^7.1.1" | 2382 | "postcss-selector-parser": "^7.1.1" |
| 2686 | }, | 2383 | }, |
| @@ -2688,25 +2385,25 @@ | |||
| 2688 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2385 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2689 | }, | 2386 | }, |
| 2690 | "peerDependencies": { | 2387 | "peerDependencies": { |
| 2691 | "postcss": "^8.4.32" | 2388 | "postcss": "^8.5.13" |
| 2692 | } | 2389 | } |
| 2693 | }, | 2390 | }, |
| 2694 | "node_modules/postcss-normalize-charset": { | 2391 | "node_modules/postcss-normalize-charset": { |
| 2695 | "version": "7.0.1", | 2392 | "version": "7.0.3", |
| 2696 | "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-7.0.1.tgz", | 2393 | "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-7.0.3.tgz", |
| 2697 | "integrity": "sha512-sn413ofhSQHlZFae//m9FTOfkmiZ+YQXsbosqOWRiVQncU2BA3daX3n0VF3cG6rGLSFVc5Di/yns0dFfh8NFgQ==", | 2394 | "integrity": "sha512-NoBfZu8PR4c2NlmjvrqQTzCzLY79hwcSRgNQ3ZiNK0ABzf9kYKloE/jNj+/8GQY1wsm8pRRgANk6ydLH8cwo0Q==", |
| 2698 | "license": "MIT", | 2395 | "license": "MIT", |
| 2699 | "engines": { | 2396 | "engines": { |
| 2700 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2397 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2701 | }, | 2398 | }, |
| 2702 | "peerDependencies": { | 2399 | "peerDependencies": { |
| 2703 | "postcss": "^8.4.32" | 2400 | "postcss": "^8.5.13" |
| 2704 | } | 2401 | } |
| 2705 | }, | 2402 | }, |
| 2706 | "node_modules/postcss-normalize-display-values": { | 2403 | "node_modules/postcss-normalize-display-values": { |
| 2707 | "version": "7.0.1", | 2404 | "version": "7.0.3", |
| 2708 | "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-7.0.1.tgz", | 2405 | "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-7.0.3.tgz", |
| 2709 | "integrity": "sha512-E5nnB26XjSYz/mGITm6JgiDpAbVuAkzXwLzRZtts19jHDUBFxZ0BkXAehy0uimrOjYJbocby4FVswA/5noOxrQ==", | 2406 | "integrity": "sha512-ldsCX0QIt05pKIOobZtVQ48wXJecr+czw4+e1/YjVhLMqslShgpVxgPtI2CefURR8oyVoYaU/l829MMwExDMLw==", |
| 2710 | "license": "MIT", | 2407 | "license": "MIT", |
| 2711 | "dependencies": { | 2408 | "dependencies": { |
| 2712 | "postcss-value-parser": "^4.2.0" | 2409 | "postcss-value-parser": "^4.2.0" |
| @@ -2715,13 +2412,13 @@ | |||
| 2715 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2412 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2716 | }, | 2413 | }, |
| 2717 | "peerDependencies": { | 2414 | "peerDependencies": { |
| 2718 | "postcss": "^8.4.32" | 2415 | "postcss": "^8.5.13" |
| 2719 | } | 2416 | } |
| 2720 | }, | 2417 | }, |
| 2721 | "node_modules/postcss-normalize-positions": { | 2418 | "node_modules/postcss-normalize-positions": { |
| 2722 | "version": "7.0.1", | 2419 | "version": "7.0.4", |
| 2723 | "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-7.0.1.tgz", | 2420 | "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-7.0.4.tgz", |
| 2724 | "integrity": "sha512-pB/SzrIP2l50ZIYu+yQZyMNmnAcwyYb9R1fVWPRxm4zcUFCY2ign7rcntGFuMXDdd9L2pPNUgoODDk91PzRZuQ==", | 2421 | "integrity": "sha512-VEvlpeGd3Ju1Hqa/oN4jaP3+ms4laYwkEL9N9u+B6k54PZjXbW1n6wI+aVprf1BQXlCYpS5+1pl/7/vHiKgARg==", |
| 2725 | "license": "MIT", | 2422 | "license": "MIT", |
| 2726 | "dependencies": { | 2423 | "dependencies": { |
| 2727 | "postcss-value-parser": "^4.2.0" | 2424 | "postcss-value-parser": "^4.2.0" |
| @@ -2730,13 +2427,13 @@ | |||
| 2730 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2427 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2731 | }, | 2428 | }, |
| 2732 | "peerDependencies": { | 2429 | "peerDependencies": { |
| 2733 | "postcss": "^8.4.32" | 2430 | "postcss": "^8.5.13" |
| 2734 | } | 2431 | } |
| 2735 | }, | 2432 | }, |
| 2736 | "node_modules/postcss-normalize-repeat-style": { | 2433 | "node_modules/postcss-normalize-repeat-style": { |
| 2737 | "version": "7.0.1", | 2434 | "version": "7.0.4", |
| 2738 | "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-7.0.1.tgz", | 2435 | "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-7.0.4.tgz", |
| 2739 | "integrity": "sha512-NsSQJ8zj8TIDiF0ig44Byo3Jk9e4gNt9x2VIlJudnQQ5DhWAHJPF4Tr1ITwyHio2BUi/I6Iv0HRO7beHYOloYQ==", | 2436 | "integrity": "sha512-6mPKlY/8cSaDHxX502wERADarJsccwlky6yIrOapHH2ZgfoKAV94SbiTKfKEs4EEpdazuc3J72WsqeYk7hp9+Q==", |
| 2740 | "license": "MIT", | 2437 | "license": "MIT", |
| 2741 | "dependencies": { | 2438 | "dependencies": { |
| 2742 | "postcss-value-parser": "^4.2.0" | 2439 | "postcss-value-parser": "^4.2.0" |
| @@ -2745,13 +2442,13 @@ | |||
| 2745 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2442 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2746 | }, | 2443 | }, |
| 2747 | "peerDependencies": { | 2444 | "peerDependencies": { |
| 2748 | "postcss": "^8.4.32" | 2445 | "postcss": "^8.5.13" |
| 2749 | } | 2446 | } |
| 2750 | }, | 2447 | }, |
| 2751 | "node_modules/postcss-normalize-string": { | 2448 | "node_modules/postcss-normalize-string": { |
| 2752 | "version": "7.0.1", | 2449 | "version": "7.0.3", |
| 2753 | "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-7.0.1.tgz", | 2450 | "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-7.0.3.tgz", |
| 2754 | "integrity": "sha512-QByrI7hAhsoze992kpbMlJSbZ8FuCEc1OT9EFbZ6HldXNpsdpZr+YXC5di3UEv0+jeZlHbZcoCADgb7a+lPmmQ==", | 2451 | "integrity": "sha512-HnEQPUchi1eznmDKEYrKUTqrprEq97SrpUYClgUkv7V2zRODD9DFoUsYU+m9ZOetmD5ku7fEMZB/lwy8IT6xVQ==", |
| 2755 | "license": "MIT", | 2452 | "license": "MIT", |
| 2756 | "dependencies": { | 2453 | "dependencies": { |
| 2757 | "postcss-value-parser": "^4.2.0" | 2454 | "postcss-value-parser": "^4.2.0" |
| @@ -2760,13 +2457,13 @@ | |||
| 2760 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2457 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2761 | }, | 2458 | }, |
| 2762 | "peerDependencies": { | 2459 | "peerDependencies": { |
| 2763 | "postcss": "^8.4.32" | 2460 | "postcss": "^8.5.13" |
| 2764 | } | 2461 | } |
| 2765 | }, | 2462 | }, |
| 2766 | "node_modules/postcss-normalize-timing-functions": { | 2463 | "node_modules/postcss-normalize-timing-functions": { |
| 2767 | "version": "7.0.1", | 2464 | "version": "7.0.3", |
| 2768 | "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-7.0.1.tgz", | 2465 | "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-7.0.3.tgz", |
| 2769 | "integrity": "sha512-bHifyuuSNdKKsnNJ0s8fmfLMlvsQwYVxIoUBnowIVl2ZAdrkYQNGVB4RxjfpvkMjipqvbz0u7feBZybkl/6NJg==", | 2466 | "integrity": "sha512-zmEzHdvpZBZu0OKlbJSfgASQvaayyAoVuWtvyr34IJ/LyS+DaOKvvR3EvFJ9RWWtNIx+CMvO125OVophaxNYew==", |
| 2770 | "license": "MIT", | 2467 | "license": "MIT", |
| 2771 | "dependencies": { | 2468 | "dependencies": { |
| 2772 | "postcss-value-parser": "^4.2.0" | 2469 | "postcss-value-parser": "^4.2.0" |
| @@ -2775,13 +2472,13 @@ | |||
| 2775 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2472 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2776 | }, | 2473 | }, |
| 2777 | "peerDependencies": { | 2474 | "peerDependencies": { |
| 2778 | "postcss": "^8.4.32" | 2475 | "postcss": "^8.5.13" |
| 2779 | } | 2476 | } |
| 2780 | }, | 2477 | }, |
| 2781 | "node_modules/postcss-normalize-unicode": { | 2478 | "node_modules/postcss-normalize-unicode": { |
| 2782 | "version": "7.0.7", | 2479 | "version": "7.0.9", |
| 2783 | "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-7.0.7.tgz", | 2480 | "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-7.0.9.tgz", |
| 2784 | "integrity": "sha512-Kfm0mC3gTnOC+SsLgxQqNEZStRxJgBaYrMpBe9fDVB0/MjC1G++FAeDW2YxYc5Mbvav12/7mOBSOTW7HK9Knwg==", | 2481 | "integrity": "sha512-DRAdWfeh/TjmhLJsw91vdiWCnUod9iwvM7xyS02/nF/sLsCR3A8l3pztrSUrWG8DSBqfX7yEk9FM0USaVJ2mSg==", |
| 2785 | "license": "MIT", | 2482 | "license": "MIT", |
| 2786 | "dependencies": { | 2483 | "dependencies": { |
| 2787 | "browserslist": "^4.28.2", | 2484 | "browserslist": "^4.28.2", |
| @@ -2791,13 +2488,13 @@ | |||
| 2791 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2488 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2792 | }, | 2489 | }, |
| 2793 | "peerDependencies": { | 2490 | "peerDependencies": { |
| 2794 | "postcss": "^8.4.32" | 2491 | "postcss": "^8.5.13" |
| 2795 | } | 2492 | } |
| 2796 | }, | 2493 | }, |
| 2797 | "node_modules/postcss-normalize-url": { | 2494 | "node_modules/postcss-normalize-url": { |
| 2798 | "version": "7.0.1", | 2495 | "version": "7.0.3", |
| 2799 | "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-7.0.1.tgz", | 2496 | "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-7.0.3.tgz", |
| 2800 | "integrity": "sha512-sUcD2cWtyK1AOL/82Fwy1aIVm/wwj5SdZkgZ3QiUzSzQQofrbq15jWJ3BA7Z+yVRwamCjJgZJN0I9IS7c6tgeQ==", | 2497 | "integrity": "sha512-CL93wmloq5qsffmFv+bw24MIRbmhHrp53qoh1LDAb/5TtjWEXI/np4xcP/Gw9oWCb2XyWnqHYLDUwiKRoJBA1Q==", |
| 2801 | "license": "MIT", | 2498 | "license": "MIT", |
| 2802 | "dependencies": { | 2499 | "dependencies": { |
| 2803 | "postcss-value-parser": "^4.2.0" | 2500 | "postcss-value-parser": "^4.2.0" |
| @@ -2806,13 +2503,13 @@ | |||
| 2806 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2503 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2807 | }, | 2504 | }, |
| 2808 | "peerDependencies": { | 2505 | "peerDependencies": { |
| 2809 | "postcss": "^8.4.32" | 2506 | "postcss": "^8.5.13" |
| 2810 | } | 2507 | } |
| 2811 | }, | 2508 | }, |
| 2812 | "node_modules/postcss-normalize-whitespace": { | 2509 | "node_modules/postcss-normalize-whitespace": { |
| 2813 | "version": "7.0.1", | 2510 | "version": "7.0.3", |
| 2814 | "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-7.0.1.tgz", | 2511 | "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-7.0.3.tgz", |
| 2815 | "integrity": "sha512-vsbgFHMFQrJBJKrUFJNZ2pgBeBkC2IvvoHjz1to0/0Xk7sII24T0qFOiJzG6Fu3zJoq/0yI4rKWi7WhApW+EFA==", | 2512 | "integrity": "sha512-FdHjjn+Ht5Z2ZRjNOmeCbNq6lq09sUYKpmlF/Aq0XjVNSLTL6fmHlA/3swN2wP2caY9GV/tjSDcIIyS7aN7W0A==", |
| 2816 | "license": "MIT", | 2513 | "license": "MIT", |
| 2817 | "dependencies": { | 2514 | "dependencies": { |
| 2818 | "postcss-value-parser": "^4.2.0" | 2515 | "postcss-value-parser": "^4.2.0" |
| @@ -2821,29 +2518,29 @@ | |||
| 2821 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2518 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2822 | }, | 2519 | }, |
| 2823 | "peerDependencies": { | 2520 | "peerDependencies": { |
| 2824 | "postcss": "^8.4.32" | 2521 | "postcss": "^8.5.13" |
| 2825 | } | 2522 | } |
| 2826 | }, | 2523 | }, |
| 2827 | "node_modules/postcss-ordered-values": { | 2524 | "node_modules/postcss-ordered-values": { |
| 2828 | "version": "7.0.2", | 2525 | "version": "7.0.4", |
| 2829 | "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-7.0.2.tgz", | 2526 | "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-7.0.4.tgz", |
| 2830 | "integrity": "sha512-AMJjt1ECBffF7CEON/Y0rekRLS6KsePU6PRP08UqYW4UGFRnTXNrByUzYK1h8AC7UWTZdQ9O3Oq9kFIhm0SFEw==", | 2527 | "integrity": "sha512-nubSi49hDHQk4E8KIj+IbLY8Bg+8OcSUEhgyolgM+atnOvXjV7EjaR6bac4YGZoFyPa9mWoAF3EaYbWdFkKqVg==", |
| 2831 | "license": "MIT", | 2528 | "license": "MIT", |
| 2832 | "dependencies": { | 2529 | "dependencies": { |
| 2833 | "cssnano-utils": "^5.0.1", | 2530 | "cssnano-utils": "^5.0.3", |
| 2834 | "postcss-value-parser": "^4.2.0" | 2531 | "postcss-value-parser": "^4.2.0" |
| 2835 | }, | 2532 | }, |
| 2836 | "engines": { | 2533 | "engines": { |
| 2837 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2534 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2838 | }, | 2535 | }, |
| 2839 | "peerDependencies": { | 2536 | "peerDependencies": { |
| 2840 | "postcss": "^8.4.32" | 2537 | "postcss": "^8.5.13" |
| 2841 | } | 2538 | } |
| 2842 | }, | 2539 | }, |
| 2843 | "node_modules/postcss-reduce-initial": { | 2540 | "node_modules/postcss-reduce-initial": { |
| 2844 | "version": "7.0.7", | 2541 | "version": "7.0.9", |
| 2845 | "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-7.0.7.tgz", | 2542 | "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-7.0.9.tgz", |
| 2846 | "integrity": "sha512-evetDQPqkgrzHoP8g3HjE3KgH0j2W0je2Vt1pfTaO2KvmjulStxGC2IGeI2y0pdLi6ryEGc4nD08zpDRP9ge8w==", | 2543 | "integrity": "sha512-ztTNPdIxXTxtBcG03E9u8v44M4ElXbMIRT7pf2onlquGula0Y83nKKxqM22FA/hMgkfCjN7ohevkVlaNwI8iOQ==", |
| 2847 | "license": "MIT", | 2544 | "license": "MIT", |
| 2848 | "dependencies": { | 2545 | "dependencies": { |
| 2849 | "browserslist": "^4.28.2", | 2546 | "browserslist": "^4.28.2", |
| @@ -2853,13 +2550,13 @@ | |||
| 2853 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2550 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2854 | }, | 2551 | }, |
| 2855 | "peerDependencies": { | 2552 | "peerDependencies": { |
| 2856 | "postcss": "^8.4.32" | 2553 | "postcss": "^8.5.13" |
| 2857 | } | 2554 | } |
| 2858 | }, | 2555 | }, |
| 2859 | "node_modules/postcss-reduce-transforms": { | 2556 | "node_modules/postcss-reduce-transforms": { |
| 2860 | "version": "7.0.1", | 2557 | "version": "7.0.3", |
| 2861 | "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-7.0.1.tgz", | 2558 | "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-7.0.3.tgz", |
| 2862 | "integrity": "sha512-MhyEbfrm+Mlp/36hvZ9mT9DaO7dbncU0CvWI8V93LRkY6IYlu38OPg3FObnuKTUxJ4qA8HpurdQOo5CyqqO76g==", | 2559 | "integrity": "sha512-FXsnN9ZwcZTT8Yf8cAHA8qIGUXcX6WfLd9JoYhrdDfmvsVhhfqkkv7m4AC3rwFOfz+GzkUa87OCKF9dUcicd+g==", |
| 2863 | "license": "MIT", | 2560 | "license": "MIT", |
| 2864 | "dependencies": { | 2561 | "dependencies": { |
| 2865 | "postcss-value-parser": "^4.2.0" | 2562 | "postcss-value-parser": "^4.2.0" |
| @@ -2868,7 +2565,7 @@ | |||
| 2868 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2565 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2869 | }, | 2566 | }, |
| 2870 | "peerDependencies": { | 2567 | "peerDependencies": { |
| 2871 | "postcss": "^8.4.32" | 2568 | "postcss": "^8.5.13" |
| 2872 | } | 2569 | } |
| 2873 | }, | 2570 | }, |
| 2874 | "node_modules/postcss-reporter": { | 2571 | "node_modules/postcss-reporter": { |
| @@ -2911,9 +2608,9 @@ | |||
| 2911 | } | 2608 | } |
| 2912 | }, | 2609 | }, |
| 2913 | "node_modules/postcss-svgo": { | 2610 | "node_modules/postcss-svgo": { |
| 2914 | "version": "7.1.1", | 2611 | "version": "7.1.3", |
| 2915 | "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-7.1.1.tgz", | 2612 | "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-7.1.3.tgz", |
| 2916 | "integrity": "sha512-zU9H9oEDrUFKa0JB7w+IYL7Qs9ey1mZyjhbf0KLxwJDdDRtoPvCmaEfknzqfHj44QS9VD6c5sJnBAVYTLRg/Sg==", | 2613 | "integrity": "sha512-2QfoFOYMcj8lwcVEf9WeTlkVIAm7u2QvOEhMzkQU3KUhhGX/l8hVV9EtjMv4iq3E9iI3OeeMN0YoMLbGusuigw==", |
| 2917 | "license": "MIT", | 2614 | "license": "MIT", |
| 2918 | "dependencies": { | 2615 | "dependencies": { |
| 2919 | "postcss-value-parser": "^4.2.0", | 2616 | "postcss-value-parser": "^4.2.0", |
| @@ -2923,13 +2620,13 @@ | |||
| 2923 | "node": "^18.12.0 || ^20.9.0 || >= 18" | 2620 | "node": "^18.12.0 || ^20.9.0 || >= 18" |
| 2924 | }, | 2621 | }, |
| 2925 | "peerDependencies": { | 2622 | "peerDependencies": { |
| 2926 | "postcss": "^8.4.32" | 2623 | "postcss": "^8.5.13" |
| 2927 | } | 2624 | } |
| 2928 | }, | 2625 | }, |
| 2929 | "node_modules/postcss-unique-selectors": { | 2626 | "node_modules/postcss-unique-selectors": { |
| 2930 | "version": "7.0.5", | 2627 | "version": "7.0.7", |
| 2931 | "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-7.0.5.tgz", | 2628 | "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-7.0.7.tgz", |
| 2932 | "integrity": "sha512-3QoYmEt4qg/rUWDn6Tc8+ZVPmbp4G1hXDtCNWDx0st8SjtCbRcxRXDDM1QrEiXGG3A45zscSJFb4QH90LViyxg==", | 2629 | "integrity": "sha512-d+sCkaRnSefghOUdH8CMJZV9yUQhj2ojpe8Nw/lA+LV1UOfeleGkLTl6XdCFFSai9UJ+DJPb69FFuqthXYsY8w==", |
| 2933 | "license": "MIT", | 2630 | "license": "MIT", |
| 2934 | "dependencies": { | 2631 | "dependencies": { |
| 2935 | "postcss-selector-parser": "^7.1.1" | 2632 | "postcss-selector-parser": "^7.1.1" |
| @@ -2938,7 +2635,7 @@ | |||
| 2938 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2635 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2939 | }, | 2636 | }, |
| 2940 | "peerDependencies": { | 2637 | "peerDependencies": { |
| 2941 | "postcss": "^8.4.32" | 2638 | "postcss": "^8.5.13" |
| 2942 | } | 2639 | } |
| 2943 | }, | 2640 | }, |
| 2944 | "node_modules/postcss-value-parser": { | 2641 | "node_modules/postcss-value-parser": { |
| @@ -3015,9 +2712,9 @@ | |||
| 3015 | } | 2712 | } |
| 3016 | }, | 2713 | }, |
| 3017 | "node_modules/sax": { | 2714 | "node_modules/sax": { |
| 3018 | "version": "1.5.0", | 2715 | "version": "1.6.0", |
| 3019 | "resolved": "https://registry.npmjs.org/sax/-/sax-1.5.0.tgz", | 2716 | "resolved": "https://registry.npmjs.org/sax/-/sax-1.6.0.tgz", |
| 3020 | "integrity": "sha512-21IYA3Q5cQf089Z6tgaUTr7lDAyzoTPx5HRtbhsME8Udispad8dC/+sziTNugOEx54ilvatQ9YCzl4KQLPcRHA==", | 2717 | "integrity": "sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==", |
| 3021 | "license": "BlueOak-1.0.0", | 2718 | "license": "BlueOak-1.0.0", |
| 3022 | "engines": { | 2719 | "engines": { |
| 3023 | "node": ">=11.0.0" | 2720 | "node": ">=11.0.0" |
| @@ -3174,19 +2871,19 @@ | |||
| 3174 | } | 2871 | } |
| 3175 | }, | 2872 | }, |
| 3176 | "node_modules/stylehacks": { | 2873 | "node_modules/stylehacks": { |
| 3177 | "version": "7.0.5", | 2874 | "version": "7.0.11", |
| 3178 | "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-7.0.5.tgz", | 2875 | "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-7.0.11.tgz", |
| 3179 | "integrity": "sha512-5kNb7V37BNf0Q3w+1pxfa+oiNPS++/b4Jil9e/kPDgrk1zjEd6uR7SZeJiYaLYH6RRSC1XX2/37OTeU/4FvuIA==", | 2876 | "integrity": "sha512-iODNfhXVLqc5LADs+Y6Oh5wJuK5ZcHbVng8aiK3y9pjMQdc5hLrBW0eFU6FtnpNrE6PoEg/MmFTU4waotj5WNg==", |
| 3180 | "license": "MIT", | 2877 | "license": "MIT", |
| 3181 | "dependencies": { | 2878 | "dependencies": { |
| 3182 | "browserslist": "^4.24.5", | 2879 | "browserslist": "^4.28.2", |
| 3183 | "postcss-selector-parser": "^7.1.0" | 2880 | "postcss-selector-parser": "^7.1.1" |
| 3184 | }, | 2881 | }, |
| 3185 | "engines": { | 2882 | "engines": { |
| 3186 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2883 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 3187 | }, | 2884 | }, |
| 3188 | "peerDependencies": { | 2885 | "peerDependencies": { |
| 3189 | "postcss": "^8.4.32" | 2886 | "postcss": "^8.5.13" |
| 3190 | } | 2887 | } |
| 3191 | }, | 2888 | }, |
| 3192 | "node_modules/svgo": { | 2889 | "node_modules/svgo": { |
| @@ -3224,15 +2921,15 @@ | |||
| 3224 | } | 2921 | } |
| 3225 | }, | 2922 | }, |
| 3226 | "node_modules/tailwindcss": { | 2923 | "node_modules/tailwindcss": { |
| 3227 | "version": "4.2.2", | 2924 | "version": "4.3.0", |
| 3228 | "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.2.tgz", | 2925 | "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.0.tgz", |
| 3229 | "integrity": "sha512-KWBIxs1Xb6NoLdMVqhbhgwZf2PGBpPEiwOqgI4pFIYbNTfBXiKYyWoTsXgBQ9WFg/OlhnvHaY+AEpW7wSmFo2Q==", | 2926 | "integrity": "sha512-y6nxMGB1nMW9R6k96e5gdIFzcfL/gTJRNaqGes1YvkLnPVXzWgbqFF2yLC0T8G774n24cx3Pe8XrKoniCOAH+Q==", |
| 3230 | "license": "MIT" | 2927 | "license": "MIT" |
| 3231 | }, | 2928 | }, |
| 3232 | "node_modules/tapable": { | 2929 | "node_modules/tapable": { |
| 3233 | "version": "2.3.0", | 2930 | "version": "2.3.3", |
| 3234 | "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz", | 2931 | "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.3.tgz", |
| 3235 | "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==", | 2932 | "integrity": "sha512-uxc/zpqFg6x7C8vOE7lh6Lbda8eEL9zmVm/PLeTPBRhh1xCgdWaQ+J1CUieGpIfm2HdtsUpRv+HshiasBMcc6A==", |
| 3236 | "license": "MIT", | 2933 | "license": "MIT", |
| 3237 | "engines": { | 2934 | "engines": { |
| 3238 | "node": ">=6" | 2935 | "node": ">=6" |
diff --git a/requirements-test.txt b/requirements-test.txt index efdb1d1..bd021b4 100644 --- a/requirements-test.txt +++ b/requirements-test.txt | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | openapi-spec-validator==0.8.4 | 1 | openapi-spec-validator==0.8.5 |
| 2 | types-Flask==1.1.6 | 2 | types-Flask==1.1.6 |
| 3 | types-Jinja2==2.11.9 | 3 | types-Jinja2==2.11.9 |
| 4 | types-PyYAML==6.0.12.20260408 | 4 | types-PyYAML==6.0.12.20260518 |
| 5 | wheel==0.46.3 | 5 | wheel==0.47.0 |
| 6 | coverage==7.13.5 | 6 | coverage==7.13.5 |
| 7 | Flask-Testing==0.8.1 \ No newline at end of file | 7 | Flask-Testing==0.8.1 \ No newline at end of file |
