diff options
| author | Renovate | 2025-06-07 15:33:58 +0000 |
|---|---|---|
| committer | Renovate | 2025-06-07 15:33:58 +0000 |
| commit | ef6dc1cbf861655205f849702bcafbd1e1682fdc (patch) | |
| tree | cf2c008df82ed0118be028b0909cad268aea9fa4 | |
| parent | 17c6eb32f64fe8b24f4236eb519dd255fd937cb6 (diff) | |
RenovateBot: Update dependency @tailwindcss/cli to v4.1.8
Diffstat (limited to '')
| -rw-r--r-- | package-lock.json | 329 |
1 files changed, 323 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json index 04d216b..a32ac91 100644 --- a/package-lock.json +++ b/package-lock.json | |||
| @@ -439,23 +439,340 @@ | |||
| 439 | } | 439 | } |
| 440 | }, | 440 | }, |
| 441 | "node_modules/@tailwindcss/cli": { | 441 | "node_modules/@tailwindcss/cli": { |
| 442 | "version": "4.1.7", | 442 | "version": "4.1.8", |
| 443 | "resolved": "https://registry.npmjs.org/@tailwindcss/cli/-/cli-4.1.7.tgz", | 443 | "resolved": "https://registry.npmjs.org/@tailwindcss/cli/-/cli-4.1.8.tgz", |
| 444 | "integrity": "sha512-hJNjpov/UiJc9ZWH4j/eEQxqklADrD/71s+t8Y0wbyQVAwtLkSp+MeC/sHTb03X+28rfbe0fRXkiBsf73/IwPg==", | 444 | "integrity": "sha512-+6lkjXSr/68zWiabK3mVYVHmOq/SAHjJ13mR8spyB4LgUWZbWzU9kCSErlAUo+gK5aVfgqe8kY6Ltz9+nz5XYA==", |
| 445 | "license": "MIT", | 445 | "license": "MIT", |
| 446 | "dependencies": { | 446 | "dependencies": { |
| 447 | "@parcel/watcher": "^2.5.1", | 447 | "@parcel/watcher": "^2.5.1", |
| 448 | "@tailwindcss/node": "4.1.7", | 448 | "@tailwindcss/node": "4.1.8", |
| 449 | "@tailwindcss/oxide": "4.1.7", | 449 | "@tailwindcss/oxide": "4.1.8", |
| 450 | "enhanced-resolve": "^5.18.1", | 450 | "enhanced-resolve": "^5.18.1", |
| 451 | "mri": "^1.2.0", | 451 | "mri": "^1.2.0", |
| 452 | "picocolors": "^1.1.1", | 452 | "picocolors": "^1.1.1", |
| 453 | "tailwindcss": "4.1.7" | 453 | "tailwindcss": "4.1.8" |
| 454 | }, | 454 | }, |
| 455 | "bin": { | 455 | "bin": { |
| 456 | "tailwindcss": "dist/index.mjs" | 456 | "tailwindcss": "dist/index.mjs" |
| 457 | } | 457 | } |
| 458 | }, | 458 | }, |
| 459 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/node": { | ||
| 460 | "version": "4.1.8", | ||
| 461 | "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.8.tgz", | ||
| 462 | "integrity": "sha512-OWwBsbC9BFAJelmnNcrKuf+bka2ZxCE2A4Ft53Tkg4uoiE67r/PMEYwCsourC26E+kmxfwE0hVzMdxqeW+xu7Q==", | ||
| 463 | "license": "MIT", | ||
| 464 | "dependencies": { | ||
| 465 | "@ampproject/remapping": "^2.3.0", | ||
| 466 | "enhanced-resolve": "^5.18.1", | ||
| 467 | "jiti": "^2.4.2", | ||
| 468 | "lightningcss": "1.30.1", | ||
| 469 | "magic-string": "^0.30.17", | ||
| 470 | "source-map-js": "^1.2.1", | ||
| 471 | "tailwindcss": "4.1.8" | ||
| 472 | } | ||
| 473 | }, | ||
| 474 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide": { | ||
| 475 | "version": "4.1.8", | ||
| 476 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.8.tgz", | ||
| 477 | "integrity": "sha512-d7qvv9PsM5N3VNKhwVUhpK6r4h9wtLkJ6lz9ZY9aeZgrUWk1Z8VPyqyDT9MZlem7GTGseRQHkeB1j3tC7W1P+A==", | ||
| 478 | "hasInstallScript": true, | ||
| 479 | "license": "MIT", | ||
| 480 | "dependencies": { | ||
| 481 | "detect-libc": "^2.0.4", | ||
| 482 | "tar": "^7.4.3" | ||
| 483 | }, | ||
| 484 | "engines": { | ||
| 485 | "node": ">= 10" | ||
| 486 | }, | ||
| 487 | "optionalDependencies": { | ||
| 488 | "@tailwindcss/oxide-android-arm64": "4.1.8", | ||
| 489 | "@tailwindcss/oxide-darwin-arm64": "4.1.8", | ||
| 490 | "@tailwindcss/oxide-darwin-x64": "4.1.8", | ||
| 491 | "@tailwindcss/oxide-freebsd-x64": "4.1.8", | ||
| 492 | "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.8", | ||
| 493 | "@tailwindcss/oxide-linux-arm64-gnu": "4.1.8", | ||
| 494 | "@tailwindcss/oxide-linux-arm64-musl": "4.1.8", | ||
| 495 | "@tailwindcss/oxide-linux-x64-gnu": "4.1.8", | ||
| 496 | "@tailwindcss/oxide-linux-x64-musl": "4.1.8", | ||
| 497 | "@tailwindcss/oxide-wasm32-wasi": "4.1.8", | ||
| 498 | "@tailwindcss/oxide-win32-arm64-msvc": "4.1.8", | ||
| 499 | "@tailwindcss/oxide-win32-x64-msvc": "4.1.8" | ||
| 500 | } | ||
| 501 | }, | ||
| 502 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-android-arm64": { | ||
| 503 | "version": "4.1.8", | ||
| 504 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.8.tgz", | ||
| 505 | "integrity": "sha512-Fbz7qni62uKYceWYvUjRqhGfZKwhZDQhlrJKGtnZfuNtHFqa8wmr+Wn74CTWERiW2hn3mN5gTpOoxWKk0jRxjg==", | ||
| 506 | "cpu": [ | ||
| 507 | "arm64" | ||
| 508 | ], | ||
| 509 | "license": "MIT", | ||
| 510 | "optional": true, | ||
| 511 | "os": [ | ||
| 512 | "android" | ||
| 513 | ], | ||
| 514 | "engines": { | ||
| 515 | "node": ">= 10" | ||
| 516 | } | ||
| 517 | }, | ||
| 518 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-darwin-arm64": { | ||
| 519 | "version": "4.1.8", | ||
| 520 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.8.tgz", | ||
| 521 | "integrity": "sha512-RdRvedGsT0vwVVDztvyXhKpsU2ark/BjgG0huo4+2BluxdXo8NDgzl77qh0T1nUxmM11eXwR8jA39ibvSTbi7A==", | ||
| 522 | "cpu": [ | ||
| 523 | "arm64" | ||
| 524 | ], | ||
| 525 | "license": "MIT", | ||
| 526 | "optional": true, | ||
| 527 | "os": [ | ||
| 528 | "darwin" | ||
| 529 | ], | ||
| 530 | "engines": { | ||
| 531 | "node": ">= 10" | ||
| 532 | } | ||
| 533 | }, | ||
| 534 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-darwin-x64": { | ||
| 535 | "version": "4.1.8", | ||
| 536 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.8.tgz", | ||
| 537 | "integrity": "sha512-t6PgxjEMLp5Ovf7uMb2OFmb3kqzVTPPakWpBIFzppk4JE4ix0yEtbtSjPbU8+PZETpaYMtXvss2Sdkx8Vs4XRw==", | ||
| 538 | "cpu": [ | ||
| 539 | "x64" | ||
| 540 | ], | ||
| 541 | "license": "MIT", | ||
| 542 | "optional": true, | ||
| 543 | "os": [ | ||
| 544 | "darwin" | ||
| 545 | ], | ||
| 546 | "engines": { | ||
| 547 | "node": ">= 10" | ||
| 548 | } | ||
| 549 | }, | ||
| 550 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-freebsd-x64": { | ||
| 551 | "version": "4.1.8", | ||
| 552 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.8.tgz", | ||
| 553 | "integrity": "sha512-g8C8eGEyhHTqwPStSwZNSrOlyx0bhK/V/+zX0Y+n7DoRUzyS8eMbVshVOLJTDDC+Qn9IJnilYbIKzpB9n4aBsg==", | ||
| 554 | "cpu": [ | ||
| 555 | "x64" | ||
| 556 | ], | ||
| 557 | "license": "MIT", | ||
| 558 | "optional": true, | ||
| 559 | "os": [ | ||
| 560 | "freebsd" | ||
| 561 | ], | ||
| 562 | "engines": { | ||
| 563 | "node": ">= 10" | ||
| 564 | } | ||
| 565 | }, | ||
| 566 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": { | ||
| 567 | "version": "4.1.8", | ||
| 568 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.8.tgz", | ||
| 569 | "integrity": "sha512-Jmzr3FA4S2tHhaC6yCjac3rGf7hG9R6Gf2z9i9JFcuyy0u79HfQsh/thifbYTF2ic82KJovKKkIB6Z9TdNhCXQ==", | ||
| 570 | "cpu": [ | ||
| 571 | "arm" | ||
| 572 | ], | ||
| 573 | "license": "MIT", | ||
| 574 | "optional": true, | ||
| 575 | "os": [ | ||
| 576 | "linux" | ||
| 577 | ], | ||
| 578 | "engines": { | ||
| 579 | "node": ">= 10" | ||
| 580 | } | ||
| 581 | }, | ||
| 582 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-linux-arm64-gnu": { | ||
| 583 | "version": "4.1.8", | ||
| 584 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.8.tgz", | ||
| 585 | "integrity": "sha512-qq7jXtO1+UEtCmCeBBIRDrPFIVI4ilEQ97qgBGdwXAARrUqSn/L9fUrkb1XP/mvVtoVeR2bt/0L77xx53bPZ/Q==", | ||
| 586 | "cpu": [ | ||
| 587 | "arm64" | ||
| 588 | ], | ||
| 589 | "license": "MIT", | ||
| 590 | "optional": true, | ||
| 591 | "os": [ | ||
| 592 | "linux" | ||
| 593 | ], | ||
| 594 | "engines": { | ||
| 595 | "node": ">= 10" | ||
| 596 | } | ||
| 597 | }, | ||
| 598 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-linux-arm64-musl": { | ||
| 599 | "version": "4.1.8", | ||
| 600 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.8.tgz", | ||
| 601 | "integrity": "sha512-O6b8QesPbJCRshsNApsOIpzKt3ztG35gfX9tEf4arD7mwNinsoCKxkj8TgEE0YRjmjtO3r9FlJnT/ENd9EVefQ==", | ||
| 602 | "cpu": [ | ||
| 603 | "arm64" | ||
| 604 | ], | ||
| 605 | "license": "MIT", | ||
| 606 | "optional": true, | ||
| 607 | "os": [ | ||
| 608 | "linux" | ||
| 609 | ], | ||
| 610 | "engines": { | ||
| 611 | "node": ">= 10" | ||
| 612 | } | ||
| 613 | }, | ||
| 614 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-linux-x64-gnu": { | ||
| 615 | "version": "4.1.8", | ||
| 616 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.8.tgz", | ||
| 617 | "integrity": "sha512-32iEXX/pXwikshNOGnERAFwFSfiltmijMIAbUhnNyjFr3tmWmMJWQKU2vNcFX0DACSXJ3ZWcSkzNbaKTdngH6g==", | ||
| 618 | "cpu": [ | ||
| 619 | "x64" | ||
| 620 | ], | ||
| 621 | "license": "MIT", | ||
| 622 | "optional": true, | ||
| 623 | "os": [ | ||
| 624 | "linux" | ||
| 625 | ], | ||
| 626 | "engines": { | ||
| 627 | "node": ">= 10" | ||
| 628 | } | ||
| 629 | }, | ||
| 630 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-linux-x64-musl": { | ||
| 631 | "version": "4.1.8", | ||
| 632 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.8.tgz", | ||
| 633 | "integrity": "sha512-s+VSSD+TfZeMEsCaFaHTaY5YNj3Dri8rST09gMvYQKwPphacRG7wbuQ5ZJMIJXN/puxPcg/nU+ucvWguPpvBDg==", | ||
| 634 | "cpu": [ | ||
| 635 | "x64" | ||
| 636 | ], | ||
| 637 | "license": "MIT", | ||
| 638 | "optional": true, | ||
| 639 | "os": [ | ||
| 640 | "linux" | ||
| 641 | ], | ||
| 642 | "engines": { | ||
| 643 | "node": ">= 10" | ||
| 644 | } | ||
| 645 | }, | ||
| 646 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-wasm32-wasi": { | ||
| 647 | "version": "4.1.8", | ||
| 648 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.8.tgz", | ||
| 649 | "integrity": "sha512-CXBPVFkpDjM67sS1psWohZ6g/2/cd+cq56vPxK4JeawelxwK4YECgl9Y9TjkE2qfF+9/s1tHHJqrC4SS6cVvSg==", | ||
| 650 | "bundleDependencies": [ | ||
| 651 | "@napi-rs/wasm-runtime", | ||
| 652 | "@emnapi/core", | ||
| 653 | "@emnapi/runtime", | ||
| 654 | "@tybys/wasm-util", | ||
| 655 | "@emnapi/wasi-threads", | ||
| 656 | "tslib" | ||
| 657 | ], | ||
| 658 | "cpu": [ | ||
| 659 | "wasm32" | ||
| 660 | ], | ||
| 661 | "license": "MIT", | ||
| 662 | "optional": true, | ||
| 663 | "dependencies": { | ||
| 664 | "@emnapi/core": "^1.4.3", | ||
| 665 | "@emnapi/runtime": "^1.4.3", | ||
| 666 | "@emnapi/wasi-threads": "^1.0.2", | ||
| 667 | "@napi-rs/wasm-runtime": "^0.2.10", | ||
| 668 | "@tybys/wasm-util": "^0.9.0", | ||
| 669 | "tslib": "^2.8.0" | ||
| 670 | }, | ||
| 671 | "engines": { | ||
| 672 | "node": ">=14.0.0" | ||
| 673 | } | ||
| 674 | }, | ||
| 675 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": { | ||
| 676 | "version": "1.4.3", | ||
| 677 | "inBundle": true, | ||
| 678 | "license": "MIT", | ||
| 679 | "optional": true, | ||
| 680 | "dependencies": { | ||
| 681 | "@emnapi/wasi-threads": "1.0.2", | ||
| 682 | "tslib": "^2.4.0" | ||
| 683 | } | ||
| 684 | }, | ||
| 685 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": { | ||
| 686 | "version": "1.4.3", | ||
| 687 | "inBundle": true, | ||
| 688 | "license": "MIT", | ||
| 689 | "optional": true, | ||
| 690 | "dependencies": { | ||
| 691 | "tslib": "^2.4.0" | ||
| 692 | } | ||
| 693 | }, | ||
| 694 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": { | ||
| 695 | "version": "1.0.2", | ||
| 696 | "inBundle": true, | ||
| 697 | "license": "MIT", | ||
| 698 | "optional": true, | ||
| 699 | "dependencies": { | ||
| 700 | "tslib": "^2.4.0" | ||
| 701 | } | ||
| 702 | }, | ||
| 703 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": { | ||
| 704 | "version": "0.2.10", | ||
| 705 | "inBundle": true, | ||
| 706 | "license": "MIT", | ||
| 707 | "optional": true, | ||
| 708 | "dependencies": { | ||
| 709 | "@emnapi/core": "^1.4.3", | ||
| 710 | "@emnapi/runtime": "^1.4.3", | ||
| 711 | "@tybys/wasm-util": "^0.9.0" | ||
| 712 | } | ||
| 713 | }, | ||
| 714 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": { | ||
| 715 | "version": "0.9.0", | ||
| 716 | "inBundle": true, | ||
| 717 | "license": "MIT", | ||
| 718 | "optional": true, | ||
| 719 | "dependencies": { | ||
| 720 | "tslib": "^2.4.0" | ||
| 721 | } | ||
| 722 | }, | ||
| 723 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": { | ||
| 724 | "version": "2.8.0", | ||
| 725 | "inBundle": true, | ||
| 726 | "license": "0BSD", | ||
| 727 | "optional": true | ||
| 728 | }, | ||
| 729 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-win32-arm64-msvc": { | ||
| 730 | "version": "4.1.8", | ||
| 731 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.8.tgz", | ||
| 732 | "integrity": "sha512-7GmYk1n28teDHUjPlIx4Z6Z4hHEgvP5ZW2QS9ygnDAdI/myh3HTHjDqtSqgu1BpRoI4OiLx+fThAyA1JePoENA==", | ||
| 733 | "cpu": [ | ||
| 734 | "arm64" | ||
| 735 | ], | ||
| 736 | "license": "MIT", | ||
| 737 | "optional": true, | ||
| 738 | "os": [ | ||
| 739 | "win32" | ||
| 740 | ], | ||
| 741 | "engines": { | ||
| 742 | "node": ">= 10" | ||
| 743 | } | ||
| 744 | }, | ||
| 745 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-win32-x64-msvc": { | ||
| 746 | "version": "4.1.8", | ||
| 747 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.8.tgz", | ||
| 748 | "integrity": "sha512-fou+U20j+Jl0EHwK92spoWISON2OBnCazIc038Xj2TdweYV33ZRkS9nwqiUi2d/Wba5xg5UoHfvynnb/UB49cQ==", | ||
| 749 | "cpu": [ | ||
| 750 | "x64" | ||
| 751 | ], | ||
| 752 | "license": "MIT", | ||
| 753 | "optional": true, | ||
| 754 | "os": [ | ||
| 755 | "win32" | ||
| 756 | ], | ||
| 757 | "engines": { | ||
| 758 | "node": ">= 10" | ||
| 759 | } | ||
| 760 | }, | ||
| 761 | "node_modules/@tailwindcss/cli/node_modules/detect-libc": { | ||
| 762 | "version": "2.0.4", | ||
| 763 | "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.4.tgz", | ||
| 764 | "integrity": "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==", | ||
| 765 | "license": "Apache-2.0", | ||
| 766 | "engines": { | ||
| 767 | "node": ">=8" | ||
| 768 | } | ||
| 769 | }, | ||
| 770 | "node_modules/@tailwindcss/cli/node_modules/tailwindcss": { | ||
| 771 | "version": "4.1.8", | ||
| 772 | "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.8.tgz", | ||
| 773 | "integrity": "sha512-kjeW8gjdxasbmFKpVGrGd5T4i40mV5J2Rasw48QARfYeQ8YS9x02ON9SFWax3Qf616rt4Cp3nVNIj6Hd1mP3og==", | ||
| 774 | "license": "MIT" | ||
| 775 | }, | ||
| 459 | "node_modules/@tailwindcss/node": { | 776 | "node_modules/@tailwindcss/node": { |
| 460 | "version": "4.1.7", | 777 | "version": "4.1.7", |
| 461 | "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.7.tgz", | 778 | "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.7.tgz", |
