diff options
Diffstat (limited to 'package-lock.json')
| -rw-r--r-- | package-lock.json | 644 |
1 files changed, 330 insertions, 314 deletions
diff --git a/package-lock.json b/package-lock.json index 96f4424..350f2c6 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/cli/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/cli/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/cli/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 | ], |
| @@ -502,9 +502,9 @@ | |||
| 502 | } | 502 | } |
| 503 | }, | 503 | }, |
| 504 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-darwin-arm64": { | 504 | "node_modules/@tailwindcss/cli/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 | ], |
| @@ -518,9 +518,9 @@ | |||
| 518 | } | 518 | } |
| 519 | }, | 519 | }, |
| 520 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-darwin-x64": { | 520 | "node_modules/@tailwindcss/cli/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 | ], |
| @@ -534,9 +534,9 @@ | |||
| 534 | } | 534 | } |
| 535 | }, | 535 | }, |
| 536 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-freebsd-x64": { | 536 | "node_modules/@tailwindcss/cli/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 | ], |
| @@ -550,9 +550,9 @@ | |||
| 550 | } | 550 | } |
| 551 | }, | 551 | }, |
| 552 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": { | 552 | "node_modules/@tailwindcss/cli/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 | ], |
| @@ -566,9 +566,9 @@ | |||
| 566 | } | 566 | } |
| 567 | }, | 567 | }, |
| 568 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-linux-arm64-gnu": { | 568 | "node_modules/@tailwindcss/cli/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 | ], |
| @@ -585,9 +585,9 @@ | |||
| 585 | } | 585 | } |
| 586 | }, | 586 | }, |
| 587 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-linux-arm64-musl": { | 587 | "node_modules/@tailwindcss/cli/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 | ], |
| @@ -604,9 +604,9 @@ | |||
| 604 | } | 604 | } |
| 605 | }, | 605 | }, |
| 606 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-linux-x64-gnu": { | 606 | "node_modules/@tailwindcss/cli/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 | ], |
| @@ -623,9 +623,9 @@ | |||
| 623 | } | 623 | } |
| 624 | }, | 624 | }, |
| 625 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-linux-x64-musl": { | 625 | "node_modules/@tailwindcss/cli/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 | ], |
| @@ -642,9 +642,9 @@ | |||
| 642 | } | 642 | } |
| 643 | }, | 643 | }, |
| 644 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-wasm32-wasi": { | 644 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-wasm32-wasi": { |
| 645 | "version": "4.2.4", | 645 | "version": "4.3.0", |
| 646 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.2.4.tgz", | 646 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.3.0.tgz", |
| 647 | "integrity": "sha512-FQsqApeor8Fo6gUEklzmaa9994orJZZDBAlQpK2Mq+DslRKFJeD6AjHpBQ0kZFQohVr8o85PPh8eOy86VlSCmw==", | 647 | "integrity": "sha512-HNZGOUxEmElksYR7S6sC5jTeNGpobAsy9u7Gu0AskJ8/20FR9GqebUyB+HBcU/ax6BHuiuJi+Oda4B+YX6H1yA==", |
| 648 | "bundleDependencies": [ | 648 | "bundleDependencies": [ |
| 649 | "@napi-rs/wasm-runtime", | 649 | "@napi-rs/wasm-runtime", |
| 650 | "@emnapi/core", | 650 | "@emnapi/core", |
| @@ -659,10 +659,10 @@ | |||
| 659 | "license": "MIT", | 659 | "license": "MIT", |
| 660 | "optional": true, | 660 | "optional": true, |
| 661 | "dependencies": { | 661 | "dependencies": { |
| 662 | "@emnapi/core": "^1.8.1", | 662 | "@emnapi/core": "^1.10.0", |
| 663 | "@emnapi/runtime": "^1.8.1", | 663 | "@emnapi/runtime": "^1.10.0", |
| 664 | "@emnapi/wasi-threads": "^1.1.0", | 664 | "@emnapi/wasi-threads": "^1.2.1", |
| 665 | "@napi-rs/wasm-runtime": "^1.1.1", | 665 | "@napi-rs/wasm-runtime": "^1.1.4", |
| 666 | "@tybys/wasm-util": "^0.10.1", | 666 | "@tybys/wasm-util": "^0.10.1", |
| 667 | "tslib": "^2.8.1" | 667 | "tslib": "^2.8.1" |
| 668 | }, | 668 | }, |
| @@ -671,17 +671,17 @@ | |||
| 671 | } | 671 | } |
| 672 | }, | 672 | }, |
| 673 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": { | 673 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": { |
| 674 | "version": "1.8.1", | 674 | "version": "1.10.0", |
| 675 | "inBundle": true, | 675 | "inBundle": true, |
| 676 | "license": "MIT", | 676 | "license": "MIT", |
| 677 | "optional": true, | 677 | "optional": true, |
| 678 | "dependencies": { | 678 | "dependencies": { |
| 679 | "@emnapi/wasi-threads": "1.1.0", | 679 | "@emnapi/wasi-threads": "1.2.1", |
| 680 | "tslib": "^2.4.0" | 680 | "tslib": "^2.4.0" |
| 681 | } | 681 | } |
| 682 | }, | 682 | }, |
| 683 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": { | 683 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": { |
| 684 | "version": "1.8.1", | 684 | "version": "1.10.0", |
| 685 | "inBundle": true, | 685 | "inBundle": true, |
| 686 | "license": "MIT", | 686 | "license": "MIT", |
| 687 | "optional": true, | 687 | "optional": true, |
| @@ -690,7 +690,7 @@ | |||
| 690 | } | 690 | } |
| 691 | }, | 691 | }, |
| 692 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": { | 692 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": { |
| 693 | "version": "1.1.0", | 693 | "version": "1.2.1", |
| 694 | "inBundle": true, | 694 | "inBundle": true, |
| 695 | "license": "MIT", | 695 | "license": "MIT", |
| 696 | "optional": true, | 696 | "optional": true, |
| @@ -699,18 +699,20 @@ | |||
| 699 | } | 699 | } |
| 700 | }, | 700 | }, |
| 701 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": { | 701 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": { |
| 702 | "version": "1.1.1", | 702 | "version": "1.1.4", |
| 703 | "inBundle": true, | 703 | "inBundle": true, |
| 704 | "license": "MIT", | 704 | "license": "MIT", |
| 705 | "optional": true, | 705 | "optional": true, |
| 706 | "dependencies": { | 706 | "dependencies": { |
| 707 | "@emnapi/core": "^1.7.1", | ||
| 708 | "@emnapi/runtime": "^1.7.1", | ||
| 709 | "@tybys/wasm-util": "^0.10.1" | 707 | "@tybys/wasm-util": "^0.10.1" |
| 710 | }, | 708 | }, |
| 711 | "funding": { | 709 | "funding": { |
| 712 | "type": "github", | 710 | "type": "github", |
| 713 | "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" | ||
| 714 | } | 716 | } |
| 715 | }, | 717 | }, |
| 716 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": { | 718 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": { |
| @@ -729,9 +731,9 @@ | |||
| 729 | "optional": true | 731 | "optional": true |
| 730 | }, | 732 | }, |
| 731 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-win32-arm64-msvc": { | 733 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-win32-arm64-msvc": { |
| 732 | "version": "4.2.4", | 734 | "version": "4.3.0", |
| 733 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.2.4.tgz", | 735 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.3.0.tgz", |
| 734 | "integrity": "sha512-L9BXqxC4ToVgwMFqj3pmZRqyHEztulpUJzCxUtLjobMCzTPsGt1Fa9enKbOpY2iIyVtaHNeNvAK8ERP/64sqGQ==", | 736 | "integrity": "sha512-Pe+RPVTi1T+qymuuRpcdvwSVZjnll/f7n8gBxMMh3xLTctMDKqpdfGimbMyioqtLhUYZxdJ9wGNhV7MKHvgZsQ==", |
| 735 | "cpu": [ | 737 | "cpu": [ |
| 736 | "arm64" | 738 | "arm64" |
| 737 | ], | 739 | ], |
| @@ -745,9 +747,9 @@ | |||
| 745 | } | 747 | } |
| 746 | }, | 748 | }, |
| 747 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-win32-x64-msvc": { | 749 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-win32-x64-msvc": { |
| 748 | "version": "4.2.4", | 750 | "version": "4.3.0", |
| 749 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.2.4.tgz", | 751 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.3.0.tgz", |
| 750 | "integrity": "sha512-ESlKG0EpVJQwRjXDDa9rLvhEAh0mhP1sF7sap9dNZT0yyl9SAG6T7gdP09EH0vIv0UNTlo6jPWyujD6559fZvw==", | 752 | "integrity": "sha512-Mvrf2kXW/yeW/OTezZlCGOirXRcUuLIBx/5Y12BaPM7wJoryG6dfS/NJL8aBPqtTEx/Vm4T4vKzFUcKDT+TKUA==", |
| 751 | "cpu": [ | 753 | "cpu": [ |
| 752 | "x64" | 754 | "x64" |
| 753 | ], | 755 | ], |
| @@ -761,15 +763,15 @@ | |||
| 761 | } | 763 | } |
| 762 | }, | 764 | }, |
| 763 | "node_modules/@tailwindcss/cli/node_modules/tailwindcss": { | 765 | "node_modules/@tailwindcss/cli/node_modules/tailwindcss": { |
| 764 | "version": "4.2.4", | 766 | "version": "4.3.0", |
| 765 | "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.4.tgz", | 767 | "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.0.tgz", |
| 766 | "integrity": "sha512-HhKppgO81FQof5m6TEnuBWCZGgfRAWbaeOaGT00KOy/Pf/j6oUihdvBpA7ltCeAvZpFhW3j0PTclkxsd4IXYDA==", | 768 | "integrity": "sha512-y6nxMGB1nMW9R6k96e5gdIFzcfL/gTJRNaqGes1YvkLnPVXzWgbqFF2yLC0T8G774n24cx3Pe8XrKoniCOAH+Q==", |
| 767 | "license": "MIT" | 769 | "license": "MIT" |
| 768 | }, | 770 | }, |
| 769 | "node_modules/@tailwindcss/node": { | 771 | "node_modules/@tailwindcss/node": { |
| 770 | "version": "4.2.2", | 772 | "version": "4.2.4", |
| 771 | "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", |
| 772 | "integrity": "sha512-pXS+wJ2gZpVXqFaUEjojq7jzMpTGf8rU6ipJz5ovJV6PUGmlJ+jvIwGrzdHdQ80Sg+wmQxUFuoW1UAAwHNEdFA==", | 774 | "integrity": "sha512-Ai7+yQPxz3ddrDQzFfBKdHEVBg0w3Zl83jnjuwxnZOsnH9pGn93QHQtpU0p/8rYWxvbFZHneni6p1BSLK4DkGA==", |
| 773 | "license": "MIT", | 775 | "license": "MIT", |
| 774 | "dependencies": { | 776 | "dependencies": { |
| 775 | "@jridgewell/remapping": "^2.3.5", | 777 | "@jridgewell/remapping": "^2.3.5", |
| @@ -778,36 +780,36 @@ | |||
| 778 | "lightningcss": "1.32.0", | 780 | "lightningcss": "1.32.0", |
| 779 | "magic-string": "^0.30.21", | 781 | "magic-string": "^0.30.21", |
| 780 | "source-map-js": "^1.2.1", | 782 | "source-map-js": "^1.2.1", |
| 781 | "tailwindcss": "4.2.2" | 783 | "tailwindcss": "4.2.4" |
| 782 | } | 784 | } |
| 783 | }, | 785 | }, |
| 784 | "node_modules/@tailwindcss/oxide": { | 786 | "node_modules/@tailwindcss/oxide": { |
| 785 | "version": "4.2.2", | 787 | "version": "4.2.4", |
| 786 | "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", |
| 787 | "integrity": "sha512-qEUA07+E5kehxYp9BVMpq9E8vnJuBHfJEC0vPC5e7iL/hw7HR61aDKoVoKzrG+QKp56vhNZe4qwkRmMC0zDLvg==", | 789 | "integrity": "sha512-9El/iI069DKDSXwTvB9J4BwdO5JhRrOweGaK25taBAvBXyXqJAX+Jqdvs8r8gKpsI/1m0LeJLyQYTf/WLrBT1Q==", |
| 788 | "license": "MIT", | 790 | "license": "MIT", |
| 789 | "engines": { | 791 | "engines": { |
| 790 | "node": ">= 20" | 792 | "node": ">= 20" |
| 791 | }, | 793 | }, |
| 792 | "optionalDependencies": { | 794 | "optionalDependencies": { |
| 793 | "@tailwindcss/oxide-android-arm64": "4.2.2", | 795 | "@tailwindcss/oxide-android-arm64": "4.2.4", |
| 794 | "@tailwindcss/oxide-darwin-arm64": "4.2.2", | 796 | "@tailwindcss/oxide-darwin-arm64": "4.2.4", |
| 795 | "@tailwindcss/oxide-darwin-x64": "4.2.2", | 797 | "@tailwindcss/oxide-darwin-x64": "4.2.4", |
| 796 | "@tailwindcss/oxide-freebsd-x64": "4.2.2", | 798 | "@tailwindcss/oxide-freebsd-x64": "4.2.4", |
| 797 | "@tailwindcss/oxide-linux-arm-gnueabihf": "4.2.2", | 799 | "@tailwindcss/oxide-linux-arm-gnueabihf": "4.2.4", |
| 798 | "@tailwindcss/oxide-linux-arm64-gnu": "4.2.2", | 800 | "@tailwindcss/oxide-linux-arm64-gnu": "4.2.4", |
| 799 | "@tailwindcss/oxide-linux-arm64-musl": "4.2.2", | 801 | "@tailwindcss/oxide-linux-arm64-musl": "4.2.4", |
| 800 | "@tailwindcss/oxide-linux-x64-gnu": "4.2.2", | 802 | "@tailwindcss/oxide-linux-x64-gnu": "4.2.4", |
| 801 | "@tailwindcss/oxide-linux-x64-musl": "4.2.2", | 803 | "@tailwindcss/oxide-linux-x64-musl": "4.2.4", |
| 802 | "@tailwindcss/oxide-wasm32-wasi": "4.2.2", | 804 | "@tailwindcss/oxide-wasm32-wasi": "4.2.4", |
| 803 | "@tailwindcss/oxide-win32-arm64-msvc": "4.2.2", | 805 | "@tailwindcss/oxide-win32-arm64-msvc": "4.2.4", |
| 804 | "@tailwindcss/oxide-win32-x64-msvc": "4.2.2" | 806 | "@tailwindcss/oxide-win32-x64-msvc": "4.2.4" |
| 805 | } | 807 | } |
| 806 | }, | 808 | }, |
| 807 | "node_modules/@tailwindcss/oxide-android-arm64": { | 809 | "node_modules/@tailwindcss/oxide-android-arm64": { |
| 808 | "version": "4.2.2", | 810 | "version": "4.2.4", |
| 809 | "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", |
| 810 | "integrity": "sha512-dXGR1n+P3B6748jZO/SvHZq7qBOqqzQ+yFrXpoOWWALWndF9MoSKAT3Q0fYgAzYzGhxNYOoysRvYlpixRBBoDg==", | 812 | "integrity": "sha512-e7MOr1SAn9U8KlZzPi1ZXGZHeC5anY36qjNwmZv9pOJ8E4Q6jmD1vyEHkQFmNOIN7twGPEMXRHmitN4zCMN03g==", |
| 811 | "cpu": [ | 813 | "cpu": [ |
| 812 | "arm64" | 814 | "arm64" |
| 813 | ], | 815 | ], |
| @@ -821,9 +823,9 @@ | |||
| 821 | } | 823 | } |
| 822 | }, | 824 | }, |
| 823 | "node_modules/@tailwindcss/oxide-darwin-arm64": { | 825 | "node_modules/@tailwindcss/oxide-darwin-arm64": { |
| 824 | "version": "4.2.2", | 826 | "version": "4.2.4", |
| 825 | "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", |
| 826 | "integrity": "sha512-iq9Qjr6knfMpZHj55/37ouZeykwbDqF21gPFtfnhCCKGDcPI/21FKC9XdMO/XyBM7qKORx6UIhGgg6jLl7BZlg==", | 828 | "integrity": "sha512-tSC/Kbqpz/5/o/C2sG7QvOxAKqyd10bq+ypZNf+9Fi2TvbVbv1zNpcEptcsU7DPROaSbVgUXmrzKhurFvo5eDg==", |
| 827 | "cpu": [ | 829 | "cpu": [ |
| 828 | "arm64" | 830 | "arm64" |
| 829 | ], | 831 | ], |
| @@ -837,9 +839,9 @@ | |||
| 837 | } | 839 | } |
| 838 | }, | 840 | }, |
| 839 | "node_modules/@tailwindcss/oxide-darwin-x64": { | 841 | "node_modules/@tailwindcss/oxide-darwin-x64": { |
| 840 | "version": "4.2.2", | 842 | "version": "4.2.4", |
| 841 | "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", |
| 842 | "integrity": "sha512-BlR+2c3nzc8f2G639LpL89YY4bdcIdUmiOOkv2GQv4/4M0vJlpXEa0JXNHhCHU7VWOKWT/CjqHdTP8aUuDJkuw==", | 844 | "integrity": "sha512-yPyUXn3yO/ufR6+Kzv0t4fCg2qNr90jxXc5QqBpjlPNd0NqyDXcmQb/6weunH/MEDXW5dhyEi+agTDiqa3WsGg==", |
| 843 | "cpu": [ | 845 | "cpu": [ |
| 844 | "x64" | 846 | "x64" |
| 845 | ], | 847 | ], |
| @@ -853,9 +855,9 @@ | |||
| 853 | } | 855 | } |
| 854 | }, | 856 | }, |
| 855 | "node_modules/@tailwindcss/oxide-freebsd-x64": { | 857 | "node_modules/@tailwindcss/oxide-freebsd-x64": { |
| 856 | "version": "4.2.2", | 858 | "version": "4.2.4", |
| 857 | "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", |
| 858 | "integrity": "sha512-YUqUgrGMSu2CDO82hzlQ5qSb5xmx3RUrke/QgnoEx7KvmRJHQuZHZmZTLSuuHwFf0DJPybFMXMYf+WJdxHy/nQ==", | 860 | "integrity": "sha512-BoMIB4vMQtZsXdGLVc2z+P9DbETkiopogfWZKbWwM8b/1Vinbs4YcUwo+kM/KeLkX3Ygrf4/PsRndKaYhS8Eiw==", |
| 859 | "cpu": [ | 861 | "cpu": [ |
| 860 | "x64" | 862 | "x64" |
| 861 | ], | 863 | ], |
| @@ -869,9 +871,9 @@ | |||
| 869 | } | 871 | } |
| 870 | }, | 872 | }, |
| 871 | "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": { | 873 | "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": { |
| 872 | "version": "4.2.2", | 874 | "version": "4.2.4", |
| 873 | "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", |
| 874 | "integrity": "sha512-FPdhvsW6g06T9BWT0qTwiVZYE2WIFo2dY5aCSpjG/S/u1tby+wXoslXS0kl3/KXnULlLr1E3NPRRw0g7t2kgaQ==", | 876 | "integrity": "sha512-7pIHBLTHYRAlS7V22JNuTh33yLH4VElwKtB3bwchK/UaKUPpQ0lPQiOWcbm4V3WP2I6fNIJ23vABIvoy2izdwA==", |
| 875 | "cpu": [ | 877 | "cpu": [ |
| 876 | "arm" | 878 | "arm" |
| 877 | ], | 879 | ], |
| @@ -885,12 +887,15 @@ | |||
| 885 | } | 887 | } |
| 886 | }, | 888 | }, |
| 887 | "node_modules/@tailwindcss/oxide-linux-arm64-gnu": { | 889 | "node_modules/@tailwindcss/oxide-linux-arm64-gnu": { |
| 888 | "version": "4.2.2", | 890 | "version": "4.2.4", |
| 889 | "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", |
| 890 | "integrity": "sha512-4og1V+ftEPXGttOO7eCmW7VICmzzJWgMx+QXAJRAhjrSjumCwWqMfkDrNu1LXEQzNAwz28NCUpucgQPrR4S2yw==", | 892 | "integrity": "sha512-+E4wxJ0ZGOzSH325reXTWB48l42i93kQqMvDyz5gqfRzRZ7faNhnmvlV4EPGJU3QJM/3Ab5jhJ5pCRUsKn6OQw==", |
| 891 | "cpu": [ | 893 | "cpu": [ |
| 892 | "arm64" | 894 | "arm64" |
| 893 | ], | 895 | ], |
| 896 | "libc": [ | ||
| 897 | "glibc" | ||
| 898 | ], | ||
| 894 | "license": "MIT", | 899 | "license": "MIT", |
| 895 | "optional": true, | 900 | "optional": true, |
| 896 | "os": [ | 901 | "os": [ |
| @@ -901,12 +906,15 @@ | |||
| 901 | } | 906 | } |
| 902 | }, | 907 | }, |
| 903 | "node_modules/@tailwindcss/oxide-linux-arm64-musl": { | 908 | "node_modules/@tailwindcss/oxide-linux-arm64-musl": { |
| 904 | "version": "4.2.2", | 909 | "version": "4.2.4", |
| 905 | "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", |
| 906 | "integrity": "sha512-oCfG/mS+/+XRlwNjnsNLVwnMWYH7tn/kYPsNPh+JSOMlnt93mYNCKHYzylRhI51X+TbR+ufNhhKKzm6QkqX8ag==", | 911 | "integrity": "sha512-bBADEGAbo4ASnppIziaQJelekCxdMaxisrk+fB7Thit72IBnALp9K6ffA2G4ruj90G9XRS2VQ6q2bCKbfFV82g==", |
| 907 | "cpu": [ | 912 | "cpu": [ |
| 908 | "arm64" | 913 | "arm64" |
| 909 | ], | 914 | ], |
| 915 | "libc": [ | ||
| 916 | "musl" | ||
| 917 | ], | ||
| 910 | "license": "MIT", | 918 | "license": "MIT", |
| 911 | "optional": true, | 919 | "optional": true, |
| 912 | "os": [ | 920 | "os": [ |
| @@ -917,12 +925,15 @@ | |||
| 917 | } | 925 | } |
| 918 | }, | 926 | }, |
| 919 | "node_modules/@tailwindcss/oxide-linux-x64-gnu": { | 927 | "node_modules/@tailwindcss/oxide-linux-x64-gnu": { |
| 920 | "version": "4.2.2", | 928 | "version": "4.2.4", |
| 921 | "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", |
| 922 | "integrity": "sha512-rTAGAkDgqbXHNp/xW0iugLVmX62wOp2PoE39BTCGKjv3Iocf6AFbRP/wZT/kuCxC9QBh9Pu8XPkv/zCZB2mcMg==", | 930 | "integrity": "sha512-7Mx25E4WTfnht0TVRTyC00j3i0M+EeFe7wguMDTlX4mRxafznw0CA8WJkFjWYH5BlgELd1kSjuU2JiPnNZbJDA==", |
| 923 | "cpu": [ | 931 | "cpu": [ |
| 924 | "x64" | 932 | "x64" |
| 925 | ], | 933 | ], |
| 934 | "libc": [ | ||
| 935 | "glibc" | ||
| 936 | ], | ||
| 926 | "license": "MIT", | 937 | "license": "MIT", |
| 927 | "optional": true, | 938 | "optional": true, |
| 928 | "os": [ | 939 | "os": [ |
| @@ -933,12 +944,15 @@ | |||
| 933 | } | 944 | } |
| 934 | }, | 945 | }, |
| 935 | "node_modules/@tailwindcss/oxide-linux-x64-musl": { | 946 | "node_modules/@tailwindcss/oxide-linux-x64-musl": { |
| 936 | "version": "4.2.2", | 947 | "version": "4.2.4", |
| 937 | "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", |
| 938 | "integrity": "sha512-XW3t3qwbIwiSyRCggeO2zxe3KWaEbM0/kW9e8+0XpBgyKU4ATYzcVSMKteZJ1iukJ3HgHBjbg9P5YPRCVUxlnQ==", | 949 | "integrity": "sha512-2wwJRF7nyhOR0hhHoChc04xngV3iS+akccHTGtz965FwF0up4b2lOdo6kI1EbDaEXKgvcrFBYcYQQ/rrnWFVfA==", |
| 939 | "cpu": [ | 950 | "cpu": [ |
| 940 | "x64" | 951 | "x64" |
| 941 | ], | 952 | ], |
| 953 | "libc": [ | ||
| 954 | "musl" | ||
| 955 | ], | ||
| 942 | "license": "MIT", | 956 | "license": "MIT", |
| 943 | "optional": true, | 957 | "optional": true, |
| 944 | "os": [ | 958 | "os": [ |
| @@ -949,9 +963,9 @@ | |||
| 949 | } | 963 | } |
| 950 | }, | 964 | }, |
| 951 | "node_modules/@tailwindcss/oxide-wasm32-wasi": { | 965 | "node_modules/@tailwindcss/oxide-wasm32-wasi": { |
| 952 | "version": "4.2.2", | 966 | "version": "4.2.4", |
| 953 | "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", |
| 954 | "integrity": "sha512-eKSztKsmEsn1O5lJ4ZAfyn41NfG7vzCg496YiGtMDV86jz1q/irhms5O0VrY6ZwTUkFy/EKG3RfWgxSI3VbZ8Q==", | 968 | "integrity": "sha512-FQsqApeor8Fo6gUEklzmaa9994orJZZDBAlQpK2Mq+DslRKFJeD6AjHpBQ0kZFQohVr8o85PPh8eOy86VlSCmw==", |
| 955 | "bundleDependencies": [ | 969 | "bundleDependencies": [ |
| 956 | "@napi-rs/wasm-runtime", | 970 | "@napi-rs/wasm-runtime", |
| 957 | "@emnapi/core", | 971 | "@emnapi/core", |
| @@ -1036,9 +1050,9 @@ | |||
| 1036 | "optional": true | 1050 | "optional": true |
| 1037 | }, | 1051 | }, |
| 1038 | "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { | 1052 | "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { |
| 1039 | "version": "4.2.2", | 1053 | "version": "4.2.4", |
| 1040 | "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", |
| 1041 | "integrity": "sha512-qPmaQM4iKu5mxpsrWZMOZRgZv1tOZpUm+zdhhQP0VhJfyGGO3aUKdbh3gDZc/dPLQwW4eSqWGrrcWNBZWUWaXQ==", | 1055 | "integrity": "sha512-L9BXqxC4ToVgwMFqj3pmZRqyHEztulpUJzCxUtLjobMCzTPsGt1Fa9enKbOpY2iIyVtaHNeNvAK8ERP/64sqGQ==", |
| 1042 | "cpu": [ | 1056 | "cpu": [ |
| 1043 | "arm64" | 1057 | "arm64" |
| 1044 | ], | 1058 | ], |
| @@ -1052,9 +1066,9 @@ | |||
| 1052 | } | 1066 | } |
| 1053 | }, | 1067 | }, |
| 1054 | "node_modules/@tailwindcss/oxide-win32-x64-msvc": { | 1068 | "node_modules/@tailwindcss/oxide-win32-x64-msvc": { |
| 1055 | "version": "4.2.2", | 1069 | "version": "4.2.4", |
| 1056 | "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", |
| 1057 | "integrity": "sha512-1T/37VvI7WyH66b+vqHj/cLwnCxt7Qt3WFu5Q8hk65aOvlwAhs7rAp1VkulBJw/N4tMirXjVnylTR72uI0HGcA==", | 1071 | "integrity": "sha512-ESlKG0EpVJQwRjXDDa9rLvhEAh0mhP1sF7sap9dNZT0yyl9SAG6T7gdP09EH0vIv0UNTlo6jPWyujD6559fZvw==", |
| 1058 | "cpu": [ | 1072 | "cpu": [ |
| 1059 | "x64" | 1073 | "x64" |
| 1060 | ], | 1074 | ], |
| @@ -1068,16 +1082,16 @@ | |||
| 1068 | } | 1082 | } |
| 1069 | }, | 1083 | }, |
| 1070 | "node_modules/@tailwindcss/postcss": { | 1084 | "node_modules/@tailwindcss/postcss": { |
| 1071 | "version": "4.2.2", | 1085 | "version": "4.2.4", |
| 1072 | "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", |
| 1073 | "integrity": "sha512-n4goKQbW8RVXIbNKRB/45LzyUqN451deQK0nzIeauVEqjlI49slUlgKYJM2QyUzap/PcpnS7kzSUmPb1sCRvYQ==", | 1087 | "integrity": "sha512-wgAVj6nUWAolAu8YFvzT2cTBIElWHkjZwFYovF+xsqKsW2ADxM/X2opxj5NsF/qVccAOjRNe8X2IdPzMsWyHTg==", |
| 1074 | "license": "MIT", | 1088 | "license": "MIT", |
| 1075 | "dependencies": { | 1089 | "dependencies": { |
| 1076 | "@alloc/quick-lru": "^5.2.0", | 1090 | "@alloc/quick-lru": "^5.2.0", |
| 1077 | "@tailwindcss/node": "4.2.2", | 1091 | "@tailwindcss/node": "4.2.4", |
| 1078 | "@tailwindcss/oxide": "4.2.2", | 1092 | "@tailwindcss/oxide": "4.2.4", |
| 1079 | "postcss": "^8.5.6", | 1093 | "postcss": "^8.5.6", |
| 1080 | "tailwindcss": "4.2.2" | 1094 | "tailwindcss": "4.2.4" |
| 1081 | } | 1095 | } |
| 1082 | }, | 1096 | }, |
| 1083 | "node_modules/ansi-regex": { | 1097 | "node_modules/ansi-regex": { |
| @@ -1493,12 +1507,12 @@ | |||
| 1493 | } | 1507 | } |
| 1494 | }, | 1508 | }, |
| 1495 | "node_modules/cssnano": { | 1509 | "node_modules/cssnano": { |
| 1496 | "version": "7.1.5", | 1510 | "version": "7.1.9", |
| 1497 | "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-7.1.5.tgz", | 1511 | "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-7.1.9.tgz", |
| 1498 | "integrity": "sha512-4yEvjF2zcoAOWfNq6X687ORJc5SvM5xbg6EGuLSBmGoWZbsL69wpmw1tA3fZt7OwIG+G4ndjF95RSS4luvim7A==", | 1512 | "integrity": "sha512-uPR75+5Dk/WJ/YSPR1/YDHdwMM9c5FsaARljfKWgeCKLKOtJ0we21xy/RcCjn53fZnD/f6yYEIZ8pu18+GnbNQ==", |
| 1499 | "license": "MIT", | 1513 | "license": "MIT", |
| 1500 | "dependencies": { | 1514 | "dependencies": { |
| 1501 | "cssnano-preset-default": "^7.0.13", | 1515 | "cssnano-preset-default": "^7.0.17", |
| 1502 | "lilconfig": "^3.1.3" | 1516 | "lilconfig": "^3.1.3" |
| 1503 | }, | 1517 | }, |
| 1504 | "engines": { | 1518 | "engines": { |
| @@ -1509,63 +1523,63 @@ | |||
| 1509 | "url": "https://opencollective.com/cssnano" | 1523 | "url": "https://opencollective.com/cssnano" |
| 1510 | }, | 1524 | }, |
| 1511 | "peerDependencies": { | 1525 | "peerDependencies": { |
| 1512 | "postcss": "^8.4.32" | 1526 | "postcss": "^8.5.13" |
| 1513 | } | 1527 | } |
| 1514 | }, | 1528 | }, |
| 1515 | "node_modules/cssnano-preset-default": { | 1529 | "node_modules/cssnano-preset-default": { |
| 1516 | "version": "7.0.13", | 1530 | "version": "7.0.17", |
| 1517 | "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.17.tgz", |
| 1518 | "integrity": "sha512-/XvjNeb+oitOT9ks3Tg0UAsnXeHR1dh3wBMK/D/zN8gqvAHOp25FZGiLoQbvBBU203WXVNITkaqyFp4O/Rns4w==", | 1532 | "integrity": "sha512-11qO63A+czwguQFJCaTdICvbaxn0pJzz/XghLlv+OT7WyToDxAMR0Xb3/26/l0y0hQJywwNbj/SLSQlGBHE1OA==", |
| 1519 | "license": "MIT", | 1533 | "license": "MIT", |
| 1520 | "dependencies": { | 1534 | "dependencies": { |
| 1521 | "browserslist": "^4.28.2", | 1535 | "browserslist": "^4.28.2", |
| 1522 | "css-declaration-sorter": "^7.2.0", | 1536 | "css-declaration-sorter": "^7.2.0", |
| 1523 | "cssnano-utils": "^5.0.1", | 1537 | "cssnano-utils": "^5.0.3", |
| 1524 | "postcss-calc": "^10.1.1", | 1538 | "postcss-calc": "^10.1.1", |
| 1525 | "postcss-colormin": "^7.0.8", | 1539 | "postcss-colormin": "^7.0.10", |
| 1526 | "postcss-convert-values": "^7.0.10", | 1540 | "postcss-convert-values": "^7.0.12", |
| 1527 | "postcss-discard-comments": "^7.0.6", | 1541 | "postcss-discard-comments": "^7.0.8", |
| 1528 | "postcss-discard-duplicates": "^7.0.2", | 1542 | "postcss-discard-duplicates": "^7.0.4", |
| 1529 | "postcss-discard-empty": "^7.0.1", | 1543 | "postcss-discard-empty": "^7.0.3", |
| 1530 | "postcss-discard-overridden": "^7.0.1", | 1544 | "postcss-discard-overridden": "^7.0.3", |
| 1531 | "postcss-merge-longhand": "^7.0.5", | 1545 | "postcss-merge-longhand": "^7.0.7", |
| 1532 | "postcss-merge-rules": "^7.0.9", | 1546 | "postcss-merge-rules": "^7.0.11", |
| 1533 | "postcss-minify-font-values": "^7.0.1", | 1547 | "postcss-minify-font-values": "^7.0.3", |
| 1534 | "postcss-minify-gradients": "^7.0.3", | 1548 | "postcss-minify-gradients": "^7.0.5", |
| 1535 | "postcss-minify-params": "^7.0.7", | 1549 | "postcss-minify-params": "^7.0.9", |
| 1536 | "postcss-minify-selectors": "^7.0.6", | 1550 | "postcss-minify-selectors": "^7.1.2", |
| 1537 | "postcss-normalize-charset": "^7.0.1", | 1551 | "postcss-normalize-charset": "^7.0.3", |
| 1538 | "postcss-normalize-display-values": "^7.0.1", | 1552 | "postcss-normalize-display-values": "^7.0.3", |
| 1539 | "postcss-normalize-positions": "^7.0.1", | 1553 | "postcss-normalize-positions": "^7.0.4", |
| 1540 | "postcss-normalize-repeat-style": "^7.0.1", | 1554 | "postcss-normalize-repeat-style": "^7.0.4", |
| 1541 | "postcss-normalize-string": "^7.0.1", | 1555 | "postcss-normalize-string": "^7.0.3", |
| 1542 | "postcss-normalize-timing-functions": "^7.0.1", | 1556 | "postcss-normalize-timing-functions": "^7.0.3", |
| 1543 | "postcss-normalize-unicode": "^7.0.7", | 1557 | "postcss-normalize-unicode": "^7.0.9", |
| 1544 | "postcss-normalize-url": "^7.0.1", | 1558 | "postcss-normalize-url": "^7.0.3", |
| 1545 | "postcss-normalize-whitespace": "^7.0.1", | 1559 | "postcss-normalize-whitespace": "^7.0.3", |
| 1546 | "postcss-ordered-values": "^7.0.2", | 1560 | "postcss-ordered-values": "^7.0.4", |
| 1547 | "postcss-reduce-initial": "^7.0.7", | 1561 | "postcss-reduce-initial": "^7.0.9", |
| 1548 | "postcss-reduce-transforms": "^7.0.1", | 1562 | "postcss-reduce-transforms": "^7.0.3", |
| 1549 | "postcss-svgo": "^7.1.1", | 1563 | "postcss-svgo": "^7.1.3", |
| 1550 | "postcss-unique-selectors": "^7.0.5" | 1564 | "postcss-unique-selectors": "^7.0.7" |
| 1551 | }, | 1565 | }, |
| 1552 | "engines": { | 1566 | "engines": { |
| 1553 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 1567 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 1554 | }, | 1568 | }, |
| 1555 | "peerDependencies": { | 1569 | "peerDependencies": { |
| 1556 | "postcss": "^8.4.32" | 1570 | "postcss": "^8.5.13" |
| 1557 | } | 1571 | } |
| 1558 | }, | 1572 | }, |
| 1559 | "node_modules/cssnano-utils": { | 1573 | "node_modules/cssnano-utils": { |
| 1560 | "version": "5.0.1", | 1574 | "version": "5.0.3", |
| 1561 | "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.3.tgz", |
| 1562 | "integrity": "sha512-ZIP71eQgG9JwjVZsTPSqhc6GHgEr53uJ7tK5///VfyWj6Xp2DBmixWHqJgPno+PqATzn48pL42ww9x5SSGmhZg==", | 1576 | "integrity": "sha512-ynIREMICLxkxm7e9bCR9sh75s4Q5drICi0ua1yxo5jH2XPBqSKkl4dOh4EbFqtUmnTMhRffHgYL0EKKkMjtJTg==", |
| 1563 | "license": "MIT", | 1577 | "license": "MIT", |
| 1564 | "engines": { | 1578 | "engines": { |
| 1565 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 1579 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 1566 | }, | 1580 | }, |
| 1567 | "peerDependencies": { | 1581 | "peerDependencies": { |
| 1568 | "postcss": "^8.4.32" | 1582 | "postcss": "^8.5.13" |
| 1569 | } | 1583 | } |
| 1570 | }, | 1584 | }, |
| 1571 | "node_modules/csso": { | 1585 | "node_modules/csso": { |
| @@ -1696,13 +1710,13 @@ | |||
| 1696 | "license": "MIT" | 1710 | "license": "MIT" |
| 1697 | }, | 1711 | }, |
| 1698 | "node_modules/enhanced-resolve": { | 1712 | "node_modules/enhanced-resolve": { |
| 1699 | "version": "5.20.0", | 1713 | "version": "5.21.3", |
| 1700 | "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", |
| 1701 | "integrity": "sha512-/ce7+jQ1PQ6rVXwe+jKEg5hW5ciicHwIQUagZkp6IufBoY3YDgdTTY1azVs0qoRgVmvsNB+rbjLJxDAeHHtwsQ==", | 1715 | "integrity": "sha512-QyL119InA+XXEkNLNTPCXPugSvOfhwv0JOlGNzvxs0hZaiHLNvXSpudUWsOlsXGWJh8G6ckCScEkVHfX3kw/2Q==", |
| 1702 | "license": "MIT", | 1716 | "license": "MIT", |
| 1703 | "dependencies": { | 1717 | "dependencies": { |
| 1704 | "graceful-fs": "^4.2.4", | 1718 | "graceful-fs": "^4.2.4", |
| 1705 | "tapable": "^2.3.0" | 1719 | "tapable": "^2.3.3" |
| 1706 | }, | 1720 | }, |
| 1707 | "engines": { | 1721 | "engines": { |
| 1708 | "node": ">=10.13.0" | 1722 | "node": ">=10.13.0" |
| @@ -2397,9 +2411,9 @@ | |||
| 2397 | } | 2411 | } |
| 2398 | }, | 2412 | }, |
| 2399 | "node_modules/postcss": { | 2413 | "node_modules/postcss": { |
| 2400 | "version": "8.5.10", | 2414 | "version": "8.5.14", |
| 2401 | "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.10.tgz", | 2415 | "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.14.tgz", |
| 2402 | "integrity": "sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==", | 2416 | "integrity": "sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==", |
| 2403 | "funding": [ | 2417 | "funding": [ |
| 2404 | { | 2418 | { |
| 2405 | "type": "opencollective", | 2419 | "type": "opencollective", |
| @@ -2469,12 +2483,12 @@ | |||
| 2469 | } | 2483 | } |
| 2470 | }, | 2484 | }, |
| 2471 | "node_modules/postcss-colormin": { | 2485 | "node_modules/postcss-colormin": { |
| 2472 | "version": "7.0.8", | 2486 | "version": "7.0.10", |
| 2473 | "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.10.tgz", |
| 2474 | "integrity": "sha512-VX0JOZx0jECwGK0GZejIKvXIU+80S1zkjet31FVUYPZ4O+IPU3ZlntrPdPKT2HnKRMOkc0wy3m/v+c4UNta02g==", | 2488 | "integrity": "sha512-yFr6JezOolHLta/buLE71VKPh2mXursp4saVe98/ol8ZnEWhL+racShqPKlvd/DKWLre/39B6HhcMXf7RZ3hxg==", |
| 2475 | "license": "MIT", | 2489 | "license": "MIT", |
| 2476 | "dependencies": { | 2490 | "dependencies": { |
| 2477 | "@colordx/core": "^5.0.3", | 2491 | "@colordx/core": "^5.4.3", |
| 2478 | "browserslist": "^4.28.2", | 2492 | "browserslist": "^4.28.2", |
| 2479 | "caniuse-api": "^3.0.0", | 2493 | "caniuse-api": "^3.0.0", |
| 2480 | "postcss-value-parser": "^4.2.0" | 2494 | "postcss-value-parser": "^4.2.0" |
| @@ -2483,13 +2497,13 @@ | |||
| 2483 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2497 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2484 | }, | 2498 | }, |
| 2485 | "peerDependencies": { | 2499 | "peerDependencies": { |
| 2486 | "postcss": "^8.4.32" | 2500 | "postcss": "^8.5.13" |
| 2487 | } | 2501 | } |
| 2488 | }, | 2502 | }, |
| 2489 | "node_modules/postcss-convert-values": { | 2503 | "node_modules/postcss-convert-values": { |
| 2490 | "version": "7.0.10", | 2504 | "version": "7.0.12", |
| 2491 | "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.12.tgz", |
| 2492 | "integrity": "sha512-hVqVH3cDkPyxL4Q0xpCquRAXjJDZ6hbpjC+PNWn8ZgHmNX3RZxLtruC3U2LY9EuNe+tp4QkcsZxg0htokmjydg==", | 2506 | "integrity": "sha512-xurKu5qqk4viR3Cp3p4xBR4KfnZm4w4ys6+UBwBmeuBSNkH7+DtLnYOYnOffgtE4yx8sH9S1VZ6RAAvROXzP2Q==", |
| 2493 | "license": "MIT", | 2507 | "license": "MIT", |
| 2494 | "dependencies": { | 2508 | "dependencies": { |
| 2495 | "browserslist": "^4.28.2", | 2509 | "browserslist": "^4.28.2", |
| @@ -2499,13 +2513,13 @@ | |||
| 2499 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2513 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2500 | }, | 2514 | }, |
| 2501 | "peerDependencies": { | 2515 | "peerDependencies": { |
| 2502 | "postcss": "^8.4.32" | 2516 | "postcss": "^8.5.13" |
| 2503 | } | 2517 | } |
| 2504 | }, | 2518 | }, |
| 2505 | "node_modules/postcss-discard-comments": { | 2519 | "node_modules/postcss-discard-comments": { |
| 2506 | "version": "7.0.6", | 2520 | "version": "7.0.8", |
| 2507 | "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.8.tgz", |
| 2508 | "integrity": "sha512-Sq+Fzj1Eg5/CPf1ERb0wS1Im5cvE2gDXCE+si4HCn1sf+jpQZxDI4DXEp8t77B/ImzDceWE2ebJQFXdqZ6GRJw==", | 2522 | "integrity": "sha512-CvvS5S9WrXblFXCEJ9nVo+4z+eA7zSC7Z88V1HEJuwlQhlFnYTIjg1xJY+BCUiG2bvICap2tXii4mP22BD108Q==", |
| 2509 | "license": "MIT", | 2523 | "license": "MIT", |
| 2510 | "dependencies": { | 2524 | "dependencies": { |
| 2511 | "postcss-selector-parser": "^7.1.1" | 2525 | "postcss-selector-parser": "^7.1.1" |
| @@ -2514,43 +2528,43 @@ | |||
| 2514 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2528 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2515 | }, | 2529 | }, |
| 2516 | "peerDependencies": { | 2530 | "peerDependencies": { |
| 2517 | "postcss": "^8.4.32" | 2531 | "postcss": "^8.5.13" |
| 2518 | } | 2532 | } |
| 2519 | }, | 2533 | }, |
| 2520 | "node_modules/postcss-discard-duplicates": { | 2534 | "node_modules/postcss-discard-duplicates": { |
| 2521 | "version": "7.0.2", | 2535 | "version": "7.0.4", |
| 2522 | "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.4.tgz", |
| 2523 | "integrity": "sha512-eTonaQvPZ/3i1ASDHOKkYwAybiM45zFIc7KXils4mQmHLqIswXD9XNOKEVxtTFnsmwYzF66u4LMgSr0abDlh5w==", | 2537 | "integrity": "sha512-VBNn1+EuMZkeGVVtz0gRfbNGtx9IFgAsAV+E2pHtXPrp4qfGBkhTIiAuE/wrb+Y6Pakg9NewAlfTpYIFAWODtw==", |
| 2524 | "license": "MIT", | 2538 | "license": "MIT", |
| 2525 | "engines": { | 2539 | "engines": { |
| 2526 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2540 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2527 | }, | 2541 | }, |
| 2528 | "peerDependencies": { | 2542 | "peerDependencies": { |
| 2529 | "postcss": "^8.4.32" | 2543 | "postcss": "^8.5.13" |
| 2530 | } | 2544 | } |
| 2531 | }, | 2545 | }, |
| 2532 | "node_modules/postcss-discard-empty": { | 2546 | "node_modules/postcss-discard-empty": { |
| 2533 | "version": "7.0.1", | 2547 | "version": "7.0.3", |
| 2534 | "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.3.tgz", |
| 2535 | "integrity": "sha512-cFrJKZvcg/uxB6Ijr4l6qmn3pXQBna9zyrPC+sK0zjbkDUZew+6xDltSF7OeB7rAtzaaMVYSdbod+sZOCWnMOg==", | 2549 | "integrity": "sha512-M2pyjQCU+/7cMHVtL6bKTHjv0lZnPLMpicgr67Dlth7AbuV9gjVTtUqaRwn6Pp6BwSDspUzhz8SaUrRykJU5Dw==", |
| 2536 | "license": "MIT", | 2550 | "license": "MIT", |
| 2537 | "engines": { | 2551 | "engines": { |
| 2538 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2552 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2539 | }, | 2553 | }, |
| 2540 | "peerDependencies": { | 2554 | "peerDependencies": { |
| 2541 | "postcss": "^8.4.32" | 2555 | "postcss": "^8.5.13" |
| 2542 | } | 2556 | } |
| 2543 | }, | 2557 | }, |
| 2544 | "node_modules/postcss-discard-overridden": { | 2558 | "node_modules/postcss-discard-overridden": { |
| 2545 | "version": "7.0.1", | 2559 | "version": "7.0.3", |
| 2546 | "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.3.tgz", |
| 2547 | "integrity": "sha512-7c3MMjjSZ/qYrx3uc1940GSOzN1Iqjtlqe8uoSg+qdVPYyRb0TILSqqmtlSFuE4mTDECwsm397Ya7iXGzfF7lg==", | 2561 | "integrity": "sha512-aNovXo9UsZuRNLzHJtp13lHIvinDPfiXBPePpXkSjCbgp++iU2FqE+YxvjIsg6EdyPZsASFbfu+JcBFVsErXIQ==", |
| 2548 | "license": "MIT", | 2562 | "license": "MIT", |
| 2549 | "engines": { | 2563 | "engines": { |
| 2550 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2564 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2551 | }, | 2565 | }, |
| 2552 | "peerDependencies": { | 2566 | "peerDependencies": { |
| 2553 | "postcss": "^8.4.32" | 2567 | "postcss": "^8.5.13" |
| 2554 | } | 2568 | } |
| 2555 | }, | 2569 | }, |
| 2556 | "node_modules/postcss-load-config": { | 2570 | "node_modules/postcss-load-config": { |
| @@ -2593,43 +2607,43 @@ | |||
| 2593 | } | 2607 | } |
| 2594 | }, | 2608 | }, |
| 2595 | "node_modules/postcss-merge-longhand": { | 2609 | "node_modules/postcss-merge-longhand": { |
| 2596 | "version": "7.0.5", | 2610 | "version": "7.0.7", |
| 2597 | "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.7.tgz", |
| 2598 | "integrity": "sha512-Kpu5v4Ys6QI59FxmxtNB/iHUVDn9Y9sYw66D6+SZoIk4QTz1prC4aYkhIESu+ieG1iylod1f8MILMs1Em3mmIw==", | 2612 | "integrity": "sha512-b3mfYUxR388u5Pt0HPcVIUtUDn/k15UfTY9M+ORW+meCR6JLNxoZffiYvXyOYQoRYQNZyX/UFkMCM/mNHxe1qA==", |
| 2599 | "license": "MIT", | 2613 | "license": "MIT", |
| 2600 | "dependencies": { | 2614 | "dependencies": { |
| 2601 | "postcss-value-parser": "^4.2.0", | 2615 | "postcss-value-parser": "^4.2.0", |
| 2602 | "stylehacks": "^7.0.5" | 2616 | "stylehacks": "^7.0.11" |
| 2603 | }, | 2617 | }, |
| 2604 | "engines": { | 2618 | "engines": { |
| 2605 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2619 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2606 | }, | 2620 | }, |
| 2607 | "peerDependencies": { | 2621 | "peerDependencies": { |
| 2608 | "postcss": "^8.4.32" | 2622 | "postcss": "^8.5.13" |
| 2609 | } | 2623 | } |
| 2610 | }, | 2624 | }, |
| 2611 | "node_modules/postcss-merge-rules": { | 2625 | "node_modules/postcss-merge-rules": { |
| 2612 | "version": "7.0.9", | 2626 | "version": "7.0.11", |
| 2613 | "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.11.tgz", |
| 2614 | "integrity": "sha512-XKMXkHAegyLeIymVylg1Ro4NNHITInHPvmvybsIUximYfsg5fRw2b5TeqLTQwwg5cXEDVa556AAxvMve1MJuJA==", | 2628 | "integrity": "sha512-SJUPM18g2BmPhf8BVlbwqWz4aK3pLu6u6xjfwEzra7xL6IBR10sUaiB++EzqcVfadPHrKBSMlNdP+XieykhI+Q==", |
| 2615 | "license": "MIT", | 2629 | "license": "MIT", |
| 2616 | "dependencies": { | 2630 | "dependencies": { |
| 2617 | "browserslist": "^4.28.2", | 2631 | "browserslist": "^4.28.2", |
| 2618 | "caniuse-api": "^3.0.0", | 2632 | "caniuse-api": "^3.0.0", |
| 2619 | "cssnano-utils": "^5.0.1", | 2633 | "cssnano-utils": "^5.0.3", |
| 2620 | "postcss-selector-parser": "^7.1.1" | 2634 | "postcss-selector-parser": "^7.1.1" |
| 2621 | }, | 2635 | }, |
| 2622 | "engines": { | 2636 | "engines": { |
| 2623 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2637 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2624 | }, | 2638 | }, |
| 2625 | "peerDependencies": { | 2639 | "peerDependencies": { |
| 2626 | "postcss": "^8.4.32" | 2640 | "postcss": "^8.5.13" |
| 2627 | } | 2641 | } |
| 2628 | }, | 2642 | }, |
| 2629 | "node_modules/postcss-minify-font-values": { | 2643 | "node_modules/postcss-minify-font-values": { |
| 2630 | "version": "7.0.1", | 2644 | "version": "7.0.3", |
| 2631 | "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.3.tgz", |
| 2632 | "integrity": "sha512-2m1uiuJeTplll+tq4ENOQSzB8LRnSUChBv7oSyFLsJRtUgAAJGP6LLz0/8lkinTgxrmJSPOEhgY1bMXOQ4ZXhQ==", | 2646 | "integrity": "sha512-yilG/VOaNI74IylQvAQQxm3/wZVBkXyYUqNUAdxqwtbWUXPsbK1q8Ms0mL83v+f8YicgcyfYCRZtWACUdYajpA==", |
| 2633 | "license": "MIT", | 2647 | "license": "MIT", |
| 2634 | "dependencies": { | 2648 | "dependencies": { |
| 2635 | "postcss-value-parser": "^4.2.0" | 2649 | "postcss-value-parser": "^4.2.0" |
| @@ -2638,49 +2652,51 @@ | |||
| 2638 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2652 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2639 | }, | 2653 | }, |
| 2640 | "peerDependencies": { | 2654 | "peerDependencies": { |
| 2641 | "postcss": "^8.4.32" | 2655 | "postcss": "^8.5.13" |
| 2642 | } | 2656 | } |
| 2643 | }, | 2657 | }, |
| 2644 | "node_modules/postcss-minify-gradients": { | 2658 | "node_modules/postcss-minify-gradients": { |
| 2645 | "version": "7.0.3", | 2659 | "version": "7.0.5", |
| 2646 | "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.5.tgz", |
| 2647 | "integrity": "sha512-2znRFq3Pg+Zo0ttzQxO7qIJdY2er1TOZbclHW2qMqBcHMmz+i6nn3roAyG3kuEDQTzbzd3gn24TAIifEfth1PQ==", | 2661 | "integrity": "sha512-YraROyQRg3BI1+Hg8E05B/JPdnTm8EDSVu4P2BxdM+CRiOyfmou809+chGIqo6fQqwjPGQ947nbGncSjmTU1WQ==", |
| 2648 | "license": "MIT", | 2662 | "license": "MIT", |
| 2649 | "dependencies": { | 2663 | "dependencies": { |
| 2650 | "@colordx/core": "^5.0.3", | 2664 | "@colordx/core": "^5.4.3", |
| 2651 | "cssnano-utils": "^5.0.1", | 2665 | "cssnano-utils": "^5.0.3", |
| 2652 | "postcss-value-parser": "^4.2.0" | 2666 | "postcss-value-parser": "^4.2.0" |
| 2653 | }, | 2667 | }, |
| 2654 | "engines": { | 2668 | "engines": { |
| 2655 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2669 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2656 | }, | 2670 | }, |
| 2657 | "peerDependencies": { | 2671 | "peerDependencies": { |
| 2658 | "postcss": "^8.4.32" | 2672 | "postcss": "^8.5.13" |
| 2659 | } | 2673 | } |
| 2660 | }, | 2674 | }, |
| 2661 | "node_modules/postcss-minify-params": { | 2675 | "node_modules/postcss-minify-params": { |
| 2662 | "version": "7.0.7", | 2676 | "version": "7.0.9", |
| 2663 | "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.9.tgz", |
| 2664 | "integrity": "sha512-OPmvW/9sjPEPQYnS2Sh6jvMW54wqk1IjjEMB8k/7V8SUIie71yMy3HQ9+w/ZHoL1YvgDGBQ/mCxP3n0Y/RxgqA==", | 2678 | "integrity": "sha512-R8itbB8BhlpoYyBm1ou0dD+vJnQ3F6adQipR4UnkCHUwlo+S9WXJaDRg1RHjC8YVAtIdrQzSWvJl40HnGDTKjA==", |
| 2665 | "license": "MIT", | 2679 | "license": "MIT", |
| 2666 | "dependencies": { | 2680 | "dependencies": { |
| 2667 | "browserslist": "^4.28.2", | 2681 | "browserslist": "^4.28.2", |
| 2668 | "cssnano-utils": "^5.0.1", | 2682 | "cssnano-utils": "^5.0.3", |
| 2669 | "postcss-value-parser": "^4.2.0" | 2683 | "postcss-value-parser": "^4.2.0" |
| 2670 | }, | 2684 | }, |
| 2671 | "engines": { | 2685 | "engines": { |
| 2672 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2686 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2673 | }, | 2687 | }, |
| 2674 | "peerDependencies": { | 2688 | "peerDependencies": { |
| 2675 | "postcss": "^8.4.32" | 2689 | "postcss": "^8.5.13" |
| 2676 | } | 2690 | } |
| 2677 | }, | 2691 | }, |
| 2678 | "node_modules/postcss-minify-selectors": { | 2692 | "node_modules/postcss-minify-selectors": { |
| 2679 | "version": "7.0.6", | 2693 | "version": "7.1.2", |
| 2680 | "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.2.tgz", |
| 2681 | "integrity": "sha512-lIbC0jy3AAwDxEgciZlBullDiMBeBCT+fz5G8RcA9MWqh/hfUkpOI3vNDUNEZHgokaoiv0juB9Y8fGcON7rU/A==", | 2695 | "integrity": "sha512-aQtrEWKwqafNlExcKHQvPGsXR2+vlUqqJtf5XsCQcgsSb5PL4wlujWBYDJuWsP4UnQX1YHDHU8qRlD+1PzTQ+Q==", |
| 2682 | "license": "MIT", | 2696 | "license": "MIT", |
| 2683 | "dependencies": { | 2697 | "dependencies": { |
| 2698 | "browserslist": "^4.28.1", | ||
| 2699 | "caniuse-api": "^3.0.0", | ||
| 2684 | "cssesc": "^3.0.0", | 2700 | "cssesc": "^3.0.0", |
| 2685 | "postcss-selector-parser": "^7.1.1" | 2701 | "postcss-selector-parser": "^7.1.1" |
| 2686 | }, | 2702 | }, |
| @@ -2688,25 +2704,25 @@ | |||
| 2688 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2704 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2689 | }, | 2705 | }, |
| 2690 | "peerDependencies": { | 2706 | "peerDependencies": { |
| 2691 | "postcss": "^8.4.32" | 2707 | "postcss": "^8.5.13" |
| 2692 | } | 2708 | } |
| 2693 | }, | 2709 | }, |
| 2694 | "node_modules/postcss-normalize-charset": { | 2710 | "node_modules/postcss-normalize-charset": { |
| 2695 | "version": "7.0.1", | 2711 | "version": "7.0.3", |
| 2696 | "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.3.tgz", |
| 2697 | "integrity": "sha512-sn413ofhSQHlZFae//m9FTOfkmiZ+YQXsbosqOWRiVQncU2BA3daX3n0VF3cG6rGLSFVc5Di/yns0dFfh8NFgQ==", | 2713 | "integrity": "sha512-NoBfZu8PR4c2NlmjvrqQTzCzLY79hwcSRgNQ3ZiNK0ABzf9kYKloE/jNj+/8GQY1wsm8pRRgANk6ydLH8cwo0Q==", |
| 2698 | "license": "MIT", | 2714 | "license": "MIT", |
| 2699 | "engines": { | 2715 | "engines": { |
| 2700 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2716 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2701 | }, | 2717 | }, |
| 2702 | "peerDependencies": { | 2718 | "peerDependencies": { |
| 2703 | "postcss": "^8.4.32" | 2719 | "postcss": "^8.5.13" |
| 2704 | } | 2720 | } |
| 2705 | }, | 2721 | }, |
| 2706 | "node_modules/postcss-normalize-display-values": { | 2722 | "node_modules/postcss-normalize-display-values": { |
| 2707 | "version": "7.0.1", | 2723 | "version": "7.0.3", |
| 2708 | "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.3.tgz", |
| 2709 | "integrity": "sha512-E5nnB26XjSYz/mGITm6JgiDpAbVuAkzXwLzRZtts19jHDUBFxZ0BkXAehy0uimrOjYJbocby4FVswA/5noOxrQ==", | 2725 | "integrity": "sha512-ldsCX0QIt05pKIOobZtVQ48wXJecr+czw4+e1/YjVhLMqslShgpVxgPtI2CefURR8oyVoYaU/l829MMwExDMLw==", |
| 2710 | "license": "MIT", | 2726 | "license": "MIT", |
| 2711 | "dependencies": { | 2727 | "dependencies": { |
| 2712 | "postcss-value-parser": "^4.2.0" | 2728 | "postcss-value-parser": "^4.2.0" |
| @@ -2715,13 +2731,13 @@ | |||
| 2715 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2731 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2716 | }, | 2732 | }, |
| 2717 | "peerDependencies": { | 2733 | "peerDependencies": { |
| 2718 | "postcss": "^8.4.32" | 2734 | "postcss": "^8.5.13" |
| 2719 | } | 2735 | } |
| 2720 | }, | 2736 | }, |
| 2721 | "node_modules/postcss-normalize-positions": { | 2737 | "node_modules/postcss-normalize-positions": { |
| 2722 | "version": "7.0.1", | 2738 | "version": "7.0.4", |
| 2723 | "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.4.tgz", |
| 2724 | "integrity": "sha512-pB/SzrIP2l50ZIYu+yQZyMNmnAcwyYb9R1fVWPRxm4zcUFCY2ign7rcntGFuMXDdd9L2pPNUgoODDk91PzRZuQ==", | 2740 | "integrity": "sha512-VEvlpeGd3Ju1Hqa/oN4jaP3+ms4laYwkEL9N9u+B6k54PZjXbW1n6wI+aVprf1BQXlCYpS5+1pl/7/vHiKgARg==", |
| 2725 | "license": "MIT", | 2741 | "license": "MIT", |
| 2726 | "dependencies": { | 2742 | "dependencies": { |
| 2727 | "postcss-value-parser": "^4.2.0" | 2743 | "postcss-value-parser": "^4.2.0" |
| @@ -2730,13 +2746,13 @@ | |||
| 2730 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2746 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2731 | }, | 2747 | }, |
| 2732 | "peerDependencies": { | 2748 | "peerDependencies": { |
| 2733 | "postcss": "^8.4.32" | 2749 | "postcss": "^8.5.13" |
| 2734 | } | 2750 | } |
| 2735 | }, | 2751 | }, |
| 2736 | "node_modules/postcss-normalize-repeat-style": { | 2752 | "node_modules/postcss-normalize-repeat-style": { |
| 2737 | "version": "7.0.1", | 2753 | "version": "7.0.4", |
| 2738 | "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.4.tgz", |
| 2739 | "integrity": "sha512-NsSQJ8zj8TIDiF0ig44Byo3Jk9e4gNt9x2VIlJudnQQ5DhWAHJPF4Tr1ITwyHio2BUi/I6Iv0HRO7beHYOloYQ==", | 2755 | "integrity": "sha512-6mPKlY/8cSaDHxX502wERADarJsccwlky6yIrOapHH2ZgfoKAV94SbiTKfKEs4EEpdazuc3J72WsqeYk7hp9+Q==", |
| 2740 | "license": "MIT", | 2756 | "license": "MIT", |
| 2741 | "dependencies": { | 2757 | "dependencies": { |
| 2742 | "postcss-value-parser": "^4.2.0" | 2758 | "postcss-value-parser": "^4.2.0" |
| @@ -2745,13 +2761,13 @@ | |||
| 2745 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2761 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2746 | }, | 2762 | }, |
| 2747 | "peerDependencies": { | 2763 | "peerDependencies": { |
| 2748 | "postcss": "^8.4.32" | 2764 | "postcss": "^8.5.13" |
| 2749 | } | 2765 | } |
| 2750 | }, | 2766 | }, |
| 2751 | "node_modules/postcss-normalize-string": { | 2767 | "node_modules/postcss-normalize-string": { |
| 2752 | "version": "7.0.1", | 2768 | "version": "7.0.3", |
| 2753 | "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.3.tgz", |
| 2754 | "integrity": "sha512-QByrI7hAhsoze992kpbMlJSbZ8FuCEc1OT9EFbZ6HldXNpsdpZr+YXC5di3UEv0+jeZlHbZcoCADgb7a+lPmmQ==", | 2770 | "integrity": "sha512-HnEQPUchi1eznmDKEYrKUTqrprEq97SrpUYClgUkv7V2zRODD9DFoUsYU+m9ZOetmD5ku7fEMZB/lwy8IT6xVQ==", |
| 2755 | "license": "MIT", | 2771 | "license": "MIT", |
| 2756 | "dependencies": { | 2772 | "dependencies": { |
| 2757 | "postcss-value-parser": "^4.2.0" | 2773 | "postcss-value-parser": "^4.2.0" |
| @@ -2760,13 +2776,13 @@ | |||
| 2760 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2776 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2761 | }, | 2777 | }, |
| 2762 | "peerDependencies": { | 2778 | "peerDependencies": { |
| 2763 | "postcss": "^8.4.32" | 2779 | "postcss": "^8.5.13" |
| 2764 | } | 2780 | } |
| 2765 | }, | 2781 | }, |
| 2766 | "node_modules/postcss-normalize-timing-functions": { | 2782 | "node_modules/postcss-normalize-timing-functions": { |
| 2767 | "version": "7.0.1", | 2783 | "version": "7.0.3", |
| 2768 | "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.3.tgz", |
| 2769 | "integrity": "sha512-bHifyuuSNdKKsnNJ0s8fmfLMlvsQwYVxIoUBnowIVl2ZAdrkYQNGVB4RxjfpvkMjipqvbz0u7feBZybkl/6NJg==", | 2785 | "integrity": "sha512-zmEzHdvpZBZu0OKlbJSfgASQvaayyAoVuWtvyr34IJ/LyS+DaOKvvR3EvFJ9RWWtNIx+CMvO125OVophaxNYew==", |
| 2770 | "license": "MIT", | 2786 | "license": "MIT", |
| 2771 | "dependencies": { | 2787 | "dependencies": { |
| 2772 | "postcss-value-parser": "^4.2.0" | 2788 | "postcss-value-parser": "^4.2.0" |
| @@ -2775,13 +2791,13 @@ | |||
| 2775 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2791 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2776 | }, | 2792 | }, |
| 2777 | "peerDependencies": { | 2793 | "peerDependencies": { |
| 2778 | "postcss": "^8.4.32" | 2794 | "postcss": "^8.5.13" |
| 2779 | } | 2795 | } |
| 2780 | }, | 2796 | }, |
| 2781 | "node_modules/postcss-normalize-unicode": { | 2797 | "node_modules/postcss-normalize-unicode": { |
| 2782 | "version": "7.0.7", | 2798 | "version": "7.0.9", |
| 2783 | "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.9.tgz", |
| 2784 | "integrity": "sha512-Kfm0mC3gTnOC+SsLgxQqNEZStRxJgBaYrMpBe9fDVB0/MjC1G++FAeDW2YxYc5Mbvav12/7mOBSOTW7HK9Knwg==", | 2800 | "integrity": "sha512-DRAdWfeh/TjmhLJsw91vdiWCnUod9iwvM7xyS02/nF/sLsCR3A8l3pztrSUrWG8DSBqfX7yEk9FM0USaVJ2mSg==", |
| 2785 | "license": "MIT", | 2801 | "license": "MIT", |
| 2786 | "dependencies": { | 2802 | "dependencies": { |
| 2787 | "browserslist": "^4.28.2", | 2803 | "browserslist": "^4.28.2", |
| @@ -2791,13 +2807,13 @@ | |||
| 2791 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2807 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2792 | }, | 2808 | }, |
| 2793 | "peerDependencies": { | 2809 | "peerDependencies": { |
| 2794 | "postcss": "^8.4.32" | 2810 | "postcss": "^8.5.13" |
| 2795 | } | 2811 | } |
| 2796 | }, | 2812 | }, |
| 2797 | "node_modules/postcss-normalize-url": { | 2813 | "node_modules/postcss-normalize-url": { |
| 2798 | "version": "7.0.1", | 2814 | "version": "7.0.3", |
| 2799 | "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.3.tgz", |
| 2800 | "integrity": "sha512-sUcD2cWtyK1AOL/82Fwy1aIVm/wwj5SdZkgZ3QiUzSzQQofrbq15jWJ3BA7Z+yVRwamCjJgZJN0I9IS7c6tgeQ==", | 2816 | "integrity": "sha512-CL93wmloq5qsffmFv+bw24MIRbmhHrp53qoh1LDAb/5TtjWEXI/np4xcP/Gw9oWCb2XyWnqHYLDUwiKRoJBA1Q==", |
| 2801 | "license": "MIT", | 2817 | "license": "MIT", |
| 2802 | "dependencies": { | 2818 | "dependencies": { |
| 2803 | "postcss-value-parser": "^4.2.0" | 2819 | "postcss-value-parser": "^4.2.0" |
| @@ -2806,13 +2822,13 @@ | |||
| 2806 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2822 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2807 | }, | 2823 | }, |
| 2808 | "peerDependencies": { | 2824 | "peerDependencies": { |
| 2809 | "postcss": "^8.4.32" | 2825 | "postcss": "^8.5.13" |
| 2810 | } | 2826 | } |
| 2811 | }, | 2827 | }, |
| 2812 | "node_modules/postcss-normalize-whitespace": { | 2828 | "node_modules/postcss-normalize-whitespace": { |
| 2813 | "version": "7.0.1", | 2829 | "version": "7.0.3", |
| 2814 | "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.3.tgz", |
| 2815 | "integrity": "sha512-vsbgFHMFQrJBJKrUFJNZ2pgBeBkC2IvvoHjz1to0/0Xk7sII24T0qFOiJzG6Fu3zJoq/0yI4rKWi7WhApW+EFA==", | 2831 | "integrity": "sha512-FdHjjn+Ht5Z2ZRjNOmeCbNq6lq09sUYKpmlF/Aq0XjVNSLTL6fmHlA/3swN2wP2caY9GV/tjSDcIIyS7aN7W0A==", |
| 2816 | "license": "MIT", | 2832 | "license": "MIT", |
| 2817 | "dependencies": { | 2833 | "dependencies": { |
| 2818 | "postcss-value-parser": "^4.2.0" | 2834 | "postcss-value-parser": "^4.2.0" |
| @@ -2821,29 +2837,29 @@ | |||
| 2821 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2837 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2822 | }, | 2838 | }, |
| 2823 | "peerDependencies": { | 2839 | "peerDependencies": { |
| 2824 | "postcss": "^8.4.32" | 2840 | "postcss": "^8.5.13" |
| 2825 | } | 2841 | } |
| 2826 | }, | 2842 | }, |
| 2827 | "node_modules/postcss-ordered-values": { | 2843 | "node_modules/postcss-ordered-values": { |
| 2828 | "version": "7.0.2", | 2844 | "version": "7.0.4", |
| 2829 | "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.4.tgz", |
| 2830 | "integrity": "sha512-AMJjt1ECBffF7CEON/Y0rekRLS6KsePU6PRP08UqYW4UGFRnTXNrByUzYK1h8AC7UWTZdQ9O3Oq9kFIhm0SFEw==", | 2846 | "integrity": "sha512-nubSi49hDHQk4E8KIj+IbLY8Bg+8OcSUEhgyolgM+atnOvXjV7EjaR6bac4YGZoFyPa9mWoAF3EaYbWdFkKqVg==", |
| 2831 | "license": "MIT", | 2847 | "license": "MIT", |
| 2832 | "dependencies": { | 2848 | "dependencies": { |
| 2833 | "cssnano-utils": "^5.0.1", | 2849 | "cssnano-utils": "^5.0.3", |
| 2834 | "postcss-value-parser": "^4.2.0" | 2850 | "postcss-value-parser": "^4.2.0" |
| 2835 | }, | 2851 | }, |
| 2836 | "engines": { | 2852 | "engines": { |
| 2837 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2853 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2838 | }, | 2854 | }, |
| 2839 | "peerDependencies": { | 2855 | "peerDependencies": { |
| 2840 | "postcss": "^8.4.32" | 2856 | "postcss": "^8.5.13" |
| 2841 | } | 2857 | } |
| 2842 | }, | 2858 | }, |
| 2843 | "node_modules/postcss-reduce-initial": { | 2859 | "node_modules/postcss-reduce-initial": { |
| 2844 | "version": "7.0.7", | 2860 | "version": "7.0.9", |
| 2845 | "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.9.tgz", |
| 2846 | "integrity": "sha512-evetDQPqkgrzHoP8g3HjE3KgH0j2W0je2Vt1pfTaO2KvmjulStxGC2IGeI2y0pdLi6ryEGc4nD08zpDRP9ge8w==", | 2862 | "integrity": "sha512-ztTNPdIxXTxtBcG03E9u8v44M4ElXbMIRT7pf2onlquGula0Y83nKKxqM22FA/hMgkfCjN7ohevkVlaNwI8iOQ==", |
| 2847 | "license": "MIT", | 2863 | "license": "MIT", |
| 2848 | "dependencies": { | 2864 | "dependencies": { |
| 2849 | "browserslist": "^4.28.2", | 2865 | "browserslist": "^4.28.2", |
| @@ -2853,13 +2869,13 @@ | |||
| 2853 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2869 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2854 | }, | 2870 | }, |
| 2855 | "peerDependencies": { | 2871 | "peerDependencies": { |
| 2856 | "postcss": "^8.4.32" | 2872 | "postcss": "^8.5.13" |
| 2857 | } | 2873 | } |
| 2858 | }, | 2874 | }, |
| 2859 | "node_modules/postcss-reduce-transforms": { | 2875 | "node_modules/postcss-reduce-transforms": { |
| 2860 | "version": "7.0.1", | 2876 | "version": "7.0.3", |
| 2861 | "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.3.tgz", |
| 2862 | "integrity": "sha512-MhyEbfrm+Mlp/36hvZ9mT9DaO7dbncU0CvWI8V93LRkY6IYlu38OPg3FObnuKTUxJ4qA8HpurdQOo5CyqqO76g==", | 2878 | "integrity": "sha512-FXsnN9ZwcZTT8Yf8cAHA8qIGUXcX6WfLd9JoYhrdDfmvsVhhfqkkv7m4AC3rwFOfz+GzkUa87OCKF9dUcicd+g==", |
| 2863 | "license": "MIT", | 2879 | "license": "MIT", |
| 2864 | "dependencies": { | 2880 | "dependencies": { |
| 2865 | "postcss-value-parser": "^4.2.0" | 2881 | "postcss-value-parser": "^4.2.0" |
| @@ -2868,7 +2884,7 @@ | |||
| 2868 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2884 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2869 | }, | 2885 | }, |
| 2870 | "peerDependencies": { | 2886 | "peerDependencies": { |
| 2871 | "postcss": "^8.4.32" | 2887 | "postcss": "^8.5.13" |
| 2872 | } | 2888 | } |
| 2873 | }, | 2889 | }, |
| 2874 | "node_modules/postcss-reporter": { | 2890 | "node_modules/postcss-reporter": { |
| @@ -2911,9 +2927,9 @@ | |||
| 2911 | } | 2927 | } |
| 2912 | }, | 2928 | }, |
| 2913 | "node_modules/postcss-svgo": { | 2929 | "node_modules/postcss-svgo": { |
| 2914 | "version": "7.1.1", | 2930 | "version": "7.1.3", |
| 2915 | "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.3.tgz", |
| 2916 | "integrity": "sha512-zU9H9oEDrUFKa0JB7w+IYL7Qs9ey1mZyjhbf0KLxwJDdDRtoPvCmaEfknzqfHj44QS9VD6c5sJnBAVYTLRg/Sg==", | 2932 | "integrity": "sha512-2QfoFOYMcj8lwcVEf9WeTlkVIAm7u2QvOEhMzkQU3KUhhGX/l8hVV9EtjMv4iq3E9iI3OeeMN0YoMLbGusuigw==", |
| 2917 | "license": "MIT", | 2933 | "license": "MIT", |
| 2918 | "dependencies": { | 2934 | "dependencies": { |
| 2919 | "postcss-value-parser": "^4.2.0", | 2935 | "postcss-value-parser": "^4.2.0", |
| @@ -2923,13 +2939,13 @@ | |||
| 2923 | "node": "^18.12.0 || ^20.9.0 || >= 18" | 2939 | "node": "^18.12.0 || ^20.9.0 || >= 18" |
| 2924 | }, | 2940 | }, |
| 2925 | "peerDependencies": { | 2941 | "peerDependencies": { |
| 2926 | "postcss": "^8.4.32" | 2942 | "postcss": "^8.5.13" |
| 2927 | } | 2943 | } |
| 2928 | }, | 2944 | }, |
| 2929 | "node_modules/postcss-unique-selectors": { | 2945 | "node_modules/postcss-unique-selectors": { |
| 2930 | "version": "7.0.5", | 2946 | "version": "7.0.7", |
| 2931 | "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.7.tgz", |
| 2932 | "integrity": "sha512-3QoYmEt4qg/rUWDn6Tc8+ZVPmbp4G1hXDtCNWDx0st8SjtCbRcxRXDDM1QrEiXGG3A45zscSJFb4QH90LViyxg==", | 2948 | "integrity": "sha512-d+sCkaRnSefghOUdH8CMJZV9yUQhj2ojpe8Nw/lA+LV1UOfeleGkLTl6XdCFFSai9UJ+DJPb69FFuqthXYsY8w==", |
| 2933 | "license": "MIT", | 2949 | "license": "MIT", |
| 2934 | "dependencies": { | 2950 | "dependencies": { |
| 2935 | "postcss-selector-parser": "^7.1.1" | 2951 | "postcss-selector-parser": "^7.1.1" |
| @@ -2938,7 +2954,7 @@ | |||
| 2938 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2954 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2939 | }, | 2955 | }, |
| 2940 | "peerDependencies": { | 2956 | "peerDependencies": { |
| 2941 | "postcss": "^8.4.32" | 2957 | "postcss": "^8.5.13" |
| 2942 | } | 2958 | } |
| 2943 | }, | 2959 | }, |
| 2944 | "node_modules/postcss-value-parser": { | 2960 | "node_modules/postcss-value-parser": { |
| @@ -3015,9 +3031,9 @@ | |||
| 3015 | } | 3031 | } |
| 3016 | }, | 3032 | }, |
| 3017 | "node_modules/sax": { | 3033 | "node_modules/sax": { |
| 3018 | "version": "1.5.0", | 3034 | "version": "1.6.0", |
| 3019 | "resolved": "https://registry.npmjs.org/sax/-/sax-1.5.0.tgz", | 3035 | "resolved": "https://registry.npmjs.org/sax/-/sax-1.6.0.tgz", |
| 3020 | "integrity": "sha512-21IYA3Q5cQf089Z6tgaUTr7lDAyzoTPx5HRtbhsME8Udispad8dC/+sziTNugOEx54ilvatQ9YCzl4KQLPcRHA==", | 3036 | "integrity": "sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==", |
| 3021 | "license": "BlueOak-1.0.0", | 3037 | "license": "BlueOak-1.0.0", |
| 3022 | "engines": { | 3038 | "engines": { |
| 3023 | "node": ">=11.0.0" | 3039 | "node": ">=11.0.0" |
| @@ -3174,19 +3190,19 @@ | |||
| 3174 | } | 3190 | } |
| 3175 | }, | 3191 | }, |
| 3176 | "node_modules/stylehacks": { | 3192 | "node_modules/stylehacks": { |
| 3177 | "version": "7.0.5", | 3193 | "version": "7.0.11", |
| 3178 | "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-7.0.5.tgz", | 3194 | "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-7.0.11.tgz", |
| 3179 | "integrity": "sha512-5kNb7V37BNf0Q3w+1pxfa+oiNPS++/b4Jil9e/kPDgrk1zjEd6uR7SZeJiYaLYH6RRSC1XX2/37OTeU/4FvuIA==", | 3195 | "integrity": "sha512-iODNfhXVLqc5LADs+Y6Oh5wJuK5ZcHbVng8aiK3y9pjMQdc5hLrBW0eFU6FtnpNrE6PoEg/MmFTU4waotj5WNg==", |
| 3180 | "license": "MIT", | 3196 | "license": "MIT", |
| 3181 | "dependencies": { | 3197 | "dependencies": { |
| 3182 | "browserslist": "^4.24.5", | 3198 | "browserslist": "^4.28.2", |
| 3183 | "postcss-selector-parser": "^7.1.0" | 3199 | "postcss-selector-parser": "^7.1.1" |
| 3184 | }, | 3200 | }, |
| 3185 | "engines": { | 3201 | "engines": { |
| 3186 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 3202 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 3187 | }, | 3203 | }, |
| 3188 | "peerDependencies": { | 3204 | "peerDependencies": { |
| 3189 | "postcss": "^8.4.32" | 3205 | "postcss": "^8.5.13" |
| 3190 | } | 3206 | } |
| 3191 | }, | 3207 | }, |
| 3192 | "node_modules/svgo": { | 3208 | "node_modules/svgo": { |
| @@ -3224,15 +3240,15 @@ | |||
| 3224 | } | 3240 | } |
| 3225 | }, | 3241 | }, |
| 3226 | "node_modules/tailwindcss": { | 3242 | "node_modules/tailwindcss": { |
| 3227 | "version": "4.2.2", | 3243 | "version": "4.2.4", |
| 3228 | "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.2.tgz", | 3244 | "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.4.tgz", |
| 3229 | "integrity": "sha512-KWBIxs1Xb6NoLdMVqhbhgwZf2PGBpPEiwOqgI4pFIYbNTfBXiKYyWoTsXgBQ9WFg/OlhnvHaY+AEpW7wSmFo2Q==", | 3245 | "integrity": "sha512-HhKppgO81FQof5m6TEnuBWCZGgfRAWbaeOaGT00KOy/Pf/j6oUihdvBpA7ltCeAvZpFhW3j0PTclkxsd4IXYDA==", |
| 3230 | "license": "MIT" | 3246 | "license": "MIT" |
| 3231 | }, | 3247 | }, |
| 3232 | "node_modules/tapable": { | 3248 | "node_modules/tapable": { |
| 3233 | "version": "2.3.0", | 3249 | "version": "2.3.3", |
| 3234 | "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz", | 3250 | "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.3.tgz", |
| 3235 | "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==", | 3251 | "integrity": "sha512-uxc/zpqFg6x7C8vOE7lh6Lbda8eEL9zmVm/PLeTPBRhh1xCgdWaQ+J1CUieGpIfm2HdtsUpRv+HshiasBMcc6A==", |
| 3236 | "license": "MIT", | 3252 | "license": "MIT", |
| 3237 | "engines": { | 3253 | "engines": { |
| 3238 | "node": ">=6" | 3254 | "node": ">=6" |
