diff options
Diffstat (limited to '')
| -rw-r--r-- | package-lock.json | 803 | ||||
| -rw-r--r-- | requirements-test.txt | 4 |
2 files changed, 251 insertions, 556 deletions
diff --git a/package-lock.json b/package-lock.json index af19505..273f67c 100644 --- a/package-lock.json +++ b/package-lock.json | |||
| @@ -32,9 +32,9 @@ | |||
| 32 | } | 32 | } |
| 33 | }, | 33 | }, |
| 34 | "node_modules/@colordx/core": { | 34 | "node_modules/@colordx/core": { |
| 35 | "version": "5.0.3", | 35 | "version": "5.4.1", |
| 36 | "resolved": "https://registry.npmjs.org/@colordx/core/-/core-5.0.3.tgz", | 36 | "resolved": "https://registry.npmjs.org/@colordx/core/-/core-5.4.1.tgz", |
| 37 | "integrity": "sha512-xBQ0MYRTNNxW3mS2sJtlQTT7C3Sasqgh1/PsHva7fyDb5uqYY+gv9V0utDdX8X80mqzbGz3u/IDJdn2d/uW09g==", | 37 | "integrity": "sha512-J6wPkrci9gao7mABevY/12hOZsyVrgaTUPE92rfH2AVW4ZuRZi1wD3lgqGWBGSvAjE24HSGBp4UoKvbYPlCLCA==", |
| 38 | "license": "MIT" | 38 | "license": "MIT" |
| 39 | }, | 39 | }, |
| 40 | "node_modules/@fullhuman/postcss-purgecss": { | 40 | "node_modules/@fullhuman/postcss-purgecss": { |
| @@ -430,27 +430,27 @@ | |||
| 430 | } | 430 | } |
| 431 | }, | 431 | }, |
| 432 | "node_modules/@tailwindcss/cli": { | 432 | "node_modules/@tailwindcss/cli": { |
| 433 | "version": "4.2.3", | 433 | "version": "4.2.4", |
| 434 | "resolved": "https://registry.npmjs.org/@tailwindcss/cli/-/cli-4.2.3.tgz", | 434 | "resolved": "https://registry.npmjs.org/@tailwindcss/cli/-/cli-4.2.4.tgz", |
| 435 | "integrity": "sha512-u5l8rpeoD4LRPAVLA9edxqm6rBASgxJawvusPmWq23cx75g52LAGWVp52FHkE4vgbbcSCjEACO0hZou1x0qJPg==", | 435 | "integrity": "sha512-e87GGhuXxnyQPyA0TS8an/3wNpj+OUmx8u0F4BicYr48TF72032AIu5917rRYaWm7HorXi3GSZ/uG+ohqP6AKA==", |
| 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.3", | 439 | "@tailwindcss/node": "4.2.4", |
| 440 | "@tailwindcss/oxide": "4.2.3", | 440 | "@tailwindcss/oxide": "4.2.4", |
| 441 | "enhanced-resolve": "^5.19.0", | 441 | "enhanced-resolve": "^5.19.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.3" | 444 | "tailwindcss": "4.2.4" |
| 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.3", | 451 | "version": "4.2.4", |
| 452 | "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.2.3.tgz", | 452 | "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.2.4.tgz", |
| 453 | "integrity": "sha512-dhXFXkW2dGvX4r/fi24gyXM0t1mFMrpykQjqrdA4SuavaMagm4SY1u5G2SCJwu1/0x/5RlZJ2VPjP3mKYQfCkA==", | 453 | "integrity": "sha512-Ai7+yQPxz3ddrDQzFfBKdHEVBg0w3Zl83jnjuwxnZOsnH9pGn93QHQtpU0p/8rYWxvbFZHneni6p1BSLK4DkGA==", |
| 454 | "license": "MIT", | 454 | "license": "MIT", |
| 455 | "dependencies": { | 455 | "dependencies": { |
| 456 | "@jridgewell/remapping": "^2.3.5", | 456 | "@jridgewell/remapping": "^2.3.5", |
| @@ -459,36 +459,36 @@ | |||
| 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.3" | 462 | "tailwindcss": "4.2.4" |
| 463 | } | 463 | } |
| 464 | }, | 464 | }, |
| 465 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide": { | 465 | "node_modules/@tailwindcss/oxide": { |
| 466 | "version": "4.2.3", | 466 | "version": "4.2.4", |
| 467 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.2.3.tgz", | 467 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.2.4.tgz", |
| 468 | "integrity": "sha512-YyhwSBcxHLS3CU2Mk3dXDuVm8/Ia0+XvfpT8s9YQoICppkUeoobB3hgyGMYbyQ4vn6VgWH9bdv5UnzhTz2NPTQ==", | 468 | "integrity": "sha512-9El/iI069DKDSXwTvB9J4BwdO5JhRrOweGaK25taBAvBXyXqJAX+Jqdvs8r8gKpsI/1m0LeJLyQYTf/WLrBT1Q==", |
| 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.3", | 474 | "@tailwindcss/oxide-android-arm64": "4.2.4", |
| 475 | "@tailwindcss/oxide-darwin-arm64": "4.2.3", | 475 | "@tailwindcss/oxide-darwin-arm64": "4.2.4", |
| 476 | "@tailwindcss/oxide-darwin-x64": "4.2.3", | 476 | "@tailwindcss/oxide-darwin-x64": "4.2.4", |
| 477 | "@tailwindcss/oxide-freebsd-x64": "4.2.3", | 477 | "@tailwindcss/oxide-freebsd-x64": "4.2.4", |
| 478 | "@tailwindcss/oxide-linux-arm-gnueabihf": "4.2.3", | 478 | "@tailwindcss/oxide-linux-arm-gnueabihf": "4.2.4", |
| 479 | "@tailwindcss/oxide-linux-arm64-gnu": "4.2.3", | 479 | "@tailwindcss/oxide-linux-arm64-gnu": "4.2.4", |
| 480 | "@tailwindcss/oxide-linux-arm64-musl": "4.2.3", | 480 | "@tailwindcss/oxide-linux-arm64-musl": "4.2.4", |
| 481 | "@tailwindcss/oxide-linux-x64-gnu": "4.2.3", | 481 | "@tailwindcss/oxide-linux-x64-gnu": "4.2.4", |
| 482 | "@tailwindcss/oxide-linux-x64-musl": "4.2.3", | 482 | "@tailwindcss/oxide-linux-x64-musl": "4.2.4", |
| 483 | "@tailwindcss/oxide-wasm32-wasi": "4.2.3", | 483 | "@tailwindcss/oxide-wasm32-wasi": "4.2.4", |
| 484 | "@tailwindcss/oxide-win32-arm64-msvc": "4.2.3", | 484 | "@tailwindcss/oxide-win32-arm64-msvc": "4.2.4", |
| 485 | "@tailwindcss/oxide-win32-x64-msvc": "4.2.3" | 485 | "@tailwindcss/oxide-win32-x64-msvc": "4.2.4" |
| 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.3", | 489 | "version": "4.2.4", |
| 490 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.2.3.tgz", | 490 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.2.4.tgz", |
| 491 | "integrity": "sha512-0Jmt1U/zPqeKp1+fvgI3qMqrV5b/EcFIbE5Dl5KdPl5Ri6e+95nlYNjfB3w8hJBeASI4IQSnIMz0tdVP1AVO4g==", | 491 | "integrity": "sha512-e7MOr1SAn9U8KlZzPi1ZXGZHeC5anY36qjNwmZv9pOJ8E4Q6jmD1vyEHkQFmNOIN7twGPEMXRHmitN4zCMN03g==", |
| 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.3", | 505 | "version": "4.2.4", |
| 506 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.2.3.tgz", | 506 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.2.4.tgz", |
| 507 | "integrity": "sha512-c+/Etn/nghKBhd9fh2diG+3SEV1VTTPLlqH209yleofi28H87Cy6g1vsd3W3kf6r/dR5g4G4TEwHxo2Ydn6yFw==", | 507 | "integrity": "sha512-tSC/Kbqpz/5/o/C2sG7QvOxAKqyd10bq+ypZNf+9Fi2TvbVbv1zNpcEptcsU7DPROaSbVgUXmrzKhurFvo5eDg==", |
| 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.3", | 521 | "version": "4.2.4", |
| 522 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.2.3.tgz", | 522 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.2.4.tgz", |
| 523 | "integrity": "sha512-1DrKKsdJTLuLWVdpaLZ0j/g9YbCZyP9xnwSqEvl3gY4ZHdXmX7TwVAHkoWUljOq7JK5zvzIGhrYmfE/2DJ5qaA==", | 523 | "integrity": "sha512-yPyUXn3yO/ufR6+Kzv0t4fCg2qNr90jxXc5QqBpjlPNd0NqyDXcmQb/6weunH/MEDXW5dhyEi+agTDiqa3WsGg==", |
| 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.3", | 537 | "version": "4.2.4", |
| 538 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.2.3.tgz", | 538 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.2.4.tgz", |
| 539 | "integrity": "sha512-HE6HHZYF8k7m80eVQ0RBvRGBdvvLvCpHiT38IRH9JSnBlt1T7gDzWoslWjmpXQFuqlRpzkCpbdKJa3NxWMfgVA==", | 539 | "integrity": "sha512-BoMIB4vMQtZsXdGLVc2z+P9DbETkiopogfWZKbWwM8b/1Vinbs4YcUwo+kM/KeLkX3Ygrf4/PsRndKaYhS8Eiw==", |
| 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.3", | 553 | "version": "4.2.4", |
| 554 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.2.3.tgz", | 554 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.2.4.tgz", |
| 555 | "integrity": "sha512-Li2wVd2kkKlKkTdpo7ujHSv6kxD1UYMvulAraikyvVf6AKNZ/VHbm8XoSNimZ+dF7SOFaDD2VAT64SK7WKcbjQ==", | 555 | "integrity": "sha512-7pIHBLTHYRAlS7V22JNuTh33yLH4VElwKtB3bwchK/UaKUPpQ0lPQiOWcbm4V3WP2I6fNIJ23vABIvoy2izdwA==", |
| 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.3", | 569 | "version": "4.2.4", |
| 570 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.2.3.tgz", | 570 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.2.4.tgz", |
| 571 | "integrity": "sha512-otIiImZaHj9MiDK02ItoWxIVcMTZVAX2F1c32bg9y7ecV0AnN5JHDZqIO8LxWsTuig1d+Bjg0cBWn4A9sGJO9Q==", | 571 | "integrity": "sha512-+E4wxJ0ZGOzSH325reXTWB48l42i93kQqMvDyz5gqfRzRZ7faNhnmvlV4EPGJU3QJM/3Ab5jhJ5pCRUsKn6OQw==", |
| 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.3", | 588 | "version": "4.2.4", |
| 589 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.2.3.tgz", | 589 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.2.4.tgz", |
| 590 | "integrity": "sha512-MmIA32rNEOrjh6wnevlR3OjjlCuwgZ4JMJo7Vrhk4Fk56Vxi7EeF7cekSKwvlrnfcn/ERC1LdcG3sFneU8WdoA==", | 590 | "integrity": "sha512-bBADEGAbo4ASnppIziaQJelekCxdMaxisrk+fB7Thit72IBnALp9K6ffA2G4ruj90G9XRS2VQ6q2bCKbfFV82g==", |
| 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.3", | 607 | "version": "4.2.4", |
| 608 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.2.3.tgz", | 608 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.2.4.tgz", |
| 609 | "integrity": "sha512-BiCy1YV0IKO+xbD7gyZnENU4jdwDygeGQjncJoeIE5Kp4UqWHFsKUSJ3pp7vYURrqVzwJX2xD5gQeGnoXp4xPQ==", | 609 | "integrity": "sha512-7Mx25E4WTfnht0TVRTyC00j3i0M+EeFe7wguMDTlX4mRxafznw0CA8WJkFjWYH5BlgELd1kSjuU2JiPnNZbJDA==", |
| 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.3", | 626 | "version": "4.2.4", |
| 627 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.2.3.tgz", | 627 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.2.4.tgz", |
| 628 | "integrity": "sha512-venvyAu0AMKdr0c1Oz23IJJdZ72zSwKyHrLvqQV1cn49vPAJk3AuVtDkJ1ayk1sYI4M4j8Jv6ZGflpaP0QVSXQ==", | 628 | "integrity": "sha512-2wwJRF7nyhOR0hhHoChc04xngV3iS+akccHTGtz965FwF0up4b2lOdo6kI1EbDaEXKgvcrFBYcYQQ/rrnWFVfA==", |
| 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.3", | ||
| 646 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.2.3.tgz", | ||
| 647 | "integrity": "sha512-e3kColrZZCdtbwIOc07cNQ2zNf1sTPXTYLjjPlsgsaf+ttzAg/hOlDyEgHoOlBGxM88nPxeVaOGe9ThqVzPncg==", | ||
| 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.3", | ||
| 733 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.2.3.tgz", | ||
| 734 | "integrity": "sha512-qpwoUPzfu71cppxOtcz4LXMR1brljS13yOcAAnVHKIL++NJvSQKZBKlP39pVowd+G6Mq34YAbf4CUUYdLWL9gQ==", | ||
| 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.3", | ||
| 749 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.2.3.tgz", | ||
| 750 | "integrity": "sha512-dTRIlLRC5lCRHqO5DLb+A18HCvS394axmzqfnRNLptKVw7WuckpUwo1Z87Yw74mesbeIhnQTA2SZbRcIfVlwxg==", | ||
| 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.3", | ||
| 765 | "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.3.tgz", | ||
| 766 | "integrity": "sha512-fA/NX5gMf0ooCLISgB0wScaWgaj6rjTN2SVAwleURjiya7ITNkV+VMmoHtKkldP6CIZoYCZyxb8zP/e2TWoEtQ==", | ||
| 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.2.4", |
| 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.2.4.tgz", |
| 954 | "integrity": "sha512-eKSztKsmEsn1O5lJ4ZAfyn41NfG7vzCg496YiGtMDV86jz1q/irhms5O0VrY6ZwTUkFy/EKG3RfWgxSI3VbZ8Q==", | 647 | "integrity": "sha512-FQsqApeor8Fo6gUEklzmaa9994orJZZDBAlQpK2Mq+DslRKFJeD6AjHpBQ0kZFQohVr8o85PPh8eOy86VlSCmw==", |
| 955 | "bundleDependencies": [ | 648 | "bundleDependencies": [ |
| 956 | "@napi-rs/wasm-runtime", | 649 | "@napi-rs/wasm-runtime", |
| 957 | "@emnapi/core", | 650 | "@emnapi/core", |
| @@ -1036,9 +729,9 @@ | |||
| 1036 | "optional": true | 729 | "optional": true |
| 1037 | }, | 730 | }, |
| 1038 | "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { | 731 | "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { |
| 1039 | "version": "4.2.2", | 732 | "version": "4.2.4", |
| 1040 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.2.2.tgz", | 733 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.2.4.tgz", |
| 1041 | "integrity": "sha512-qPmaQM4iKu5mxpsrWZMOZRgZv1tOZpUm+zdhhQP0VhJfyGGO3aUKdbh3gDZc/dPLQwW4eSqWGrrcWNBZWUWaXQ==", | 734 | "integrity": "sha512-L9BXqxC4ToVgwMFqj3pmZRqyHEztulpUJzCxUtLjobMCzTPsGt1Fa9enKbOpY2iIyVtaHNeNvAK8ERP/64sqGQ==", |
| 1042 | "cpu": [ | 735 | "cpu": [ |
| 1043 | "arm64" | 736 | "arm64" |
| 1044 | ], | 737 | ], |
| @@ -1052,9 +745,9 @@ | |||
| 1052 | } | 745 | } |
| 1053 | }, | 746 | }, |
| 1054 | "node_modules/@tailwindcss/oxide-win32-x64-msvc": { | 747 | "node_modules/@tailwindcss/oxide-win32-x64-msvc": { |
| 1055 | "version": "4.2.2", | 748 | "version": "4.2.4", |
| 1056 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.2.2.tgz", | 749 | "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==", | 750 | "integrity": "sha512-ESlKG0EpVJQwRjXDDa9rLvhEAh0mhP1sF7sap9dNZT0yyl9SAG6T7gdP09EH0vIv0UNTlo6jPWyujD6559fZvw==", |
| 1058 | "cpu": [ | 751 | "cpu": [ |
| 1059 | "x64" | 752 | "x64" |
| 1060 | ], | 753 | ], |
| @@ -1068,16 +761,16 @@ | |||
| 1068 | } | 761 | } |
| 1069 | }, | 762 | }, |
| 1070 | "node_modules/@tailwindcss/postcss": { | 763 | "node_modules/@tailwindcss/postcss": { |
| 1071 | "version": "4.2.2", | 764 | "version": "4.2.4", |
| 1072 | "resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.2.2.tgz", | 765 | "resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.2.4.tgz", |
| 1073 | "integrity": "sha512-n4goKQbW8RVXIbNKRB/45LzyUqN451deQK0nzIeauVEqjlI49slUlgKYJM2QyUzap/PcpnS7kzSUmPb1sCRvYQ==", | 766 | "integrity": "sha512-wgAVj6nUWAolAu8YFvzT2cTBIElWHkjZwFYovF+xsqKsW2ADxM/X2opxj5NsF/qVccAOjRNe8X2IdPzMsWyHTg==", |
| 1074 | "license": "MIT", | 767 | "license": "MIT", |
| 1075 | "dependencies": { | 768 | "dependencies": { |
| 1076 | "@alloc/quick-lru": "^5.2.0", | 769 | "@alloc/quick-lru": "^5.2.0", |
| 1077 | "@tailwindcss/node": "4.2.2", | 770 | "@tailwindcss/node": "4.2.4", |
| 1078 | "@tailwindcss/oxide": "4.2.2", | 771 | "@tailwindcss/oxide": "4.2.4", |
| 1079 | "postcss": "^8.5.6", | 772 | "postcss": "^8.5.6", |
| 1080 | "tailwindcss": "4.2.2" | 773 | "tailwindcss": "4.2.4" |
| 1081 | } | 774 | } |
| 1082 | }, | 775 | }, |
| 1083 | "node_modules/ansi-regex": { | 776 | "node_modules/ansi-regex": { |
| @@ -1493,12 +1186,12 @@ | |||
| 1493 | } | 1186 | } |
| 1494 | }, | 1187 | }, |
| 1495 | "node_modules/cssnano": { | 1188 | "node_modules/cssnano": { |
| 1496 | "version": "7.1.5", | 1189 | "version": "7.1.7", |
| 1497 | "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-7.1.5.tgz", | 1190 | "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-7.1.7.tgz", |
| 1498 | "integrity": "sha512-4yEvjF2zcoAOWfNq6X687ORJc5SvM5xbg6EGuLSBmGoWZbsL69wpmw1tA3fZt7OwIG+G4ndjF95RSS4luvim7A==", | 1191 | "integrity": "sha512-N5LGn/OlhMxDTvKACwUPMzT34SSj1b022pvUAE/Vh6r2WD1aUCbc+QNIP/JjX9VVxebdJWZQ3352Lt4oF7dQ/g==", |
| 1499 | "license": "MIT", | 1192 | "license": "MIT", |
| 1500 | "dependencies": { | 1193 | "dependencies": { |
| 1501 | "cssnano-preset-default": "^7.0.13", | 1194 | "cssnano-preset-default": "^7.0.15", |
| 1502 | "lilconfig": "^3.1.3" | 1195 | "lilconfig": "^3.1.3" |
| 1503 | }, | 1196 | }, |
| 1504 | "engines": { | 1197 | "engines": { |
| @@ -1509,63 +1202,63 @@ | |||
| 1509 | "url": "https://opencollective.com/cssnano" | 1202 | "url": "https://opencollective.com/cssnano" |
| 1510 | }, | 1203 | }, |
| 1511 | "peerDependencies": { | 1204 | "peerDependencies": { |
| 1512 | "postcss": "^8.4.32" | 1205 | "postcss": "^8.5.10" |
| 1513 | } | 1206 | } |
| 1514 | }, | 1207 | }, |
| 1515 | "node_modules/cssnano-preset-default": { | 1208 | "node_modules/cssnano-preset-default": { |
| 1516 | "version": "7.0.13", | 1209 | "version": "7.0.15", |
| 1517 | "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-7.0.13.tgz", | 1210 | "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-7.0.15.tgz", |
| 1518 | "integrity": "sha512-/XvjNeb+oitOT9ks3Tg0UAsnXeHR1dh3wBMK/D/zN8gqvAHOp25FZGiLoQbvBBU203WXVNITkaqyFp4O/Rns4w==", | 1211 | "integrity": "sha512-60kx7lJ40//HA85cIfQXSOJFby2D2V1pOMNHVCxue3KFWCjRzmiQyL9OvI+NAhwUlaojOfF9eK3nGvrJLCBUfQ==", |
| 1519 | "license": "MIT", | 1212 | "license": "MIT", |
| 1520 | "dependencies": { | 1213 | "dependencies": { |
| 1521 | "browserslist": "^4.28.2", | 1214 | "browserslist": "^4.28.2", |
| 1522 | "css-declaration-sorter": "^7.2.0", | 1215 | "css-declaration-sorter": "^7.2.0", |
| 1523 | "cssnano-utils": "^5.0.1", | 1216 | "cssnano-utils": "^5.0.2", |
| 1524 | "postcss-calc": "^10.1.1", | 1217 | "postcss-calc": "^10.1.1", |
| 1525 | "postcss-colormin": "^7.0.8", | 1218 | "postcss-colormin": "^7.0.9", |
| 1526 | "postcss-convert-values": "^7.0.10", | 1219 | "postcss-convert-values": "^7.0.11", |
| 1527 | "postcss-discard-comments": "^7.0.6", | 1220 | "postcss-discard-comments": "^7.0.7", |
| 1528 | "postcss-discard-duplicates": "^7.0.2", | 1221 | "postcss-discard-duplicates": "^7.0.3", |
| 1529 | "postcss-discard-empty": "^7.0.1", | 1222 | "postcss-discard-empty": "^7.0.2", |
| 1530 | "postcss-discard-overridden": "^7.0.1", | 1223 | "postcss-discard-overridden": "^7.0.2", |
| 1531 | "postcss-merge-longhand": "^7.0.5", | 1224 | "postcss-merge-longhand": "^7.0.6", |
| 1532 | "postcss-merge-rules": "^7.0.9", | 1225 | "postcss-merge-rules": "^7.0.10", |
| 1533 | "postcss-minify-font-values": "^7.0.1", | 1226 | "postcss-minify-font-values": "^7.0.2", |
| 1534 | "postcss-minify-gradients": "^7.0.3", | 1227 | "postcss-minify-gradients": "^7.0.4", |
| 1535 | "postcss-minify-params": "^7.0.7", | 1228 | "postcss-minify-params": "^7.0.8", |
| 1536 | "postcss-minify-selectors": "^7.0.6", | 1229 | "postcss-minify-selectors": "^7.1.0", |
| 1537 | "postcss-normalize-charset": "^7.0.1", | 1230 | "postcss-normalize-charset": "^7.0.2", |
| 1538 | "postcss-normalize-display-values": "^7.0.1", | 1231 | "postcss-normalize-display-values": "^7.0.2", |
| 1539 | "postcss-normalize-positions": "^7.0.1", | 1232 | "postcss-normalize-positions": "^7.0.3", |
| 1540 | "postcss-normalize-repeat-style": "^7.0.1", | 1233 | "postcss-normalize-repeat-style": "^7.0.3", |
| 1541 | "postcss-normalize-string": "^7.0.1", | 1234 | "postcss-normalize-string": "^7.0.2", |
| 1542 | "postcss-normalize-timing-functions": "^7.0.1", | 1235 | "postcss-normalize-timing-functions": "^7.0.2", |
| 1543 | "postcss-normalize-unicode": "^7.0.7", | 1236 | "postcss-normalize-unicode": "^7.0.8", |
| 1544 | "postcss-normalize-url": "^7.0.1", | 1237 | "postcss-normalize-url": "^7.0.2", |
| 1545 | "postcss-normalize-whitespace": "^7.0.1", | 1238 | "postcss-normalize-whitespace": "^7.0.2", |
| 1546 | "postcss-ordered-values": "^7.0.2", | 1239 | "postcss-ordered-values": "^7.0.3", |
| 1547 | "postcss-reduce-initial": "^7.0.7", | 1240 | "postcss-reduce-initial": "^7.0.8", |
| 1548 | "postcss-reduce-transforms": "^7.0.1", | 1241 | "postcss-reduce-transforms": "^7.0.2", |
| 1549 | "postcss-svgo": "^7.1.1", | 1242 | "postcss-svgo": "^7.1.2", |
| 1550 | "postcss-unique-selectors": "^7.0.5" | 1243 | "postcss-unique-selectors": "^7.0.6" |
| 1551 | }, | 1244 | }, |
| 1552 | "engines": { | 1245 | "engines": { |
| 1553 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 1246 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 1554 | }, | 1247 | }, |
| 1555 | "peerDependencies": { | 1248 | "peerDependencies": { |
| 1556 | "postcss": "^8.4.32" | 1249 | "postcss": "^8.5.10" |
| 1557 | } | 1250 | } |
| 1558 | }, | 1251 | }, |
| 1559 | "node_modules/cssnano-utils": { | 1252 | "node_modules/cssnano-utils": { |
| 1560 | "version": "5.0.1", | 1253 | "version": "5.0.2", |
| 1561 | "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-5.0.1.tgz", | 1254 | "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-5.0.2.tgz", |
| 1562 | "integrity": "sha512-ZIP71eQgG9JwjVZsTPSqhc6GHgEr53uJ7tK5///VfyWj6Xp2DBmixWHqJgPno+PqATzn48pL42ww9x5SSGmhZg==", | 1255 | "integrity": "sha512-kt41WLK7FLKfePzPi645Y+/NtW/nNM7Su6nlNUfJyRNW3JcuU3JU7+cWJc+JexTeZ8dRBvFufefdG2XpXkIo0A==", |
| 1563 | "license": "MIT", | 1256 | "license": "MIT", |
| 1564 | "engines": { | 1257 | "engines": { |
| 1565 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 1258 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 1566 | }, | 1259 | }, |
| 1567 | "peerDependencies": { | 1260 | "peerDependencies": { |
| 1568 | "postcss": "^8.4.32" | 1261 | "postcss": "^8.5.10" |
| 1569 | } | 1262 | } |
| 1570 | }, | 1263 | }, |
| 1571 | "node_modules/csso": { | 1264 | "node_modules/csso": { |
| @@ -2397,9 +2090,9 @@ | |||
| 2397 | } | 2090 | } |
| 2398 | }, | 2091 | }, |
| 2399 | "node_modules/postcss": { | 2092 | "node_modules/postcss": { |
| 2400 | "version": "8.5.10", | 2093 | "version": "8.5.12", |
| 2401 | "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.10.tgz", | 2094 | "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.12.tgz", |
| 2402 | "integrity": "sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==", | 2095 | "integrity": "sha512-W62t/Se6rA0Az3DfCL0AqJwXuKwBeYg6nOaIgzP+xZ7N5BFCI7DYi1qs6ygUYT6rvfi6t9k65UMLJC+PHZpDAA==", |
| 2403 | "funding": [ | 2096 | "funding": [ |
| 2404 | { | 2097 | { |
| 2405 | "type": "opencollective", | 2098 | "type": "opencollective", |
| @@ -2469,12 +2162,12 @@ | |||
| 2469 | } | 2162 | } |
| 2470 | }, | 2163 | }, |
| 2471 | "node_modules/postcss-colormin": { | 2164 | "node_modules/postcss-colormin": { |
| 2472 | "version": "7.0.8", | 2165 | "version": "7.0.9", |
| 2473 | "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-7.0.8.tgz", | 2166 | "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-7.0.9.tgz", |
| 2474 | "integrity": "sha512-VX0JOZx0jECwGK0GZejIKvXIU+80S1zkjet31FVUYPZ4O+IPU3ZlntrPdPKT2HnKRMOkc0wy3m/v+c4UNta02g==", | 2167 | "integrity": "sha512-EZpoUlmbXQUpe+g4ZaGM2kjGlHrQ7Bjzb3xHcNrC9ysI1tGoib6DAYvxg6aB7MGxsjgLF+Qx/jwZQkJ5cKDvXA==", |
| 2475 | "license": "MIT", | 2168 | "license": "MIT", |
| 2476 | "dependencies": { | 2169 | "dependencies": { |
| 2477 | "@colordx/core": "^5.0.3", | 2170 | "@colordx/core": "^5.2.0", |
| 2478 | "browserslist": "^4.28.2", | 2171 | "browserslist": "^4.28.2", |
| 2479 | "caniuse-api": "^3.0.0", | 2172 | "caniuse-api": "^3.0.0", |
| 2480 | "postcss-value-parser": "^4.2.0" | 2173 | "postcss-value-parser": "^4.2.0" |
| @@ -2483,13 +2176,13 @@ | |||
| 2483 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2176 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2484 | }, | 2177 | }, |
| 2485 | "peerDependencies": { | 2178 | "peerDependencies": { |
| 2486 | "postcss": "^8.4.32" | 2179 | "postcss": "^8.5.10" |
| 2487 | } | 2180 | } |
| 2488 | }, | 2181 | }, |
| 2489 | "node_modules/postcss-convert-values": { | 2182 | "node_modules/postcss-convert-values": { |
| 2490 | "version": "7.0.10", | 2183 | "version": "7.0.11", |
| 2491 | "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-7.0.10.tgz", | 2184 | "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-7.0.11.tgz", |
| 2492 | "integrity": "sha512-hVqVH3cDkPyxL4Q0xpCquRAXjJDZ6hbpjC+PNWn8ZgHmNX3RZxLtruC3U2LY9EuNe+tp4QkcsZxg0htokmjydg==", | 2185 | "integrity": "sha512-H+s7P0f9jJylSysAHs3/5MhAx7GthDO05uw1h56L2xyEqpiLTFLEqBNw3PUYzD5p/AKwWaigCXf6FGELpOw9lw==", |
| 2493 | "license": "MIT", | 2186 | "license": "MIT", |
| 2494 | "dependencies": { | 2187 | "dependencies": { |
| 2495 | "browserslist": "^4.28.2", | 2188 | "browserslist": "^4.28.2", |
| @@ -2499,13 +2192,13 @@ | |||
| 2499 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2192 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2500 | }, | 2193 | }, |
| 2501 | "peerDependencies": { | 2194 | "peerDependencies": { |
| 2502 | "postcss": "^8.4.32" | 2195 | "postcss": "^8.5.10" |
| 2503 | } | 2196 | } |
| 2504 | }, | 2197 | }, |
| 2505 | "node_modules/postcss-discard-comments": { | 2198 | "node_modules/postcss-discard-comments": { |
| 2506 | "version": "7.0.6", | 2199 | "version": "7.0.7", |
| 2507 | "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-7.0.6.tgz", | 2200 | "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-7.0.7.tgz", |
| 2508 | "integrity": "sha512-Sq+Fzj1Eg5/CPf1ERb0wS1Im5cvE2gDXCE+si4HCn1sf+jpQZxDI4DXEp8t77B/ImzDceWE2ebJQFXdqZ6GRJw==", | 2201 | "integrity": "sha512-FJhE3fSte7HaRNL4iwD8LTG9vWqj3puxXIdig6LfrFqc1TJRUhY4kXOkeTXZZfTXYny+k+SO7fd2fymj1wduJg==", |
| 2509 | "license": "MIT", | 2202 | "license": "MIT", |
| 2510 | "dependencies": { | 2203 | "dependencies": { |
| 2511 | "postcss-selector-parser": "^7.1.1" | 2204 | "postcss-selector-parser": "^7.1.1" |
| @@ -2514,43 +2207,43 @@ | |||
| 2514 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2207 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2515 | }, | 2208 | }, |
| 2516 | "peerDependencies": { | 2209 | "peerDependencies": { |
| 2517 | "postcss": "^8.4.32" | 2210 | "postcss": "^8.5.10" |
| 2518 | } | 2211 | } |
| 2519 | }, | 2212 | }, |
| 2520 | "node_modules/postcss-discard-duplicates": { | 2213 | "node_modules/postcss-discard-duplicates": { |
| 2521 | "version": "7.0.2", | 2214 | "version": "7.0.3", |
| 2522 | "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-7.0.2.tgz", | 2215 | "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-7.0.3.tgz", |
| 2523 | "integrity": "sha512-eTonaQvPZ/3i1ASDHOKkYwAybiM45zFIc7KXils4mQmHLqIswXD9XNOKEVxtTFnsmwYzF66u4LMgSr0abDlh5w==", | 2216 | "integrity": "sha512-9cRxXwhEM/aNZon1qZyToX4NmjbFbxOGbww+0CnbYFDbbPRGZ8jg4IbM8UlA+CzkXxM35itxyaHKNqBBg/RTDg==", |
| 2524 | "license": "MIT", | 2217 | "license": "MIT", |
| 2525 | "engines": { | 2218 | "engines": { |
| 2526 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2219 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2527 | }, | 2220 | }, |
| 2528 | "peerDependencies": { | 2221 | "peerDependencies": { |
| 2529 | "postcss": "^8.4.32" | 2222 | "postcss": "^8.5.10" |
| 2530 | } | 2223 | } |
| 2531 | }, | 2224 | }, |
| 2532 | "node_modules/postcss-discard-empty": { | 2225 | "node_modules/postcss-discard-empty": { |
| 2533 | "version": "7.0.1", | 2226 | "version": "7.0.2", |
| 2534 | "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-7.0.1.tgz", | 2227 | "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-7.0.2.tgz", |
| 2535 | "integrity": "sha512-cFrJKZvcg/uxB6Ijr4l6qmn3pXQBna9zyrPC+sK0zjbkDUZew+6xDltSF7OeB7rAtzaaMVYSdbod+sZOCWnMOg==", | 2228 | "integrity": "sha512-NZFouOmOwtngJVgkNeI1LtkzFdYqIurxgy4wq3qNvIiXFURTZ3b/K7q3dP3QitlWQ5imHDQL0qSorItQhoxb1g==", |
| 2536 | "license": "MIT", | 2229 | "license": "MIT", |
| 2537 | "engines": { | 2230 | "engines": { |
| 2538 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2231 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2539 | }, | 2232 | }, |
| 2540 | "peerDependencies": { | 2233 | "peerDependencies": { |
| 2541 | "postcss": "^8.4.32" | 2234 | "postcss": "^8.5.10" |
| 2542 | } | 2235 | } |
| 2543 | }, | 2236 | }, |
| 2544 | "node_modules/postcss-discard-overridden": { | 2237 | "node_modules/postcss-discard-overridden": { |
| 2545 | "version": "7.0.1", | 2238 | "version": "7.0.2", |
| 2546 | "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-7.0.1.tgz", | 2239 | "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-7.0.2.tgz", |
| 2547 | "integrity": "sha512-7c3MMjjSZ/qYrx3uc1940GSOzN1Iqjtlqe8uoSg+qdVPYyRb0TILSqqmtlSFuE4mTDECwsm397Ya7iXGzfF7lg==", | 2240 | "integrity": "sha512-Ym01X4v6U3sY8X0P1J9P+RTar+7JyLTOzDrxKSeaArFsLmkVu4KcAKPBWDYRIyZ/q4jwpSPnOnekeSSqXSXKUw==", |
| 2548 | "license": "MIT", | 2241 | "license": "MIT", |
| 2549 | "engines": { | 2242 | "engines": { |
| 2550 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2243 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2551 | }, | 2244 | }, |
| 2552 | "peerDependencies": { | 2245 | "peerDependencies": { |
| 2553 | "postcss": "^8.4.32" | 2246 | "postcss": "^8.5.10" |
| 2554 | } | 2247 | } |
| 2555 | }, | 2248 | }, |
| 2556 | "node_modules/postcss-load-config": { | 2249 | "node_modules/postcss-load-config": { |
| @@ -2593,43 +2286,43 @@ | |||
| 2593 | } | 2286 | } |
| 2594 | }, | 2287 | }, |
| 2595 | "node_modules/postcss-merge-longhand": { | 2288 | "node_modules/postcss-merge-longhand": { |
| 2596 | "version": "7.0.5", | 2289 | "version": "7.0.6", |
| 2597 | "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-7.0.5.tgz", | 2290 | "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-7.0.6.tgz", |
| 2598 | "integrity": "sha512-Kpu5v4Ys6QI59FxmxtNB/iHUVDn9Y9sYw66D6+SZoIk4QTz1prC4aYkhIESu+ieG1iylod1f8MILMs1Em3mmIw==", | 2291 | "integrity": "sha512-lDsWeKRsssX/9vKFpingoRiuvGajtOGCJhs1kyaTJ5fzaVzs0aPPYe38UZ/ukMFEA5iuRIjQJHIkH2niYO3ubQ==", |
| 2599 | "license": "MIT", | 2292 | "license": "MIT", |
| 2600 | "dependencies": { | 2293 | "dependencies": { |
| 2601 | "postcss-value-parser": "^4.2.0", | 2294 | "postcss-value-parser": "^4.2.0", |
| 2602 | "stylehacks": "^7.0.5" | 2295 | "stylehacks": "^7.0.10" |
| 2603 | }, | 2296 | }, |
| 2604 | "engines": { | 2297 | "engines": { |
| 2605 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2298 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2606 | }, | 2299 | }, |
| 2607 | "peerDependencies": { | 2300 | "peerDependencies": { |
| 2608 | "postcss": "^8.4.32" | 2301 | "postcss": "^8.5.10" |
| 2609 | } | 2302 | } |
| 2610 | }, | 2303 | }, |
| 2611 | "node_modules/postcss-merge-rules": { | 2304 | "node_modules/postcss-merge-rules": { |
| 2612 | "version": "7.0.9", | 2305 | "version": "7.0.10", |
| 2613 | "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-7.0.9.tgz", | 2306 | "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-7.0.10.tgz", |
| 2614 | "integrity": "sha512-XKMXkHAegyLeIymVylg1Ro4NNHITInHPvmvybsIUximYfsg5fRw2b5TeqLTQwwg5cXEDVa556AAxvMve1MJuJA==", | 2307 | "integrity": "sha512-UXYKxkg8Cy1so/evF7AE/25PNXZb3E0SrvjdbtbGf+MW+doLenKqRLQzz6YZW469ktiXK2MVLFWtel/DftCV0Q==", |
| 2615 | "license": "MIT", | 2308 | "license": "MIT", |
| 2616 | "dependencies": { | 2309 | "dependencies": { |
| 2617 | "browserslist": "^4.28.2", | 2310 | "browserslist": "^4.28.2", |
| 2618 | "caniuse-api": "^3.0.0", | 2311 | "caniuse-api": "^3.0.0", |
| 2619 | "cssnano-utils": "^5.0.1", | 2312 | "cssnano-utils": "^5.0.2", |
| 2620 | "postcss-selector-parser": "^7.1.1" | 2313 | "postcss-selector-parser": "^7.1.1" |
| 2621 | }, | 2314 | }, |
| 2622 | "engines": { | 2315 | "engines": { |
| 2623 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2316 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2624 | }, | 2317 | }, |
| 2625 | "peerDependencies": { | 2318 | "peerDependencies": { |
| 2626 | "postcss": "^8.4.32" | 2319 | "postcss": "^8.5.10" |
| 2627 | } | 2320 | } |
| 2628 | }, | 2321 | }, |
| 2629 | "node_modules/postcss-minify-font-values": { | 2322 | "node_modules/postcss-minify-font-values": { |
| 2630 | "version": "7.0.1", | 2323 | "version": "7.0.2", |
| 2631 | "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-7.0.1.tgz", | 2324 | "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-7.0.2.tgz", |
| 2632 | "integrity": "sha512-2m1uiuJeTplll+tq4ENOQSzB8LRnSUChBv7oSyFLsJRtUgAAJGP6LLz0/8lkinTgxrmJSPOEhgY1bMXOQ4ZXhQ==", | 2325 | "integrity": "sha512-Z82NUmnvhPrvMUaHfkaAVBmWQq9F8Dox4Dy0LiwbaTxfmDUWLQtS+0WCgKViwdWCPPajiY9YzoQftgqKdXkM5g==", |
| 2633 | "license": "MIT", | 2326 | "license": "MIT", |
| 2634 | "dependencies": { | 2327 | "dependencies": { |
| 2635 | "postcss-value-parser": "^4.2.0" | 2328 | "postcss-value-parser": "^4.2.0" |
| @@ -2638,49 +2331,51 @@ | |||
| 2638 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2331 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2639 | }, | 2332 | }, |
| 2640 | "peerDependencies": { | 2333 | "peerDependencies": { |
| 2641 | "postcss": "^8.4.32" | 2334 | "postcss": "^8.5.10" |
| 2642 | } | 2335 | } |
| 2643 | }, | 2336 | }, |
| 2644 | "node_modules/postcss-minify-gradients": { | 2337 | "node_modules/postcss-minify-gradients": { |
| 2645 | "version": "7.0.3", | 2338 | "version": "7.0.4", |
| 2646 | "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-7.0.3.tgz", | 2339 | "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-7.0.4.tgz", |
| 2647 | "integrity": "sha512-2znRFq3Pg+Zo0ttzQxO7qIJdY2er1TOZbclHW2qMqBcHMmz+i6nn3roAyG3kuEDQTzbzd3gn24TAIifEfth1PQ==", | 2340 | "integrity": "sha512-g8MNeNyN+lbwKy8DCtJ6zU6awBL0InBsSOaKmgZ1MdRLVItLQUNFNAzzzBnOp4qowOcyyB6GetTlQ0/0UNXvag==", |
| 2648 | "license": "MIT", | 2341 | "license": "MIT", |
| 2649 | "dependencies": { | 2342 | "dependencies": { |
| 2650 | "@colordx/core": "^5.0.3", | 2343 | "@colordx/core": "^5.2.0", |
| 2651 | "cssnano-utils": "^5.0.1", | 2344 | "cssnano-utils": "^5.0.2", |
| 2652 | "postcss-value-parser": "^4.2.0" | 2345 | "postcss-value-parser": "^4.2.0" |
| 2653 | }, | 2346 | }, |
| 2654 | "engines": { | 2347 | "engines": { |
| 2655 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2348 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2656 | }, | 2349 | }, |
| 2657 | "peerDependencies": { | 2350 | "peerDependencies": { |
| 2658 | "postcss": "^8.4.32" | 2351 | "postcss": "^8.5.10" |
| 2659 | } | 2352 | } |
| 2660 | }, | 2353 | }, |
| 2661 | "node_modules/postcss-minify-params": { | 2354 | "node_modules/postcss-minify-params": { |
| 2662 | "version": "7.0.7", | 2355 | "version": "7.0.8", |
| 2663 | "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-7.0.7.tgz", | 2356 | "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-7.0.8.tgz", |
| 2664 | "integrity": "sha512-OPmvW/9sjPEPQYnS2Sh6jvMW54wqk1IjjEMB8k/7V8SUIie71yMy3HQ9+w/ZHoL1YvgDGBQ/mCxP3n0Y/RxgqA==", | 2357 | "integrity": "sha512-DIUKM5DZGTmxN7KFKT+rxt0FdPDmRrdK/k3n3+6Po+N/QYn06juwagHcfOVBG0CfCHwcnI612GAUCZc3eT+ZEg==", |
| 2665 | "license": "MIT", | 2358 | "license": "MIT", |
| 2666 | "dependencies": { | 2359 | "dependencies": { |
| 2667 | "browserslist": "^4.28.2", | 2360 | "browserslist": "^4.28.2", |
| 2668 | "cssnano-utils": "^5.0.1", | 2361 | "cssnano-utils": "^5.0.2", |
| 2669 | "postcss-value-parser": "^4.2.0" | 2362 | "postcss-value-parser": "^4.2.0" |
| 2670 | }, | 2363 | }, |
| 2671 | "engines": { | 2364 | "engines": { |
| 2672 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2365 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2673 | }, | 2366 | }, |
| 2674 | "peerDependencies": { | 2367 | "peerDependencies": { |
| 2675 | "postcss": "^8.4.32" | 2368 | "postcss": "^8.5.10" |
| 2676 | } | 2369 | } |
| 2677 | }, | 2370 | }, |
| 2678 | "node_modules/postcss-minify-selectors": { | 2371 | "node_modules/postcss-minify-selectors": { |
| 2679 | "version": "7.0.6", | 2372 | "version": "7.1.0", |
| 2680 | "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-7.0.6.tgz", | 2373 | "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-7.1.0.tgz", |
| 2681 | "integrity": "sha512-lIbC0jy3AAwDxEgciZlBullDiMBeBCT+fz5G8RcA9MWqh/hfUkpOI3vNDUNEZHgokaoiv0juB9Y8fGcON7rU/A==", | 2374 | "integrity": "sha512-HYl/6I0aL+UvpA10t65BSa7h+tVjBgE6oRI5N/3ylX3vtwvlDL67G3FT3vYDPnTksxr0riiyJcT0tBtyRVoloA==", |
| 2682 | "license": "MIT", | 2375 | "license": "MIT", |
| 2683 | "dependencies": { | 2376 | "dependencies": { |
| 2377 | "browserslist": "^4.28.1", | ||
| 2378 | "caniuse-api": "^3.0.0", | ||
| 2684 | "cssesc": "^3.0.0", | 2379 | "cssesc": "^3.0.0", |
| 2685 | "postcss-selector-parser": "^7.1.1" | 2380 | "postcss-selector-parser": "^7.1.1" |
| 2686 | }, | 2381 | }, |
| @@ -2688,25 +2383,25 @@ | |||
| 2688 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2383 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2689 | }, | 2384 | }, |
| 2690 | "peerDependencies": { | 2385 | "peerDependencies": { |
| 2691 | "postcss": "^8.4.32" | 2386 | "postcss": "^8.5.10" |
| 2692 | } | 2387 | } |
| 2693 | }, | 2388 | }, |
| 2694 | "node_modules/postcss-normalize-charset": { | 2389 | "node_modules/postcss-normalize-charset": { |
| 2695 | "version": "7.0.1", | 2390 | "version": "7.0.2", |
| 2696 | "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-7.0.1.tgz", | 2391 | "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-7.0.2.tgz", |
| 2697 | "integrity": "sha512-sn413ofhSQHlZFae//m9FTOfkmiZ+YQXsbosqOWRiVQncU2BA3daX3n0VF3cG6rGLSFVc5Di/yns0dFfh8NFgQ==", | 2392 | "integrity": "sha512-YoINoiR4YKlzfB95Y93b0DSxWy7FLw+1SADIaznMHb88AKizpzfF80tolmiDEbYr1UM4r4Hw+NZq37SwT5f3uw==", |
| 2698 | "license": "MIT", | 2393 | "license": "MIT", |
| 2699 | "engines": { | 2394 | "engines": { |
| 2700 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2395 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2701 | }, | 2396 | }, |
| 2702 | "peerDependencies": { | 2397 | "peerDependencies": { |
| 2703 | "postcss": "^8.4.32" | 2398 | "postcss": "^8.5.10" |
| 2704 | } | 2399 | } |
| 2705 | }, | 2400 | }, |
| 2706 | "node_modules/postcss-normalize-display-values": { | 2401 | "node_modules/postcss-normalize-display-values": { |
| 2707 | "version": "7.0.1", | 2402 | "version": "7.0.2", |
| 2708 | "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-7.0.1.tgz", | 2403 | "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-7.0.2.tgz", |
| 2709 | "integrity": "sha512-E5nnB26XjSYz/mGITm6JgiDpAbVuAkzXwLzRZtts19jHDUBFxZ0BkXAehy0uimrOjYJbocby4FVswA/5noOxrQ==", | 2404 | "integrity": "sha512-wu/NTSjnp8sX5TnEHVPN+eScjAtRs18ELtEduG+Ek3GxjeUDUT+VAA3PJjVIXBcVIk6fiLYFj2iKH0q99S3T2Q==", |
| 2710 | "license": "MIT", | 2405 | "license": "MIT", |
| 2711 | "dependencies": { | 2406 | "dependencies": { |
| 2712 | "postcss-value-parser": "^4.2.0" | 2407 | "postcss-value-parser": "^4.2.0" |
| @@ -2715,13 +2410,13 @@ | |||
| 2715 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2410 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2716 | }, | 2411 | }, |
| 2717 | "peerDependencies": { | 2412 | "peerDependencies": { |
| 2718 | "postcss": "^8.4.32" | 2413 | "postcss": "^8.5.10" |
| 2719 | } | 2414 | } |
| 2720 | }, | 2415 | }, |
| 2721 | "node_modules/postcss-normalize-positions": { | 2416 | "node_modules/postcss-normalize-positions": { |
| 2722 | "version": "7.0.1", | 2417 | "version": "7.0.3", |
| 2723 | "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-7.0.1.tgz", | 2418 | "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-7.0.3.tgz", |
| 2724 | "integrity": "sha512-pB/SzrIP2l50ZIYu+yQZyMNmnAcwyYb9R1fVWPRxm4zcUFCY2ign7rcntGFuMXDdd9L2pPNUgoODDk91PzRZuQ==", | 2419 | "integrity": "sha512-1CJI++oA3yK/fQlPUcEngUfcSWS08Pkt9fK+jVgL53mmtHDBHi0YiuB0m3D9BXwZjmfvCc2GQmFqCAF/CVcPzQ==", |
| 2725 | "license": "MIT", | 2420 | "license": "MIT", |
| 2726 | "dependencies": { | 2421 | "dependencies": { |
| 2727 | "postcss-value-parser": "^4.2.0" | 2422 | "postcss-value-parser": "^4.2.0" |
| @@ -2730,13 +2425,13 @@ | |||
| 2730 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2425 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2731 | }, | 2426 | }, |
| 2732 | "peerDependencies": { | 2427 | "peerDependencies": { |
| 2733 | "postcss": "^8.4.32" | 2428 | "postcss": "^8.5.10" |
| 2734 | } | 2429 | } |
| 2735 | }, | 2430 | }, |
| 2736 | "node_modules/postcss-normalize-repeat-style": { | 2431 | "node_modules/postcss-normalize-repeat-style": { |
| 2737 | "version": "7.0.1", | 2432 | "version": "7.0.3", |
| 2738 | "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-7.0.1.tgz", | 2433 | "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-7.0.3.tgz", |
| 2739 | "integrity": "sha512-NsSQJ8zj8TIDiF0ig44Byo3Jk9e4gNt9x2VIlJudnQQ5DhWAHJPF4Tr1ITwyHio2BUi/I6Iv0HRO7beHYOloYQ==", | 2434 | "integrity": "sha512-RvImJ2Ml4LZSx31qC2C8LDiz65IgBNATtwEr9r3Aue+D0cCGbj4rjNojb/uGpEm4QxnOTzFqMvaDYuKiT1Cmpg==", |
| 2740 | "license": "MIT", | 2435 | "license": "MIT", |
| 2741 | "dependencies": { | 2436 | "dependencies": { |
| 2742 | "postcss-value-parser": "^4.2.0" | 2437 | "postcss-value-parser": "^4.2.0" |
| @@ -2745,13 +2440,13 @@ | |||
| 2745 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2440 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2746 | }, | 2441 | }, |
| 2747 | "peerDependencies": { | 2442 | "peerDependencies": { |
| 2748 | "postcss": "^8.4.32" | 2443 | "postcss": "^8.5.10" |
| 2749 | } | 2444 | } |
| 2750 | }, | 2445 | }, |
| 2751 | "node_modules/postcss-normalize-string": { | 2446 | "node_modules/postcss-normalize-string": { |
| 2752 | "version": "7.0.1", | 2447 | "version": "7.0.2", |
| 2753 | "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-7.0.1.tgz", | 2448 | "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-7.0.2.tgz", |
| 2754 | "integrity": "sha512-QByrI7hAhsoze992kpbMlJSbZ8FuCEc1OT9EFbZ6HldXNpsdpZr+YXC5di3UEv0+jeZlHbZcoCADgb7a+lPmmQ==", | 2449 | "integrity": "sha512-FqtrUh2BU2MnVeLeWBbJ2rwOjuDnA91XvoImc1BbgMWIxdxiPTaquflBHsmFBA3xh3pC3wPZO9W5MaIc7wU/Xw==", |
| 2755 | "license": "MIT", | 2450 | "license": "MIT", |
| 2756 | "dependencies": { | 2451 | "dependencies": { |
| 2757 | "postcss-value-parser": "^4.2.0" | 2452 | "postcss-value-parser": "^4.2.0" |
| @@ -2760,13 +2455,13 @@ | |||
| 2760 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2455 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2761 | }, | 2456 | }, |
| 2762 | "peerDependencies": { | 2457 | "peerDependencies": { |
| 2763 | "postcss": "^8.4.32" | 2458 | "postcss": "^8.5.10" |
| 2764 | } | 2459 | } |
| 2765 | }, | 2460 | }, |
| 2766 | "node_modules/postcss-normalize-timing-functions": { | 2461 | "node_modules/postcss-normalize-timing-functions": { |
| 2767 | "version": "7.0.1", | 2462 | "version": "7.0.2", |
| 2768 | "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-7.0.1.tgz", | 2463 | "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-7.0.2.tgz", |
| 2769 | "integrity": "sha512-bHifyuuSNdKKsnNJ0s8fmfLMlvsQwYVxIoUBnowIVl2ZAdrkYQNGVB4RxjfpvkMjipqvbz0u7feBZybkl/6NJg==", | 2464 | "integrity": "sha512-5H5fpXBnMACEXzn7k9RP7qWZ1eWg8cuZkUuFygStY7icOj+UucwMWXeMmdkF/iITvTVa7fP85tdRCJeznpdFfQ==", |
| 2770 | "license": "MIT", | 2465 | "license": "MIT", |
| 2771 | "dependencies": { | 2466 | "dependencies": { |
| 2772 | "postcss-value-parser": "^4.2.0" | 2467 | "postcss-value-parser": "^4.2.0" |
| @@ -2775,13 +2470,13 @@ | |||
| 2775 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2470 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2776 | }, | 2471 | }, |
| 2777 | "peerDependencies": { | 2472 | "peerDependencies": { |
| 2778 | "postcss": "^8.4.32" | 2473 | "postcss": "^8.5.10" |
| 2779 | } | 2474 | } |
| 2780 | }, | 2475 | }, |
| 2781 | "node_modules/postcss-normalize-unicode": { | 2476 | "node_modules/postcss-normalize-unicode": { |
| 2782 | "version": "7.0.7", | 2477 | "version": "7.0.8", |
| 2783 | "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-7.0.7.tgz", | 2478 | "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-7.0.8.tgz", |
| 2784 | "integrity": "sha512-Kfm0mC3gTnOC+SsLgxQqNEZStRxJgBaYrMpBe9fDVB0/MjC1G++FAeDW2YxYc5Mbvav12/7mOBSOTW7HK9Knwg==", | 2479 | "integrity": "sha512-imCM3cwK3hvlAG4z1AzYM24m8BPA3/Jk/S71wfbn2I6+E2b+UwFaGvlNqydihXTSl3OFPeQXztqCzg+NGeSibQ==", |
| 2785 | "license": "MIT", | 2480 | "license": "MIT", |
| 2786 | "dependencies": { | 2481 | "dependencies": { |
| 2787 | "browserslist": "^4.28.2", | 2482 | "browserslist": "^4.28.2", |
| @@ -2791,13 +2486,13 @@ | |||
| 2791 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2486 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2792 | }, | 2487 | }, |
| 2793 | "peerDependencies": { | 2488 | "peerDependencies": { |
| 2794 | "postcss": "^8.4.32" | 2489 | "postcss": "^8.5.10" |
| 2795 | } | 2490 | } |
| 2796 | }, | 2491 | }, |
| 2797 | "node_modules/postcss-normalize-url": { | 2492 | "node_modules/postcss-normalize-url": { |
| 2798 | "version": "7.0.1", | 2493 | "version": "7.0.2", |
| 2799 | "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-7.0.1.tgz", | 2494 | "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-7.0.2.tgz", |
| 2800 | "integrity": "sha512-sUcD2cWtyK1AOL/82Fwy1aIVm/wwj5SdZkgZ3QiUzSzQQofrbq15jWJ3BA7Z+yVRwamCjJgZJN0I9IS7c6tgeQ==", | 2495 | "integrity": "sha512-bLnNY7t76NLRb9QQyCVmCN4qwoHxiq6vABH/CXav9wTuR6dNGHGQ72AyO/+h2quWxZk3l7BqxNL1vtDi9H6y1g==", |
| 2801 | "license": "MIT", | 2496 | "license": "MIT", |
| 2802 | "dependencies": { | 2497 | "dependencies": { |
| 2803 | "postcss-value-parser": "^4.2.0" | 2498 | "postcss-value-parser": "^4.2.0" |
| @@ -2806,13 +2501,13 @@ | |||
| 2806 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2501 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2807 | }, | 2502 | }, |
| 2808 | "peerDependencies": { | 2503 | "peerDependencies": { |
| 2809 | "postcss": "^8.4.32" | 2504 | "postcss": "^8.5.10" |
| 2810 | } | 2505 | } |
| 2811 | }, | 2506 | }, |
| 2812 | "node_modules/postcss-normalize-whitespace": { | 2507 | "node_modules/postcss-normalize-whitespace": { |
| 2813 | "version": "7.0.1", | 2508 | "version": "7.0.2", |
| 2814 | "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-7.0.1.tgz", | 2509 | "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-7.0.2.tgz", |
| 2815 | "integrity": "sha512-vsbgFHMFQrJBJKrUFJNZ2pgBeBkC2IvvoHjz1to0/0Xk7sII24T0qFOiJzG6Fu3zJoq/0yI4rKWi7WhApW+EFA==", | 2510 | "integrity": "sha512-TNSVkuhkeOhl36WruQlflxOb7HweoeZowSusNpfsM1+ZvqJ24Mc+xksu05ecMQxlu+0zgI8pyznO2EWqDCQbLA==", |
| 2816 | "license": "MIT", | 2511 | "license": "MIT", |
| 2817 | "dependencies": { | 2512 | "dependencies": { |
| 2818 | "postcss-value-parser": "^4.2.0" | 2513 | "postcss-value-parser": "^4.2.0" |
| @@ -2821,29 +2516,29 @@ | |||
| 2821 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2516 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2822 | }, | 2517 | }, |
| 2823 | "peerDependencies": { | 2518 | "peerDependencies": { |
| 2824 | "postcss": "^8.4.32" | 2519 | "postcss": "^8.5.10" |
| 2825 | } | 2520 | } |
| 2826 | }, | 2521 | }, |
| 2827 | "node_modules/postcss-ordered-values": { | 2522 | "node_modules/postcss-ordered-values": { |
| 2828 | "version": "7.0.2", | 2523 | "version": "7.0.3", |
| 2829 | "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-7.0.2.tgz", | 2524 | "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-7.0.3.tgz", |
| 2830 | "integrity": "sha512-AMJjt1ECBffF7CEON/Y0rekRLS6KsePU6PRP08UqYW4UGFRnTXNrByUzYK1h8AC7UWTZdQ9O3Oq9kFIhm0SFEw==", | 2525 | "integrity": "sha512-FTt6R9RF7NAYfpOHa2XFPm89FVuo5GiIbcfwOXFy1MYF38BeiNW9ke8ybw9Pk62eEsUlRVVbxHWA3B7ERYqOOA==", |
| 2831 | "license": "MIT", | 2526 | "license": "MIT", |
| 2832 | "dependencies": { | 2527 | "dependencies": { |
| 2833 | "cssnano-utils": "^5.0.1", | 2528 | "cssnano-utils": "^5.0.2", |
| 2834 | "postcss-value-parser": "^4.2.0" | 2529 | "postcss-value-parser": "^4.2.0" |
| 2835 | }, | 2530 | }, |
| 2836 | "engines": { | 2531 | "engines": { |
| 2837 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2532 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2838 | }, | 2533 | }, |
| 2839 | "peerDependencies": { | 2534 | "peerDependencies": { |
| 2840 | "postcss": "^8.4.32" | 2535 | "postcss": "^8.5.10" |
| 2841 | } | 2536 | } |
| 2842 | }, | 2537 | }, |
| 2843 | "node_modules/postcss-reduce-initial": { | 2538 | "node_modules/postcss-reduce-initial": { |
| 2844 | "version": "7.0.7", | 2539 | "version": "7.0.8", |
| 2845 | "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-7.0.7.tgz", | 2540 | "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-7.0.8.tgz", |
| 2846 | "integrity": "sha512-evetDQPqkgrzHoP8g3HjE3KgH0j2W0je2Vt1pfTaO2KvmjulStxGC2IGeI2y0pdLi6ryEGc4nD08zpDRP9ge8w==", | 2541 | "integrity": "sha512-VeVRmbgpgTZuRcDQdqnsB4iYTeS2dBRV07UdwK6V3x61F1xTQ2pgIzHBIR4rQYRlXRNKBTGYYhEL1eNA7w9vaQ==", |
| 2847 | "license": "MIT", | 2542 | "license": "MIT", |
| 2848 | "dependencies": { | 2543 | "dependencies": { |
| 2849 | "browserslist": "^4.28.2", | 2544 | "browserslist": "^4.28.2", |
| @@ -2853,13 +2548,13 @@ | |||
| 2853 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2548 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2854 | }, | 2549 | }, |
| 2855 | "peerDependencies": { | 2550 | "peerDependencies": { |
| 2856 | "postcss": "^8.4.32" | 2551 | "postcss": "^8.5.10" |
| 2857 | } | 2552 | } |
| 2858 | }, | 2553 | }, |
| 2859 | "node_modules/postcss-reduce-transforms": { | 2554 | "node_modules/postcss-reduce-transforms": { |
| 2860 | "version": "7.0.1", | 2555 | "version": "7.0.2", |
| 2861 | "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-7.0.1.tgz", | 2556 | "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-7.0.2.tgz", |
| 2862 | "integrity": "sha512-MhyEbfrm+Mlp/36hvZ9mT9DaO7dbncU0CvWI8V93LRkY6IYlu38OPg3FObnuKTUxJ4qA8HpurdQOo5CyqqO76g==", | 2557 | "integrity": "sha512-OV5P9hMnf7kEkeXVXyS5ESqxbIls7a3TqFymUAV5JICO/9YCBEU+QQhQjZiDHaLwFdV7/CL481kVeBUk5FdY3w==", |
| 2863 | "license": "MIT", | 2558 | "license": "MIT", |
| 2864 | "dependencies": { | 2559 | "dependencies": { |
| 2865 | "postcss-value-parser": "^4.2.0" | 2560 | "postcss-value-parser": "^4.2.0" |
| @@ -2868,7 +2563,7 @@ | |||
| 2868 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2563 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2869 | }, | 2564 | }, |
| 2870 | "peerDependencies": { | 2565 | "peerDependencies": { |
| 2871 | "postcss": "^8.4.32" | 2566 | "postcss": "^8.5.10" |
| 2872 | } | 2567 | } |
| 2873 | }, | 2568 | }, |
| 2874 | "node_modules/postcss-reporter": { | 2569 | "node_modules/postcss-reporter": { |
| @@ -2911,9 +2606,9 @@ | |||
| 2911 | } | 2606 | } |
| 2912 | }, | 2607 | }, |
| 2913 | "node_modules/postcss-svgo": { | 2608 | "node_modules/postcss-svgo": { |
| 2914 | "version": "7.1.1", | 2609 | "version": "7.1.2", |
| 2915 | "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-7.1.1.tgz", | 2610 | "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-7.1.2.tgz", |
| 2916 | "integrity": "sha512-zU9H9oEDrUFKa0JB7w+IYL7Qs9ey1mZyjhbf0KLxwJDdDRtoPvCmaEfknzqfHj44QS9VD6c5sJnBAVYTLRg/Sg==", | 2611 | "integrity": "sha512-ixExc8m+/68yuSYQzV/1DgtTup/7nI2dN9eiDS5GMRUzeCH4q9UcqeZPwcSVhdf8ay9fRwXDUHwcY5/XzQSszQ==", |
| 2917 | "license": "MIT", | 2612 | "license": "MIT", |
| 2918 | "dependencies": { | 2613 | "dependencies": { |
| 2919 | "postcss-value-parser": "^4.2.0", | 2614 | "postcss-value-parser": "^4.2.0", |
| @@ -2923,13 +2618,13 @@ | |||
| 2923 | "node": "^18.12.0 || ^20.9.0 || >= 18" | 2618 | "node": "^18.12.0 || ^20.9.0 || >= 18" |
| 2924 | }, | 2619 | }, |
| 2925 | "peerDependencies": { | 2620 | "peerDependencies": { |
| 2926 | "postcss": "^8.4.32" | 2621 | "postcss": "^8.5.10" |
| 2927 | } | 2622 | } |
| 2928 | }, | 2623 | }, |
| 2929 | "node_modules/postcss-unique-selectors": { | 2624 | "node_modules/postcss-unique-selectors": { |
| 2930 | "version": "7.0.5", | 2625 | "version": "7.0.6", |
| 2931 | "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-7.0.5.tgz", | 2626 | "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-7.0.6.tgz", |
| 2932 | "integrity": "sha512-3QoYmEt4qg/rUWDn6Tc8+ZVPmbp4G1hXDtCNWDx0st8SjtCbRcxRXDDM1QrEiXGG3A45zscSJFb4QH90LViyxg==", | 2627 | "integrity": "sha512-cDxnYw1QuBMW5w3svZ0BlYF0IA4Amr+1JoTLXzu6vDFPNwohN2QU+sPZNx15b930LR7ce+/600h28/cYoxO9vw==", |
| 2933 | "license": "MIT", | 2628 | "license": "MIT", |
| 2934 | "dependencies": { | 2629 | "dependencies": { |
| 2935 | "postcss-selector-parser": "^7.1.1" | 2630 | "postcss-selector-parser": "^7.1.1" |
| @@ -2938,7 +2633,7 @@ | |||
| 2938 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2633 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2939 | }, | 2634 | }, |
| 2940 | "peerDependencies": { | 2635 | "peerDependencies": { |
| 2941 | "postcss": "^8.4.32" | 2636 | "postcss": "^8.5.10" |
| 2942 | } | 2637 | } |
| 2943 | }, | 2638 | }, |
| 2944 | "node_modules/postcss-value-parser": { | 2639 | "node_modules/postcss-value-parser": { |
| @@ -3015,9 +2710,9 @@ | |||
| 3015 | } | 2710 | } |
| 3016 | }, | 2711 | }, |
| 3017 | "node_modules/sax": { | 2712 | "node_modules/sax": { |
| 3018 | "version": "1.5.0", | 2713 | "version": "1.6.0", |
| 3019 | "resolved": "https://registry.npmjs.org/sax/-/sax-1.5.0.tgz", | 2714 | "resolved": "https://registry.npmjs.org/sax/-/sax-1.6.0.tgz", |
| 3020 | "integrity": "sha512-21IYA3Q5cQf089Z6tgaUTr7lDAyzoTPx5HRtbhsME8Udispad8dC/+sziTNugOEx54ilvatQ9YCzl4KQLPcRHA==", | 2715 | "integrity": "sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==", |
| 3021 | "license": "BlueOak-1.0.0", | 2716 | "license": "BlueOak-1.0.0", |
| 3022 | "engines": { | 2717 | "engines": { |
| 3023 | "node": ">=11.0.0" | 2718 | "node": ">=11.0.0" |
| @@ -3174,19 +2869,19 @@ | |||
| 3174 | } | 2869 | } |
| 3175 | }, | 2870 | }, |
| 3176 | "node_modules/stylehacks": { | 2871 | "node_modules/stylehacks": { |
| 3177 | "version": "7.0.5", | 2872 | "version": "7.0.10", |
| 3178 | "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-7.0.5.tgz", | 2873 | "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-7.0.10.tgz", |
| 3179 | "integrity": "sha512-5kNb7V37BNf0Q3w+1pxfa+oiNPS++/b4Jil9e/kPDgrk1zjEd6uR7SZeJiYaLYH6RRSC1XX2/37OTeU/4FvuIA==", | 2874 | "integrity": "sha512-sRJ7klmhe/Fl5woJcbJUa2qP1Ueffsl1CQI4ePvqXLkZmcIuAt09aP9uT/FOFPqXh9Rh8M5UkgEnwTdTKn/Aag==", |
| 3180 | "license": "MIT", | 2875 | "license": "MIT", |
| 3181 | "dependencies": { | 2876 | "dependencies": { |
| 3182 | "browserslist": "^4.24.5", | 2877 | "browserslist": "^4.28.2", |
| 3183 | "postcss-selector-parser": "^7.1.0" | 2878 | "postcss-selector-parser": "^7.1.1" |
| 3184 | }, | 2879 | }, |
| 3185 | "engines": { | 2880 | "engines": { |
| 3186 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2881 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 3187 | }, | 2882 | }, |
| 3188 | "peerDependencies": { | 2883 | "peerDependencies": { |
| 3189 | "postcss": "^8.4.32" | 2884 | "postcss": "^8.5.10" |
| 3190 | } | 2885 | } |
| 3191 | }, | 2886 | }, |
| 3192 | "node_modules/svgo": { | 2887 | "node_modules/svgo": { |
| @@ -3224,9 +2919,9 @@ | |||
| 3224 | } | 2919 | } |
| 3225 | }, | 2920 | }, |
| 3226 | "node_modules/tailwindcss": { | 2921 | "node_modules/tailwindcss": { |
| 3227 | "version": "4.2.2", | 2922 | "version": "4.2.4", |
| 3228 | "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.2.tgz", | 2923 | "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.4.tgz", |
| 3229 | "integrity": "sha512-KWBIxs1Xb6NoLdMVqhbhgwZf2PGBpPEiwOqgI4pFIYbNTfBXiKYyWoTsXgBQ9WFg/OlhnvHaY+AEpW7wSmFo2Q==", | 2924 | "integrity": "sha512-HhKppgO81FQof5m6TEnuBWCZGgfRAWbaeOaGT00KOy/Pf/j6oUihdvBpA7ltCeAvZpFhW3j0PTclkxsd4IXYDA==", |
| 3230 | "license": "MIT" | 2925 | "license": "MIT" |
| 3231 | }, | 2926 | }, |
| 3232 | "node_modules/tapable": { | 2927 | "node_modules/tapable": { |
diff --git a/requirements-test.txt b/requirements-test.txt index efdb1d1..8708d79 100644 --- a/requirements-test.txt +++ b/requirements-test.txt | |||
| @@ -1,7 +1,7 @@ | |||
| 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.20260408 |
| 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 |
