diff options
| author | Matweb Bot | 2025-04-04 04:07:29 +0000 |
|---|---|---|
| committer | Matweb Bot | 2025-04-04 04:07:29 +0000 |
| commit | 8d8f3cc328588812af817d80c43fd8f9b3fa1da8 (patch) | |
| tree | dec04c65047f347a91fd80c7183596084b28c2bb /package-lock.json | |
| parent | 7b0ea2c74d35d0021fd20fd2b1d920685fc0499a (diff) | |
RenovateBot: Update dependency @tailwindcss/cli to v4.1.2
Diffstat (limited to 'package-lock.json')
| -rw-r--r-- | package-lock.json | 228 |
1 files changed, 222 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json index 169a298..6e886ab 100644 --- a/package-lock.json +++ b/package-lock.json | |||
| @@ -366,23 +366,239 @@ | |||
| 366 | } | 366 | } |
| 367 | }, | 367 | }, |
| 368 | "node_modules/@tailwindcss/cli": { | 368 | "node_modules/@tailwindcss/cli": { |
| 369 | "version": "4.1.1", | 369 | "version": "4.1.2", |
| 370 | "resolved": "https://registry.npmjs.org/@tailwindcss/cli/-/cli-4.1.1.tgz", | 370 | "resolved": "https://registry.npmjs.org/@tailwindcss/cli/-/cli-4.1.2.tgz", |
| 371 | "integrity": "sha512-e+k52zGEjaClimmt/85UwF43NIvB0r0PLXRId2QYUwmbExuU3XPhfBzitdrEKZOTM1goH1Vs4wrNxnqDn8ITQA==", | 371 | "integrity": "sha512-HaPFz9GNbBLgV9vsSD818HCvf598D24ZOZlCdth/Y3jk1BZY69UD99e4pcfifT8msFg4xYI+uxEv5N1MYao1Mg==", |
| 372 | "license": "MIT", | 372 | "license": "MIT", |
| 373 | "dependencies": { | 373 | "dependencies": { |
| 374 | "@parcel/watcher": "^2.5.1", | 374 | "@parcel/watcher": "^2.5.1", |
| 375 | "@tailwindcss/node": "4.1.1", | 375 | "@tailwindcss/node": "4.1.2", |
| 376 | "@tailwindcss/oxide": "4.1.1", | 376 | "@tailwindcss/oxide": "4.1.2", |
| 377 | "enhanced-resolve": "^5.18.1", | 377 | "enhanced-resolve": "^5.18.1", |
| 378 | "mri": "^1.2.0", | 378 | "mri": "^1.2.0", |
| 379 | "picocolors": "^1.1.1", | 379 | "picocolors": "^1.1.1", |
| 380 | "tailwindcss": "4.1.1" | 380 | "tailwindcss": "4.1.2" |
| 381 | }, | 381 | }, |
| 382 | "bin": { | 382 | "bin": { |
| 383 | "tailwindcss": "dist/index.mjs" | 383 | "tailwindcss": "dist/index.mjs" |
| 384 | } | 384 | } |
| 385 | }, | 385 | }, |
| 386 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/node": { | ||
| 387 | "version": "4.1.2", | ||
| 388 | "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.2.tgz", | ||
| 389 | "integrity": "sha512-ZwFnxH+1z8Ehh8bNTMX3YFrYdzAv7JLY5X5X7XSFY+G9QGJVce/P9xb2mh+j5hKt8NceuHmdtllJvAHWKtsNrQ==", | ||
| 390 | "license": "MIT", | ||
| 391 | "dependencies": { | ||
| 392 | "enhanced-resolve": "^5.18.1", | ||
| 393 | "jiti": "^2.4.2", | ||
| 394 | "lightningcss": "1.29.2", | ||
| 395 | "tailwindcss": "4.1.2" | ||
| 396 | } | ||
| 397 | }, | ||
| 398 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide": { | ||
| 399 | "version": "4.1.2", | ||
| 400 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.2.tgz", | ||
| 401 | "integrity": "sha512-Zwz//1QKo6+KqnCKMT7lA4bspGfwEgcPAHlSthmahtgrpKDfwRGk8PKQrW8Zg/ofCDIlg6EtjSTKSxxSufC+CQ==", | ||
| 402 | "license": "MIT", | ||
| 403 | "engines": { | ||
| 404 | "node": ">= 10" | ||
| 405 | }, | ||
| 406 | "optionalDependencies": { | ||
| 407 | "@tailwindcss/oxide-android-arm64": "4.1.2", | ||
| 408 | "@tailwindcss/oxide-darwin-arm64": "4.1.2", | ||
| 409 | "@tailwindcss/oxide-darwin-x64": "4.1.2", | ||
| 410 | "@tailwindcss/oxide-freebsd-x64": "4.1.2", | ||
| 411 | "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.2", | ||
| 412 | "@tailwindcss/oxide-linux-arm64-gnu": "4.1.2", | ||
| 413 | "@tailwindcss/oxide-linux-arm64-musl": "4.1.2", | ||
| 414 | "@tailwindcss/oxide-linux-x64-gnu": "4.1.2", | ||
| 415 | "@tailwindcss/oxide-linux-x64-musl": "4.1.2", | ||
| 416 | "@tailwindcss/oxide-win32-arm64-msvc": "4.1.2", | ||
| 417 | "@tailwindcss/oxide-win32-x64-msvc": "4.1.2" | ||
| 418 | } | ||
| 419 | }, | ||
| 420 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-android-arm64": { | ||
| 421 | "version": "4.1.2", | ||
| 422 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.2.tgz", | ||
| 423 | "integrity": "sha512-IxkXbntHX8lwGmwURUj4xTr6nezHhLYqeiJeqa179eihGv99pRlKV1W69WByPJDQgSf4qfmwx904H6MkQqTA8w==", | ||
| 424 | "cpu": [ | ||
| 425 | "arm64" | ||
| 426 | ], | ||
| 427 | "license": "MIT", | ||
| 428 | "optional": true, | ||
| 429 | "os": [ | ||
| 430 | "android" | ||
| 431 | ], | ||
| 432 | "engines": { | ||
| 433 | "node": ">= 10" | ||
| 434 | } | ||
| 435 | }, | ||
| 436 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-darwin-arm64": { | ||
| 437 | "version": "4.1.2", | ||
| 438 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.2.tgz", | ||
| 439 | "integrity": "sha512-ZRtiHSnFYHb4jHKIdzxlFm6EDfijTCOT4qwUhJ3GWxfDoW2yT3z/y8xg0nE7e72unsmSj6dtfZ9Y5r75FIrlpA==", | ||
| 440 | "cpu": [ | ||
| 441 | "arm64" | ||
| 442 | ], | ||
| 443 | "license": "MIT", | ||
| 444 | "optional": true, | ||
| 445 | "os": [ | ||
| 446 | "darwin" | ||
| 447 | ], | ||
| 448 | "engines": { | ||
| 449 | "node": ">= 10" | ||
| 450 | } | ||
| 451 | }, | ||
| 452 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-darwin-x64": { | ||
| 453 | "version": "4.1.2", | ||
| 454 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.2.tgz", | ||
| 455 | "integrity": "sha512-BiKUNZf1A0pBNzndBvnPnBxonCY49mgbOsPfILhcCE5RM7pQlRoOgN7QnwNhY284bDbfQSEOWnFR0zbPo6IDTw==", | ||
| 456 | "cpu": [ | ||
| 457 | "x64" | ||
| 458 | ], | ||
| 459 | "license": "MIT", | ||
| 460 | "optional": true, | ||
| 461 | "os": [ | ||
| 462 | "darwin" | ||
| 463 | ], | ||
| 464 | "engines": { | ||
| 465 | "node": ">= 10" | ||
| 466 | } | ||
| 467 | }, | ||
| 468 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-freebsd-x64": { | ||
| 469 | "version": "4.1.2", | ||
| 470 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.2.tgz", | ||
| 471 | "integrity": "sha512-Z30VcpUfRGkiddj4l5NRCpzbSGjhmmklVoqkVQdkEC0MOelpY+fJrVhzSaXHmWrmSvnX8yiaEqAbdDScjVujYQ==", | ||
| 472 | "cpu": [ | ||
| 473 | "x64" | ||
| 474 | ], | ||
| 475 | "license": "MIT", | ||
| 476 | "optional": true, | ||
| 477 | "os": [ | ||
| 478 | "freebsd" | ||
| 479 | ], | ||
| 480 | "engines": { | ||
| 481 | "node": ">= 10" | ||
| 482 | } | ||
| 483 | }, | ||
| 484 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": { | ||
| 485 | "version": "4.1.2", | ||
| 486 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.2.tgz", | ||
| 487 | "integrity": "sha512-w3wsK1ChOLeQ3gFOiwabtWU5e8fY3P1Ss8jR3IFIn/V0va3ir//hZ8AwURveS4oK1Pu6b8i+yxesT4qWnLVUow==", | ||
| 488 | "cpu": [ | ||
| 489 | "arm" | ||
| 490 | ], | ||
| 491 | "license": "MIT", | ||
| 492 | "optional": true, | ||
| 493 | "os": [ | ||
| 494 | "linux" | ||
| 495 | ], | ||
| 496 | "engines": { | ||
| 497 | "node": ">= 10" | ||
| 498 | } | ||
| 499 | }, | ||
| 500 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-linux-arm64-gnu": { | ||
| 501 | "version": "4.1.2", | ||
| 502 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.2.tgz", | ||
| 503 | "integrity": "sha512-oY/u+xJHpndTj7B5XwtmXGk8mQ1KALMfhjWMMpE8pdVAznjJsF5KkCceJ4Fmn5lS1nHMCwZum5M3/KzdmwDMdw==", | ||
| 504 | "cpu": [ | ||
| 505 | "arm64" | ||
| 506 | ], | ||
| 507 | "license": "MIT", | ||
| 508 | "optional": true, | ||
| 509 | "os": [ | ||
| 510 | "linux" | ||
| 511 | ], | ||
| 512 | "engines": { | ||
| 513 | "node": ">= 10" | ||
| 514 | } | ||
| 515 | }, | ||
| 516 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-linux-arm64-musl": { | ||
| 517 | "version": "4.1.2", | ||
| 518 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.2.tgz", | ||
| 519 | "integrity": "sha512-k7G6vcRK/D+JOWqnKzKN/yQq1q4dCkI49fMoLcfs2pVcaUAXEqCP9NmA8Jv+XahBv5DtDjSAY3HJbjosEdKczg==", | ||
| 520 | "cpu": [ | ||
| 521 | "arm64" | ||
| 522 | ], | ||
| 523 | "license": "MIT", | ||
| 524 | "optional": true, | ||
| 525 | "os": [ | ||
| 526 | "linux" | ||
| 527 | ], | ||
| 528 | "engines": { | ||
| 529 | "node": ">= 10" | ||
| 530 | } | ||
| 531 | }, | ||
| 532 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-linux-x64-gnu": { | ||
| 533 | "version": "4.1.2", | ||
| 534 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.2.tgz", | ||
| 535 | "integrity": "sha512-fLL+c678TkYKgkDLLNxSjPPK/SzTec7q/E5pTwvpTqrth867dftV4ezRyhPM5PaiCqX651Y8Yk0wRQMcWUGnmQ==", | ||
| 536 | "cpu": [ | ||
| 537 | "x64" | ||
| 538 | ], | ||
| 539 | "license": "MIT", | ||
| 540 | "optional": true, | ||
| 541 | "os": [ | ||
| 542 | "linux" | ||
| 543 | ], | ||
| 544 | "engines": { | ||
| 545 | "node": ">= 10" | ||
| 546 | } | ||
| 547 | }, | ||
| 548 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-linux-x64-musl": { | ||
| 549 | "version": "4.1.2", | ||
| 550 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.2.tgz", | ||
| 551 | "integrity": "sha512-0tU1Vjd1WucZ2ooq6y4nI9xyTSaH2g338bhrqk+2yzkMHskBm+pMsOCfY7nEIvALkA1PKPOycR4YVdlV7Czo+A==", | ||
| 552 | "cpu": [ | ||
| 553 | "x64" | ||
| 554 | ], | ||
| 555 | "license": "MIT", | ||
| 556 | "optional": true, | ||
| 557 | "os": [ | ||
| 558 | "linux" | ||
| 559 | ], | ||
| 560 | "engines": { | ||
| 561 | "node": ">= 10" | ||
| 562 | } | ||
| 563 | }, | ||
| 564 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-win32-arm64-msvc": { | ||
| 565 | "version": "4.1.2", | ||
| 566 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.2.tgz", | ||
| 567 | "integrity": "sha512-r8QaMo3QKiHqUcn+vXYCypCEha+R0sfYxmaZSgZshx9NfkY+CHz91aS2xwNV/E4dmUDkTPUag7sSdiCHPzFVTg==", | ||
| 568 | "cpu": [ | ||
| 569 | "arm64" | ||
| 570 | ], | ||
| 571 | "license": "MIT", | ||
| 572 | "optional": true, | ||
| 573 | "os": [ | ||
| 574 | "win32" | ||
| 575 | ], | ||
| 576 | "engines": { | ||
| 577 | "node": ">= 10" | ||
| 578 | } | ||
| 579 | }, | ||
| 580 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-win32-x64-msvc": { | ||
| 581 | "version": "4.1.2", | ||
| 582 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.2.tgz", | ||
| 583 | "integrity": "sha512-lYCdkPxh9JRHXoBsPE8Pu/mppUsC2xihYArNAESub41PKhHTnvn6++5RpmFM+GLSt3ewyS8fwCVvht7ulWm6cw==", | ||
| 584 | "cpu": [ | ||
| 585 | "x64" | ||
| 586 | ], | ||
| 587 | "license": "MIT", | ||
| 588 | "optional": true, | ||
| 589 | "os": [ | ||
| 590 | "win32" | ||
| 591 | ], | ||
| 592 | "engines": { | ||
| 593 | "node": ">= 10" | ||
| 594 | } | ||
| 595 | }, | ||
| 596 | "node_modules/@tailwindcss/cli/node_modules/tailwindcss": { | ||
| 597 | "version": "4.1.2", | ||
| 598 | "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.2.tgz", | ||
| 599 | "integrity": "sha512-VCsK+fitIbQF7JlxXaibFhxrPq4E2hDcG8apzHUdWFMCQWD8uLdlHg4iSkZ53cgLCCcZ+FZK7vG8VjvLcnBgKw==", | ||
| 600 | "license": "MIT" | ||
| 601 | }, | ||
| 386 | "node_modules/@tailwindcss/node": { | 602 | "node_modules/@tailwindcss/node": { |
| 387 | "version": "4.1.1", | 603 | "version": "4.1.1", |
| 388 | "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.1.tgz", | 604 | "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.1.tgz", |
