diff options
| author | Renovate | 2025-08-15 04:08:24 +0000 |
|---|---|---|
| committer | Renovate | 2025-08-15 04:08:24 +0000 |
| commit | e54614eb39e99f8b8a57a2f3aaacdf8f94082ae7 (patch) | |
| tree | 4a70927c9af32ca1ea5bd66433b3b50180f4dad3 /package-lock.json | |
| parent | 21a352528d817a56fa10bde523c7b35a8173c897 (diff) | |
RenovateBot: Update dependency @tailwindcss/cli to v4.1.12
Diffstat (limited to '')
| -rw-r--r-- | package-lock.json | 353 |
1 files changed, 340 insertions, 13 deletions
diff --git a/package-lock.json b/package-lock.json index 246b22a..d22a4d4 100644 --- a/package-lock.json +++ b/package-lock.json | |||
| @@ -99,6 +99,16 @@ | |||
| 99 | "node": ">=6.0.0" | 99 | "node": ">=6.0.0" |
| 100 | } | 100 | } |
| 101 | }, | 101 | }, |
| 102 | "node_modules/@jridgewell/remapping": { | ||
| 103 | "version": "2.3.5", | ||
| 104 | "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz", | ||
| 105 | "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==", | ||
| 106 | "license": "MIT", | ||
| 107 | "dependencies": { | ||
| 108 | "@jridgewell/gen-mapping": "^0.3.5", | ||
| 109 | "@jridgewell/trace-mapping": "^0.3.24" | ||
| 110 | } | ||
| 111 | }, | ||
| 102 | "node_modules/@jridgewell/resolve-uri": { | 112 | "node_modules/@jridgewell/resolve-uri": { |
| 103 | "version": "3.1.2", | 113 | "version": "3.1.2", |
| 104 | "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", | 114 | "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", |
| @@ -439,23 +449,340 @@ | |||
| 439 | } | 449 | } |
| 440 | }, | 450 | }, |
| 441 | "node_modules/@tailwindcss/cli": { | 451 | "node_modules/@tailwindcss/cli": { |
| 442 | "version": "4.1.11", | 452 | "version": "4.1.12", |
| 443 | "resolved": "https://registry.npmjs.org/@tailwindcss/cli/-/cli-4.1.11.tgz", | 453 | "resolved": "https://registry.npmjs.org/@tailwindcss/cli/-/cli-4.1.12.tgz", |
| 444 | "integrity": "sha512-7RAFOrVaXCFz5ooEG36Kbh+sMJiI2j4+Ozp71smgjnLfBRu7DTfoq8DsTvzse2/6nDeo2M3vS/FGaxfDgr3rtQ==", | 454 | "integrity": "sha512-2PyJ5MGh/6JPS+cEaAq6MGDx3UemkX/mJt+/phm7/VOpycpecwNnHuFZbbgx6TNK/aIjvFOhhTVlappM7tmqvQ==", |
| 445 | "license": "MIT", | 455 | "license": "MIT", |
| 446 | "dependencies": { | 456 | "dependencies": { |
| 447 | "@parcel/watcher": "^2.5.1", | 457 | "@parcel/watcher": "^2.5.1", |
| 448 | "@tailwindcss/node": "4.1.11", | 458 | "@tailwindcss/node": "4.1.12", |
| 449 | "@tailwindcss/oxide": "4.1.11", | 459 | "@tailwindcss/oxide": "4.1.12", |
| 450 | "enhanced-resolve": "^5.18.1", | 460 | "enhanced-resolve": "^5.18.3", |
| 451 | "mri": "^1.2.0", | 461 | "mri": "^1.2.0", |
| 452 | "picocolors": "^1.1.1", | 462 | "picocolors": "^1.1.1", |
| 453 | "tailwindcss": "4.1.11" | 463 | "tailwindcss": "4.1.12" |
| 454 | }, | 464 | }, |
| 455 | "bin": { | 465 | "bin": { |
| 456 | "tailwindcss": "dist/index.mjs" | 466 | "tailwindcss": "dist/index.mjs" |
| 457 | } | 467 | } |
| 458 | }, | 468 | }, |
| 469 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/node": { | ||
| 470 | "version": "4.1.12", | ||
| 471 | "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.12.tgz", | ||
| 472 | "integrity": "sha512-3hm9brwvQkZFe++SBt+oLjo4OLDtkvlE8q2WalaD/7QWaeM7KEJbAiY/LJZUaCs7Xa8aUu4xy3uoyX4q54UVdQ==", | ||
| 473 | "license": "MIT", | ||
| 474 | "dependencies": { | ||
| 475 | "@jridgewell/remapping": "^2.3.4", | ||
| 476 | "enhanced-resolve": "^5.18.3", | ||
| 477 | "jiti": "^2.5.1", | ||
| 478 | "lightningcss": "1.30.1", | ||
| 479 | "magic-string": "^0.30.17", | ||
| 480 | "source-map-js": "^1.2.1", | ||
| 481 | "tailwindcss": "4.1.12" | ||
| 482 | } | ||
| 483 | }, | ||
| 484 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide": { | ||
| 485 | "version": "4.1.12", | ||
| 486 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.12.tgz", | ||
| 487 | "integrity": "sha512-gM5EoKHW/ukmlEtphNwaGx45fGoEmP10v51t9unv55voWh6WrOL19hfuIdo2FjxIaZzw776/BUQg7Pck++cIVw==", | ||
| 488 | "hasInstallScript": true, | ||
| 489 | "license": "MIT", | ||
| 490 | "dependencies": { | ||
| 491 | "detect-libc": "^2.0.4", | ||
| 492 | "tar": "^7.4.3" | ||
| 493 | }, | ||
| 494 | "engines": { | ||
| 495 | "node": ">= 10" | ||
| 496 | }, | ||
| 497 | "optionalDependencies": { | ||
| 498 | "@tailwindcss/oxide-android-arm64": "4.1.12", | ||
| 499 | "@tailwindcss/oxide-darwin-arm64": "4.1.12", | ||
| 500 | "@tailwindcss/oxide-darwin-x64": "4.1.12", | ||
| 501 | "@tailwindcss/oxide-freebsd-x64": "4.1.12", | ||
| 502 | "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.12", | ||
| 503 | "@tailwindcss/oxide-linux-arm64-gnu": "4.1.12", | ||
| 504 | "@tailwindcss/oxide-linux-arm64-musl": "4.1.12", | ||
| 505 | "@tailwindcss/oxide-linux-x64-gnu": "4.1.12", | ||
| 506 | "@tailwindcss/oxide-linux-x64-musl": "4.1.12", | ||
| 507 | "@tailwindcss/oxide-wasm32-wasi": "4.1.12", | ||
| 508 | "@tailwindcss/oxide-win32-arm64-msvc": "4.1.12", | ||
| 509 | "@tailwindcss/oxide-win32-x64-msvc": "4.1.12" | ||
| 510 | } | ||
| 511 | }, | ||
| 512 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-android-arm64": { | ||
| 513 | "version": "4.1.12", | ||
| 514 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.12.tgz", | ||
| 515 | "integrity": "sha512-oNY5pq+1gc4T6QVTsZKwZaGpBb2N1H1fsc1GD4o7yinFySqIuRZ2E4NvGasWc6PhYJwGK2+5YT1f9Tp80zUQZQ==", | ||
| 516 | "cpu": [ | ||
| 517 | "arm64" | ||
| 518 | ], | ||
| 519 | "license": "MIT", | ||
| 520 | "optional": true, | ||
| 521 | "os": [ | ||
| 522 | "android" | ||
| 523 | ], | ||
| 524 | "engines": { | ||
| 525 | "node": ">= 10" | ||
| 526 | } | ||
| 527 | }, | ||
| 528 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-darwin-arm64": { | ||
| 529 | "version": "4.1.12", | ||
| 530 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.12.tgz", | ||
| 531 | "integrity": "sha512-cq1qmq2HEtDV9HvZlTtrj671mCdGB93bVY6J29mwCyaMYCP/JaUBXxrQQQm7Qn33AXXASPUb2HFZlWiiHWFytw==", | ||
| 532 | "cpu": [ | ||
| 533 | "arm64" | ||
| 534 | ], | ||
| 535 | "license": "MIT", | ||
| 536 | "optional": true, | ||
| 537 | "os": [ | ||
| 538 | "darwin" | ||
| 539 | ], | ||
| 540 | "engines": { | ||
| 541 | "node": ">= 10" | ||
| 542 | } | ||
| 543 | }, | ||
| 544 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-darwin-x64": { | ||
| 545 | "version": "4.1.12", | ||
| 546 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.12.tgz", | ||
| 547 | "integrity": "sha512-6UCsIeFUcBfpangqlXay9Ffty9XhFH1QuUFn0WV83W8lGdX8cD5/+2ONLluALJD5+yJ7k8mVtwy3zMZmzEfbLg==", | ||
| 548 | "cpu": [ | ||
| 549 | "x64" | ||
| 550 | ], | ||
| 551 | "license": "MIT", | ||
| 552 | "optional": true, | ||
| 553 | "os": [ | ||
| 554 | "darwin" | ||
| 555 | ], | ||
| 556 | "engines": { | ||
| 557 | "node": ">= 10" | ||
| 558 | } | ||
| 559 | }, | ||
| 560 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-freebsd-x64": { | ||
| 561 | "version": "4.1.12", | ||
| 562 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.12.tgz", | ||
| 563 | "integrity": "sha512-JOH/f7j6+nYXIrHobRYCtoArJdMJh5zy5lr0FV0Qu47MID/vqJAY3r/OElPzx1C/wdT1uS7cPq+xdYYelny1ww==", | ||
| 564 | "cpu": [ | ||
| 565 | "x64" | ||
| 566 | ], | ||
| 567 | "license": "MIT", | ||
| 568 | "optional": true, | ||
| 569 | "os": [ | ||
| 570 | "freebsd" | ||
| 571 | ], | ||
| 572 | "engines": { | ||
| 573 | "node": ">= 10" | ||
| 574 | } | ||
| 575 | }, | ||
| 576 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": { | ||
| 577 | "version": "4.1.12", | ||
| 578 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.12.tgz", | ||
| 579 | "integrity": "sha512-v4Ghvi9AU1SYgGr3/j38PD8PEe6bRfTnNSUE3YCMIRrrNigCFtHZ2TCm8142X8fcSqHBZBceDx+JlFJEfNg5zQ==", | ||
| 580 | "cpu": [ | ||
| 581 | "arm" | ||
| 582 | ], | ||
| 583 | "license": "MIT", | ||
| 584 | "optional": true, | ||
| 585 | "os": [ | ||
| 586 | "linux" | ||
| 587 | ], | ||
| 588 | "engines": { | ||
| 589 | "node": ">= 10" | ||
| 590 | } | ||
| 591 | }, | ||
| 592 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-linux-arm64-gnu": { | ||
| 593 | "version": "4.1.12", | ||
| 594 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.12.tgz", | ||
| 595 | "integrity": "sha512-YP5s1LmetL9UsvVAKusHSyPlzSRqYyRB0f+Kl/xcYQSPLEw/BvGfxzbH+ihUciePDjiXwHh+p+qbSP3SlJw+6g==", | ||
| 596 | "cpu": [ | ||
| 597 | "arm64" | ||
| 598 | ], | ||
| 599 | "license": "MIT", | ||
| 600 | "optional": true, | ||
| 601 | "os": [ | ||
| 602 | "linux" | ||
| 603 | ], | ||
| 604 | "engines": { | ||
| 605 | "node": ">= 10" | ||
| 606 | } | ||
| 607 | }, | ||
| 608 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-linux-arm64-musl": { | ||
| 609 | "version": "4.1.12", | ||
| 610 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.12.tgz", | ||
| 611 | "integrity": "sha512-V8pAM3s8gsrXcCv6kCHSuwyb/gPsd863iT+v1PGXC4fSL/OJqsKhfK//v8P+w9ThKIoqNbEnsZqNy+WDnwQqCA==", | ||
| 612 | "cpu": [ | ||
| 613 | "arm64" | ||
| 614 | ], | ||
| 615 | "license": "MIT", | ||
| 616 | "optional": true, | ||
| 617 | "os": [ | ||
| 618 | "linux" | ||
| 619 | ], | ||
| 620 | "engines": { | ||
| 621 | "node": ">= 10" | ||
| 622 | } | ||
| 623 | }, | ||
| 624 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-linux-x64-gnu": { | ||
| 625 | "version": "4.1.12", | ||
| 626 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.12.tgz", | ||
| 627 | "integrity": "sha512-xYfqYLjvm2UQ3TZggTGrwxjYaLB62b1Wiysw/YE3Yqbh86sOMoTn0feF98PonP7LtjsWOWcXEbGqDL7zv0uW8Q==", | ||
| 628 | "cpu": [ | ||
| 629 | "x64" | ||
| 630 | ], | ||
| 631 | "license": "MIT", | ||
| 632 | "optional": true, | ||
| 633 | "os": [ | ||
| 634 | "linux" | ||
| 635 | ], | ||
| 636 | "engines": { | ||
| 637 | "node": ">= 10" | ||
| 638 | } | ||
| 639 | }, | ||
| 640 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-linux-x64-musl": { | ||
| 641 | "version": "4.1.12", | ||
| 642 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.12.tgz", | ||
| 643 | "integrity": "sha512-ha0pHPamN+fWZY7GCzz5rKunlv9L5R8kdh+YNvP5awe3LtuXb5nRi/H27GeL2U+TdhDOptU7T6Is7mdwh5Ar3A==", | ||
| 644 | "cpu": [ | ||
| 645 | "x64" | ||
| 646 | ], | ||
| 647 | "license": "MIT", | ||
| 648 | "optional": true, | ||
| 649 | "os": [ | ||
| 650 | "linux" | ||
| 651 | ], | ||
| 652 | "engines": { | ||
| 653 | "node": ">= 10" | ||
| 654 | } | ||
| 655 | }, | ||
| 656 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-wasm32-wasi": { | ||
| 657 | "version": "4.1.12", | ||
| 658 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.12.tgz", | ||
| 659 | "integrity": "sha512-4tSyu3dW+ktzdEpuk6g49KdEangu3eCYoqPhWNsZgUhyegEda3M9rG0/j1GV/JjVVsj+lG7jWAyrTlLzd/WEBg==", | ||
| 660 | "bundleDependencies": [ | ||
| 661 | "@napi-rs/wasm-runtime", | ||
| 662 | "@emnapi/core", | ||
| 663 | "@emnapi/runtime", | ||
| 664 | "@tybys/wasm-util", | ||
| 665 | "@emnapi/wasi-threads", | ||
| 666 | "tslib" | ||
| 667 | ], | ||
| 668 | "cpu": [ | ||
| 669 | "wasm32" | ||
| 670 | ], | ||
| 671 | "license": "MIT", | ||
| 672 | "optional": true, | ||
| 673 | "dependencies": { | ||
| 674 | "@emnapi/core": "^1.4.5", | ||
| 675 | "@emnapi/runtime": "^1.4.5", | ||
| 676 | "@emnapi/wasi-threads": "^1.0.4", | ||
| 677 | "@napi-rs/wasm-runtime": "^0.2.12", | ||
| 678 | "@tybys/wasm-util": "^0.10.0", | ||
| 679 | "tslib": "^2.8.0" | ||
| 680 | }, | ||
| 681 | "engines": { | ||
| 682 | "node": ">=14.0.0" | ||
| 683 | } | ||
| 684 | }, | ||
| 685 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": { | ||
| 686 | "version": "1.4.5", | ||
| 687 | "inBundle": true, | ||
| 688 | "license": "MIT", | ||
| 689 | "optional": true, | ||
| 690 | "dependencies": { | ||
| 691 | "@emnapi/wasi-threads": "1.0.4", | ||
| 692 | "tslib": "^2.4.0" | ||
| 693 | } | ||
| 694 | }, | ||
| 695 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": { | ||
| 696 | "version": "1.4.5", | ||
| 697 | "inBundle": true, | ||
| 698 | "license": "MIT", | ||
| 699 | "optional": true, | ||
| 700 | "dependencies": { | ||
| 701 | "tslib": "^2.4.0" | ||
| 702 | } | ||
| 703 | }, | ||
| 704 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": { | ||
| 705 | "version": "1.0.4", | ||
| 706 | "inBundle": true, | ||
| 707 | "license": "MIT", | ||
| 708 | "optional": true, | ||
| 709 | "dependencies": { | ||
| 710 | "tslib": "^2.4.0" | ||
| 711 | } | ||
| 712 | }, | ||
| 713 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": { | ||
| 714 | "version": "0.2.12", | ||
| 715 | "inBundle": true, | ||
| 716 | "license": "MIT", | ||
| 717 | "optional": true, | ||
| 718 | "dependencies": { | ||
| 719 | "@emnapi/core": "^1.4.3", | ||
| 720 | "@emnapi/runtime": "^1.4.3", | ||
| 721 | "@tybys/wasm-util": "^0.10.0" | ||
| 722 | } | ||
| 723 | }, | ||
| 724 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": { | ||
| 725 | "version": "0.10.0", | ||
| 726 | "inBundle": true, | ||
| 727 | "license": "MIT", | ||
| 728 | "optional": true, | ||
| 729 | "dependencies": { | ||
| 730 | "tslib": "^2.4.0" | ||
| 731 | } | ||
| 732 | }, | ||
| 733 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": { | ||
| 734 | "version": "2.8.0", | ||
| 735 | "inBundle": true, | ||
| 736 | "license": "0BSD", | ||
| 737 | "optional": true | ||
| 738 | }, | ||
| 739 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-win32-arm64-msvc": { | ||
| 740 | "version": "4.1.12", | ||
| 741 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.12.tgz", | ||
| 742 | "integrity": "sha512-iGLyD/cVP724+FGtMWslhcFyg4xyYyM+5F4hGvKA7eifPkXHRAUDFaimu53fpNg9X8dfP75pXx/zFt/jlNF+lg==", | ||
| 743 | "cpu": [ | ||
| 744 | "arm64" | ||
| 745 | ], | ||
| 746 | "license": "MIT", | ||
| 747 | "optional": true, | ||
| 748 | "os": [ | ||
| 749 | "win32" | ||
| 750 | ], | ||
| 751 | "engines": { | ||
| 752 | "node": ">= 10" | ||
| 753 | } | ||
| 754 | }, | ||
| 755 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-win32-x64-msvc": { | ||
| 756 | "version": "4.1.12", | ||
| 757 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.12.tgz", | ||
| 758 | "integrity": "sha512-NKIh5rzw6CpEodv/++r0hGLlfgT/gFN+5WNdZtvh6wpU2BpGNgdjvj6H2oFc8nCM839QM1YOhjpgbAONUb4IxA==", | ||
| 759 | "cpu": [ | ||
| 760 | "x64" | ||
| 761 | ], | ||
| 762 | "license": "MIT", | ||
| 763 | "optional": true, | ||
| 764 | "os": [ | ||
| 765 | "win32" | ||
| 766 | ], | ||
| 767 | "engines": { | ||
| 768 | "node": ">= 10" | ||
| 769 | } | ||
| 770 | }, | ||
| 771 | "node_modules/@tailwindcss/cli/node_modules/detect-libc": { | ||
| 772 | "version": "2.0.4", | ||
| 773 | "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.4.tgz", | ||
| 774 | "integrity": "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==", | ||
| 775 | "license": "Apache-2.0", | ||
| 776 | "engines": { | ||
| 777 | "node": ">=8" | ||
| 778 | } | ||
| 779 | }, | ||
| 780 | "node_modules/@tailwindcss/cli/node_modules/tailwindcss": { | ||
| 781 | "version": "4.1.12", | ||
| 782 | "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.12.tgz", | ||
| 783 | "integrity": "sha512-DzFtxOi+7NsFf7DBtI3BJsynR+0Yp6etH+nRPTbpWnS2pZBaSksv/JGctNwSWzbFjp0vxSqknaUylseZqMDGrA==", | ||
| 784 | "license": "MIT" | ||
| 785 | }, | ||
| 459 | "node_modules/@tailwindcss/node": { | 786 | "node_modules/@tailwindcss/node": { |
| 460 | "version": "4.1.11", | 787 | "version": "4.1.11", |
| 461 | "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.11.tgz", | 788 | "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.11.tgz", |
| @@ -1399,9 +1726,9 @@ | |||
| 1399 | "license": "MIT" | 1726 | "license": "MIT" |
| 1400 | }, | 1727 | }, |
| 1401 | "node_modules/enhanced-resolve": { | 1728 | "node_modules/enhanced-resolve": { |
| 1402 | "version": "5.18.1", | 1729 | "version": "5.18.3", |
| 1403 | "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.1.tgz", | 1730 | "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.3.tgz", |
| 1404 | "integrity": "sha512-ZSW3ma5GkcQBIpwZTSRAI8N71Uuwgs93IezB7mf7R60tC8ZbJideoDNKjHn2O9KIlx6rkGTTEk1xUCK2E1Y2Yg==", | 1731 | "integrity": "sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==", |
| 1405 | "license": "MIT", | 1732 | "license": "MIT", |
| 1406 | "dependencies": { | 1733 | "dependencies": { |
| 1407 | "graceful-fs": "^4.2.4", | 1734 | "graceful-fs": "^4.2.4", |
| @@ -1621,9 +1948,9 @@ | |||
| 1621 | } | 1948 | } |
| 1622 | }, | 1949 | }, |
| 1623 | "node_modules/jiti": { | 1950 | "node_modules/jiti": { |
| 1624 | "version": "2.4.2", | 1951 | "version": "2.5.1", |
| 1625 | "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.4.2.tgz", | 1952 | "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.5.1.tgz", |
| 1626 | "integrity": "sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==", | 1953 | "integrity": "sha512-twQoecYPiVA5K/h6SxtORw/Bs3ar+mLUtoPSc7iMXzQzK8d7eJ/R09wmTwAjiamETn1cXYPGfNnu7DMoHgu12w==", |
| 1627 | "license": "MIT", | 1954 | "license": "MIT", |
| 1628 | "bin": { | 1955 | "bin": { |
| 1629 | "jiti": "lib/jiti-cli.mjs" | 1956 | "jiti": "lib/jiti-cli.mjs" |
