diff options
Diffstat (limited to 'package-lock.json')
| -rw-r--r-- | package-lock.json | 343 |
1 files changed, 330 insertions, 13 deletions
diff --git a/package-lock.json b/package-lock.json index e02eaf1..6a96088 100644 --- a/package-lock.json +++ b/package-lock.json | |||
| @@ -115,9 +115,9 @@ | |||
| 115 | } | 115 | } |
| 116 | }, | 116 | }, |
| 117 | "node_modules/@jridgewell/sourcemap-codec": { | 117 | "node_modules/@jridgewell/sourcemap-codec": { |
| 118 | "version": "1.5.0", | 118 | "version": "1.5.5", |
| 119 | "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", | 119 | "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", |
| 120 | "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==", | 120 | "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", |
| 121 | "license": "MIT" | 121 | "license": "MIT" |
| 122 | }, | 122 | }, |
| 123 | "node_modules/@jridgewell/trace-mapping": { | 123 | "node_modules/@jridgewell/trace-mapping": { |
| @@ -436,23 +436,340 @@ | |||
| 436 | } | 436 | } |
| 437 | }, | 437 | }, |
| 438 | "node_modules/@tailwindcss/cli": { | 438 | "node_modules/@tailwindcss/cli": { |
| 439 | "version": "4.1.12", | 439 | "version": "4.1.13", |
| 440 | "resolved": "https://registry.npmjs.org/@tailwindcss/cli/-/cli-4.1.12.tgz", | 440 | "resolved": "https://registry.npmjs.org/@tailwindcss/cli/-/cli-4.1.13.tgz", |
| 441 | "integrity": "sha512-2PyJ5MGh/6JPS+cEaAq6MGDx3UemkX/mJt+/phm7/VOpycpecwNnHuFZbbgx6TNK/aIjvFOhhTVlappM7tmqvQ==", | 441 | "integrity": "sha512-KEu/iL4CYBzGza/2yZBLXqjCCZB/eRWkRLP8Vg2kkEWk4usC8HLGJW0QAhLS7U5DsAWumsisxgabuppE6NinLw==", |
| 442 | "license": "MIT", | 442 | "license": "MIT", |
| 443 | "dependencies": { | 443 | "dependencies": { |
| 444 | "@parcel/watcher": "^2.5.1", | 444 | "@parcel/watcher": "^2.5.1", |
| 445 | "@tailwindcss/node": "4.1.12", | 445 | "@tailwindcss/node": "4.1.13", |
| 446 | "@tailwindcss/oxide": "4.1.12", | 446 | "@tailwindcss/oxide": "4.1.13", |
| 447 | "enhanced-resolve": "^5.18.3", | 447 | "enhanced-resolve": "^5.18.3", |
| 448 | "mri": "^1.2.0", | 448 | "mri": "^1.2.0", |
| 449 | "picocolors": "^1.1.1", | 449 | "picocolors": "^1.1.1", |
| 450 | "tailwindcss": "4.1.12" | 450 | "tailwindcss": "4.1.13" |
| 451 | }, | 451 | }, |
| 452 | "bin": { | 452 | "bin": { |
| 453 | "tailwindcss": "dist/index.mjs" | 453 | "tailwindcss": "dist/index.mjs" |
| 454 | } | 454 | } |
| 455 | }, | 455 | }, |
| 456 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/node": { | ||
| 457 | "version": "4.1.13", | ||
| 458 | "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.13.tgz", | ||
| 459 | "integrity": "sha512-eq3ouolC1oEFOAvOMOBAmfCIqZBJuvWvvYWh5h5iOYfe1HFC6+GZ6EIL0JdM3/niGRJmnrOc+8gl9/HGUaaptw==", | ||
| 460 | "license": "MIT", | ||
| 461 | "dependencies": { | ||
| 462 | "@jridgewell/remapping": "^2.3.4", | ||
| 463 | "enhanced-resolve": "^5.18.3", | ||
| 464 | "jiti": "^2.5.1", | ||
| 465 | "lightningcss": "1.30.1", | ||
| 466 | "magic-string": "^0.30.18", | ||
| 467 | "source-map-js": "^1.2.1", | ||
| 468 | "tailwindcss": "4.1.13" | ||
| 469 | } | ||
| 470 | }, | ||
| 471 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide": { | ||
| 472 | "version": "4.1.13", | ||
| 473 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.13.tgz", | ||
| 474 | "integrity": "sha512-CPgsM1IpGRa880sMbYmG1s4xhAy3xEt1QULgTJGQmZUeNgXFR7s1YxYygmJyBGtou4SyEosGAGEeYqY7R53bIA==", | ||
| 475 | "hasInstallScript": true, | ||
| 476 | "license": "MIT", | ||
| 477 | "dependencies": { | ||
| 478 | "detect-libc": "^2.0.4", | ||
| 479 | "tar": "^7.4.3" | ||
| 480 | }, | ||
| 481 | "engines": { | ||
| 482 | "node": ">= 10" | ||
| 483 | }, | ||
| 484 | "optionalDependencies": { | ||
| 485 | "@tailwindcss/oxide-android-arm64": "4.1.13", | ||
| 486 | "@tailwindcss/oxide-darwin-arm64": "4.1.13", | ||
| 487 | "@tailwindcss/oxide-darwin-x64": "4.1.13", | ||
| 488 | "@tailwindcss/oxide-freebsd-x64": "4.1.13", | ||
| 489 | "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.13", | ||
| 490 | "@tailwindcss/oxide-linux-arm64-gnu": "4.1.13", | ||
| 491 | "@tailwindcss/oxide-linux-arm64-musl": "4.1.13", | ||
| 492 | "@tailwindcss/oxide-linux-x64-gnu": "4.1.13", | ||
| 493 | "@tailwindcss/oxide-linux-x64-musl": "4.1.13", | ||
| 494 | "@tailwindcss/oxide-wasm32-wasi": "4.1.13", | ||
| 495 | "@tailwindcss/oxide-win32-arm64-msvc": "4.1.13", | ||
| 496 | "@tailwindcss/oxide-win32-x64-msvc": "4.1.13" | ||
| 497 | } | ||
| 498 | }, | ||
| 499 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-android-arm64": { | ||
| 500 | "version": "4.1.13", | ||
| 501 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.13.tgz", | ||
| 502 | "integrity": "sha512-BrpTrVYyejbgGo57yc8ieE+D6VT9GOgnNdmh5Sac6+t0m+v+sKQevpFVpwX3pBrM2qKrQwJ0c5eDbtjouY/+ew==", | ||
| 503 | "cpu": [ | ||
| 504 | "arm64" | ||
| 505 | ], | ||
| 506 | "license": "MIT", | ||
| 507 | "optional": true, | ||
| 508 | "os": [ | ||
| 509 | "android" | ||
| 510 | ], | ||
| 511 | "engines": { | ||
| 512 | "node": ">= 10" | ||
| 513 | } | ||
| 514 | }, | ||
| 515 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-darwin-arm64": { | ||
| 516 | "version": "4.1.13", | ||
| 517 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.13.tgz", | ||
| 518 | "integrity": "sha512-YP+Jksc4U0KHcu76UhRDHq9bx4qtBftp9ShK/7UGfq0wpaP96YVnnjFnj3ZFrUAjc5iECzODl/Ts0AN7ZPOANQ==", | ||
| 519 | "cpu": [ | ||
| 520 | "arm64" | ||
| 521 | ], | ||
| 522 | "license": "MIT", | ||
| 523 | "optional": true, | ||
| 524 | "os": [ | ||
| 525 | "darwin" | ||
| 526 | ], | ||
| 527 | "engines": { | ||
| 528 | "node": ">= 10" | ||
| 529 | } | ||
| 530 | }, | ||
| 531 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-darwin-x64": { | ||
| 532 | "version": "4.1.13", | ||
| 533 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.13.tgz", | ||
| 534 | "integrity": "sha512-aAJ3bbwrn/PQHDxCto9sxwQfT30PzyYJFG0u/BWZGeVXi5Hx6uuUOQEI2Fa43qvmUjTRQNZnGqe9t0Zntexeuw==", | ||
| 535 | "cpu": [ | ||
| 536 | "x64" | ||
| 537 | ], | ||
| 538 | "license": "MIT", | ||
| 539 | "optional": true, | ||
| 540 | "os": [ | ||
| 541 | "darwin" | ||
| 542 | ], | ||
| 543 | "engines": { | ||
| 544 | "node": ">= 10" | ||
| 545 | } | ||
| 546 | }, | ||
| 547 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-freebsd-x64": { | ||
| 548 | "version": "4.1.13", | ||
| 549 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.13.tgz", | ||
| 550 | "integrity": "sha512-Wt8KvASHwSXhKE/dJLCCWcTSVmBj3xhVhp/aF3RpAhGeZ3sVo7+NTfgiN8Vey/Fi8prRClDs6/f0KXPDTZE6nQ==", | ||
| 551 | "cpu": [ | ||
| 552 | "x64" | ||
| 553 | ], | ||
| 554 | "license": "MIT", | ||
| 555 | "optional": true, | ||
| 556 | "os": [ | ||
| 557 | "freebsd" | ||
| 558 | ], | ||
| 559 | "engines": { | ||
| 560 | "node": ">= 10" | ||
| 561 | } | ||
| 562 | }, | ||
| 563 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": { | ||
| 564 | "version": "4.1.13", | ||
| 565 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.13.tgz", | ||
| 566 | "integrity": "sha512-mbVbcAsW3Gkm2MGwA93eLtWrwajz91aXZCNSkGTx/R5eb6KpKD5q8Ueckkh9YNboU8RH7jiv+ol/I7ZyQ9H7Bw==", | ||
| 567 | "cpu": [ | ||
| 568 | "arm" | ||
| 569 | ], | ||
| 570 | "license": "MIT", | ||
| 571 | "optional": true, | ||
| 572 | "os": [ | ||
| 573 | "linux" | ||
| 574 | ], | ||
| 575 | "engines": { | ||
| 576 | "node": ">= 10" | ||
| 577 | } | ||
| 578 | }, | ||
| 579 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-linux-arm64-gnu": { | ||
| 580 | "version": "4.1.13", | ||
| 581 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.13.tgz", | ||
| 582 | "integrity": "sha512-wdtfkmpXiwej/yoAkrCP2DNzRXCALq9NVLgLELgLim1QpSfhQM5+ZxQQF8fkOiEpuNoKLp4nKZ6RC4kmeFH0HQ==", | ||
| 583 | "cpu": [ | ||
| 584 | "arm64" | ||
| 585 | ], | ||
| 586 | "license": "MIT", | ||
| 587 | "optional": true, | ||
| 588 | "os": [ | ||
| 589 | "linux" | ||
| 590 | ], | ||
| 591 | "engines": { | ||
| 592 | "node": ">= 10" | ||
| 593 | } | ||
| 594 | }, | ||
| 595 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-linux-arm64-musl": { | ||
| 596 | "version": "4.1.13", | ||
| 597 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.13.tgz", | ||
| 598 | "integrity": "sha512-hZQrmtLdhyqzXHB7mkXfq0IYbxegaqTmfa1p9MBj72WPoDD3oNOh1Lnxf6xZLY9C3OV6qiCYkO1i/LrzEdW2mg==", | ||
| 599 | "cpu": [ | ||
| 600 | "arm64" | ||
| 601 | ], | ||
| 602 | "license": "MIT", | ||
| 603 | "optional": true, | ||
| 604 | "os": [ | ||
| 605 | "linux" | ||
| 606 | ], | ||
| 607 | "engines": { | ||
| 608 | "node": ">= 10" | ||
| 609 | } | ||
| 610 | }, | ||
| 611 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-linux-x64-gnu": { | ||
| 612 | "version": "4.1.13", | ||
| 613 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.13.tgz", | ||
| 614 | "integrity": "sha512-uaZTYWxSXyMWDJZNY1Ul7XkJTCBRFZ5Fo6wtjrgBKzZLoJNrG+WderJwAjPzuNZOnmdrVg260DKwXCFtJ/hWRQ==", | ||
| 615 | "cpu": [ | ||
| 616 | "x64" | ||
| 617 | ], | ||
| 618 | "license": "MIT", | ||
| 619 | "optional": true, | ||
| 620 | "os": [ | ||
| 621 | "linux" | ||
| 622 | ], | ||
| 623 | "engines": { | ||
| 624 | "node": ">= 10" | ||
| 625 | } | ||
| 626 | }, | ||
| 627 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-linux-x64-musl": { | ||
| 628 | "version": "4.1.13", | ||
| 629 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.13.tgz", | ||
| 630 | "integrity": "sha512-oXiPj5mi4Hdn50v5RdnuuIms0PVPI/EG4fxAfFiIKQh5TgQgX7oSuDWntHW7WNIi/yVLAiS+CRGW4RkoGSSgVQ==", | ||
| 631 | "cpu": [ | ||
| 632 | "x64" | ||
| 633 | ], | ||
| 634 | "license": "MIT", | ||
| 635 | "optional": true, | ||
| 636 | "os": [ | ||
| 637 | "linux" | ||
| 638 | ], | ||
| 639 | "engines": { | ||
| 640 | "node": ">= 10" | ||
| 641 | } | ||
| 642 | }, | ||
| 643 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-wasm32-wasi": { | ||
| 644 | "version": "4.1.13", | ||
| 645 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.13.tgz", | ||
| 646 | "integrity": "sha512-+LC2nNtPovtrDwBc/nqnIKYh/W2+R69FA0hgoeOn64BdCX522u19ryLh3Vf3F8W49XBcMIxSe665kwy21FkhvA==", | ||
| 647 | "bundleDependencies": [ | ||
| 648 | "@napi-rs/wasm-runtime", | ||
| 649 | "@emnapi/core", | ||
| 650 | "@emnapi/runtime", | ||
| 651 | "@tybys/wasm-util", | ||
| 652 | "@emnapi/wasi-threads", | ||
| 653 | "tslib" | ||
| 654 | ], | ||
| 655 | "cpu": [ | ||
| 656 | "wasm32" | ||
| 657 | ], | ||
| 658 | "license": "MIT", | ||
| 659 | "optional": true, | ||
| 660 | "dependencies": { | ||
| 661 | "@emnapi/core": "^1.4.5", | ||
| 662 | "@emnapi/runtime": "^1.4.5", | ||
| 663 | "@emnapi/wasi-threads": "^1.0.4", | ||
| 664 | "@napi-rs/wasm-runtime": "^0.2.12", | ||
| 665 | "@tybys/wasm-util": "^0.10.0", | ||
| 666 | "tslib": "^2.8.0" | ||
| 667 | }, | ||
| 668 | "engines": { | ||
| 669 | "node": ">=14.0.0" | ||
| 670 | } | ||
| 671 | }, | ||
| 672 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": { | ||
| 673 | "version": "1.4.5", | ||
| 674 | "inBundle": true, | ||
| 675 | "license": "MIT", | ||
| 676 | "optional": true, | ||
| 677 | "dependencies": { | ||
| 678 | "@emnapi/wasi-threads": "1.0.4", | ||
| 679 | "tslib": "^2.4.0" | ||
| 680 | } | ||
| 681 | }, | ||
| 682 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": { | ||
| 683 | "version": "1.4.5", | ||
| 684 | "inBundle": true, | ||
| 685 | "license": "MIT", | ||
| 686 | "optional": true, | ||
| 687 | "dependencies": { | ||
| 688 | "tslib": "^2.4.0" | ||
| 689 | } | ||
| 690 | }, | ||
| 691 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": { | ||
| 692 | "version": "1.0.4", | ||
| 693 | "inBundle": true, | ||
| 694 | "license": "MIT", | ||
| 695 | "optional": true, | ||
| 696 | "dependencies": { | ||
| 697 | "tslib": "^2.4.0" | ||
| 698 | } | ||
| 699 | }, | ||
| 700 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": { | ||
| 701 | "version": "0.2.12", | ||
| 702 | "inBundle": true, | ||
| 703 | "license": "MIT", | ||
| 704 | "optional": true, | ||
| 705 | "dependencies": { | ||
| 706 | "@emnapi/core": "^1.4.3", | ||
| 707 | "@emnapi/runtime": "^1.4.3", | ||
| 708 | "@tybys/wasm-util": "^0.10.0" | ||
| 709 | } | ||
| 710 | }, | ||
| 711 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": { | ||
| 712 | "version": "0.10.0", | ||
| 713 | "inBundle": true, | ||
| 714 | "license": "MIT", | ||
| 715 | "optional": true, | ||
| 716 | "dependencies": { | ||
| 717 | "tslib": "^2.4.0" | ||
| 718 | } | ||
| 719 | }, | ||
| 720 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": { | ||
| 721 | "version": "2.8.0", | ||
| 722 | "inBundle": true, | ||
| 723 | "license": "0BSD", | ||
| 724 | "optional": true | ||
| 725 | }, | ||
| 726 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-win32-arm64-msvc": { | ||
| 727 | "version": "4.1.13", | ||
| 728 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.13.tgz", | ||
| 729 | "integrity": "sha512-dziTNeQXtoQ2KBXmrjCxsuPk3F3CQ/yb7ZNZNA+UkNTeiTGgfeh+gH5Pi7mRncVgcPD2xgHvkFCh/MhZWSgyQg==", | ||
| 730 | "cpu": [ | ||
| 731 | "arm64" | ||
| 732 | ], | ||
| 733 | "license": "MIT", | ||
| 734 | "optional": true, | ||
| 735 | "os": [ | ||
| 736 | "win32" | ||
| 737 | ], | ||
| 738 | "engines": { | ||
| 739 | "node": ">= 10" | ||
| 740 | } | ||
| 741 | }, | ||
| 742 | "node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-win32-x64-msvc": { | ||
| 743 | "version": "4.1.13", | ||
| 744 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.13.tgz", | ||
| 745 | "integrity": "sha512-3+LKesjXydTkHk5zXX01b5KMzLV1xl2mcktBJkje7rhFUpUlYJy7IMOLqjIRQncLTa1WZZiFY/foAeB5nmaiTw==", | ||
| 746 | "cpu": [ | ||
| 747 | "x64" | ||
| 748 | ], | ||
| 749 | "license": "MIT", | ||
| 750 | "optional": true, | ||
| 751 | "os": [ | ||
| 752 | "win32" | ||
| 753 | ], | ||
| 754 | "engines": { | ||
| 755 | "node": ">= 10" | ||
| 756 | } | ||
| 757 | }, | ||
| 758 | "node_modules/@tailwindcss/cli/node_modules/detect-libc": { | ||
| 759 | "version": "2.0.4", | ||
| 760 | "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.4.tgz", | ||
| 761 | "integrity": "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==", | ||
| 762 | "license": "Apache-2.0", | ||
| 763 | "engines": { | ||
| 764 | "node": ">=8" | ||
| 765 | } | ||
| 766 | }, | ||
| 767 | "node_modules/@tailwindcss/cli/node_modules/tailwindcss": { | ||
| 768 | "version": "4.1.13", | ||
| 769 | "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.13.tgz", | ||
| 770 | "integrity": "sha512-i+zidfmTqtwquj4hMEwdjshYYgMbOrPzb9a0M3ZgNa0JMoZeFC6bxZvO8yr8ozS6ix2SDz0+mvryPeBs2TFE+w==", | ||
| 771 | "license": "MIT" | ||
| 772 | }, | ||
| 456 | "node_modules/@tailwindcss/node": { | 773 | "node_modules/@tailwindcss/node": { |
| 457 | "version": "4.1.12", | 774 | "version": "4.1.12", |
| 458 | "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.12.tgz", | 775 | "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.12.tgz", |
| @@ -1906,12 +2223,12 @@ | |||
| 1906 | "license": "ISC" | 2223 | "license": "ISC" |
| 1907 | }, | 2224 | }, |
| 1908 | "node_modules/magic-string": { | 2225 | "node_modules/magic-string": { |
| 1909 | "version": "0.30.17", | 2226 | "version": "0.30.18", |
| 1910 | "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.17.tgz", | 2227 | "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.18.tgz", |
| 1911 | "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==", | 2228 | "integrity": "sha512-yi8swmWbO17qHhwIBNeeZxTceJMeBvWJaId6dyvTSOwTipqeHhMhOrz6513r1sOKnpvQ7zkhlG8tPrpilwTxHQ==", |
| 1912 | "license": "MIT", | 2229 | "license": "MIT", |
| 1913 | "dependencies": { | 2230 | "dependencies": { |
| 1914 | "@jridgewell/sourcemap-codec": "^1.5.0" | 2231 | "@jridgewell/sourcemap-codec": "^1.5.5" |
| 1915 | } | 2232 | } |
| 1916 | }, | 2233 | }, |
| 1917 | "node_modules/mdn-data": { | 2234 | "node_modules/mdn-data": { |
