diff options
Diffstat (limited to 'package-lock.json')
| -rw-r--r-- | package-lock.json | 715 |
1 files changed, 367 insertions, 348 deletions
diff --git a/package-lock.json b/package-lock.json index fc25722..1e945bf 100644 --- a/package-lock.json +++ b/package-lock.json | |||
| @@ -31,6 +31,12 @@ | |||
| 31 | "url": "https://github.com/sponsors/sindresorhus" | 31 | "url": "https://github.com/sponsors/sindresorhus" |
| 32 | } | 32 | } |
| 33 | }, | 33 | }, |
| 34 | "node_modules/@colordx/core": { | ||
| 35 | "version": "5.4.3", | ||
| 36 | "resolved": "https://registry.npmjs.org/@colordx/core/-/core-5.4.3.tgz", | ||
| 37 | "integrity": "sha512-kIxYSfA5T8HXjav55UaaH/o/cKivF6jCCGIb8eqtcsfI46wsvlSiT8jMDyrl779qLec3c2c2oHBZo4oAhvbjrQ==", | ||
| 38 | "license": "MIT" | ||
| 39 | }, | ||
| 34 | "node_modules/@fullhuman/postcss-purgecss": { | 40 | "node_modules/@fullhuman/postcss-purgecss": { |
| 35 | "version": "6.0.0", | 41 | "version": "6.0.0", |
| 36 | "resolved": "https://registry.npmjs.org/@fullhuman/postcss-purgecss/-/postcss-purgecss-6.0.0.tgz", | 42 | "resolved": "https://registry.npmjs.org/@fullhuman/postcss-purgecss/-/postcss-purgecss-6.0.0.tgz", |
| @@ -424,65 +430,65 @@ | |||
| 424 | } | 430 | } |
| 425 | }, | 431 | }, |
| 426 | "node_modules/@tailwindcss/cli": { | 432 | "node_modules/@tailwindcss/cli": { |
| 427 | "version": "4.2.1", | 433 | "version": "4.3.0", |
| 428 | "resolved": "https://registry.npmjs.org/@tailwindcss/cli/-/cli-4.2.1.tgz", | 434 | "resolved": "https://registry.npmjs.org/@tailwindcss/cli/-/cli-4.3.0.tgz", |
| 429 | "integrity": "sha512-b7MGn51IA80oSG+7fuAgzfQ+7pZBgjzbqwmiv6NO7/+a1sev32cGqnwhscT7h0EcAvMa9r7gjRylqOH8Xhc4DA==", | 435 | "integrity": "sha512-X9kdlqyMopO9fewbgHsEeuy31YzMHbdZ9VsKt004tB+mxSg1CNbyhZYCzvhciN0AM4R4b5lvIprPjtNq7iQxpQ==", |
| 430 | "license": "MIT", | 436 | "license": "MIT", |
| 431 | "dependencies": { | 437 | "dependencies": { |
| 432 | "@parcel/watcher": "^2.5.1", | 438 | "@parcel/watcher": "^2.5.1", |
| 433 | "@tailwindcss/node": "4.2.1", | 439 | "@tailwindcss/node": "4.3.0", |
| 434 | "@tailwindcss/oxide": "4.2.1", | 440 | "@tailwindcss/oxide": "4.3.0", |
| 435 | "enhanced-resolve": "^5.19.0", | 441 | "enhanced-resolve": "^5.21.0", |
| 436 | "mri": "^1.2.0", | 442 | "mri": "^1.2.0", |
| 437 | "picocolors": "^1.1.1", | 443 | "picocolors": "^1.1.1", |
| 438 | "tailwindcss": "4.2.1" | 444 | "tailwindcss": "4.3.0" |
| 439 | }, | 445 | }, |
| 440 | "bin": { | 446 | "bin": { |
| 441 | "tailwindcss": "dist/index.mjs" | 447 | "tailwindcss": "dist/index.mjs" |
| 442 | } | 448 | } |
| 443 | }, | 449 | }, |
| 444 | "node_modules/@tailwindcss/node": { | 450 | "node_modules/@tailwindcss/node": { |
| 445 | "version": "4.2.1", | 451 | "version": "4.3.0", |
| 446 | "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.2.1.tgz", | 452 | "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.3.0.tgz", |
| 447 | "integrity": "sha512-jlx6sLk4EOwO6hHe1oCGm1Q4AN/s0rSrTTPBGPM0/RQ6Uylwq17FuU8IeJJKEjtc6K6O07zsvP+gDO6MMWo7pg==", | 453 | "integrity": "sha512-aFb4gUhFOgdh9AXo4IzBEOzBkkAxm9VigwDJnMIYv3lcfXCJVesNfbEaBl4BNgVRyid92AmdviqwBUBRKSeY3g==", |
| 448 | "license": "MIT", | 454 | "license": "MIT", |
| 449 | "dependencies": { | 455 | "dependencies": { |
| 450 | "@jridgewell/remapping": "^2.3.5", | 456 | "@jridgewell/remapping": "^2.3.5", |
| 451 | "enhanced-resolve": "^5.19.0", | 457 | "enhanced-resolve": "^5.21.0", |
| 452 | "jiti": "^2.6.1", | 458 | "jiti": "^2.6.1", |
| 453 | "lightningcss": "1.31.1", | 459 | "lightningcss": "1.32.0", |
| 454 | "magic-string": "^0.30.21", | 460 | "magic-string": "^0.30.21", |
| 455 | "source-map-js": "^1.2.1", | 461 | "source-map-js": "^1.2.1", |
| 456 | "tailwindcss": "4.2.1" | 462 | "tailwindcss": "4.3.0" |
| 457 | } | 463 | } |
| 458 | }, | 464 | }, |
| 459 | "node_modules/@tailwindcss/oxide": { | 465 | "node_modules/@tailwindcss/oxide": { |
| 460 | "version": "4.2.1", | 466 | "version": "4.3.0", |
| 461 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.2.1.tgz", | 467 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.3.0.tgz", |
| 462 | "integrity": "sha512-yv9jeEFWnjKCI6/T3Oq50yQEOqmpmpfzG1hcZsAOaXFQPfzWprWrlHSdGPEF3WQTi8zu8ohC9Mh9J470nT5pUw==", | 468 | "integrity": "sha512-F7HZGBeN9I0/AuuJS5PwcD8xayx5ri5GhjYUDBEVYUkexyA/giwbDNjRVrxSezE3T250OU2K/wp/ltWx3UOefg==", |
| 463 | "license": "MIT", | 469 | "license": "MIT", |
| 464 | "engines": { | 470 | "engines": { |
| 465 | "node": ">= 20" | 471 | "node": ">= 20" |
| 466 | }, | 472 | }, |
| 467 | "optionalDependencies": { | 473 | "optionalDependencies": { |
| 468 | "@tailwindcss/oxide-android-arm64": "4.2.1", | 474 | "@tailwindcss/oxide-android-arm64": "4.3.0", |
| 469 | "@tailwindcss/oxide-darwin-arm64": "4.2.1", | 475 | "@tailwindcss/oxide-darwin-arm64": "4.3.0", |
| 470 | "@tailwindcss/oxide-darwin-x64": "4.2.1", | 476 | "@tailwindcss/oxide-darwin-x64": "4.3.0", |
| 471 | "@tailwindcss/oxide-freebsd-x64": "4.2.1", | 477 | "@tailwindcss/oxide-freebsd-x64": "4.3.0", |
| 472 | "@tailwindcss/oxide-linux-arm-gnueabihf": "4.2.1", | 478 | "@tailwindcss/oxide-linux-arm-gnueabihf": "4.3.0", |
| 473 | "@tailwindcss/oxide-linux-arm64-gnu": "4.2.1", | 479 | "@tailwindcss/oxide-linux-arm64-gnu": "4.3.0", |
| 474 | "@tailwindcss/oxide-linux-arm64-musl": "4.2.1", | 480 | "@tailwindcss/oxide-linux-arm64-musl": "4.3.0", |
| 475 | "@tailwindcss/oxide-linux-x64-gnu": "4.2.1", | 481 | "@tailwindcss/oxide-linux-x64-gnu": "4.3.0", |
| 476 | "@tailwindcss/oxide-linux-x64-musl": "4.2.1", | 482 | "@tailwindcss/oxide-linux-x64-musl": "4.3.0", |
| 477 | "@tailwindcss/oxide-wasm32-wasi": "4.2.1", | 483 | "@tailwindcss/oxide-wasm32-wasi": "4.3.0", |
| 478 | "@tailwindcss/oxide-win32-arm64-msvc": "4.2.1", | 484 | "@tailwindcss/oxide-win32-arm64-msvc": "4.3.0", |
| 479 | "@tailwindcss/oxide-win32-x64-msvc": "4.2.1" | 485 | "@tailwindcss/oxide-win32-x64-msvc": "4.3.0" |
| 480 | } | 486 | } |
| 481 | }, | 487 | }, |
| 482 | "node_modules/@tailwindcss/oxide-android-arm64": { | 488 | "node_modules/@tailwindcss/oxide-android-arm64": { |
| 483 | "version": "4.2.1", | 489 | "version": "4.3.0", |
| 484 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.2.1.tgz", | 490 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.3.0.tgz", |
| 485 | "integrity": "sha512-eZ7G1Zm5EC8OOKaesIKuw77jw++QJ2lL9N+dDpdQiAB/c/B2wDh0QPFHbkBVrXnwNugvrbJFk1gK2SsVjwWReg==", | 491 | "integrity": "sha512-TJPiq67tKlLuObP6RkwvVGDoxCMBVtDgKkLfa/uyj7/FyxvQwHS+UOnVrXXgbEsfUaMgiVvC4KbJnRr26ho4Ng==", |
| 486 | "cpu": [ | 492 | "cpu": [ |
| 487 | "arm64" | 493 | "arm64" |
| 488 | ], | 494 | ], |
| @@ -496,9 +502,9 @@ | |||
| 496 | } | 502 | } |
| 497 | }, | 503 | }, |
| 498 | "node_modules/@tailwindcss/oxide-darwin-arm64": { | 504 | "node_modules/@tailwindcss/oxide-darwin-arm64": { |
| 499 | "version": "4.2.1", | 505 | "version": "4.3.0", |
| 500 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.2.1.tgz", | 506 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.3.0.tgz", |
| 501 | "integrity": "sha512-q/LHkOstoJ7pI1J0q6djesLzRvQSIfEto148ppAd+BVQK0JYjQIFSK3JgYZJa+Yzi0DDa52ZsQx2rqytBnf8Hw==", | 507 | "integrity": "sha512-oMN/WZRb+SO37BmUElEgeEWuU8E/HXRkiODxJxLe1UTHVXLrdVSgfaJV7pSlhRGMSOiXLuxTIjfsF3wYvz8cgQ==", |
| 502 | "cpu": [ | 508 | "cpu": [ |
| 503 | "arm64" | 509 | "arm64" |
| 504 | ], | 510 | ], |
| @@ -512,9 +518,9 @@ | |||
| 512 | } | 518 | } |
| 513 | }, | 519 | }, |
| 514 | "node_modules/@tailwindcss/oxide-darwin-x64": { | 520 | "node_modules/@tailwindcss/oxide-darwin-x64": { |
| 515 | "version": "4.2.1", | 521 | "version": "4.3.0", |
| 516 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.2.1.tgz", | 522 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.3.0.tgz", |
| 517 | "integrity": "sha512-/f/ozlaXGY6QLbpvd/kFTro2l18f7dHKpB+ieXz+Cijl4Mt9AI2rTrpq7V+t04nK+j9XBQHnSMdeQRhbGyt6fw==", | 523 | "integrity": "sha512-N6CUmu4a6bKVADfw77p+iw6Yd9Q3OBhe0veaDX+QazfuVYlQsHfDgxBrsjQ/IW+zywL8mTrNd0SdJT/zgtvMdA==", |
| 518 | "cpu": [ | 524 | "cpu": [ |
| 519 | "x64" | 525 | "x64" |
| 520 | ], | 526 | ], |
| @@ -528,9 +534,9 @@ | |||
| 528 | } | 534 | } |
| 529 | }, | 535 | }, |
| 530 | "node_modules/@tailwindcss/oxide-freebsd-x64": { | 536 | "node_modules/@tailwindcss/oxide-freebsd-x64": { |
| 531 | "version": "4.2.1", | 537 | "version": "4.3.0", |
| 532 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.2.1.tgz", | 538 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.3.0.tgz", |
| 533 | "integrity": "sha512-5e/AkgYJT/cpbkys/OU2Ei2jdETCLlifwm7ogMC7/hksI2fC3iiq6OcXwjibcIjPung0kRtR3TxEITkqgn0TcA==", | 539 | "integrity": "sha512-zDL5hBkQdH5C6MpqbK3gQAgP80tsMwSI26vjOzjJtNCMUo0lFgOItzHKBIupOZNQxt3ouPH7RPhvNhiTfCe5CQ==", |
| 534 | "cpu": [ | 540 | "cpu": [ |
| 535 | "x64" | 541 | "x64" |
| 536 | ], | 542 | ], |
| @@ -544,9 +550,9 @@ | |||
| 544 | } | 550 | } |
| 545 | }, | 551 | }, |
| 546 | "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": { | 552 | "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": { |
| 547 | "version": "4.2.1", | 553 | "version": "4.3.0", |
| 548 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.2.1.tgz", | 554 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.3.0.tgz", |
| 549 | "integrity": "sha512-Uny1EcVTTmerCKt/1ZuKTkb0x8ZaiuYucg2/kImO5A5Y/kBz41/+j0gxUZl+hTF3xkWpDmHX+TaWhOtba2Fyuw==", | 555 | "integrity": "sha512-R06HdNi7A7OEoMsf6d4tjZ71RCWnZQPHj2mnotSFURjNLdBC+cIgXQ7l81CqeoiQftjf6OOblxXMInMgN2VzMA==", |
| 550 | "cpu": [ | 556 | "cpu": [ |
| 551 | "arm" | 557 | "arm" |
| 552 | ], | 558 | ], |
| @@ -560,12 +566,15 @@ | |||
| 560 | } | 566 | } |
| 561 | }, | 567 | }, |
| 562 | "node_modules/@tailwindcss/oxide-linux-arm64-gnu": { | 568 | "node_modules/@tailwindcss/oxide-linux-arm64-gnu": { |
| 563 | "version": "4.2.1", | 569 | "version": "4.3.0", |
| 564 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.2.1.tgz", | 570 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.3.0.tgz", |
| 565 | "integrity": "sha512-CTrwomI+c7n6aSSQlsPL0roRiNMDQ/YzMD9EjcR+H4f0I1SQ8QqIuPnsVp7QgMkC1Qi8rtkekLkOFjo7OlEFRQ==", | 571 | "integrity": "sha512-qTJHELX8jetjhRQHCLilkVLmybpzNQAtaI/gaoVoidn/ufbNDbAo8KlK2J+yPoc8wQxvDxCmh/5lr8nC1+lTbg==", |
| 566 | "cpu": [ | 572 | "cpu": [ |
| 567 | "arm64" | 573 | "arm64" |
| 568 | ], | 574 | ], |
| 575 | "libc": [ | ||
| 576 | "glibc" | ||
| 577 | ], | ||
| 569 | "license": "MIT", | 578 | "license": "MIT", |
| 570 | "optional": true, | 579 | "optional": true, |
| 571 | "os": [ | 580 | "os": [ |
| @@ -576,12 +585,15 @@ | |||
| 576 | } | 585 | } |
| 577 | }, | 586 | }, |
| 578 | "node_modules/@tailwindcss/oxide-linux-arm64-musl": { | 587 | "node_modules/@tailwindcss/oxide-linux-arm64-musl": { |
| 579 | "version": "4.2.1", | 588 | "version": "4.3.0", |
| 580 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.2.1.tgz", | 589 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.3.0.tgz", |
| 581 | "integrity": "sha512-WZA0CHRL/SP1TRbA5mp9htsppSEkWuQ4KsSUumYQnyl8ZdT39ntwqmz4IUHGN6p4XdSlYfJwM4rRzZLShHsGAQ==", | 590 | "integrity": "sha512-Z6sukiQsngnWO+l39X4pPbiWT81IC+PLKF+PHxIlyZbGNb9MODfYlXEVlFvej5BOZInWX01kVyzeLvHsXhfczQ==", |
| 582 | "cpu": [ | 591 | "cpu": [ |
| 583 | "arm64" | 592 | "arm64" |
| 584 | ], | 593 | ], |
| 594 | "libc": [ | ||
| 595 | "musl" | ||
| 596 | ], | ||
| 585 | "license": "MIT", | 597 | "license": "MIT", |
| 586 | "optional": true, | 598 | "optional": true, |
| 587 | "os": [ | 599 | "os": [ |
| @@ -592,12 +604,15 @@ | |||
| 592 | } | 604 | } |
| 593 | }, | 605 | }, |
| 594 | "node_modules/@tailwindcss/oxide-linux-x64-gnu": { | 606 | "node_modules/@tailwindcss/oxide-linux-x64-gnu": { |
| 595 | "version": "4.2.1", | 607 | "version": "4.3.0", |
| 596 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.2.1.tgz", | 608 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.3.0.tgz", |
| 597 | "integrity": "sha512-qMFzxI2YlBOLW5PhblzuSWlWfwLHaneBE0xHzLrBgNtqN6mWfs+qYbhryGSXQjFYB1Dzf5w+LN5qbUTPhW7Y5g==", | 609 | "integrity": "sha512-DRNdQRpSGzRGfARVuVkxvM8Q12nh19l4BF/G7zGA1oe+9wcC6saFBHTISrpIcKzhiXtSrlSrluCfvMuledoCTQ==", |
| 598 | "cpu": [ | 610 | "cpu": [ |
| 599 | "x64" | 611 | "x64" |
| 600 | ], | 612 | ], |
| 613 | "libc": [ | ||
| 614 | "glibc" | ||
| 615 | ], | ||
| 601 | "license": "MIT", | 616 | "license": "MIT", |
| 602 | "optional": true, | 617 | "optional": true, |
| 603 | "os": [ | 618 | "os": [ |
| @@ -608,12 +623,15 @@ | |||
| 608 | } | 623 | } |
| 609 | }, | 624 | }, |
| 610 | "node_modules/@tailwindcss/oxide-linux-x64-musl": { | 625 | "node_modules/@tailwindcss/oxide-linux-x64-musl": { |
| 611 | "version": "4.2.1", | 626 | "version": "4.3.0", |
| 612 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.2.1.tgz", | 627 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.3.0.tgz", |
| 613 | "integrity": "sha512-5r1X2FKnCMUPlXTWRYpHdPYUY6a1Ar/t7P24OuiEdEOmms5lyqjDRvVY1yy9Rmioh+AunQ0rWiOTPE8F9A3v5g==", | 628 | "integrity": "sha512-Z0IADbDo8bh6I7h2IQMx601AdXBLfFpEdUotft86evd/8ZPflZe9COPO8Q1vw+pfLWIUo9zN/JGZvwuAJqduqg==", |
| 614 | "cpu": [ | 629 | "cpu": [ |
| 615 | "x64" | 630 | "x64" |
| 616 | ], | 631 | ], |
| 632 | "libc": [ | ||
| 633 | "musl" | ||
| 634 | ], | ||
| 617 | "license": "MIT", | 635 | "license": "MIT", |
| 618 | "optional": true, | 636 | "optional": true, |
| 619 | "os": [ | 637 | "os": [ |
| @@ -624,9 +642,9 @@ | |||
| 624 | } | 642 | } |
| 625 | }, | 643 | }, |
| 626 | "node_modules/@tailwindcss/oxide-wasm32-wasi": { | 644 | "node_modules/@tailwindcss/oxide-wasm32-wasi": { |
| 627 | "version": "4.2.1", | 645 | "version": "4.3.0", |
| 628 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.2.1.tgz", | 646 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.3.0.tgz", |
| 629 | "integrity": "sha512-MGFB5cVPvshR85MTJkEvqDUnuNoysrsRxd6vnk1Lf2tbiqNlXpHYZqkqOQalydienEWOHHFyyuTSYRsLfxFJ2Q==", | 647 | "integrity": "sha512-HNZGOUxEmElksYR7S6sC5jTeNGpobAsy9u7Gu0AskJ8/20FR9GqebUyB+HBcU/ax6BHuiuJi+Oda4B+YX6H1yA==", |
| 630 | "bundleDependencies": [ | 648 | "bundleDependencies": [ |
| 631 | "@napi-rs/wasm-runtime", | 649 | "@napi-rs/wasm-runtime", |
| 632 | "@emnapi/core", | 650 | "@emnapi/core", |
| @@ -641,10 +659,10 @@ | |||
| 641 | "license": "MIT", | 659 | "license": "MIT", |
| 642 | "optional": true, | 660 | "optional": true, |
| 643 | "dependencies": { | 661 | "dependencies": { |
| 644 | "@emnapi/core": "^1.8.1", | 662 | "@emnapi/core": "^1.10.0", |
| 645 | "@emnapi/runtime": "^1.8.1", | 663 | "@emnapi/runtime": "^1.10.0", |
| 646 | "@emnapi/wasi-threads": "^1.1.0", | 664 | "@emnapi/wasi-threads": "^1.2.1", |
| 647 | "@napi-rs/wasm-runtime": "^1.1.1", | 665 | "@napi-rs/wasm-runtime": "^1.1.4", |
| 648 | "@tybys/wasm-util": "^0.10.1", | 666 | "@tybys/wasm-util": "^0.10.1", |
| 649 | "tslib": "^2.8.1" | 667 | "tslib": "^2.8.1" |
| 650 | }, | 668 | }, |
| @@ -653,17 +671,17 @@ | |||
| 653 | } | 671 | } |
| 654 | }, | 672 | }, |
| 655 | "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": { | 673 | "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": { |
| 656 | "version": "1.8.1", | 674 | "version": "1.10.0", |
| 657 | "inBundle": true, | 675 | "inBundle": true, |
| 658 | "license": "MIT", | 676 | "license": "MIT", |
| 659 | "optional": true, | 677 | "optional": true, |
| 660 | "dependencies": { | 678 | "dependencies": { |
| 661 | "@emnapi/wasi-threads": "1.1.0", | 679 | "@emnapi/wasi-threads": "1.2.1", |
| 662 | "tslib": "^2.4.0" | 680 | "tslib": "^2.4.0" |
| 663 | } | 681 | } |
| 664 | }, | 682 | }, |
| 665 | "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": { | 683 | "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": { |
| 666 | "version": "1.8.1", | 684 | "version": "1.10.0", |
| 667 | "inBundle": true, | 685 | "inBundle": true, |
| 668 | "license": "MIT", | 686 | "license": "MIT", |
| 669 | "optional": true, | 687 | "optional": true, |
| @@ -672,7 +690,7 @@ | |||
| 672 | } | 690 | } |
| 673 | }, | 691 | }, |
| 674 | "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": { | 692 | "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": { |
| 675 | "version": "1.1.0", | 693 | "version": "1.2.1", |
| 676 | "inBundle": true, | 694 | "inBundle": true, |
| 677 | "license": "MIT", | 695 | "license": "MIT", |
| 678 | "optional": true, | 696 | "optional": true, |
| @@ -681,18 +699,20 @@ | |||
| 681 | } | 699 | } |
| 682 | }, | 700 | }, |
| 683 | "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": { | 701 | "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": { |
| 684 | "version": "1.1.1", | 702 | "version": "1.1.4", |
| 685 | "inBundle": true, | 703 | "inBundle": true, |
| 686 | "license": "MIT", | 704 | "license": "MIT", |
| 687 | "optional": true, | 705 | "optional": true, |
| 688 | "dependencies": { | 706 | "dependencies": { |
| 689 | "@emnapi/core": "^1.7.1", | ||
| 690 | "@emnapi/runtime": "^1.7.1", | ||
| 691 | "@tybys/wasm-util": "^0.10.1" | 707 | "@tybys/wasm-util": "^0.10.1" |
| 692 | }, | 708 | }, |
| 693 | "funding": { | 709 | "funding": { |
| 694 | "type": "github", | 710 | "type": "github", |
| 695 | "url": "https://github.com/sponsors/Brooooooklyn" | 711 | "url": "https://github.com/sponsors/Brooooooklyn" |
| 712 | }, | ||
| 713 | "peerDependencies": { | ||
| 714 | "@emnapi/core": "^1.7.1", | ||
| 715 | "@emnapi/runtime": "^1.7.1" | ||
| 696 | } | 716 | } |
| 697 | }, | 717 | }, |
| 698 | "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": { | 718 | "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": { |
| @@ -711,9 +731,9 @@ | |||
| 711 | "optional": true | 731 | "optional": true |
| 712 | }, | 732 | }, |
| 713 | "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { | 733 | "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { |
| 714 | "version": "4.2.1", | 734 | "version": "4.3.0", |
| 715 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.2.1.tgz", | 735 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.3.0.tgz", |
| 716 | "integrity": "sha512-YlUEHRHBGnCMh4Nj4GnqQyBtsshUPdiNroZj8VPkvTZSoHsilRCwXcVKnG9kyi0ZFAS/3u+qKHBdDc81SADTRA==", | 736 | "integrity": "sha512-Pe+RPVTi1T+qymuuRpcdvwSVZjnll/f7n8gBxMMh3xLTctMDKqpdfGimbMyioqtLhUYZxdJ9wGNhV7MKHvgZsQ==", |
| 717 | "cpu": [ | 737 | "cpu": [ |
| 718 | "arm64" | 738 | "arm64" |
| 719 | ], | 739 | ], |
| @@ -727,9 +747,9 @@ | |||
| 727 | } | 747 | } |
| 728 | }, | 748 | }, |
| 729 | "node_modules/@tailwindcss/oxide-win32-x64-msvc": { | 749 | "node_modules/@tailwindcss/oxide-win32-x64-msvc": { |
| 730 | "version": "4.2.1", | 750 | "version": "4.3.0", |
| 731 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.2.1.tgz", | 751 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.3.0.tgz", |
| 732 | "integrity": "sha512-rbO34G5sMWWyrN/idLeVxAZgAKWrn5LiR3/I90Q9MkA67s6T1oB0xtTe+0heoBvHSpbU9Mk7i6uwJnpo4u21XQ==", | 752 | "integrity": "sha512-Mvrf2kXW/yeW/OTezZlCGOirXRcUuLIBx/5Y12BaPM7wJoryG6dfS/NJL8aBPqtTEx/Vm4T4vKzFUcKDT+TKUA==", |
| 733 | "cpu": [ | 753 | "cpu": [ |
| 734 | "x64" | 754 | "x64" |
| 735 | ], | 755 | ], |
| @@ -743,16 +763,16 @@ | |||
| 743 | } | 763 | } |
| 744 | }, | 764 | }, |
| 745 | "node_modules/@tailwindcss/postcss": { | 765 | "node_modules/@tailwindcss/postcss": { |
| 746 | "version": "4.2.1", | 766 | "version": "4.3.0", |
| 747 | "resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.2.1.tgz", | 767 | "resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.3.0.tgz", |
| 748 | "integrity": "sha512-OEwGIBnXnj7zJeonOh6ZG9woofIjGrd2BORfvE5p9USYKDCZoQmfqLcfNiRWoJlRWLdNPn2IgVZuWAOM4iTYMw==", | 768 | "integrity": "sha512-Jm05Tjx+9yCLGv5qw1c+84Psds8MnyrEQYCB+FFk2lgGiUjlRqdxke4mVTuYrj2xnVZqKim2Apr5ySuQRYAw/w==", |
| 749 | "license": "MIT", | 769 | "license": "MIT", |
| 750 | "dependencies": { | 770 | "dependencies": { |
| 751 | "@alloc/quick-lru": "^5.2.0", | 771 | "@alloc/quick-lru": "^5.2.0", |
| 752 | "@tailwindcss/node": "4.2.1", | 772 | "@tailwindcss/node": "4.3.0", |
| 753 | "@tailwindcss/oxide": "4.2.1", | 773 | "@tailwindcss/oxide": "4.3.0", |
| 754 | "postcss": "^8.5.6", | 774 | "postcss": "^8.5.10", |
| 755 | "tailwindcss": "4.2.1" | 775 | "tailwindcss": "4.3.0" |
| 756 | } | 776 | } |
| 757 | }, | 777 | }, |
| 758 | "node_modules/ansi-regex": { | 778 | "node_modules/ansi-regex": { |
| @@ -793,9 +813,9 @@ | |||
| 793 | } | 813 | } |
| 794 | }, | 814 | }, |
| 795 | "node_modules/autoprefixer": { | 815 | "node_modules/autoprefixer": { |
| 796 | "version": "10.4.27", | 816 | "version": "10.5.0", |
| 797 | "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.27.tgz", | 817 | "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.5.0.tgz", |
| 798 | "integrity": "sha512-NP9APE+tO+LuJGn7/9+cohklunJsXWiaWEfV3si4Gi/XHDwVNgkwr1J3RQYFIvPy76GmJ9/bW8vyoU1LcxwKHA==", | 818 | "integrity": "sha512-FMhOoZV4+qR6aTUALKX2rEqGG+oyATvwBt9IIzVR5rMa2HRWPkxf+P+PAJLD1I/H5/II+HuZcBJYEFBpq39ong==", |
| 799 | "funding": [ | 819 | "funding": [ |
| 800 | { | 820 | { |
| 801 | "type": "opencollective", | 821 | "type": "opencollective", |
| @@ -812,8 +832,8 @@ | |||
| 812 | ], | 832 | ], |
| 813 | "license": "MIT", | 833 | "license": "MIT", |
| 814 | "dependencies": { | 834 | "dependencies": { |
| 815 | "browserslist": "^4.28.1", | 835 | "browserslist": "^4.28.2", |
| 816 | "caniuse-lite": "^1.0.30001774", | 836 | "caniuse-lite": "^1.0.30001787", |
| 817 | "fraction.js": "^5.3.4", | 837 | "fraction.js": "^5.3.4", |
| 818 | "picocolors": "^1.1.1", | 838 | "picocolors": "^1.1.1", |
| 819 | "postcss-value-parser": "^4.2.0" | 839 | "postcss-value-parser": "^4.2.0" |
| @@ -835,12 +855,15 @@ | |||
| 835 | "license": "MIT" | 855 | "license": "MIT" |
| 836 | }, | 856 | }, |
| 837 | "node_modules/baseline-browser-mapping": { | 857 | "node_modules/baseline-browser-mapping": { |
| 838 | "version": "2.9.7", | 858 | "version": "2.10.18", |
| 839 | "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.7.tgz", | 859 | "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.18.tgz", |
| 840 | "integrity": "sha512-k9xFKplee6KIio3IDbwj+uaCLpqzOwakOgmqzPezM0sFJlFKcg30vk2wOiAJtkTSfx0SSQDSe8q+mWA/fSH5Zg==", | 860 | "integrity": "sha512-VSnGQAOLtP5mib/DPyg2/t+Tlv65NTBz83BJBJvmLVHHuKJVaDOBvJJykiT5TR++em5nfAySPccDZDa4oSrn8A==", |
| 841 | "license": "Apache-2.0", | 861 | "license": "Apache-2.0", |
| 842 | "bin": { | 862 | "bin": { |
| 843 | "baseline-browser-mapping": "dist/cli.js" | 863 | "baseline-browser-mapping": "dist/cli.cjs" |
| 864 | }, | ||
| 865 | "engines": { | ||
| 866 | "node": ">=6.0.0" | ||
| 844 | } | 867 | } |
| 845 | }, | 868 | }, |
| 846 | "node_modules/binary-extensions": { | 869 | "node_modules/binary-extensions": { |
| @@ -883,9 +906,9 @@ | |||
| 883 | } | 906 | } |
| 884 | }, | 907 | }, |
| 885 | "node_modules/browserslist": { | 908 | "node_modules/browserslist": { |
| 886 | "version": "4.28.1", | 909 | "version": "4.28.2", |
| 887 | "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.1.tgz", | 910 | "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.2.tgz", |
| 888 | "integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==", | 911 | "integrity": "sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==", |
| 889 | "funding": [ | 912 | "funding": [ |
| 890 | { | 913 | { |
| 891 | "type": "opencollective", | 914 | "type": "opencollective", |
| @@ -902,11 +925,11 @@ | |||
| 902 | ], | 925 | ], |
| 903 | "license": "MIT", | 926 | "license": "MIT", |
| 904 | "dependencies": { | 927 | "dependencies": { |
| 905 | "baseline-browser-mapping": "^2.9.0", | 928 | "baseline-browser-mapping": "^2.10.12", |
| 906 | "caniuse-lite": "^1.0.30001759", | 929 | "caniuse-lite": "^1.0.30001782", |
| 907 | "electron-to-chromium": "^1.5.263", | 930 | "electron-to-chromium": "^1.5.328", |
| 908 | "node-releases": "^2.0.27", | 931 | "node-releases": "^2.0.36", |
| 909 | "update-browserslist-db": "^1.2.0" | 932 | "update-browserslist-db": "^1.2.3" |
| 910 | }, | 933 | }, |
| 911 | "bin": { | 934 | "bin": { |
| 912 | "browserslist": "cli.js" | 935 | "browserslist": "cli.js" |
| @@ -928,9 +951,9 @@ | |||
| 928 | } | 951 | } |
| 929 | }, | 952 | }, |
| 930 | "node_modules/caniuse-lite": { | 953 | "node_modules/caniuse-lite": { |
| 931 | "version": "1.0.30001776", | 954 | "version": "1.0.30001787", |
| 932 | "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001776.tgz", | 955 | "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001787.tgz", |
| 933 | "integrity": "sha512-sg01JDPzZ9jGshqKSckOQthXnYwOEP50jeVFhaSFbZcOy05TiuuaffDOfcwtCisJ9kNQuLBFibYywv2Bgm9osw==", | 956 | "integrity": "sha512-mNcrMN9KeI68u7muanUpEejSLghOKlVhRqS/Za2IeyGllJ9I9otGpR9g3nsw7n4W378TE/LyIteA0+/FOZm4Kg==", |
| 934 | "funding": [ | 957 | "funding": [ |
| 935 | { | 958 | { |
| 936 | "type": "opencollective", | 959 | "type": "opencollective", |
| @@ -1076,12 +1099,6 @@ | |||
| 1076 | "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", | 1099 | "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", |
| 1077 | "license": "MIT" | 1100 | "license": "MIT" |
| 1078 | }, | 1101 | }, |
| 1079 | "node_modules/colord": { | ||
| 1080 | "version": "2.9.3", | ||
| 1081 | "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz", | ||
| 1082 | "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==", | ||
| 1083 | "license": "MIT" | ||
| 1084 | }, | ||
| 1085 | "node_modules/commander": { | 1102 | "node_modules/commander": { |
| 1086 | "version": "12.1.0", | 1103 | "version": "12.1.0", |
| 1087 | "resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz", | 1104 | "resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz", |
| @@ -1171,12 +1188,12 @@ | |||
| 1171 | } | 1188 | } |
| 1172 | }, | 1189 | }, |
| 1173 | "node_modules/cssnano": { | 1190 | "node_modules/cssnano": { |
| 1174 | "version": "7.1.3", | 1191 | "version": "7.1.9", |
| 1175 | "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-7.1.3.tgz", | 1192 | "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-7.1.9.tgz", |
| 1176 | "integrity": "sha512-mLFHQAzyapMVFLiJIn7Ef4C2UCEvtlTlbyILR6B5ZsUAV3D/Pa761R5uC1YPhyBkRd3eqaDm2ncaNrD7R4mTRg==", | 1193 | "integrity": "sha512-uPR75+5Dk/WJ/YSPR1/YDHdwMM9c5FsaARljfKWgeCKLKOtJ0we21xy/RcCjn53fZnD/f6yYEIZ8pu18+GnbNQ==", |
| 1177 | "license": "MIT", | 1194 | "license": "MIT", |
| 1178 | "dependencies": { | 1195 | "dependencies": { |
| 1179 | "cssnano-preset-default": "^7.0.11", | 1196 | "cssnano-preset-default": "^7.0.17", |
| 1180 | "lilconfig": "^3.1.3" | 1197 | "lilconfig": "^3.1.3" |
| 1181 | }, | 1198 | }, |
| 1182 | "engines": { | 1199 | "engines": { |
| @@ -1187,63 +1204,63 @@ | |||
| 1187 | "url": "https://opencollective.com/cssnano" | 1204 | "url": "https://opencollective.com/cssnano" |
| 1188 | }, | 1205 | }, |
| 1189 | "peerDependencies": { | 1206 | "peerDependencies": { |
| 1190 | "postcss": "^8.4.32" | 1207 | "postcss": "^8.5.13" |
| 1191 | } | 1208 | } |
| 1192 | }, | 1209 | }, |
| 1193 | "node_modules/cssnano-preset-default": { | 1210 | "node_modules/cssnano-preset-default": { |
| 1194 | "version": "7.0.11", | 1211 | "version": "7.0.17", |
| 1195 | "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-7.0.11.tgz", | 1212 | "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-7.0.17.tgz", |
| 1196 | "integrity": "sha512-waWlAMuCakP7//UCY+JPrQS1z0OSLeOXk2sKWJximKWGupVxre50bzPlvpbUwZIDylhf/ptf0Pk+Yf7C+hoa3g==", | 1213 | "integrity": "sha512-11qO63A+czwguQFJCaTdICvbaxn0pJzz/XghLlv+OT7WyToDxAMR0Xb3/26/l0y0hQJywwNbj/SLSQlGBHE1OA==", |
| 1197 | "license": "MIT", | 1214 | "license": "MIT", |
| 1198 | "dependencies": { | 1215 | "dependencies": { |
| 1199 | "browserslist": "^4.28.1", | 1216 | "browserslist": "^4.28.2", |
| 1200 | "css-declaration-sorter": "^7.2.0", | 1217 | "css-declaration-sorter": "^7.2.0", |
| 1201 | "cssnano-utils": "^5.0.1", | 1218 | "cssnano-utils": "^5.0.3", |
| 1202 | "postcss-calc": "^10.1.1", | 1219 | "postcss-calc": "^10.1.1", |
| 1203 | "postcss-colormin": "^7.0.6", | 1220 | "postcss-colormin": "^7.0.10", |
| 1204 | "postcss-convert-values": "^7.0.9", | 1221 | "postcss-convert-values": "^7.0.12", |
| 1205 | "postcss-discard-comments": "^7.0.6", | 1222 | "postcss-discard-comments": "^7.0.8", |
| 1206 | "postcss-discard-duplicates": "^7.0.2", | 1223 | "postcss-discard-duplicates": "^7.0.4", |
| 1207 | "postcss-discard-empty": "^7.0.1", | 1224 | "postcss-discard-empty": "^7.0.3", |
| 1208 | "postcss-discard-overridden": "^7.0.1", | 1225 | "postcss-discard-overridden": "^7.0.3", |
| 1209 | "postcss-merge-longhand": "^7.0.5", | 1226 | "postcss-merge-longhand": "^7.0.7", |
| 1210 | "postcss-merge-rules": "^7.0.8", | 1227 | "postcss-merge-rules": "^7.0.11", |
| 1211 | "postcss-minify-font-values": "^7.0.1", | 1228 | "postcss-minify-font-values": "^7.0.3", |
| 1212 | "postcss-minify-gradients": "^7.0.1", | 1229 | "postcss-minify-gradients": "^7.0.5", |
| 1213 | "postcss-minify-params": "^7.0.6", | 1230 | "postcss-minify-params": "^7.0.9", |
| 1214 | "postcss-minify-selectors": "^7.0.6", | 1231 | "postcss-minify-selectors": "^7.1.2", |
| 1215 | "postcss-normalize-charset": "^7.0.1", | 1232 | "postcss-normalize-charset": "^7.0.3", |
| 1216 | "postcss-normalize-display-values": "^7.0.1", | 1233 | "postcss-normalize-display-values": "^7.0.3", |
| 1217 | "postcss-normalize-positions": "^7.0.1", | 1234 | "postcss-normalize-positions": "^7.0.4", |
| 1218 | "postcss-normalize-repeat-style": "^7.0.1", | 1235 | "postcss-normalize-repeat-style": "^7.0.4", |
| 1219 | "postcss-normalize-string": "^7.0.1", | 1236 | "postcss-normalize-string": "^7.0.3", |
| 1220 | "postcss-normalize-timing-functions": "^7.0.1", | 1237 | "postcss-normalize-timing-functions": "^7.0.3", |
| 1221 | "postcss-normalize-unicode": "^7.0.6", | 1238 | "postcss-normalize-unicode": "^7.0.9", |
| 1222 | "postcss-normalize-url": "^7.0.1", | 1239 | "postcss-normalize-url": "^7.0.3", |
| 1223 | "postcss-normalize-whitespace": "^7.0.1", | 1240 | "postcss-normalize-whitespace": "^7.0.3", |
| 1224 | "postcss-ordered-values": "^7.0.2", | 1241 | "postcss-ordered-values": "^7.0.4", |
| 1225 | "postcss-reduce-initial": "^7.0.6", | 1242 | "postcss-reduce-initial": "^7.0.9", |
| 1226 | "postcss-reduce-transforms": "^7.0.1", | 1243 | "postcss-reduce-transforms": "^7.0.3", |
| 1227 | "postcss-svgo": "^7.1.1", | 1244 | "postcss-svgo": "^7.1.3", |
| 1228 | "postcss-unique-selectors": "^7.0.5" | 1245 | "postcss-unique-selectors": "^7.0.7" |
| 1229 | }, | 1246 | }, |
| 1230 | "engines": { | 1247 | "engines": { |
| 1231 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 1248 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 1232 | }, | 1249 | }, |
| 1233 | "peerDependencies": { | 1250 | "peerDependencies": { |
| 1234 | "postcss": "^8.4.32" | 1251 | "postcss": "^8.5.13" |
| 1235 | } | 1252 | } |
| 1236 | }, | 1253 | }, |
| 1237 | "node_modules/cssnano-utils": { | 1254 | "node_modules/cssnano-utils": { |
| 1238 | "version": "5.0.1", | 1255 | "version": "5.0.3", |
| 1239 | "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-5.0.1.tgz", | 1256 | "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-5.0.3.tgz", |
| 1240 | "integrity": "sha512-ZIP71eQgG9JwjVZsTPSqhc6GHgEr53uJ7tK5///VfyWj6Xp2DBmixWHqJgPno+PqATzn48pL42ww9x5SSGmhZg==", | 1257 | "integrity": "sha512-ynIREMICLxkxm7e9bCR9sh75s4Q5drICi0ua1yxo5jH2XPBqSKkl4dOh4EbFqtUmnTMhRffHgYL0EKKkMjtJTg==", |
| 1241 | "license": "MIT", | 1258 | "license": "MIT", |
| 1242 | "engines": { | 1259 | "engines": { |
| 1243 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 1260 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 1244 | }, | 1261 | }, |
| 1245 | "peerDependencies": { | 1262 | "peerDependencies": { |
| 1246 | "postcss": "^8.4.32" | 1263 | "postcss": "^8.5.13" |
| 1247 | } | 1264 | } |
| 1248 | }, | 1265 | }, |
| 1249 | "node_modules/csso": { | 1266 | "node_modules/csso": { |
| @@ -1362,9 +1379,9 @@ | |||
| 1362 | "license": "MIT" | 1379 | "license": "MIT" |
| 1363 | }, | 1380 | }, |
| 1364 | "node_modules/electron-to-chromium": { | 1381 | "node_modules/electron-to-chromium": { |
| 1365 | "version": "1.5.267", | 1382 | "version": "1.5.336", |
| 1366 | "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.267.tgz", | 1383 | "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.336.tgz", |
| 1367 | "integrity": "sha512-0Drusm6MVRXSOJpGbaSVgcQsuB4hEkMpHXaVstcPmhu5LIedxs1xNK/nIxmQIU/RPC0+1/o0AVZfBTkTNJOdUw==", | 1384 | "integrity": "sha512-AbH9q9J455r/nLmdNZes0G0ZKcRX73FicwowalLs6ijwOmCJSRRrLX63lcAlzy9ux3dWK1w1+1nsBJEWN11hcQ==", |
| 1368 | "license": "ISC" | 1385 | "license": "ISC" |
| 1369 | }, | 1386 | }, |
| 1370 | "node_modules/emoji-regex": { | 1387 | "node_modules/emoji-regex": { |
| @@ -1374,13 +1391,13 @@ | |||
| 1374 | "license": "MIT" | 1391 | "license": "MIT" |
| 1375 | }, | 1392 | }, |
| 1376 | "node_modules/enhanced-resolve": { | 1393 | "node_modules/enhanced-resolve": { |
| 1377 | "version": "5.20.0", | 1394 | "version": "5.21.3", |
| 1378 | "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.20.0.tgz", | 1395 | "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.21.3.tgz", |
| 1379 | "integrity": "sha512-/ce7+jQ1PQ6rVXwe+jKEg5hW5ciicHwIQUagZkp6IufBoY3YDgdTTY1azVs0qoRgVmvsNB+rbjLJxDAeHHtwsQ==", | 1396 | "integrity": "sha512-QyL119InA+XXEkNLNTPCXPugSvOfhwv0JOlGNzvxs0hZaiHLNvXSpudUWsOlsXGWJh8G6ckCScEkVHfX3kw/2Q==", |
| 1380 | "license": "MIT", | 1397 | "license": "MIT", |
| 1381 | "dependencies": { | 1398 | "dependencies": { |
| 1382 | "graceful-fs": "^4.2.4", | 1399 | "graceful-fs": "^4.2.4", |
| 1383 | "tapable": "^2.3.0" | 1400 | "tapable": "^2.3.3" |
| 1384 | }, | 1401 | }, |
| 1385 | "engines": { | 1402 | "engines": { |
| 1386 | "node": ">=10.13.0" | 1403 | "node": ">=10.13.0" |
| @@ -1617,9 +1634,9 @@ | |||
| 1617 | } | 1634 | } |
| 1618 | }, | 1635 | }, |
| 1619 | "node_modules/lightningcss": { | 1636 | "node_modules/lightningcss": { |
| 1620 | "version": "1.31.1", | 1637 | "version": "1.32.0", |
| 1621 | "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.31.1.tgz", | 1638 | "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz", |
| 1622 | "integrity": "sha512-l51N2r93WmGUye3WuFoN5k10zyvrVs0qfKBhyC5ogUQ6Ew6JUSswh78mbSO+IU3nTWsyOArqPCcShdQSadghBQ==", | 1639 | "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==", |
| 1623 | "license": "MPL-2.0", | 1640 | "license": "MPL-2.0", |
| 1624 | "dependencies": { | 1641 | "dependencies": { |
| 1625 | "detect-libc": "^2.0.3" | 1642 | "detect-libc": "^2.0.3" |
| @@ -1632,23 +1649,23 @@ | |||
| 1632 | "url": "https://opencollective.com/parcel" | 1649 | "url": "https://opencollective.com/parcel" |
| 1633 | }, | 1650 | }, |
| 1634 | "optionalDependencies": { | 1651 | "optionalDependencies": { |
| 1635 | "lightningcss-android-arm64": "1.31.1", | 1652 | "lightningcss-android-arm64": "1.32.0", |
| 1636 | "lightningcss-darwin-arm64": "1.31.1", | 1653 | "lightningcss-darwin-arm64": "1.32.0", |
| 1637 | "lightningcss-darwin-x64": "1.31.1", | 1654 | "lightningcss-darwin-x64": "1.32.0", |
| 1638 | "lightningcss-freebsd-x64": "1.31.1", | 1655 | "lightningcss-freebsd-x64": "1.32.0", |
| 1639 | "lightningcss-linux-arm-gnueabihf": "1.31.1", | 1656 | "lightningcss-linux-arm-gnueabihf": "1.32.0", |
| 1640 | "lightningcss-linux-arm64-gnu": "1.31.1", | 1657 | "lightningcss-linux-arm64-gnu": "1.32.0", |
| 1641 | "lightningcss-linux-arm64-musl": "1.31.1", | 1658 | "lightningcss-linux-arm64-musl": "1.32.0", |
| 1642 | "lightningcss-linux-x64-gnu": "1.31.1", | 1659 | "lightningcss-linux-x64-gnu": "1.32.0", |
| 1643 | "lightningcss-linux-x64-musl": "1.31.1", | 1660 | "lightningcss-linux-x64-musl": "1.32.0", |
| 1644 | "lightningcss-win32-arm64-msvc": "1.31.1", | 1661 | "lightningcss-win32-arm64-msvc": "1.32.0", |
| 1645 | "lightningcss-win32-x64-msvc": "1.31.1" | 1662 | "lightningcss-win32-x64-msvc": "1.32.0" |
| 1646 | } | 1663 | } |
| 1647 | }, | 1664 | }, |
| 1648 | "node_modules/lightningcss-android-arm64": { | 1665 | "node_modules/lightningcss-android-arm64": { |
| 1649 | "version": "1.31.1", | 1666 | "version": "1.32.0", |
| 1650 | "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.31.1.tgz", | 1667 | "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz", |
| 1651 | "integrity": "sha512-HXJF3x8w9nQ4jbXRiNppBCqeZPIAfUo8zE/kOEGbW5NZvGc/K7nMxbhIr+YlFlHW5mpbg/YFPdbnCh1wAXCKFg==", | 1668 | "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==", |
| 1652 | "cpu": [ | 1669 | "cpu": [ |
| 1653 | "arm64" | 1670 | "arm64" |
| 1654 | ], | 1671 | ], |
| @@ -1666,9 +1683,9 @@ | |||
| 1666 | } | 1683 | } |
| 1667 | }, | 1684 | }, |
| 1668 | "node_modules/lightningcss-darwin-arm64": { | 1685 | "node_modules/lightningcss-darwin-arm64": { |
| 1669 | "version": "1.31.1", | 1686 | "version": "1.32.0", |
| 1670 | "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.31.1.tgz", | 1687 | "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz", |
| 1671 | "integrity": "sha512-02uTEqf3vIfNMq3h/z2cJfcOXnQ0GRwQrkmPafhueLb2h7mqEidiCzkE4gBMEH65abHRiQvhdcQ+aP0D0g67sg==", | 1688 | "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==", |
| 1672 | "cpu": [ | 1689 | "cpu": [ |
| 1673 | "arm64" | 1690 | "arm64" |
| 1674 | ], | 1691 | ], |
| @@ -1686,9 +1703,9 @@ | |||
| 1686 | } | 1703 | } |
| 1687 | }, | 1704 | }, |
| 1688 | "node_modules/lightningcss-darwin-x64": { | 1705 | "node_modules/lightningcss-darwin-x64": { |
| 1689 | "version": "1.31.1", | 1706 | "version": "1.32.0", |
| 1690 | "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.31.1.tgz", | 1707 | "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz", |
| 1691 | "integrity": "sha512-1ObhyoCY+tGxtsz1lSx5NXCj3nirk0Y0kB/g8B8DT+sSx4G9djitg9ejFnjb3gJNWo7qXH4DIy2SUHvpoFwfTA==", | 1708 | "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==", |
| 1692 | "cpu": [ | 1709 | "cpu": [ |
| 1693 | "x64" | 1710 | "x64" |
| 1694 | ], | 1711 | ], |
| @@ -1706,9 +1723,9 @@ | |||
| 1706 | } | 1723 | } |
| 1707 | }, | 1724 | }, |
| 1708 | "node_modules/lightningcss-freebsd-x64": { | 1725 | "node_modules/lightningcss-freebsd-x64": { |
| 1709 | "version": "1.31.1", | 1726 | "version": "1.32.0", |
| 1710 | "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.31.1.tgz", | 1727 | "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz", |
| 1711 | "integrity": "sha512-1RINmQKAItO6ISxYgPwszQE1BrsVU5aB45ho6O42mu96UiZBxEXsuQ7cJW4zs4CEodPUioj/QrXW1r9pLUM74A==", | 1728 | "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==", |
| 1712 | "cpu": [ | 1729 | "cpu": [ |
| 1713 | "x64" | 1730 | "x64" |
| 1714 | ], | 1731 | ], |
| @@ -1726,9 +1743,9 @@ | |||
| 1726 | } | 1743 | } |
| 1727 | }, | 1744 | }, |
| 1728 | "node_modules/lightningcss-linux-arm-gnueabihf": { | 1745 | "node_modules/lightningcss-linux-arm-gnueabihf": { |
| 1729 | "version": "1.31.1", | 1746 | "version": "1.32.0", |
| 1730 | "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.31.1.tgz", | 1747 | "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz", |
| 1731 | "integrity": "sha512-OOCm2//MZJ87CdDK62rZIu+aw9gBv4azMJuA8/KB74wmfS3lnC4yoPHm0uXZ/dvNNHmnZnB8XLAZzObeG0nS1g==", | 1748 | "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==", |
| 1732 | "cpu": [ | 1749 | "cpu": [ |
| 1733 | "arm" | 1750 | "arm" |
| 1734 | ], | 1751 | ], |
| @@ -1746,9 +1763,9 @@ | |||
| 1746 | } | 1763 | } |
| 1747 | }, | 1764 | }, |
| 1748 | "node_modules/lightningcss-linux-arm64-gnu": { | 1765 | "node_modules/lightningcss-linux-arm64-gnu": { |
| 1749 | "version": "1.31.1", | 1766 | "version": "1.32.0", |
| 1750 | "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.31.1.tgz", | 1767 | "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz", |
| 1751 | "integrity": "sha512-WKyLWztD71rTnou4xAD5kQT+982wvca7E6QoLpoawZ1gP9JM0GJj4Tp5jMUh9B3AitHbRZ2/H3W5xQmdEOUlLg==", | 1768 | "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==", |
| 1752 | "cpu": [ | 1769 | "cpu": [ |
| 1753 | "arm64" | 1770 | "arm64" |
| 1754 | ], | 1771 | ], |
| @@ -1766,9 +1783,9 @@ | |||
| 1766 | } | 1783 | } |
| 1767 | }, | 1784 | }, |
| 1768 | "node_modules/lightningcss-linux-arm64-musl": { | 1785 | "node_modules/lightningcss-linux-arm64-musl": { |
| 1769 | "version": "1.31.1", | 1786 | "version": "1.32.0", |
| 1770 | "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.31.1.tgz", | 1787 | "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz", |
| 1771 | "integrity": "sha512-mVZ7Pg2zIbe3XlNbZJdjs86YViQFoJSpc41CbVmKBPiGmC4YrfeOyz65ms2qpAobVd7WQsbW4PdsSJEMymyIMg==", | 1788 | "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==", |
| 1772 | "cpu": [ | 1789 | "cpu": [ |
| 1773 | "arm64" | 1790 | "arm64" |
| 1774 | ], | 1791 | ], |
| @@ -1786,9 +1803,9 @@ | |||
| 1786 | } | 1803 | } |
| 1787 | }, | 1804 | }, |
| 1788 | "node_modules/lightningcss-linux-x64-gnu": { | 1805 | "node_modules/lightningcss-linux-x64-gnu": { |
| 1789 | "version": "1.31.1", | 1806 | "version": "1.32.0", |
| 1790 | "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.31.1.tgz", | 1807 | "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz", |
| 1791 | "integrity": "sha512-xGlFWRMl+0KvUhgySdIaReQdB4FNudfUTARn7q0hh/V67PVGCs3ADFjw+6++kG1RNd0zdGRlEKa+T13/tQjPMA==", | 1808 | "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==", |
| 1792 | "cpu": [ | 1809 | "cpu": [ |
| 1793 | "x64" | 1810 | "x64" |
| 1794 | ], | 1811 | ], |
| @@ -1806,9 +1823,9 @@ | |||
| 1806 | } | 1823 | } |
| 1807 | }, | 1824 | }, |
| 1808 | "node_modules/lightningcss-linux-x64-musl": { | 1825 | "node_modules/lightningcss-linux-x64-musl": { |
| 1809 | "version": "1.31.1", | 1826 | "version": "1.32.0", |
| 1810 | "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.31.1.tgz", | 1827 | "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz", |
| 1811 | "integrity": "sha512-eowF8PrKHw9LpoZii5tdZwnBcYDxRw2rRCyvAXLi34iyeYfqCQNA9rmUM0ce62NlPhCvof1+9ivRaTY6pSKDaA==", | 1828 | "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==", |
| 1812 | "cpu": [ | 1829 | "cpu": [ |
| 1813 | "x64" | 1830 | "x64" |
| 1814 | ], | 1831 | ], |
| @@ -1826,9 +1843,9 @@ | |||
| 1826 | } | 1843 | } |
| 1827 | }, | 1844 | }, |
| 1828 | "node_modules/lightningcss-win32-arm64-msvc": { | 1845 | "node_modules/lightningcss-win32-arm64-msvc": { |
| 1829 | "version": "1.31.1", | 1846 | "version": "1.32.0", |
| 1830 | "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.31.1.tgz", | 1847 | "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz", |
| 1831 | "integrity": "sha512-aJReEbSEQzx1uBlQizAOBSjcmr9dCdL3XuC/6HLXAxmtErsj2ICo5yYggg1qOODQMtnjNQv2UHb9NpOuFtYe4w==", | 1848 | "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==", |
| 1832 | "cpu": [ | 1849 | "cpu": [ |
| 1833 | "arm64" | 1850 | "arm64" |
| 1834 | ], | 1851 | ], |
| @@ -1846,9 +1863,9 @@ | |||
| 1846 | } | 1863 | } |
| 1847 | }, | 1864 | }, |
| 1848 | "node_modules/lightningcss-win32-x64-msvc": { | 1865 | "node_modules/lightningcss-win32-x64-msvc": { |
| 1849 | "version": "1.31.1", | 1866 | "version": "1.32.0", |
| 1850 | "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.31.1.tgz", | 1867 | "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz", |
| 1851 | "integrity": "sha512-I9aiFrbd7oYHwlnQDqr1Roz+fTz61oDDJX7n9tYF9FJymH1cIN1DtKw3iYt6b8WZgEjoNwVSncwF4wx/ZedMhw==", | 1868 | "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==", |
| 1852 | "cpu": [ | 1869 | "cpu": [ |
| 1853 | "x64" | 1870 | "x64" |
| 1854 | ], | 1871 | ], |
| @@ -1966,9 +1983,9 @@ | |||
| 1966 | } | 1983 | } |
| 1967 | }, | 1984 | }, |
| 1968 | "node_modules/nanoid": { | 1985 | "node_modules/nanoid": { |
| 1969 | "version": "3.3.11", | 1986 | "version": "3.3.12", |
| 1970 | "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", | 1987 | "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.12.tgz", |
| 1971 | "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", | 1988 | "integrity": "sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==", |
| 1972 | "funding": [ | 1989 | "funding": [ |
| 1973 | { | 1990 | { |
| 1974 | "type": "github", | 1991 | "type": "github", |
| @@ -1990,9 +2007,9 @@ | |||
| 1990 | "license": "MIT" | 2007 | "license": "MIT" |
| 1991 | }, | 2008 | }, |
| 1992 | "node_modules/node-releases": { | 2009 | "node_modules/node-releases": { |
| 1993 | "version": "2.0.27", | 2010 | "version": "2.0.37", |
| 1994 | "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz", | 2011 | "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.37.tgz", |
| 1995 | "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==", | 2012 | "integrity": "sha512-1h5gKZCF+pO/o3Iqt5Jp7wc9rH3eJJ0+nh/CIoiRwjRxde/hAHyLPXYN4V3CqKAbiZPSeJFSWHmJsbkicta0Eg==", |
| 1996 | "license": "MIT" | 2013 | "license": "MIT" |
| 1997 | }, | 2014 | }, |
| 1998 | "node_modules/normalize-path": { | 2015 | "node_modules/normalize-path": { |
| @@ -2075,9 +2092,9 @@ | |||
| 2075 | } | 2092 | } |
| 2076 | }, | 2093 | }, |
| 2077 | "node_modules/postcss": { | 2094 | "node_modules/postcss": { |
| 2078 | "version": "8.5.8", | 2095 | "version": "8.5.15", |
| 2079 | "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.8.tgz", | 2096 | "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.15.tgz", |
| 2080 | "integrity": "sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==", | 2097 | "integrity": "sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==", |
| 2081 | "funding": [ | 2098 | "funding": [ |
| 2082 | { | 2099 | { |
| 2083 | "type": "opencollective", | 2100 | "type": "opencollective", |
| @@ -2094,7 +2111,7 @@ | |||
| 2094 | ], | 2111 | ], |
| 2095 | "license": "MIT", | 2112 | "license": "MIT", |
| 2096 | "dependencies": { | 2113 | "dependencies": { |
| 2097 | "nanoid": "^3.3.11", | 2114 | "nanoid": "^3.3.12", |
| 2098 | "picocolors": "^1.1.1", | 2115 | "picocolors": "^1.1.1", |
| 2099 | "source-map-js": "^1.2.1" | 2116 | "source-map-js": "^1.2.1" |
| 2100 | }, | 2117 | }, |
| @@ -2147,43 +2164,43 @@ | |||
| 2147 | } | 2164 | } |
| 2148 | }, | 2165 | }, |
| 2149 | "node_modules/postcss-colormin": { | 2166 | "node_modules/postcss-colormin": { |
| 2150 | "version": "7.0.6", | 2167 | "version": "7.0.10", |
| 2151 | "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-7.0.6.tgz", | 2168 | "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-7.0.10.tgz", |
| 2152 | "integrity": "sha512-oXM2mdx6IBTRm39797QguYzVEWzbdlFiMNfq88fCCN1Wepw3CYmJ/1/Ifa/KjWo+j5ZURDl2NTldLJIw51IeNQ==", | 2169 | "integrity": "sha512-yFr6JezOolHLta/buLE71VKPh2mXursp4saVe98/ol8ZnEWhL+racShqPKlvd/DKWLre/39B6HhcMXf7RZ3hxg==", |
| 2153 | "license": "MIT", | 2170 | "license": "MIT", |
| 2154 | "dependencies": { | 2171 | "dependencies": { |
| 2155 | "browserslist": "^4.28.1", | 2172 | "@colordx/core": "^5.4.3", |
| 2173 | "browserslist": "^4.28.2", | ||
| 2156 | "caniuse-api": "^3.0.0", | 2174 | "caniuse-api": "^3.0.0", |
| 2157 | "colord": "^2.9.3", | ||
| 2158 | "postcss-value-parser": "^4.2.0" | 2175 | "postcss-value-parser": "^4.2.0" |
| 2159 | }, | 2176 | }, |
| 2160 | "engines": { | 2177 | "engines": { |
| 2161 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2178 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2162 | }, | 2179 | }, |
| 2163 | "peerDependencies": { | 2180 | "peerDependencies": { |
| 2164 | "postcss": "^8.4.32" | 2181 | "postcss": "^8.5.13" |
| 2165 | } | 2182 | } |
| 2166 | }, | 2183 | }, |
| 2167 | "node_modules/postcss-convert-values": { | 2184 | "node_modules/postcss-convert-values": { |
| 2168 | "version": "7.0.9", | 2185 | "version": "7.0.12", |
| 2169 | "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-7.0.9.tgz", | 2186 | "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-7.0.12.tgz", |
| 2170 | "integrity": "sha512-l6uATQATZaCa0bckHV+r6dLXfWtUBKXxO3jK+AtxxJJtgMPD+VhhPCCx51I4/5w8U5uHV67g3w7PXj+V3wlMlg==", | 2187 | "integrity": "sha512-xurKu5qqk4viR3Cp3p4xBR4KfnZm4w4ys6+UBwBmeuBSNkH7+DtLnYOYnOffgtE4yx8sH9S1VZ6RAAvROXzP2Q==", |
| 2171 | "license": "MIT", | 2188 | "license": "MIT", |
| 2172 | "dependencies": { | 2189 | "dependencies": { |
| 2173 | "browserslist": "^4.28.1", | 2190 | "browserslist": "^4.28.2", |
| 2174 | "postcss-value-parser": "^4.2.0" | 2191 | "postcss-value-parser": "^4.2.0" |
| 2175 | }, | 2192 | }, |
| 2176 | "engines": { | 2193 | "engines": { |
| 2177 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2194 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2178 | }, | 2195 | }, |
| 2179 | "peerDependencies": { | 2196 | "peerDependencies": { |
| 2180 | "postcss": "^8.4.32" | 2197 | "postcss": "^8.5.13" |
| 2181 | } | 2198 | } |
| 2182 | }, | 2199 | }, |
| 2183 | "node_modules/postcss-discard-comments": { | 2200 | "node_modules/postcss-discard-comments": { |
| 2184 | "version": "7.0.6", | 2201 | "version": "7.0.8", |
| 2185 | "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-7.0.6.tgz", | 2202 | "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-7.0.8.tgz", |
| 2186 | "integrity": "sha512-Sq+Fzj1Eg5/CPf1ERb0wS1Im5cvE2gDXCE+si4HCn1sf+jpQZxDI4DXEp8t77B/ImzDceWE2ebJQFXdqZ6GRJw==", | 2203 | "integrity": "sha512-CvvS5S9WrXblFXCEJ9nVo+4z+eA7zSC7Z88V1HEJuwlQhlFnYTIjg1xJY+BCUiG2bvICap2tXii4mP22BD108Q==", |
| 2187 | "license": "MIT", | 2204 | "license": "MIT", |
| 2188 | "dependencies": { | 2205 | "dependencies": { |
| 2189 | "postcss-selector-parser": "^7.1.1" | 2206 | "postcss-selector-parser": "^7.1.1" |
| @@ -2192,43 +2209,43 @@ | |||
| 2192 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2209 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2193 | }, | 2210 | }, |
| 2194 | "peerDependencies": { | 2211 | "peerDependencies": { |
| 2195 | "postcss": "^8.4.32" | 2212 | "postcss": "^8.5.13" |
| 2196 | } | 2213 | } |
| 2197 | }, | 2214 | }, |
| 2198 | "node_modules/postcss-discard-duplicates": { | 2215 | "node_modules/postcss-discard-duplicates": { |
| 2199 | "version": "7.0.2", | 2216 | "version": "7.0.4", |
| 2200 | "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-7.0.2.tgz", | 2217 | "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-7.0.4.tgz", |
| 2201 | "integrity": "sha512-eTonaQvPZ/3i1ASDHOKkYwAybiM45zFIc7KXils4mQmHLqIswXD9XNOKEVxtTFnsmwYzF66u4LMgSr0abDlh5w==", | 2218 | "integrity": "sha512-VBNn1+EuMZkeGVVtz0gRfbNGtx9IFgAsAV+E2pHtXPrp4qfGBkhTIiAuE/wrb+Y6Pakg9NewAlfTpYIFAWODtw==", |
| 2202 | "license": "MIT", | 2219 | "license": "MIT", |
| 2203 | "engines": { | 2220 | "engines": { |
| 2204 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2221 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2205 | }, | 2222 | }, |
| 2206 | "peerDependencies": { | 2223 | "peerDependencies": { |
| 2207 | "postcss": "^8.4.32" | 2224 | "postcss": "^8.5.13" |
| 2208 | } | 2225 | } |
| 2209 | }, | 2226 | }, |
| 2210 | "node_modules/postcss-discard-empty": { | 2227 | "node_modules/postcss-discard-empty": { |
| 2211 | "version": "7.0.1", | 2228 | "version": "7.0.3", |
| 2212 | "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-7.0.1.tgz", | 2229 | "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-7.0.3.tgz", |
| 2213 | "integrity": "sha512-cFrJKZvcg/uxB6Ijr4l6qmn3pXQBna9zyrPC+sK0zjbkDUZew+6xDltSF7OeB7rAtzaaMVYSdbod+sZOCWnMOg==", | 2230 | "integrity": "sha512-M2pyjQCU+/7cMHVtL6bKTHjv0lZnPLMpicgr67Dlth7AbuV9gjVTtUqaRwn6Pp6BwSDspUzhz8SaUrRykJU5Dw==", |
| 2214 | "license": "MIT", | 2231 | "license": "MIT", |
| 2215 | "engines": { | 2232 | "engines": { |
| 2216 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2233 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2217 | }, | 2234 | }, |
| 2218 | "peerDependencies": { | 2235 | "peerDependencies": { |
| 2219 | "postcss": "^8.4.32" | 2236 | "postcss": "^8.5.13" |
| 2220 | } | 2237 | } |
| 2221 | }, | 2238 | }, |
| 2222 | "node_modules/postcss-discard-overridden": { | 2239 | "node_modules/postcss-discard-overridden": { |
| 2223 | "version": "7.0.1", | 2240 | "version": "7.0.3", |
| 2224 | "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-7.0.1.tgz", | 2241 | "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-7.0.3.tgz", |
| 2225 | "integrity": "sha512-7c3MMjjSZ/qYrx3uc1940GSOzN1Iqjtlqe8uoSg+qdVPYyRb0TILSqqmtlSFuE4mTDECwsm397Ya7iXGzfF7lg==", | 2242 | "integrity": "sha512-aNovXo9UsZuRNLzHJtp13lHIvinDPfiXBPePpXkSjCbgp++iU2FqE+YxvjIsg6EdyPZsASFbfu+JcBFVsErXIQ==", |
| 2226 | "license": "MIT", | 2243 | "license": "MIT", |
| 2227 | "engines": { | 2244 | "engines": { |
| 2228 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2245 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2229 | }, | 2246 | }, |
| 2230 | "peerDependencies": { | 2247 | "peerDependencies": { |
| 2231 | "postcss": "^8.4.32" | 2248 | "postcss": "^8.5.13" |
| 2232 | } | 2249 | } |
| 2233 | }, | 2250 | }, |
| 2234 | "node_modules/postcss-load-config": { | 2251 | "node_modules/postcss-load-config": { |
| @@ -2271,43 +2288,43 @@ | |||
| 2271 | } | 2288 | } |
| 2272 | }, | 2289 | }, |
| 2273 | "node_modules/postcss-merge-longhand": { | 2290 | "node_modules/postcss-merge-longhand": { |
| 2274 | "version": "7.0.5", | 2291 | "version": "7.0.7", |
| 2275 | "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-7.0.5.tgz", | 2292 | "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-7.0.7.tgz", |
| 2276 | "integrity": "sha512-Kpu5v4Ys6QI59FxmxtNB/iHUVDn9Y9sYw66D6+SZoIk4QTz1prC4aYkhIESu+ieG1iylod1f8MILMs1Em3mmIw==", | 2293 | "integrity": "sha512-b3mfYUxR388u5Pt0HPcVIUtUDn/k15UfTY9M+ORW+meCR6JLNxoZffiYvXyOYQoRYQNZyX/UFkMCM/mNHxe1qA==", |
| 2277 | "license": "MIT", | 2294 | "license": "MIT", |
| 2278 | "dependencies": { | 2295 | "dependencies": { |
| 2279 | "postcss-value-parser": "^4.2.0", | 2296 | "postcss-value-parser": "^4.2.0", |
| 2280 | "stylehacks": "^7.0.5" | 2297 | "stylehacks": "^7.0.11" |
| 2281 | }, | 2298 | }, |
| 2282 | "engines": { | 2299 | "engines": { |
| 2283 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2300 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2284 | }, | 2301 | }, |
| 2285 | "peerDependencies": { | 2302 | "peerDependencies": { |
| 2286 | "postcss": "^8.4.32" | 2303 | "postcss": "^8.5.13" |
| 2287 | } | 2304 | } |
| 2288 | }, | 2305 | }, |
| 2289 | "node_modules/postcss-merge-rules": { | 2306 | "node_modules/postcss-merge-rules": { |
| 2290 | "version": "7.0.8", | 2307 | "version": "7.0.11", |
| 2291 | "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-7.0.8.tgz", | 2308 | "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-7.0.11.tgz", |
| 2292 | "integrity": "sha512-BOR1iAM8jnr7zoQSlpeBmCsWV5Uudi/+5j7k05D0O/WP3+OFMPD86c1j/20xiuRtyt45bhxw/7hnhZNhW2mNFA==", | 2309 | "integrity": "sha512-SJUPM18g2BmPhf8BVlbwqWz4aK3pLu6u6xjfwEzra7xL6IBR10sUaiB++EzqcVfadPHrKBSMlNdP+XieykhI+Q==", |
| 2293 | "license": "MIT", | 2310 | "license": "MIT", |
| 2294 | "dependencies": { | 2311 | "dependencies": { |
| 2295 | "browserslist": "^4.28.1", | 2312 | "browserslist": "^4.28.2", |
| 2296 | "caniuse-api": "^3.0.0", | 2313 | "caniuse-api": "^3.0.0", |
| 2297 | "cssnano-utils": "^5.0.1", | 2314 | "cssnano-utils": "^5.0.3", |
| 2298 | "postcss-selector-parser": "^7.1.1" | 2315 | "postcss-selector-parser": "^7.1.1" |
| 2299 | }, | 2316 | }, |
| 2300 | "engines": { | 2317 | "engines": { |
| 2301 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2318 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2302 | }, | 2319 | }, |
| 2303 | "peerDependencies": { | 2320 | "peerDependencies": { |
| 2304 | "postcss": "^8.4.32" | 2321 | "postcss": "^8.5.13" |
| 2305 | } | 2322 | } |
| 2306 | }, | 2323 | }, |
| 2307 | "node_modules/postcss-minify-font-values": { | 2324 | "node_modules/postcss-minify-font-values": { |
| 2308 | "version": "7.0.1", | 2325 | "version": "7.0.3", |
| 2309 | "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-7.0.1.tgz", | 2326 | "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-7.0.3.tgz", |
| 2310 | "integrity": "sha512-2m1uiuJeTplll+tq4ENOQSzB8LRnSUChBv7oSyFLsJRtUgAAJGP6LLz0/8lkinTgxrmJSPOEhgY1bMXOQ4ZXhQ==", | 2327 | "integrity": "sha512-yilG/VOaNI74IylQvAQQxm3/wZVBkXyYUqNUAdxqwtbWUXPsbK1q8Ms0mL83v+f8YicgcyfYCRZtWACUdYajpA==", |
| 2311 | "license": "MIT", | 2328 | "license": "MIT", |
| 2312 | "dependencies": { | 2329 | "dependencies": { |
| 2313 | "postcss-value-parser": "^4.2.0" | 2330 | "postcss-value-parser": "^4.2.0" |
| @@ -2316,49 +2333,51 @@ | |||
| 2316 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2333 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2317 | }, | 2334 | }, |
| 2318 | "peerDependencies": { | 2335 | "peerDependencies": { |
| 2319 | "postcss": "^8.4.32" | 2336 | "postcss": "^8.5.13" |
| 2320 | } | 2337 | } |
| 2321 | }, | 2338 | }, |
| 2322 | "node_modules/postcss-minify-gradients": { | 2339 | "node_modules/postcss-minify-gradients": { |
| 2323 | "version": "7.0.1", | 2340 | "version": "7.0.5", |
| 2324 | "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-7.0.1.tgz", | 2341 | "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-7.0.5.tgz", |
| 2325 | "integrity": "sha512-X9JjaysZJwlqNkJbUDgOclyG3jZEpAMOfof6PUZjPnPrePnPG62pS17CjdM32uT1Uq1jFvNSff9l7kNbmMSL2A==", | 2342 | "integrity": "sha512-YraROyQRg3BI1+Hg8E05B/JPdnTm8EDSVu4P2BxdM+CRiOyfmou809+chGIqo6fQqwjPGQ947nbGncSjmTU1WQ==", |
| 2326 | "license": "MIT", | 2343 | "license": "MIT", |
| 2327 | "dependencies": { | 2344 | "dependencies": { |
| 2328 | "colord": "^2.9.3", | 2345 | "@colordx/core": "^5.4.3", |
| 2329 | "cssnano-utils": "^5.0.1", | 2346 | "cssnano-utils": "^5.0.3", |
| 2330 | "postcss-value-parser": "^4.2.0" | 2347 | "postcss-value-parser": "^4.2.0" |
| 2331 | }, | 2348 | }, |
| 2332 | "engines": { | 2349 | "engines": { |
| 2333 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2350 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2334 | }, | 2351 | }, |
| 2335 | "peerDependencies": { | 2352 | "peerDependencies": { |
| 2336 | "postcss": "^8.4.32" | 2353 | "postcss": "^8.5.13" |
| 2337 | } | 2354 | } |
| 2338 | }, | 2355 | }, |
| 2339 | "node_modules/postcss-minify-params": { | 2356 | "node_modules/postcss-minify-params": { |
| 2340 | "version": "7.0.6", | 2357 | "version": "7.0.9", |
| 2341 | "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-7.0.6.tgz", | 2358 | "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-7.0.9.tgz", |
| 2342 | "integrity": "sha512-YOn02gC68JijlaXVuKvFSCvQOhTpblkcfDre2hb/Aaa58r2BIaK4AtE/cyZf2wV7YKAG+UlP9DT+By0ry1E4VQ==", | 2359 | "integrity": "sha512-R8itbB8BhlpoYyBm1ou0dD+vJnQ3F6adQipR4UnkCHUwlo+S9WXJaDRg1RHjC8YVAtIdrQzSWvJl40HnGDTKjA==", |
| 2343 | "license": "MIT", | 2360 | "license": "MIT", |
| 2344 | "dependencies": { | 2361 | "dependencies": { |
| 2345 | "browserslist": "^4.28.1", | 2362 | "browserslist": "^4.28.2", |
| 2346 | "cssnano-utils": "^5.0.1", | 2363 | "cssnano-utils": "^5.0.3", |
| 2347 | "postcss-value-parser": "^4.2.0" | 2364 | "postcss-value-parser": "^4.2.0" |
| 2348 | }, | 2365 | }, |
| 2349 | "engines": { | 2366 | "engines": { |
| 2350 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2367 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2351 | }, | 2368 | }, |
| 2352 | "peerDependencies": { | 2369 | "peerDependencies": { |
| 2353 | "postcss": "^8.4.32" | 2370 | "postcss": "^8.5.13" |
| 2354 | } | 2371 | } |
| 2355 | }, | 2372 | }, |
| 2356 | "node_modules/postcss-minify-selectors": { | 2373 | "node_modules/postcss-minify-selectors": { |
| 2357 | "version": "7.0.6", | 2374 | "version": "7.1.2", |
| 2358 | "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-7.0.6.tgz", | 2375 | "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-7.1.2.tgz", |
| 2359 | "integrity": "sha512-lIbC0jy3AAwDxEgciZlBullDiMBeBCT+fz5G8RcA9MWqh/hfUkpOI3vNDUNEZHgokaoiv0juB9Y8fGcON7rU/A==", | 2376 | "integrity": "sha512-aQtrEWKwqafNlExcKHQvPGsXR2+vlUqqJtf5XsCQcgsSb5PL4wlujWBYDJuWsP4UnQX1YHDHU8qRlD+1PzTQ+Q==", |
| 2360 | "license": "MIT", | 2377 | "license": "MIT", |
| 2361 | "dependencies": { | 2378 | "dependencies": { |
| 2379 | "browserslist": "^4.28.1", | ||
| 2380 | "caniuse-api": "^3.0.0", | ||
| 2362 | "cssesc": "^3.0.0", | 2381 | "cssesc": "^3.0.0", |
| 2363 | "postcss-selector-parser": "^7.1.1" | 2382 | "postcss-selector-parser": "^7.1.1" |
| 2364 | }, | 2383 | }, |
| @@ -2366,25 +2385,25 @@ | |||
| 2366 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2385 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2367 | }, | 2386 | }, |
| 2368 | "peerDependencies": { | 2387 | "peerDependencies": { |
| 2369 | "postcss": "^8.4.32" | 2388 | "postcss": "^8.5.13" |
| 2370 | } | 2389 | } |
| 2371 | }, | 2390 | }, |
| 2372 | "node_modules/postcss-normalize-charset": { | 2391 | "node_modules/postcss-normalize-charset": { |
| 2373 | "version": "7.0.1", | 2392 | "version": "7.0.3", |
| 2374 | "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-7.0.1.tgz", | 2393 | "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-7.0.3.tgz", |
| 2375 | "integrity": "sha512-sn413ofhSQHlZFae//m9FTOfkmiZ+YQXsbosqOWRiVQncU2BA3daX3n0VF3cG6rGLSFVc5Di/yns0dFfh8NFgQ==", | 2394 | "integrity": "sha512-NoBfZu8PR4c2NlmjvrqQTzCzLY79hwcSRgNQ3ZiNK0ABzf9kYKloE/jNj+/8GQY1wsm8pRRgANk6ydLH8cwo0Q==", |
| 2376 | "license": "MIT", | 2395 | "license": "MIT", |
| 2377 | "engines": { | 2396 | "engines": { |
| 2378 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2397 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2379 | }, | 2398 | }, |
| 2380 | "peerDependencies": { | 2399 | "peerDependencies": { |
| 2381 | "postcss": "^8.4.32" | 2400 | "postcss": "^8.5.13" |
| 2382 | } | 2401 | } |
| 2383 | }, | 2402 | }, |
| 2384 | "node_modules/postcss-normalize-display-values": { | 2403 | "node_modules/postcss-normalize-display-values": { |
| 2385 | "version": "7.0.1", | 2404 | "version": "7.0.3", |
| 2386 | "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-7.0.1.tgz", | 2405 | "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-7.0.3.tgz", |
| 2387 | "integrity": "sha512-E5nnB26XjSYz/mGITm6JgiDpAbVuAkzXwLzRZtts19jHDUBFxZ0BkXAehy0uimrOjYJbocby4FVswA/5noOxrQ==", | 2406 | "integrity": "sha512-ldsCX0QIt05pKIOobZtVQ48wXJecr+czw4+e1/YjVhLMqslShgpVxgPtI2CefURR8oyVoYaU/l829MMwExDMLw==", |
| 2388 | "license": "MIT", | 2407 | "license": "MIT", |
| 2389 | "dependencies": { | 2408 | "dependencies": { |
| 2390 | "postcss-value-parser": "^4.2.0" | 2409 | "postcss-value-parser": "^4.2.0" |
| @@ -2393,13 +2412,13 @@ | |||
| 2393 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2412 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2394 | }, | 2413 | }, |
| 2395 | "peerDependencies": { | 2414 | "peerDependencies": { |
| 2396 | "postcss": "^8.4.32" | 2415 | "postcss": "^8.5.13" |
| 2397 | } | 2416 | } |
| 2398 | }, | 2417 | }, |
| 2399 | "node_modules/postcss-normalize-positions": { | 2418 | "node_modules/postcss-normalize-positions": { |
| 2400 | "version": "7.0.1", | 2419 | "version": "7.0.4", |
| 2401 | "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-7.0.1.tgz", | 2420 | "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-7.0.4.tgz", |
| 2402 | "integrity": "sha512-pB/SzrIP2l50ZIYu+yQZyMNmnAcwyYb9R1fVWPRxm4zcUFCY2ign7rcntGFuMXDdd9L2pPNUgoODDk91PzRZuQ==", | 2421 | "integrity": "sha512-VEvlpeGd3Ju1Hqa/oN4jaP3+ms4laYwkEL9N9u+B6k54PZjXbW1n6wI+aVprf1BQXlCYpS5+1pl/7/vHiKgARg==", |
| 2403 | "license": "MIT", | 2422 | "license": "MIT", |
| 2404 | "dependencies": { | 2423 | "dependencies": { |
| 2405 | "postcss-value-parser": "^4.2.0" | 2424 | "postcss-value-parser": "^4.2.0" |
| @@ -2408,13 +2427,13 @@ | |||
| 2408 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2427 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2409 | }, | 2428 | }, |
| 2410 | "peerDependencies": { | 2429 | "peerDependencies": { |
| 2411 | "postcss": "^8.4.32" | 2430 | "postcss": "^8.5.13" |
| 2412 | } | 2431 | } |
| 2413 | }, | 2432 | }, |
| 2414 | "node_modules/postcss-normalize-repeat-style": { | 2433 | "node_modules/postcss-normalize-repeat-style": { |
| 2415 | "version": "7.0.1", | 2434 | "version": "7.0.4", |
| 2416 | "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-7.0.1.tgz", | 2435 | "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-7.0.4.tgz", |
| 2417 | "integrity": "sha512-NsSQJ8zj8TIDiF0ig44Byo3Jk9e4gNt9x2VIlJudnQQ5DhWAHJPF4Tr1ITwyHio2BUi/I6Iv0HRO7beHYOloYQ==", | 2436 | "integrity": "sha512-6mPKlY/8cSaDHxX502wERADarJsccwlky6yIrOapHH2ZgfoKAV94SbiTKfKEs4EEpdazuc3J72WsqeYk7hp9+Q==", |
| 2418 | "license": "MIT", | 2437 | "license": "MIT", |
| 2419 | "dependencies": { | 2438 | "dependencies": { |
| 2420 | "postcss-value-parser": "^4.2.0" | 2439 | "postcss-value-parser": "^4.2.0" |
| @@ -2423,13 +2442,13 @@ | |||
| 2423 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2442 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2424 | }, | 2443 | }, |
| 2425 | "peerDependencies": { | 2444 | "peerDependencies": { |
| 2426 | "postcss": "^8.4.32" | 2445 | "postcss": "^8.5.13" |
| 2427 | } | 2446 | } |
| 2428 | }, | 2447 | }, |
| 2429 | "node_modules/postcss-normalize-string": { | 2448 | "node_modules/postcss-normalize-string": { |
| 2430 | "version": "7.0.1", | 2449 | "version": "7.0.3", |
| 2431 | "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-7.0.1.tgz", | 2450 | "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-7.0.3.tgz", |
| 2432 | "integrity": "sha512-QByrI7hAhsoze992kpbMlJSbZ8FuCEc1OT9EFbZ6HldXNpsdpZr+YXC5di3UEv0+jeZlHbZcoCADgb7a+lPmmQ==", | 2451 | "integrity": "sha512-HnEQPUchi1eznmDKEYrKUTqrprEq97SrpUYClgUkv7V2zRODD9DFoUsYU+m9ZOetmD5ku7fEMZB/lwy8IT6xVQ==", |
| 2433 | "license": "MIT", | 2452 | "license": "MIT", |
| 2434 | "dependencies": { | 2453 | "dependencies": { |
| 2435 | "postcss-value-parser": "^4.2.0" | 2454 | "postcss-value-parser": "^4.2.0" |
| @@ -2438,13 +2457,13 @@ | |||
| 2438 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2457 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2439 | }, | 2458 | }, |
| 2440 | "peerDependencies": { | 2459 | "peerDependencies": { |
| 2441 | "postcss": "^8.4.32" | 2460 | "postcss": "^8.5.13" |
| 2442 | } | 2461 | } |
| 2443 | }, | 2462 | }, |
| 2444 | "node_modules/postcss-normalize-timing-functions": { | 2463 | "node_modules/postcss-normalize-timing-functions": { |
| 2445 | "version": "7.0.1", | 2464 | "version": "7.0.3", |
| 2446 | "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-7.0.1.tgz", | 2465 | "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-7.0.3.tgz", |
| 2447 | "integrity": "sha512-bHifyuuSNdKKsnNJ0s8fmfLMlvsQwYVxIoUBnowIVl2ZAdrkYQNGVB4RxjfpvkMjipqvbz0u7feBZybkl/6NJg==", | 2466 | "integrity": "sha512-zmEzHdvpZBZu0OKlbJSfgASQvaayyAoVuWtvyr34IJ/LyS+DaOKvvR3EvFJ9RWWtNIx+CMvO125OVophaxNYew==", |
| 2448 | "license": "MIT", | 2467 | "license": "MIT", |
| 2449 | "dependencies": { | 2468 | "dependencies": { |
| 2450 | "postcss-value-parser": "^4.2.0" | 2469 | "postcss-value-parser": "^4.2.0" |
| @@ -2453,29 +2472,29 @@ | |||
| 2453 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2472 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2454 | }, | 2473 | }, |
| 2455 | "peerDependencies": { | 2474 | "peerDependencies": { |
| 2456 | "postcss": "^8.4.32" | 2475 | "postcss": "^8.5.13" |
| 2457 | } | 2476 | } |
| 2458 | }, | 2477 | }, |
| 2459 | "node_modules/postcss-normalize-unicode": { | 2478 | "node_modules/postcss-normalize-unicode": { |
| 2460 | "version": "7.0.6", | 2479 | "version": "7.0.9", |
| 2461 | "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-7.0.6.tgz", | 2480 | "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-7.0.9.tgz", |
| 2462 | "integrity": "sha512-z6bwTV84YW6ZvvNoaNLuzRW4/uWxDKYI1iIDrzk6D2YTL7hICApy+Q1LP6vBEsljX8FM7YSuV9qI79XESd4ddQ==", | 2481 | "integrity": "sha512-DRAdWfeh/TjmhLJsw91vdiWCnUod9iwvM7xyS02/nF/sLsCR3A8l3pztrSUrWG8DSBqfX7yEk9FM0USaVJ2mSg==", |
| 2463 | "license": "MIT", | 2482 | "license": "MIT", |
| 2464 | "dependencies": { | 2483 | "dependencies": { |
| 2465 | "browserslist": "^4.28.1", | 2484 | "browserslist": "^4.28.2", |
| 2466 | "postcss-value-parser": "^4.2.0" | 2485 | "postcss-value-parser": "^4.2.0" |
| 2467 | }, | 2486 | }, |
| 2468 | "engines": { | 2487 | "engines": { |
| 2469 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2488 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2470 | }, | 2489 | }, |
| 2471 | "peerDependencies": { | 2490 | "peerDependencies": { |
| 2472 | "postcss": "^8.4.32" | 2491 | "postcss": "^8.5.13" |
| 2473 | } | 2492 | } |
| 2474 | }, | 2493 | }, |
| 2475 | "node_modules/postcss-normalize-url": { | 2494 | "node_modules/postcss-normalize-url": { |
| 2476 | "version": "7.0.1", | 2495 | "version": "7.0.3", |
| 2477 | "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-7.0.1.tgz", | 2496 | "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-7.0.3.tgz", |
| 2478 | "integrity": "sha512-sUcD2cWtyK1AOL/82Fwy1aIVm/wwj5SdZkgZ3QiUzSzQQofrbq15jWJ3BA7Z+yVRwamCjJgZJN0I9IS7c6tgeQ==", | 2497 | "integrity": "sha512-CL93wmloq5qsffmFv+bw24MIRbmhHrp53qoh1LDAb/5TtjWEXI/np4xcP/Gw9oWCb2XyWnqHYLDUwiKRoJBA1Q==", |
| 2479 | "license": "MIT", | 2498 | "license": "MIT", |
| 2480 | "dependencies": { | 2499 | "dependencies": { |
| 2481 | "postcss-value-parser": "^4.2.0" | 2500 | "postcss-value-parser": "^4.2.0" |
| @@ -2484,13 +2503,13 @@ | |||
| 2484 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2503 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2485 | }, | 2504 | }, |
| 2486 | "peerDependencies": { | 2505 | "peerDependencies": { |
| 2487 | "postcss": "^8.4.32" | 2506 | "postcss": "^8.5.13" |
| 2488 | } | 2507 | } |
| 2489 | }, | 2508 | }, |
| 2490 | "node_modules/postcss-normalize-whitespace": { | 2509 | "node_modules/postcss-normalize-whitespace": { |
| 2491 | "version": "7.0.1", | 2510 | "version": "7.0.3", |
| 2492 | "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-7.0.1.tgz", | 2511 | "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-7.0.3.tgz", |
| 2493 | "integrity": "sha512-vsbgFHMFQrJBJKrUFJNZ2pgBeBkC2IvvoHjz1to0/0Xk7sII24T0qFOiJzG6Fu3zJoq/0yI4rKWi7WhApW+EFA==", | 2512 | "integrity": "sha512-FdHjjn+Ht5Z2ZRjNOmeCbNq6lq09sUYKpmlF/Aq0XjVNSLTL6fmHlA/3swN2wP2caY9GV/tjSDcIIyS7aN7W0A==", |
| 2494 | "license": "MIT", | 2513 | "license": "MIT", |
| 2495 | "dependencies": { | 2514 | "dependencies": { |
| 2496 | "postcss-value-parser": "^4.2.0" | 2515 | "postcss-value-parser": "^4.2.0" |
| @@ -2499,45 +2518,45 @@ | |||
| 2499 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2518 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2500 | }, | 2519 | }, |
| 2501 | "peerDependencies": { | 2520 | "peerDependencies": { |
| 2502 | "postcss": "^8.4.32" | 2521 | "postcss": "^8.5.13" |
| 2503 | } | 2522 | } |
| 2504 | }, | 2523 | }, |
| 2505 | "node_modules/postcss-ordered-values": { | 2524 | "node_modules/postcss-ordered-values": { |
| 2506 | "version": "7.0.2", | 2525 | "version": "7.0.4", |
| 2507 | "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-7.0.2.tgz", | 2526 | "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-7.0.4.tgz", |
| 2508 | "integrity": "sha512-AMJjt1ECBffF7CEON/Y0rekRLS6KsePU6PRP08UqYW4UGFRnTXNrByUzYK1h8AC7UWTZdQ9O3Oq9kFIhm0SFEw==", | 2527 | "integrity": "sha512-nubSi49hDHQk4E8KIj+IbLY8Bg+8OcSUEhgyolgM+atnOvXjV7EjaR6bac4YGZoFyPa9mWoAF3EaYbWdFkKqVg==", |
| 2509 | "license": "MIT", | 2528 | "license": "MIT", |
| 2510 | "dependencies": { | 2529 | "dependencies": { |
| 2511 | "cssnano-utils": "^5.0.1", | 2530 | "cssnano-utils": "^5.0.3", |
| 2512 | "postcss-value-parser": "^4.2.0" | 2531 | "postcss-value-parser": "^4.2.0" |
| 2513 | }, | 2532 | }, |
| 2514 | "engines": { | 2533 | "engines": { |
| 2515 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2534 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2516 | }, | 2535 | }, |
| 2517 | "peerDependencies": { | 2536 | "peerDependencies": { |
| 2518 | "postcss": "^8.4.32" | 2537 | "postcss": "^8.5.13" |
| 2519 | } | 2538 | } |
| 2520 | }, | 2539 | }, |
| 2521 | "node_modules/postcss-reduce-initial": { | 2540 | "node_modules/postcss-reduce-initial": { |
| 2522 | "version": "7.0.6", | 2541 | "version": "7.0.9", |
| 2523 | "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-7.0.6.tgz", | 2542 | "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-7.0.9.tgz", |
| 2524 | "integrity": "sha512-G6ZyK68AmrPdMB6wyeA37ejnnRG2S8xinJrZJnOv+IaRKf6koPAVbQsiC7MfkmXaGmF1UO+QCijb27wfpxuRNg==", | 2543 | "integrity": "sha512-ztTNPdIxXTxtBcG03E9u8v44M4ElXbMIRT7pf2onlquGula0Y83nKKxqM22FA/hMgkfCjN7ohevkVlaNwI8iOQ==", |
| 2525 | "license": "MIT", | 2544 | "license": "MIT", |
| 2526 | "dependencies": { | 2545 | "dependencies": { |
| 2527 | "browserslist": "^4.28.1", | 2546 | "browserslist": "^4.28.2", |
| 2528 | "caniuse-api": "^3.0.0" | 2547 | "caniuse-api": "^3.0.0" |
| 2529 | }, | 2548 | }, |
| 2530 | "engines": { | 2549 | "engines": { |
| 2531 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2550 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2532 | }, | 2551 | }, |
| 2533 | "peerDependencies": { | 2552 | "peerDependencies": { |
| 2534 | "postcss": "^8.4.32" | 2553 | "postcss": "^8.5.13" |
| 2535 | } | 2554 | } |
| 2536 | }, | 2555 | }, |
| 2537 | "node_modules/postcss-reduce-transforms": { | 2556 | "node_modules/postcss-reduce-transforms": { |
| 2538 | "version": "7.0.1", | 2557 | "version": "7.0.3", |
| 2539 | "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-7.0.1.tgz", | 2558 | "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-7.0.3.tgz", |
| 2540 | "integrity": "sha512-MhyEbfrm+Mlp/36hvZ9mT9DaO7dbncU0CvWI8V93LRkY6IYlu38OPg3FObnuKTUxJ4qA8HpurdQOo5CyqqO76g==", | 2559 | "integrity": "sha512-FXsnN9ZwcZTT8Yf8cAHA8qIGUXcX6WfLd9JoYhrdDfmvsVhhfqkkv7m4AC3rwFOfz+GzkUa87OCKF9dUcicd+g==", |
| 2541 | "license": "MIT", | 2560 | "license": "MIT", |
| 2542 | "dependencies": { | 2561 | "dependencies": { |
| 2543 | "postcss-value-parser": "^4.2.0" | 2562 | "postcss-value-parser": "^4.2.0" |
| @@ -2546,7 +2565,7 @@ | |||
| 2546 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2565 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2547 | }, | 2566 | }, |
| 2548 | "peerDependencies": { | 2567 | "peerDependencies": { |
| 2549 | "postcss": "^8.4.32" | 2568 | "postcss": "^8.5.13" |
| 2550 | } | 2569 | } |
| 2551 | }, | 2570 | }, |
| 2552 | "node_modules/postcss-reporter": { | 2571 | "node_modules/postcss-reporter": { |
| @@ -2589,9 +2608,9 @@ | |||
| 2589 | } | 2608 | } |
| 2590 | }, | 2609 | }, |
| 2591 | "node_modules/postcss-svgo": { | 2610 | "node_modules/postcss-svgo": { |
| 2592 | "version": "7.1.1", | 2611 | "version": "7.1.3", |
| 2593 | "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-7.1.1.tgz", | 2612 | "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-7.1.3.tgz", |
| 2594 | "integrity": "sha512-zU9H9oEDrUFKa0JB7w+IYL7Qs9ey1mZyjhbf0KLxwJDdDRtoPvCmaEfknzqfHj44QS9VD6c5sJnBAVYTLRg/Sg==", | 2613 | "integrity": "sha512-2QfoFOYMcj8lwcVEf9WeTlkVIAm7u2QvOEhMzkQU3KUhhGX/l8hVV9EtjMv4iq3E9iI3OeeMN0YoMLbGusuigw==", |
| 2595 | "license": "MIT", | 2614 | "license": "MIT", |
| 2596 | "dependencies": { | 2615 | "dependencies": { |
| 2597 | "postcss-value-parser": "^4.2.0", | 2616 | "postcss-value-parser": "^4.2.0", |
| @@ -2601,13 +2620,13 @@ | |||
| 2601 | "node": "^18.12.0 || ^20.9.0 || >= 18" | 2620 | "node": "^18.12.0 || ^20.9.0 || >= 18" |
| 2602 | }, | 2621 | }, |
| 2603 | "peerDependencies": { | 2622 | "peerDependencies": { |
| 2604 | "postcss": "^8.4.32" | 2623 | "postcss": "^8.5.13" |
| 2605 | } | 2624 | } |
| 2606 | }, | 2625 | }, |
| 2607 | "node_modules/postcss-unique-selectors": { | 2626 | "node_modules/postcss-unique-selectors": { |
| 2608 | "version": "7.0.5", | 2627 | "version": "7.0.7", |
| 2609 | "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-7.0.5.tgz", | 2628 | "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-7.0.7.tgz", |
| 2610 | "integrity": "sha512-3QoYmEt4qg/rUWDn6Tc8+ZVPmbp4G1hXDtCNWDx0st8SjtCbRcxRXDDM1QrEiXGG3A45zscSJFb4QH90LViyxg==", | 2629 | "integrity": "sha512-d+sCkaRnSefghOUdH8CMJZV9yUQhj2ojpe8Nw/lA+LV1UOfeleGkLTl6XdCFFSai9UJ+DJPb69FFuqthXYsY8w==", |
| 2611 | "license": "MIT", | 2630 | "license": "MIT", |
| 2612 | "dependencies": { | 2631 | "dependencies": { |
| 2613 | "postcss-selector-parser": "^7.1.1" | 2632 | "postcss-selector-parser": "^7.1.1" |
| @@ -2616,7 +2635,7 @@ | |||
| 2616 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2635 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2617 | }, | 2636 | }, |
| 2618 | "peerDependencies": { | 2637 | "peerDependencies": { |
| 2619 | "postcss": "^8.4.32" | 2638 | "postcss": "^8.5.13" |
| 2620 | } | 2639 | } |
| 2621 | }, | 2640 | }, |
| 2622 | "node_modules/postcss-value-parser": { | 2641 | "node_modules/postcss-value-parser": { |
| @@ -2693,9 +2712,9 @@ | |||
| 2693 | } | 2712 | } |
| 2694 | }, | 2713 | }, |
| 2695 | "node_modules/sax": { | 2714 | "node_modules/sax": { |
| 2696 | "version": "1.5.0", | 2715 | "version": "1.6.0", |
| 2697 | "resolved": "https://registry.npmjs.org/sax/-/sax-1.5.0.tgz", | 2716 | "resolved": "https://registry.npmjs.org/sax/-/sax-1.6.0.tgz", |
| 2698 | "integrity": "sha512-21IYA3Q5cQf089Z6tgaUTr7lDAyzoTPx5HRtbhsME8Udispad8dC/+sziTNugOEx54ilvatQ9YCzl4KQLPcRHA==", | 2717 | "integrity": "sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==", |
| 2699 | "license": "BlueOak-1.0.0", | 2718 | "license": "BlueOak-1.0.0", |
| 2700 | "engines": { | 2719 | "engines": { |
| 2701 | "node": ">=11.0.0" | 2720 | "node": ">=11.0.0" |
| @@ -2852,19 +2871,19 @@ | |||
| 2852 | } | 2871 | } |
| 2853 | }, | 2872 | }, |
| 2854 | "node_modules/stylehacks": { | 2873 | "node_modules/stylehacks": { |
| 2855 | "version": "7.0.5", | 2874 | "version": "7.0.11", |
| 2856 | "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-7.0.5.tgz", | 2875 | "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-7.0.11.tgz", |
| 2857 | "integrity": "sha512-5kNb7V37BNf0Q3w+1pxfa+oiNPS++/b4Jil9e/kPDgrk1zjEd6uR7SZeJiYaLYH6RRSC1XX2/37OTeU/4FvuIA==", | 2876 | "integrity": "sha512-iODNfhXVLqc5LADs+Y6Oh5wJuK5ZcHbVng8aiK3y9pjMQdc5hLrBW0eFU6FtnpNrE6PoEg/MmFTU4waotj5WNg==", |
| 2858 | "license": "MIT", | 2877 | "license": "MIT", |
| 2859 | "dependencies": { | 2878 | "dependencies": { |
| 2860 | "browserslist": "^4.24.5", | 2879 | "browserslist": "^4.28.2", |
| 2861 | "postcss-selector-parser": "^7.1.0" | 2880 | "postcss-selector-parser": "^7.1.1" |
| 2862 | }, | 2881 | }, |
| 2863 | "engines": { | 2882 | "engines": { |
| 2864 | "node": "^18.12.0 || ^20.9.0 || >=22.0" | 2883 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2865 | }, | 2884 | }, |
| 2866 | "peerDependencies": { | 2885 | "peerDependencies": { |
| 2867 | "postcss": "^8.4.32" | 2886 | "postcss": "^8.5.13" |
| 2868 | } | 2887 | } |
| 2869 | }, | 2888 | }, |
| 2870 | "node_modules/svgo": { | 2889 | "node_modules/svgo": { |
| @@ -2902,15 +2921,15 @@ | |||
| 2902 | } | 2921 | } |
| 2903 | }, | 2922 | }, |
| 2904 | "node_modules/tailwindcss": { | 2923 | "node_modules/tailwindcss": { |
| 2905 | "version": "4.2.1", | 2924 | "version": "4.3.0", |
| 2906 | "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.1.tgz", | 2925 | "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.0.tgz", |
| 2907 | "integrity": "sha512-/tBrSQ36vCleJkAOsy9kbNTgaxvGbyOamC30PRePTQe/o1MFwEKHQk4Cn7BNGaPtjp+PuUrByJehM1hgxfq4sw==", | 2926 | "integrity": "sha512-y6nxMGB1nMW9R6k96e5gdIFzcfL/gTJRNaqGes1YvkLnPVXzWgbqFF2yLC0T8G774n24cx3Pe8XrKoniCOAH+Q==", |
| 2908 | "license": "MIT" | 2927 | "license": "MIT" |
| 2909 | }, | 2928 | }, |
| 2910 | "node_modules/tapable": { | 2929 | "node_modules/tapable": { |
| 2911 | "version": "2.3.0", | 2930 | "version": "2.3.3", |
| 2912 | "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz", | 2931 | "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.3.tgz", |
| 2913 | "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==", | 2932 | "integrity": "sha512-uxc/zpqFg6x7C8vOE7lh6Lbda8eEL9zmVm/PLeTPBRhh1xCgdWaQ+J1CUieGpIfm2HdtsUpRv+HshiasBMcc6A==", |
| 2914 | "license": "MIT", | 2933 | "license": "MIT", |
| 2915 | "engines": { | 2934 | "engines": { |
| 2916 | "node": ">=6" | 2935 | "node": ">=6" |
| @@ -2990,9 +3009,9 @@ | |||
| 2990 | } | 3009 | } |
| 2991 | }, | 3010 | }, |
| 2992 | "node_modules/update-browserslist-db": { | 3011 | "node_modules/update-browserslist-db": { |
| 2993 | "version": "1.2.2", | 3012 | "version": "1.2.3", |
| 2994 | "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.2.tgz", | 3013 | "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz", |
| 2995 | "integrity": "sha512-E85pfNzMQ9jpKkA7+TJAi4TJN+tBCuWh5rUcS/sv6cFi+1q9LYDwDI5dpUL0u/73EElyQ8d3TEaeW4sPedBqYA==", | 3014 | "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==", |
| 2996 | "funding": [ | 3015 | "funding": [ |
| 2997 | { | 3016 | { |
| 2998 | "type": "opencollective", | 3017 | "type": "opencollective", |
