Find the cost of adding an npm package to your app's bundle size teardown.kelinci.dev
14
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: upgrade dependencies

Mary 1e7db795 f710df81

+282 -280
+2
.oxlintrc.json
··· 6 6 "perf": "warn" 7 7 }, 8 8 "rules": { 9 + "no-shadow": "off", 10 + "unicorn/no-array-sort": "off", 9 11 "unicorn/prefer-add-event-listener": "off", 10 12 "unicorn/require-post-message-target-origin": "off" 11 13 }
+7 -7
package.json
··· 14 14 "dependencies": { 15 15 "@atcute/uint8array": "^1.1.1", 16 16 "@bokuweb/zstd-wasm": "^0.0.27", 17 - "@floating-ui/dom": "^1.7.5", 17 + "@floating-ui/dom": "^1.7.6", 18 18 "@mary/array-fns": "jsr:^0.1.5", 19 19 "@mary/tar": "jsr:^0.3.2", 20 - "@rolldown/browser": "1.0.0-rc.5", 20 + "@rolldown/browser": "1.0.0-rc.6", 21 21 "clsx": "^2.1.1", 22 22 "dequal": "^2.0.3", 23 23 "memfs": "^4.56.10", ··· 25 25 "valibot": "^1.2.0" 26 26 }, 27 27 "devDependencies": { 28 - "@oxc-project/types": "^0.115.0", 28 + "@oxc-project/types": "^0.116.0", 29 29 "@tailwindcss/vite": "^4.2.1", 30 - "@types/node": "^24.10.13", 30 + "@types/node": "^25.3.3", 31 31 "@types/semver": "^7.7.1", 32 - "oxfmt": "^0.35.0", 33 - "oxlint": "^1.50.0", 32 + "oxfmt": "^0.36.0", 33 + "oxlint": "^1.51.0", 34 34 "semver": "^7.7.4", 35 35 "tailwindcss": "^4.2.1", 36 36 "typescript": "~5.9.3", 37 37 "vite": "^7.3.1", 38 38 "vite-plugin-solid": "^2.11.10", 39 39 "vitest": "^4.0.18", 40 - "wrangler": "^4.68.1" 40 + "wrangler": "^4.69.0" 41 41 } 42 42 }
+273 -273
pnpm-lock.yaml
··· 15 15 specifier: ^0.0.27 16 16 version: 0.0.27 17 17 '@floating-ui/dom': 18 - specifier: ^1.7.5 19 - version: 1.7.5 18 + specifier: ^1.7.6 19 + version: 1.7.6 20 20 '@mary/array-fns': 21 21 specifier: jsr:^0.1.5 22 22 version: '@jsr/mary__array-fns@0.1.5' ··· 24 24 specifier: jsr:^0.3.2 25 25 version: '@jsr/mary__tar@0.3.2' 26 26 '@rolldown/browser': 27 - specifier: 1.0.0-rc.5 28 - version: 1.0.0-rc.5 27 + specifier: 1.0.0-rc.6 28 + version: 1.0.0-rc.6 29 29 clsx: 30 30 specifier: ^2.1.1 31 31 version: 2.1.1 ··· 43 43 version: 1.2.0(typescript@5.9.3) 44 44 devDependencies: 45 45 '@oxc-project/types': 46 - specifier: ^0.115.0 47 - version: 0.115.0 46 + specifier: ^0.116.0 47 + version: 0.116.0 48 48 '@tailwindcss/vite': 49 49 specifier: ^4.2.1 50 - version: 4.2.1(vite@7.3.1(@types/node@24.10.13)(jiti@2.6.1)(lightningcss@1.31.1)) 50 + version: 4.2.1(vite@7.3.1(@types/node@25.3.3)(jiti@2.6.1)(lightningcss@1.31.1)) 51 51 '@types/node': 52 - specifier: ^24.10.13 53 - version: 24.10.13 52 + specifier: ^25.3.3 53 + version: 25.3.3 54 54 '@types/semver': 55 55 specifier: ^7.7.1 56 56 version: 7.7.1 57 57 oxfmt: 58 - specifier: ^0.35.0 59 - version: 0.35.0 58 + specifier: ^0.36.0 59 + version: 0.36.0 60 60 oxlint: 61 - specifier: ^1.50.0 62 - version: 1.50.0 61 + specifier: ^1.51.0 62 + version: 1.51.0 63 63 semver: 64 64 specifier: ^7.7.4 65 65 version: 7.7.4 ··· 71 71 version: 5.9.3 72 72 vite: 73 73 specifier: ^7.3.1 74 - version: 7.3.1(@types/node@24.10.13)(jiti@2.6.1)(lightningcss@1.31.1) 74 + version: 7.3.1(@types/node@25.3.3)(jiti@2.6.1)(lightningcss@1.31.1) 75 75 vite-plugin-solid: 76 76 specifier: ^2.11.10 77 - version: 2.11.10(solid-js@1.9.11)(vite@7.3.1(@types/node@24.10.13)(jiti@2.6.1)(lightningcss@1.31.1)) 77 + version: 2.11.10(solid-js@1.9.11)(vite@7.3.1(@types/node@25.3.3)(jiti@2.6.1)(lightningcss@1.31.1)) 78 78 vitest: 79 79 specifier: ^4.0.18 80 - version: 4.0.18(@types/node@24.10.13)(jiti@2.6.1)(lightningcss@1.31.1) 80 + version: 4.0.18(@types/node@25.3.3)(jiti@2.6.1)(lightningcss@1.31.1) 81 81 wrangler: 82 - specifier: ^4.68.1 83 - version: 4.68.1 82 + specifier: ^4.69.0 83 + version: 4.69.0 84 84 85 85 packages: 86 86 ··· 184 184 workerd: 185 185 optional: true 186 186 187 - '@cloudflare/workerd-darwin-64@1.20260302.0': 188 - resolution: {integrity: sha512-cGtxPByeVrgoqxbmd8qs631wuGwf8yTm/FY44dEW4HdoXrb5jhlE4oWYHFafedkQCvGjY1Vbs3puAiKnuMxTXQ==} 187 + '@cloudflare/workerd-darwin-64@1.20260305.0': 188 + resolution: {integrity: sha512-chhKOpymo0Eh9J3nymrauMqKGboCc4uz/j0gA1G4gioMnKsN2ZDKJ+qjRZDnCoVGy8u2C4pxlmyIfsXCAfIzhQ==} 189 189 engines: {node: '>=16'} 190 190 cpu: [x64] 191 191 os: [darwin] 192 192 193 - '@cloudflare/workerd-darwin-arm64@1.20260302.0': 194 - resolution: {integrity: sha512-WRGqV6RNXM3xoQblJJw1EHKwx9exyhB18cdnToSCUFPObFhk3fzMLoQh7S+nUHUpto6aUrXPVj6R/4G3UPjCxw==} 193 + '@cloudflare/workerd-darwin-arm64@1.20260305.0': 194 + resolution: {integrity: sha512-K9aG2OQk5bBfOP+fyGPqLcqZ9OR3ra6uwnxJ8f2mveq2A2LsCI7ZeGxQiAj75Ti80ytH/gJffZIx4Np2JtU3aQ==} 195 195 engines: {node: '>=16'} 196 196 cpu: [arm64] 197 197 os: [darwin] 198 198 199 - '@cloudflare/workerd-linux-64@1.20260302.0': 200 - resolution: {integrity: sha512-gG423mtUjrmlQT+W2+KisLc6qcGcBLR+QcK5x1gje3bu/dF3oNiYuqY7o58A+sQk6IB849UC4UyNclo1RhP2xw==} 199 + '@cloudflare/workerd-linux-64@1.20260305.0': 200 + resolution: {integrity: sha512-tt7XUoIw/cYFeGbkPkcZ6XX1aZm26Aju/4ih+DXxOosbBeGshFSrNJDBfAKKOvkjsAZymJ+WWVDBU+hmNaGfwA==} 201 201 engines: {node: '>=16'} 202 202 cpu: [x64] 203 203 os: [linux] 204 204 205 - '@cloudflare/workerd-linux-arm64@1.20260302.0': 206 - resolution: {integrity: sha512-7M25noGI4WlSBOhrIaY8xZrnn87OQKtJg9YWAO2EFqGjF1Su5QXGaLlQVF4fAKbqTywbHnI8BAuIsIlUSNkhCg==} 205 + '@cloudflare/workerd-linux-arm64@1.20260305.0': 206 + resolution: {integrity: sha512-72QTkY5EzylmvCZ8ZTrnJ9DctmQsfSof1OKyOWqu/pv/B2yACfuPMikq8RpPxvVu7hhS0ztGP6ZvXz72Htq4Zg==} 207 207 engines: {node: '>=16'} 208 208 cpu: [arm64] 209 209 os: [linux] 210 210 211 - '@cloudflare/workerd-windows-64@1.20260302.0': 212 - resolution: {integrity: sha512-jK1L3ADkiWxFzlqZTq2iHW1Bd2Nzu1fmMWCGZw4sMZ2W1B2WCm2wHwO2SX/py4BgylyEN3wuF+5zagbkNKht9A==} 211 + '@cloudflare/workerd-windows-64@1.20260305.0': 212 + resolution: {integrity: sha512-BA0uaQPOaI2F6mJtBDqplGnQQhpXCzwEMI33p/TnDxtSk9u8CGIfBFuI6uqo8mJ6ijIaPjeBLGOn2CiRMET4qg==} 213 213 engines: {node: '>=16'} 214 214 cpu: [x64] 215 215 os: [win32] ··· 383 383 cpu: [x64] 384 384 os: [win32] 385 385 386 - '@floating-ui/core@1.7.4': 387 - resolution: {integrity: sha512-C3HlIdsBxszvm5McXlB8PeOEWfBhcGBTZGkGlWc2U0KFY5IwG5OQEuQ8rq52DZmcHDlPLd+YFBK+cZcytwIFWg==} 386 + '@floating-ui/core@1.7.5': 387 + resolution: {integrity: sha512-1Ih4WTWyw0+lKyFMcBHGbb5U5FtuHJuujoyyr5zTaWS5EYMeT6Jb2AuDeftsCsEuchO+mM2ij5+q9crhydzLhQ==} 388 388 389 - '@floating-ui/dom@1.7.5': 390 - resolution: {integrity: sha512-N0bD2kIPInNHUHehXhMke1rBGs1dwqvC9O9KYMyyjK7iXt7GAhnro7UlcuYcGdS/yYOlq0MAVgrow8IbWJwyqg==} 389 + '@floating-ui/dom@1.7.6': 390 + resolution: {integrity: sha512-9gZSAI5XM36880PPMm//9dfiEngYoC6Am2izES1FF406YFsjvyBMmeJ2g4SAju3xWwtuynNRFL2s9hgxpLI5SQ==} 391 391 392 - '@floating-ui/utils@0.2.10': 393 - resolution: {integrity: sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==} 392 + '@floating-ui/utils@0.2.11': 393 + resolution: {integrity: sha512-RiB/yIh78pcIxl6lLMG0CgBXAZ2Y0eVHqMPYugu+9U0AeT6YBeiJpf7lbdJNIugFP5SIjwNRgo4DhR1Qxi26Gg==} 394 394 395 - '@img/colour@1.0.0': 396 - resolution: {integrity: sha512-A5P/LfWGFSl6nsckYtjw9da+19jB8hkJ6ACTGcDfEJ0aE+l2n2El7dsVM7UVHZQ9s2lmYMWlrS21YLy2IR1LUw==} 395 + '@img/colour@1.1.0': 396 + resolution: {integrity: sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==} 397 397 engines: {node: '>=18'} 398 398 399 399 '@img/sharp-darwin-arm64@0.34.5': ··· 693 693 '@napi-rs/wasm-runtime@1.1.1': 694 694 resolution: {integrity: sha512-p64ah1M1ld8xjWv3qbvFwHiFVWrq1yFvV4f7w+mzaqiR4IlSgkqhcRdHwsGgomwzBH51sRY4NEowLxnaBjcW/A==} 695 695 696 - '@oxc-project/types@0.115.0': 697 - resolution: {integrity: sha512-4n91DKnebUS4yjUHl2g3/b2T+IUdCfmoZGhmwsovZCDaJSs+QkVAM+0AqqTxHSsHfeiMuueT75cZaZcT/m0pSw==} 696 + '@oxc-project/types@0.116.0': 697 + resolution: {integrity: sha512-uOT8S1tlPmDckNxMNtIudN/yXpLdnhlJMX2oLS7cxCd7L0sUF09A/EbSVMWT3Y/iT44IwXCJSJfgfSxXAqWf9Q==} 698 698 699 - '@oxfmt/binding-android-arm-eabi@0.35.0': 700 - resolution: {integrity: sha512-BaRKlM3DyG81y/xWTsE6gZiv89F/3pHe2BqX2H4JbiB8HNVlWWtplzgATAE5IDSdwChdeuWLDTQzJ92Lglw3ZA==} 699 + '@oxfmt/binding-android-arm-eabi@0.36.0': 700 + resolution: {integrity: sha512-Z4yVHJWx/swHHjtr0dXrBZb6LxS+qNz1qdza222mWwPTUK4L790+5i3LTgjx3KYGBzcYpjaiZBw4vOx94dH7MQ==} 701 701 engines: {node: ^20.19.0 || >=22.12.0} 702 702 cpu: [arm] 703 703 os: [android] 704 704 705 - '@oxfmt/binding-android-arm64@0.35.0': 706 - resolution: {integrity: sha512-/O+EbuAJYs6nde/anv+aID6uHsGQApyE9JtYBo/79KyU8e6RBN3DMbT0ix97y1SOnCglurmL2iZ+hlohjP2PnQ==} 705 + '@oxfmt/binding-android-arm64@0.36.0': 706 + resolution: {integrity: sha512-3ElCJRFNPQl7jexf2CAa9XmAm8eC5JPrIDSjc9jSchkVSFTEqyL0NtZinBB2h1a4i4JgP1oGl/5G5n8YR4FN8Q==} 707 707 engines: {node: ^20.19.0 || >=22.12.0} 708 708 cpu: [arm64] 709 709 os: [android] 710 710 711 - '@oxfmt/binding-darwin-arm64@0.35.0': 712 - resolution: {integrity: sha512-pGqRtqlNdn9d4VrmGUWVyQjkw79ryhI6je9y2jfqNUIZCfqceob+R97YYAoG7C5TFyt8ILdLVoN+L2vw/hSFyA==} 711 + '@oxfmt/binding-darwin-arm64@0.36.0': 712 + resolution: {integrity: sha512-nak4znWCqIExKhYSY/mz/lWsqWIpdsS7o0+SRzXR1Q0m7GrMcG1UrF1pS7TLGZhhkf7nTfEF7q6oZzJiodRDuw==} 713 713 engines: {node: ^20.19.0 || >=22.12.0} 714 714 cpu: [arm64] 715 715 os: [darwin] 716 716 717 - '@oxfmt/binding-darwin-x64@0.35.0': 718 - resolution: {integrity: sha512-8GmsDcSozTPjrCJeGpp+sCmS9+9V5yRrdEZ1p/sTWxPG5nYeAfSLuS0nuEYjXSO+CtdSbStIW6dxa+4NM58yRw==} 717 + '@oxfmt/binding-darwin-x64@0.36.0': 718 + resolution: {integrity: sha512-V4GP96thDnpKx6ADnMDnhIXNdtV+Ql9D4HUU+a37VTeVbs5qQSF/s6hhUP1b3xUqU7iRcwh72jUU2Y12rtGHAw==} 719 719 engines: {node: ^20.19.0 || >=22.12.0} 720 720 cpu: [x64] 721 721 os: [darwin] 722 722 723 - '@oxfmt/binding-freebsd-x64@0.35.0': 724 - resolution: {integrity: sha512-QyfKfTe0ytHpFKHAcHCGQEzN45QSqq1AHJOYYxQMgLM3KY4xu8OsXHpCnINjDsV4XGnQzczJDU9e04Zmd8XqIQ==} 723 + '@oxfmt/binding-freebsd-x64@0.36.0': 724 + resolution: {integrity: sha512-/xapWCADfI5wrhxpEUjhI9fnw7MV5BUZizVa8e24n3VSK6A3Y1TB/ClOP1tfxNspykFKXp4NBWl6NtDJP3osqQ==} 725 725 engines: {node: ^20.19.0 || >=22.12.0} 726 726 cpu: [x64] 727 727 os: [freebsd] 728 728 729 - '@oxfmt/binding-linux-arm-gnueabihf@0.35.0': 730 - resolution: {integrity: sha512-u+kv3JD6P3J38oOyUaiCqgY5TNESzBRZJ5lyZQ6c2czUW2v5SIN9E/KWWa9vxoc+P8AFXQFUVrdzGy1tK+nbPQ==} 729 + '@oxfmt/binding-linux-arm-gnueabihf@0.36.0': 730 + resolution: {integrity: sha512-1lOmv61XMFIH5uNm27620kRRzWt/RK6tdn250BRDoG9W7OXGOQ5UyI1HVT+SFkoOoKztBiinWgi68+NA1MjBVQ==} 731 731 engines: {node: ^20.19.0 || >=22.12.0} 732 732 cpu: [arm] 733 733 os: [linux] 734 734 735 - '@oxfmt/binding-linux-arm-musleabihf@0.35.0': 736 - resolution: {integrity: sha512-1NiZroCiV57I7Pf8kOH4XGR366kW5zir3VfSMBU2D0V14GpYjiYmPYFAoJboZvp8ACnZKUReWyMkNKSa5ad58A==} 735 + '@oxfmt/binding-linux-arm-musleabihf@0.36.0': 736 + resolution: {integrity: sha512-vMH23AskdR1ujUS9sPck2Df9rBVoZUnCVY86jisILzIQ/QQ/yKUTi7tgnIvydPx7TyB/48wsQ5QMr5Knq5p/aw==} 737 737 engines: {node: ^20.19.0 || >=22.12.0} 738 738 cpu: [arm] 739 739 os: [linux] 740 740 741 - '@oxfmt/binding-linux-arm64-gnu@0.35.0': 742 - resolution: {integrity: sha512-7Q0Xeg7ZnW2nxnZ4R7aF6DEbCFls4skgHZg+I63XitpNvJCbVIU8MFOTZlvZGRsY9+rPgWPQGeUpLHlyx0wvMA==} 741 + '@oxfmt/binding-linux-arm64-gnu@0.36.0': 742 + resolution: {integrity: sha512-Hy1V+zOBHpBiENRx77qrUTt5aPDHeCASRc8K5KwwAHkX2AKP0nV89eL17hsZrE9GmnXFjsNmd80lyf7aRTXsbw==} 743 743 engines: {node: ^20.19.0 || >=22.12.0} 744 744 cpu: [arm64] 745 745 os: [linux] 746 746 libc: [glibc] 747 747 748 - '@oxfmt/binding-linux-arm64-musl@0.35.0': 749 - resolution: {integrity: sha512-5Okqi+uhYFxwKz8hcnUftNNwdm8BCkf6GSCbcz9xJxYMm87k1E4p7PEmAAbhLTk7cjSdDre6TDL0pDzNX+Y22Q==} 748 + '@oxfmt/binding-linux-arm64-musl@0.36.0': 749 + resolution: {integrity: sha512-SPGLJkOIHSIC6ABUQ5V8NqJpvYhMJueJv26NYqfCnwi/Mn6A61amkpJJ9Suy0Nmvs+OWESJpcebrBUbXPGZyQQ==} 750 750 engines: {node: ^20.19.0 || >=22.12.0} 751 751 cpu: [arm64] 752 752 os: [linux] 753 753 libc: [musl] 754 754 755 - '@oxfmt/binding-linux-ppc64-gnu@0.35.0': 756 - resolution: {integrity: sha512-9k66pbZQXM/lBJWys3Xbc5yhl4JexyfqkEf/tvtq8976VIJnLAAL3M127xHA3ifYSqxdVHfVGTg84eiBHCGcNw==} 755 + '@oxfmt/binding-linux-ppc64-gnu@0.36.0': 756 + resolution: {integrity: sha512-3EuoyB8x9x8ysYJjbEO/M9fkSk72zQKnXCvpZMDHXlnY36/1qMp55Nm0PrCwjGO/1pen5hdOVkz9WmP3nAp2IQ==} 757 757 engines: {node: ^20.19.0 || >=22.12.0} 758 758 cpu: [ppc64] 759 759 os: [linux] 760 760 libc: [glibc] 761 761 762 - '@oxfmt/binding-linux-riscv64-gnu@0.35.0': 763 - resolution: {integrity: sha512-aUcY9ofKPtjO52idT6t0SAQvEF6ctjzUQa1lLp7GDsRpSBvuTrBQGeq0rYKz3gN8dMIQ7mtMdGD9tT4LhR8jAQ==} 762 + '@oxfmt/binding-linux-riscv64-gnu@0.36.0': 763 + resolution: {integrity: sha512-MpY3itLwpGh8dnywtrZtaZ604T1m715SydCKy0+qTxetv+IHzuA+aO/AGzrlzUNYZZmtWtmDBrChZGibvZxbRQ==} 764 764 engines: {node: ^20.19.0 || >=22.12.0} 765 765 cpu: [riscv64] 766 766 os: [linux] 767 767 libc: [glibc] 768 768 769 - '@oxfmt/binding-linux-riscv64-musl@0.35.0': 770 - resolution: {integrity: sha512-C6yhY5Hvc2sGM+mCPek9ZLe5xRUOC/BvhAt2qIWFAeXMn4il04EYIjl3DsWiJr0xDMTJhvMOmD55xTRPlNp39w==} 769 + '@oxfmt/binding-linux-riscv64-musl@0.36.0': 770 + resolution: {integrity: sha512-mmDhe4Vtx+XwQPRPn/V25+APnkApYgZ23q+6GVsNYY98pf3aU0aI3Me96pbRs/AfJ1jIiGC+/6q71FEu8dHcHw==} 771 771 engines: {node: ^20.19.0 || >=22.12.0} 772 772 cpu: [riscv64] 773 773 os: [linux] 774 774 libc: [musl] 775 775 776 - '@oxfmt/binding-linux-s390x-gnu@0.35.0': 777 - resolution: {integrity: sha512-RG2hlvOMK4OMZpO3mt8MpxLQ0AAezlFqhn5mI/g5YrVbPFyoCv9a34AAvbSJS501ocOxlFIRcKEuw5hFvddf9g==} 776 + '@oxfmt/binding-linux-s390x-gnu@0.36.0': 777 + resolution: {integrity: sha512-AYXhU+DmNWLSnvVwkHM92fuYhogtVHab7UQrPNaDf1sxadugg9gWVmcgJDlIwxJdpk5CVW/TFvwUKwI432zhhA==} 778 778 engines: {node: ^20.19.0 || >=22.12.0} 779 779 cpu: [s390x] 780 780 os: [linux] 781 781 libc: [glibc] 782 782 783 - '@oxfmt/binding-linux-x64-gnu@0.35.0': 784 - resolution: {integrity: sha512-wzmh90Pwvqj9xOKHJjkQYBpydRkaXG77ZvDz+iFDRRQpnqIEqGm5gmim2s6vnZIkDGsvKCuTdtxm0GFmBjM1+w==} 783 + '@oxfmt/binding-linux-x64-gnu@0.36.0': 784 + resolution: {integrity: sha512-H16QhhQ3usoakMleiAAQ2mg0NsBDAdyE9agUgfC8IHHh3jZEbr0rIKwjEqwbOHK5M0EmfhJmr+aGO/MgZPsneA==} 785 785 engines: {node: ^20.19.0 || >=22.12.0} 786 786 cpu: [x64] 787 787 os: [linux] 788 788 libc: [glibc] 789 789 790 - '@oxfmt/binding-linux-x64-musl@0.35.0': 791 - resolution: {integrity: sha512-+HCqYCJPCUy5I+b2cf+gUVaApfgtoQT3HdnSg/l7NIcLHOhKstlYaGyrFZLmUpQt4WkFbpGKZZayG6zjRU0KFA==} 790 + '@oxfmt/binding-linux-x64-musl@0.36.0': 791 + resolution: {integrity: sha512-EFFGkixA39BcmHiCe2ECdrq02D6FCve5ka6ObbvrheXl4V+R0U/E+/uLyVx1X65LW8TA8QQHdnbdDallRekohw==} 792 792 engines: {node: ^20.19.0 || >=22.12.0} 793 793 cpu: [x64] 794 794 os: [linux] 795 795 libc: [musl] 796 796 797 - '@oxfmt/binding-openharmony-arm64@0.35.0': 798 - resolution: {integrity: sha512-kFYmWfR9YL78XyO5ws+1dsxNvZoD973qfVMNFOS4e9bcHXGF7DvGC2tY5UDFwyMCeB33t3sDIuGONKggnVNSJA==} 797 + '@oxfmt/binding-openharmony-arm64@0.36.0': 798 + resolution: {integrity: sha512-zr/t369wZWFOj1qf06Z5gGNjFymfUNDrxKMmr7FKiDRVI1sNsdKRCuRL4XVjtcptKQ+ao3FfxLN1vrynivmCYg==} 799 799 engines: {node: ^20.19.0 || >=22.12.0} 800 800 cpu: [arm64] 801 801 os: [openharmony] 802 802 803 - '@oxfmt/binding-win32-arm64-msvc@0.35.0': 804 - resolution: {integrity: sha512-uD/NGdM65eKNCDGyTGdO8e9n3IHX+wwuorBvEYrPJXhDXL9qz6gzddmXH8EN04ejUXUujlq4FsoSeCfbg0Y+Jg==} 803 + '@oxfmt/binding-win32-arm64-msvc@0.36.0': 804 + resolution: {integrity: sha512-FxO7UksTv8h4olzACgrqAXNF6BP329+H322323iDrMB5V/+a1kcAw07fsOsUmqNrb9iJBsCQgH/zqcqp5903ag==} 805 805 engines: {node: ^20.19.0 || >=22.12.0} 806 806 cpu: [arm64] 807 807 os: [win32] 808 808 809 - '@oxfmt/binding-win32-ia32-msvc@0.35.0': 810 - resolution: {integrity: sha512-oSRD2k8J2uxYDEKR2nAE/YTY9PobOEnhZgCmspHu0+yBQ665yH8lFErQVSTE7fcGJmJp/cC6322/gc8VFuQf7g==} 809 + '@oxfmt/binding-win32-ia32-msvc@0.36.0': 810 + resolution: {integrity: sha512-OjoMQ89H01M0oLMfr/CPNH1zi48ZIwxAKObUl57oh7ssUBNDp/2Vjf7E1TQ8M4oj4VFQ/byxl2SmcPNaI2YNDg==} 811 811 engines: {node: ^20.19.0 || >=22.12.0} 812 812 cpu: [ia32] 813 813 os: [win32] 814 814 815 - '@oxfmt/binding-win32-x64-msvc@0.35.0': 816 - resolution: {integrity: sha512-WCDJjlS95NboR0ugI2BEwzt1tYvRDorDRM9Lvctls1SLyKYuNRCyrPwp1urUPFBnwgBNn9p2/gnmo7gFMySRoQ==} 815 + '@oxfmt/binding-win32-x64-msvc@0.36.0': 816 + resolution: {integrity: sha512-MoyeQ9S36ZTz/4bDhOKJgOBIDROd4dQ5AkT9iezhEaUBxAPdNX9Oq0jD8OSnCj3G4wam/XNxVWKMA52kmzmPtQ==} 817 817 engines: {node: ^20.19.0 || >=22.12.0} 818 818 cpu: [x64] 819 819 os: [win32] 820 820 821 - '@oxlint/binding-android-arm-eabi@1.50.0': 822 - resolution: {integrity: sha512-G7MRGk/6NCe+L8ntonRdZP7IkBfEpiZ/he3buLK6JkLgMHgJShXZ+BeOwADmspXez7U7F7L1Anf4xLSkLHiGTg==} 821 + '@oxlint/binding-android-arm-eabi@1.51.0': 822 + resolution: {integrity: sha512-jJYIqbx4sX+suIxWstc4P7SzhEwb4ArWA2KVrmEuu9vH2i0qM6QIHz/ehmbGE4/2fZbpuMuBzTl7UkfNoqiSgw==} 823 823 engines: {node: ^20.19.0 || >=22.12.0} 824 824 cpu: [arm] 825 825 os: [android] 826 826 827 - '@oxlint/binding-android-arm64@1.50.0': 828 - resolution: {integrity: sha512-GeSuMoJWCVpovJi/e3xDSNgjeR8WEZ6MCXL6EtPiCIM2NTzv7LbflARINTXTJy2oFBYyvdf/l2PwHzYo6EdXvg==} 827 + '@oxlint/binding-android-arm64@1.51.0': 828 + resolution: {integrity: sha512-GtXyBCcH4ti98YdiMNCrpBNGitx87EjEWxevnyhcBK12k/Vu4EzSB45rzSC4fGFUD6sQgeaxItRCEEWeVwPafw==} 829 829 engines: {node: ^20.19.0 || >=22.12.0} 830 830 cpu: [arm64] 831 831 os: [android] 832 832 833 - '@oxlint/binding-darwin-arm64@1.50.0': 834 - resolution: {integrity: sha512-w3SY5YtxGnxCHPJ8Twl3KmS9oja1gERYk3AMoZ7Hv8P43ZtB6HVfs02TxvarxfL214Tm3uzvc2vn+DhtUNeKnw==} 833 + '@oxlint/binding-darwin-arm64@1.51.0': 834 + resolution: {integrity: sha512-3QJbeYaMHn6Bh2XeBXuITSsbnIctyTjvHf5nRjKYrT9pPeErNIpp5VDEeAXC0CZSwSVTsc8WOSDwgrAI24JolQ==} 835 835 engines: {node: ^20.19.0 || >=22.12.0} 836 836 cpu: [arm64] 837 837 os: [darwin] 838 838 839 - '@oxlint/binding-darwin-x64@1.50.0': 840 - resolution: {integrity: sha512-hNfogDqy7tvmllXKBSlHo6k5x7dhTUVOHbMSE15CCAcXzmqf5883aPvBYPOq9AE7DpDUQUZ1kVE22YbiGW+tuw==} 839 + '@oxlint/binding-darwin-x64@1.51.0': 840 + resolution: {integrity: sha512-NzErhMaTEN1cY0E8C5APy74lw5VwsNfJfVPBMWPVQLqAbO0k4FFLjvHURvkUL+Y18Wu+8Vs1kbqPh2hjXYA4pg==} 841 841 engines: {node: ^20.19.0 || >=22.12.0} 842 842 cpu: [x64] 843 843 os: [darwin] 844 844 845 - '@oxlint/binding-freebsd-x64@1.50.0': 846 - resolution: {integrity: sha512-ykZevOWEyu0nsxolA911ucxpEv0ahw8jfEeGWOwwb/VPoE4xoexuTOAiPNlWZNJqANlJl7yp8OyzCtXTUAxotw==} 845 + '@oxlint/binding-freebsd-x64@1.51.0': 846 + resolution: {integrity: sha512-msAIh3vPAoKoHlOE/oe6Q5C/n9umypv/k81lED82ibrJotn+3YG2Qp1kiR8o/Dg5iOEU97c6tl0utxcyFenpFw==} 847 847 engines: {node: ^20.19.0 || >=22.12.0} 848 848 cpu: [x64] 849 849 os: [freebsd] 850 850 851 - '@oxlint/binding-linux-arm-gnueabihf@1.50.0': 852 - resolution: {integrity: sha512-hif3iDk7vo5GGJ4OLCCZAf2vjnU9FztGw4L0MbQL0M2iY9LKFtDMMiQAHmkF0PQGQMVbTYtPdXCLKVgdkiqWXQ==} 851 + '@oxlint/binding-linux-arm-gnueabihf@1.51.0': 852 + resolution: {integrity: sha512-CqQPcvqYyMe9ZBot2stjGogEzk1z8gGAngIX7srSzrzexmXixwVxBdFZyxTVM0CjGfDeV+Ru0w25/WNjlMM2Hw==} 853 853 engines: {node: ^20.19.0 || >=22.12.0} 854 854 cpu: [arm] 855 855 os: [linux] 856 856 857 - '@oxlint/binding-linux-arm-musleabihf@1.50.0': 858 - resolution: {integrity: sha512-dVp9iSssiGAnTNey2Ruf6xUaQhdnvcFOJyRWd/mu5o2jVbFK15E5fbWGeFRfmuobu5QXuROtFga44+7DOS3PLg==} 857 + '@oxlint/binding-linux-arm-musleabihf@1.51.0': 858 + resolution: {integrity: sha512-dstrlYQgZMnyOssxSbolGCge/sDbko12N/35RBNuqLpoPbft2aeBidBAb0dvQlyBd9RJ6u8D4o4Eh8Un6iTgyQ==} 859 859 engines: {node: ^20.19.0 || >=22.12.0} 860 860 cpu: [arm] 861 861 os: [linux] 862 862 863 - '@oxlint/binding-linux-arm64-gnu@1.50.0': 864 - resolution: {integrity: sha512-1cT7yz2HA910CKA9NkH1ZJo50vTtmND2fkoW1oyiSb0j6WvNtJ0Wx2zoySfXWc/c+7HFoqRK5AbEoL41LOn9oA==} 863 + '@oxlint/binding-linux-arm64-gnu@1.51.0': 864 + resolution: {integrity: sha512-QEjUpXO7d35rP1/raLGGbAsBLLGZIzV3ZbeSjqWlD3oRnxpRIZ6iL4o51XQHkconn3uKssc+1VKdtHJ81BBhDA==} 865 865 engines: {node: ^20.19.0 || >=22.12.0} 866 866 cpu: [arm64] 867 867 os: [linux] 868 868 libc: [glibc] 869 869 870 - '@oxlint/binding-linux-arm64-musl@1.50.0': 871 - resolution: {integrity: sha512-++B3k/HEPFVlj89cOz8kWfQccMZB/aWL9AhsW7jPIkG++63Mpwb2cE9XOEsd0PATbIan78k2Gky+09uWM1d/gQ==} 870 + '@oxlint/binding-linux-arm64-musl@1.51.0': 871 + resolution: {integrity: sha512-YSJua5irtG4DoMAjUapDTPhkQLHhBIY0G9JqlZS6/SZPzqDkPku/1GdWs0D6h/wyx0Iz31lNCfIaWKBQhzP0wQ==} 872 872 engines: {node: ^20.19.0 || >=22.12.0} 873 873 cpu: [arm64] 874 874 os: [linux] 875 875 libc: [musl] 876 876 877 - '@oxlint/binding-linux-ppc64-gnu@1.50.0': 878 - resolution: {integrity: sha512-Z9b/KpFMkx66w3gVBqjIC1AJBTZAGoI9+U+K5L4QM0CB/G0JSNC1es9b3Y0Vcrlvtdn8A+IQTkYjd/Q0uCSaZw==} 877 + '@oxlint/binding-linux-ppc64-gnu@1.51.0': 878 + resolution: {integrity: sha512-7L4Wj2IEUNDETKssB9IDYt16T6WlF+X2jgC/hBq3diGHda9vJLpAgb09+D3quFq7TdkFtI7hwz/jmuQmQFPc1Q==} 879 879 engines: {node: ^20.19.0 || >=22.12.0} 880 880 cpu: [ppc64] 881 881 os: [linux] 882 882 libc: [glibc] 883 883 884 - '@oxlint/binding-linux-riscv64-gnu@1.50.0': 885 - resolution: {integrity: sha512-jvmuIw8wRSohsQlFNIST5uUwkEtEJmOQYr33bf/K2FrFPXHhM4KqGekI3ShYJemFS/gARVacQFgBzzJKCAyJjg==} 884 + '@oxlint/binding-linux-riscv64-gnu@1.51.0': 885 + resolution: {integrity: sha512-cBUHqtOXy76G41lOB401qpFoKx1xq17qYkhWrLSM7eEjiHM9sOtYqpr6ZdqCnN9s6ZpzudX4EkeHOFH2E9q0vA==} 886 886 engines: {node: ^20.19.0 || >=22.12.0} 887 887 cpu: [riscv64] 888 888 os: [linux] 889 889 libc: [glibc] 890 890 891 - '@oxlint/binding-linux-riscv64-musl@1.50.0': 892 - resolution: {integrity: sha512-x+UrN47oYNh90nmAAyql8eQaaRpHbDPu5guasDg10+OpszUQ3/1+1J6zFMmV4xfIEgTcUXG/oI5fxJhF4eWCNA==} 891 + '@oxlint/binding-linux-riscv64-musl@1.51.0': 892 + resolution: {integrity: sha512-WKbg8CysgZcHfZX0ixQFBRSBvFZUHa3SBnEjHY2FVYt2nbNJEjzTxA3ZR5wMU0NOCNKIAFUFvAh5/XJKPRJuJg==} 893 893 engines: {node: ^20.19.0 || >=22.12.0} 894 894 cpu: [riscv64] 895 895 os: [linux] 896 896 libc: [musl] 897 897 898 - '@oxlint/binding-linux-s390x-gnu@1.50.0': 899 - resolution: {integrity: sha512-i/JLi2ljLUIVfekMj4ISmdt+Hn11wzYUdRRrkVUYsCWw7zAy5xV7X9iA+KMyM156LTFympa7s3oKBjuCLoTAUQ==} 898 + '@oxlint/binding-linux-s390x-gnu@1.51.0': 899 + resolution: {integrity: sha512-N1QRUvJTxqXNSu35YOufdjsAVmKVx5bkrggOWAhTWBc3J4qjcBwr1IfyLh/6YCg8sYRSR1GraldS9jUgJL/U4A==} 900 900 engines: {node: ^20.19.0 || >=22.12.0} 901 901 cpu: [s390x] 902 902 os: [linux] 903 903 libc: [glibc] 904 904 905 - '@oxlint/binding-linux-x64-gnu@1.50.0': 906 - resolution: {integrity: sha512-/C7brhn6c6UUPccgSPCcpLQXcp+xKIW/3sji/5VZ8/OItL3tQ2U7KalHz887UxxSQeEOmd1kY6lrpuwFnmNqOA==} 905 + '@oxlint/binding-linux-x64-gnu@1.51.0': 906 + resolution: {integrity: sha512-e0Mz0DizsCoqNIjeOg6OUKe8JKJWZ5zZlwsd05Bmr51Jo3AOL4UJnPvwKumr4BBtBrDZkCmOLhCvDGm95nJM2g==} 907 907 engines: {node: ^20.19.0 || >=22.12.0} 908 908 cpu: [x64] 909 909 os: [linux] 910 910 libc: [glibc] 911 911 912 - '@oxlint/binding-linux-x64-musl@1.50.0': 913 - resolution: {integrity: sha512-oDR1f+bGOYU8LfgtEW8XtotWGB63ghtcxk5Jm6IDTCk++rTA/IRMsjOid2iMd+1bW+nP9Mdsmcdc7VbPD3+iyQ==} 912 + '@oxlint/binding-linux-x64-musl@1.51.0': 913 + resolution: {integrity: sha512-wD8HGTWhYBKXvRDvoBVB1y+fEYV01samhWQSy1Zkxq2vpezvMnjaFKRuiP6tBNITLGuffbNDEXOwcAhJ3gI5Ug==} 914 914 engines: {node: ^20.19.0 || >=22.12.0} 915 915 cpu: [x64] 916 916 os: [linux] 917 917 libc: [musl] 918 918 919 - '@oxlint/binding-openharmony-arm64@1.50.0': 920 - resolution: {integrity: sha512-4CmRGPp5UpvXyu4jjP9Tey/SrXDQLRvZXm4pb4vdZBxAzbFZkCyh0KyRy4txld/kZKTJlW4TO8N1JKrNEk+mWw==} 919 + '@oxlint/binding-openharmony-arm64@1.51.0': 920 + resolution: {integrity: sha512-5NSwQ2hDEJ0GPXqikjWtwzgAQCsS7P9aLMNenjjKa+gknN3lTCwwwERsT6lKXSirfU3jLjexA2XQvQALh5h27w==} 921 921 engines: {node: ^20.19.0 || >=22.12.0} 922 922 cpu: [arm64] 923 923 os: [openharmony] 924 924 925 - '@oxlint/binding-win32-arm64-msvc@1.50.0': 926 - resolution: {integrity: sha512-Fq0M6vsGcFsSfeuWAACDhd5KJrO85ckbEfe1EGuBj+KPyJz7KeWte2fSFrFGmNKNXyhEMyx4tbgxiWRujBM2KQ==} 925 + '@oxlint/binding-win32-arm64-msvc@1.51.0': 926 + resolution: {integrity: sha512-JEZyah1M0RHMw8d+jjSSJmSmO8sABA1J1RtrHYujGPeCkYg1NeH0TGuClpe2h5QtioRTaF57y/TZfn/2IFV6fA==} 927 927 engines: {node: ^20.19.0 || >=22.12.0} 928 928 cpu: [arm64] 929 929 os: [win32] 930 930 931 - '@oxlint/binding-win32-ia32-msvc@1.50.0': 932 - resolution: {integrity: sha512-qTdWR9KwY/vxJGhHVIZG2eBOhidOQvOwzDxnX+jhW/zIVacal1nAhR8GLkiywW8BIFDkQKXo/zOfT+/DY+ns/w==} 931 + '@oxlint/binding-win32-ia32-msvc@1.51.0': 932 + resolution: {integrity: sha512-q3cEoKH6kwjz/WRyHwSf0nlD2F5Qw536kCXvmlSu+kaShzgrA0ojmh45CA81qL+7udfCaZL2SdKCZlLiGBVFlg==} 933 933 engines: {node: ^20.19.0 || >=22.12.0} 934 934 cpu: [ia32] 935 935 os: [win32] 936 936 937 - '@oxlint/binding-win32-x64-msvc@1.50.0': 938 - resolution: {integrity: sha512-682t7npLC4G2Ca+iNlI9fhAKTcFPYYXJjwoa88H4q+u5HHHlsnL/gHULapX3iqp+A8FIJbgdylL5KMYo2LaluQ==} 937 + '@oxlint/binding-win32-x64-msvc@1.51.0': 938 + resolution: {integrity: sha512-Q14+fOGb9T28nWF/0EUsYqERiRA7cl1oy4TJrGmLaqhm+aO2cV+JttboHI3CbdeMCAyDI1+NoSlrM7Melhp/cw==} 939 939 engines: {node: ^20.19.0 || >=22.12.0} 940 940 cpu: [x64] 941 941 os: [win32] ··· 949 949 '@poppinss/exception@1.2.3': 950 950 resolution: {integrity: sha512-dCED+QRChTVatE9ibtoaxc+WkdzOSjYTKi/+uacHWIsfodVfpsueo3+DKpgU5Px8qXjgmXkSvhXvSCz3fnP9lw==} 951 951 952 - '@rolldown/browser@1.0.0-rc.5': 953 - resolution: {integrity: sha512-u7jPxa90kMYSZ8R9pjGw6lcFSkFgZdumC6Ir5yiLp1HqFy+ShvZwuwazL+w4L5rKlpHMMXT8sy6ZA+jOlbWG5Q==} 952 + '@rolldown/browser@1.0.0-rc.6': 953 + resolution: {integrity: sha512-TUKU4AVAlMYY+jk/dWa/s57xfYu34X2gRxt5vPhIooP+YBvtq5cG+SItcC+oMq0pPbCMwNy4PJ/OOXmoffhuuQ==} 954 954 hasBin: true 955 955 956 956 '@rollup/rollup-android-arm-eabi@4.59.0': ··· 1219 1219 '@types/estree@1.0.8': 1220 1220 resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==} 1221 1221 1222 - '@types/node@24.10.13': 1223 - resolution: {integrity: sha512-oH72nZRfDv9lADUBSo104Aq7gPHpQZc4BTx38r9xf9pg5LfP6EzSyH2n7qFmmxRQXh7YlUXODcYsg6PuTDSxGg==} 1222 + '@types/node@25.3.3': 1223 + resolution: {integrity: sha512-DpzbrH7wIcBaJibpKo9nnSQL0MTRdnWttGyE5haGwK86xgMOkFLp7vEyfQPGLOJh5wNYiJ3V9PmUMDhV9u8kkQ==} 1224 1224 1225 1225 '@types/semver@7.7.1': 1226 1226 resolution: {integrity: sha512-FmgJfu+MOcQ370SD0ev7EI8TlCAfKYU+B4m5T3yXc1CiRN94g/SZPtsCkk506aUDtlMnFZvasDwHHUcZUEaYuA==} ··· 1285 1285 engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} 1286 1286 hasBin: true 1287 1287 1288 - caniuse-lite@1.0.30001774: 1289 - resolution: {integrity: sha512-DDdwPGz99nmIEv216hKSgLD+D4ikHQHjBC/seF98N9CPqRX4M5mSxT9eTV6oyisnJcuzxtZy4n17yKKQYmYQOA==} 1288 + caniuse-lite@1.0.30001776: 1289 + resolution: {integrity: sha512-sg01JDPzZ9jGshqKSckOQthXnYwOEP50jeVFhaSFbZcOy05TiuuaffDOfcwtCisJ9kNQuLBFibYywv2Bgm9osw==} 1290 1290 1291 1291 chai@6.2.2: 1292 1292 resolution: {integrity: sha512-NUPRluOfOiTKBKvWPtSD4PhFvWCqOi0BGStNWs57X9js7XGTprSmFoz5F0tWhR4WPjNeR9jXqdC7/UpSJTnlRg==} ··· 1323 1323 resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==} 1324 1324 engines: {node: '>=8'} 1325 1325 1326 - electron-to-chromium@1.5.302: 1327 - resolution: {integrity: sha512-sM6HAN2LyK82IyPBpznDRqlTQAtuSaO+ShzFiWTvoMJLHyZ+Y39r8VMfHzwbU8MVBzQ4Wdn85+wlZl2TLGIlwg==} 1326 + electron-to-chromium@1.5.307: 1327 + resolution: {integrity: sha512-5z3uFKBWjiNR44nFcYdkcXjKMbg5KXNdciu7mhTPo9tB7NbqSNP2sSnGR+fqknZSCwKkBN+oxiiajWs4dT6ORg==} 1328 1328 1329 - enhanced-resolve@5.19.0: 1330 - resolution: {integrity: sha512-phv3E1Xl4tQOShqSte26C7Fl84EwUdZsyOuSSk9qtAGyyQs2s3jJzComh+Abf4g187lUUAvH+H26omrqia2aGg==} 1329 + enhanced-resolve@5.20.0: 1330 + resolution: {integrity: sha512-/ce7+jQ1PQ6rVXwe+jKEg5hW5ciicHwIQUagZkp6IufBoY3YDgdTTY1azVs0qoRgVmvsNB+rbjLJxDAeHHtwsQ==} 1331 1331 engines: {node: '>=10.13.0'} 1332 1332 1333 1333 entities@6.0.1: ··· 1504 1504 resolution: {integrity: sha512-eRtbOb1N5iyH0tkQDAoQ4Ipsp/5qSR79Dzrz8hEPxRX10RWWR/iQXdoKmBSRCThY1Fh5EhISDtpSc93fpxUniQ==} 1505 1505 engines: {node: '>=12.13'} 1506 1506 1507 - miniflare@4.20260302.0: 1508 - resolution: {integrity: sha512-joGFywlo7HdfHXXGOkc6tDCVkwjEncM0mwEsMOLWcl+vDVJPj9HRV7JtEa0+lCpNOLdYw7mZNHYe12xz9KtJOw==} 1507 + miniflare@4.20260305.0: 1508 + resolution: {integrity: sha512-jVhtKJtiwaZa3rI+WgoLvSJmEazDsoUmAPYRUmEe2VO6VSbvkhbnDRm+dsPbYRatgNIExwrpqG1rv96jHiSb0w==} 1509 1509 engines: {node: '>=18.0.0'} 1510 1510 hasBin: true 1511 1511 ··· 1523 1523 obug@2.1.1: 1524 1524 resolution: {integrity: sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==} 1525 1525 1526 - oxfmt@0.35.0: 1527 - resolution: {integrity: sha512-QYeXWkP+aLt7utt5SLivNIk09glWx9QE235ODjgcEZ3sd1VMaUBSpLymh6ZRCA76gD2rMP4bXanUz/fx+nLM9Q==} 1526 + oxfmt@0.36.0: 1527 + resolution: {integrity: sha512-/ejJ+KoSW6J9bcNT9a9UtJSJNWhJ3yOLSBLbkoFHJs/8CZjmaZVZAJe4YgO1KMJlKpNQasrn/G9JQUEZI3p0EQ==} 1528 1528 engines: {node: ^20.19.0 || >=22.12.0} 1529 1529 hasBin: true 1530 1530 1531 - oxlint@1.50.0: 1532 - resolution: {integrity: sha512-iSJ4IZEICBma8cZX7kxIIz9PzsYLF2FaLAYN6RKu7VwRVKdu7RIgpP99bTZaGl//Yao7fsaGZLSEo5xBrI5ReQ==} 1531 + oxlint@1.51.0: 1532 + resolution: {integrity: sha512-g6DNPaV9/WI9MoX2XllafxQuxwY1TV++j7hP8fTJByVBuCoVtm3dy9f/2vtH/HU40JztcgWF4G7ua+gkainklQ==} 1533 1533 engines: {node: ^20.19.0 || >=22.12.0} 1534 1534 hasBin: true 1535 1535 peerDependencies: 1536 - oxlint-tsgolint: '>=0.14.1' 1536 + oxlint-tsgolint: '>=0.15.0' 1537 1537 peerDependenciesMeta: 1538 1538 oxlint-tsgolint: 1539 1539 optional: true ··· 1554 1554 resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==} 1555 1555 engines: {node: '>=12'} 1556 1556 1557 - postcss@8.5.6: 1558 - resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==} 1557 + postcss@8.5.8: 1558 + resolution: {integrity: sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==} 1559 1559 engines: {node: ^10 || ^12 || >=14} 1560 1560 1561 1561 rollup@4.59.0: ··· 1657 1657 engines: {node: '>=14.17'} 1658 1658 hasBin: true 1659 1659 1660 - undici-types@7.16.0: 1661 - resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==} 1660 + undici-types@7.18.2: 1661 + resolution: {integrity: sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==} 1662 1662 1663 1663 undici@7.18.2: 1664 1664 resolution: {integrity: sha512-y+8YjDFzWdQlSE9N5nzKMT3g4a5UBX1HKowfdXh0uvAnTaqqwqB92Jt4UXBAeKekDs5IaDKyJFR4X1gYVCgXcw==} ··· 1778 1778 engines: {node: '>=8'} 1779 1779 hasBin: true 1780 1780 1781 - workerd@1.20260302.0: 1782 - resolution: {integrity: sha512-FhNdC8cenMDllI6bTktFgxP5Bn5ZEnGtofgKipY6pW9jtq708D1DeGI6vGad78KQLBGaDwFy1eThjCoLYgFfog==} 1781 + workerd@1.20260305.0: 1782 + resolution: {integrity: sha512-JkhfCLU+w+KbQmZ9k49IcDYc78GBo7eG8Mir8E2+KVjR7otQAmpcLlsous09YLh8WQ3Bt3Mi6/WMStvMAPukeA==} 1783 1783 engines: {node: '>=16'} 1784 1784 hasBin: true 1785 1785 1786 - wrangler@4.68.1: 1787 - resolution: {integrity: sha512-G+TI3k/olEGBAVkPtUlhAX/DIbL/190fv3aK+r+45/wPclNEymjxCc35T8QGTDhc2fEMXiw51L5bH9aNsBg+yQ==} 1786 + wrangler@4.69.0: 1787 + resolution: {integrity: sha512-EmVfIM65I5b4ITHe3Y9R7zQyf4NUBQ1leStakMlWiVR9n6VlDwuEltyQI2l3i0JciDnWyR3uqe+T6C08ivniTQ==} 1788 1788 engines: {node: '>=20.0.0'} 1789 1789 hasBin: true 1790 1790 peerDependencies: 1791 - '@cloudflare/workers-types': ^4.20260302.0 1791 + '@cloudflare/workers-types': ^4.20260305.0 1792 1792 peerDependenciesMeta: 1793 1793 '@cloudflare/workers-types': 1794 1794 optional: true ··· 1933 1933 1934 1934 '@cloudflare/kv-asset-handler@0.4.2': {} 1935 1935 1936 - '@cloudflare/unenv-preset@2.14.0(unenv@2.0.0-rc.24)(workerd@1.20260302.0)': 1936 + '@cloudflare/unenv-preset@2.14.0(unenv@2.0.0-rc.24)(workerd@1.20260305.0)': 1937 1937 dependencies: 1938 1938 unenv: 2.0.0-rc.24 1939 1939 optionalDependencies: 1940 - workerd: 1.20260302.0 1940 + workerd: 1.20260305.0 1941 1941 1942 - '@cloudflare/workerd-darwin-64@1.20260302.0': 1942 + '@cloudflare/workerd-darwin-64@1.20260305.0': 1943 1943 optional: true 1944 1944 1945 - '@cloudflare/workerd-darwin-arm64@1.20260302.0': 1945 + '@cloudflare/workerd-darwin-arm64@1.20260305.0': 1946 1946 optional: true 1947 1947 1948 - '@cloudflare/workerd-linux-64@1.20260302.0': 1948 + '@cloudflare/workerd-linux-64@1.20260305.0': 1949 1949 optional: true 1950 1950 1951 - '@cloudflare/workerd-linux-arm64@1.20260302.0': 1951 + '@cloudflare/workerd-linux-arm64@1.20260305.0': 1952 1952 optional: true 1953 1953 1954 - '@cloudflare/workerd-windows-64@1.20260302.0': 1954 + '@cloudflare/workerd-windows-64@1.20260305.0': 1955 1955 optional: true 1956 1956 1957 1957 '@cspotcode/source-map-support@0.8.1': ··· 2049 2049 '@esbuild/win32-x64@0.27.3': 2050 2050 optional: true 2051 2051 2052 - '@floating-ui/core@1.7.4': 2052 + '@floating-ui/core@1.7.5': 2053 2053 dependencies: 2054 - '@floating-ui/utils': 0.2.10 2054 + '@floating-ui/utils': 0.2.11 2055 2055 2056 - '@floating-ui/dom@1.7.5': 2056 + '@floating-ui/dom@1.7.6': 2057 2057 dependencies: 2058 - '@floating-ui/core': 1.7.4 2059 - '@floating-ui/utils': 0.2.10 2058 + '@floating-ui/core': 1.7.5 2059 + '@floating-ui/utils': 0.2.11 2060 2060 2061 - '@floating-ui/utils@0.2.10': {} 2061 + '@floating-ui/utils@0.2.11': {} 2062 2062 2063 - '@img/colour@1.0.0': {} 2063 + '@img/colour@1.1.0': {} 2064 2064 2065 2065 '@img/sharp-darwin-arm64@0.34.5': 2066 2066 optionalDependencies: ··· 2317 2317 '@emnapi/runtime': 1.8.1 2318 2318 '@tybys/wasm-util': 0.10.1 2319 2319 2320 - '@oxc-project/types@0.115.0': {} 2320 + '@oxc-project/types@0.116.0': {} 2321 2321 2322 - '@oxfmt/binding-android-arm-eabi@0.35.0': 2322 + '@oxfmt/binding-android-arm-eabi@0.36.0': 2323 2323 optional: true 2324 2324 2325 - '@oxfmt/binding-android-arm64@0.35.0': 2325 + '@oxfmt/binding-android-arm64@0.36.0': 2326 2326 optional: true 2327 2327 2328 - '@oxfmt/binding-darwin-arm64@0.35.0': 2328 + '@oxfmt/binding-darwin-arm64@0.36.0': 2329 2329 optional: true 2330 2330 2331 - '@oxfmt/binding-darwin-x64@0.35.0': 2331 + '@oxfmt/binding-darwin-x64@0.36.0': 2332 2332 optional: true 2333 2333 2334 - '@oxfmt/binding-freebsd-x64@0.35.0': 2334 + '@oxfmt/binding-freebsd-x64@0.36.0': 2335 2335 optional: true 2336 2336 2337 - '@oxfmt/binding-linux-arm-gnueabihf@0.35.0': 2337 + '@oxfmt/binding-linux-arm-gnueabihf@0.36.0': 2338 2338 optional: true 2339 2339 2340 - '@oxfmt/binding-linux-arm-musleabihf@0.35.0': 2340 + '@oxfmt/binding-linux-arm-musleabihf@0.36.0': 2341 2341 optional: true 2342 2342 2343 - '@oxfmt/binding-linux-arm64-gnu@0.35.0': 2343 + '@oxfmt/binding-linux-arm64-gnu@0.36.0': 2344 2344 optional: true 2345 2345 2346 - '@oxfmt/binding-linux-arm64-musl@0.35.0': 2346 + '@oxfmt/binding-linux-arm64-musl@0.36.0': 2347 2347 optional: true 2348 2348 2349 - '@oxfmt/binding-linux-ppc64-gnu@0.35.0': 2349 + '@oxfmt/binding-linux-ppc64-gnu@0.36.0': 2350 2350 optional: true 2351 2351 2352 - '@oxfmt/binding-linux-riscv64-gnu@0.35.0': 2352 + '@oxfmt/binding-linux-riscv64-gnu@0.36.0': 2353 2353 optional: true 2354 2354 2355 - '@oxfmt/binding-linux-riscv64-musl@0.35.0': 2355 + '@oxfmt/binding-linux-riscv64-musl@0.36.0': 2356 2356 optional: true 2357 2357 2358 - '@oxfmt/binding-linux-s390x-gnu@0.35.0': 2358 + '@oxfmt/binding-linux-s390x-gnu@0.36.0': 2359 2359 optional: true 2360 2360 2361 - '@oxfmt/binding-linux-x64-gnu@0.35.0': 2361 + '@oxfmt/binding-linux-x64-gnu@0.36.0': 2362 2362 optional: true 2363 2363 2364 - '@oxfmt/binding-linux-x64-musl@0.35.0': 2364 + '@oxfmt/binding-linux-x64-musl@0.36.0': 2365 2365 optional: true 2366 2366 2367 - '@oxfmt/binding-openharmony-arm64@0.35.0': 2367 + '@oxfmt/binding-openharmony-arm64@0.36.0': 2368 2368 optional: true 2369 2369 2370 - '@oxfmt/binding-win32-arm64-msvc@0.35.0': 2370 + '@oxfmt/binding-win32-arm64-msvc@0.36.0': 2371 2371 optional: true 2372 2372 2373 - '@oxfmt/binding-win32-ia32-msvc@0.35.0': 2373 + '@oxfmt/binding-win32-ia32-msvc@0.36.0': 2374 2374 optional: true 2375 2375 2376 - '@oxfmt/binding-win32-x64-msvc@0.35.0': 2376 + '@oxfmt/binding-win32-x64-msvc@0.36.0': 2377 2377 optional: true 2378 2378 2379 - '@oxlint/binding-android-arm-eabi@1.50.0': 2379 + '@oxlint/binding-android-arm-eabi@1.51.0': 2380 2380 optional: true 2381 2381 2382 - '@oxlint/binding-android-arm64@1.50.0': 2382 + '@oxlint/binding-android-arm64@1.51.0': 2383 2383 optional: true 2384 2384 2385 - '@oxlint/binding-darwin-arm64@1.50.0': 2385 + '@oxlint/binding-darwin-arm64@1.51.0': 2386 2386 optional: true 2387 2387 2388 - '@oxlint/binding-darwin-x64@1.50.0': 2388 + '@oxlint/binding-darwin-x64@1.51.0': 2389 2389 optional: true 2390 2390 2391 - '@oxlint/binding-freebsd-x64@1.50.0': 2391 + '@oxlint/binding-freebsd-x64@1.51.0': 2392 2392 optional: true 2393 2393 2394 - '@oxlint/binding-linux-arm-gnueabihf@1.50.0': 2394 + '@oxlint/binding-linux-arm-gnueabihf@1.51.0': 2395 2395 optional: true 2396 2396 2397 - '@oxlint/binding-linux-arm-musleabihf@1.50.0': 2397 + '@oxlint/binding-linux-arm-musleabihf@1.51.0': 2398 2398 optional: true 2399 2399 2400 - '@oxlint/binding-linux-arm64-gnu@1.50.0': 2400 + '@oxlint/binding-linux-arm64-gnu@1.51.0': 2401 2401 optional: true 2402 2402 2403 - '@oxlint/binding-linux-arm64-musl@1.50.0': 2403 + '@oxlint/binding-linux-arm64-musl@1.51.0': 2404 2404 optional: true 2405 2405 2406 - '@oxlint/binding-linux-ppc64-gnu@1.50.0': 2406 + '@oxlint/binding-linux-ppc64-gnu@1.51.0': 2407 2407 optional: true 2408 2408 2409 - '@oxlint/binding-linux-riscv64-gnu@1.50.0': 2409 + '@oxlint/binding-linux-riscv64-gnu@1.51.0': 2410 2410 optional: true 2411 2411 2412 - '@oxlint/binding-linux-riscv64-musl@1.50.0': 2412 + '@oxlint/binding-linux-riscv64-musl@1.51.0': 2413 2413 optional: true 2414 2414 2415 - '@oxlint/binding-linux-s390x-gnu@1.50.0': 2415 + '@oxlint/binding-linux-s390x-gnu@1.51.0': 2416 2416 optional: true 2417 2417 2418 - '@oxlint/binding-linux-x64-gnu@1.50.0': 2418 + '@oxlint/binding-linux-x64-gnu@1.51.0': 2419 2419 optional: true 2420 2420 2421 - '@oxlint/binding-linux-x64-musl@1.50.0': 2421 + '@oxlint/binding-linux-x64-musl@1.51.0': 2422 2422 optional: true 2423 2423 2424 - '@oxlint/binding-openharmony-arm64@1.50.0': 2424 + '@oxlint/binding-openharmony-arm64@1.51.0': 2425 2425 optional: true 2426 2426 2427 - '@oxlint/binding-win32-arm64-msvc@1.50.0': 2427 + '@oxlint/binding-win32-arm64-msvc@1.51.0': 2428 2428 optional: true 2429 2429 2430 - '@oxlint/binding-win32-ia32-msvc@1.50.0': 2430 + '@oxlint/binding-win32-ia32-msvc@1.51.0': 2431 2431 optional: true 2432 2432 2433 - '@oxlint/binding-win32-x64-msvc@1.50.0': 2433 + '@oxlint/binding-win32-x64-msvc@1.51.0': 2434 2434 optional: true 2435 2435 2436 2436 '@poppinss/colors@4.1.6': ··· 2445 2445 2446 2446 '@poppinss/exception@1.2.3': {} 2447 2447 2448 - '@rolldown/browser@1.0.0-rc.5': 2448 + '@rolldown/browser@1.0.0-rc.6': 2449 2449 dependencies: 2450 2450 '@napi-rs/wasm-runtime': 1.1.1 2451 2451 ··· 2533 2533 '@tailwindcss/node@4.2.1': 2534 2534 dependencies: 2535 2535 '@jridgewell/remapping': 2.3.5 2536 - enhanced-resolve: 5.19.0 2536 + enhanced-resolve: 5.20.0 2537 2537 jiti: 2.6.1 2538 2538 lightningcss: 1.31.1 2539 2539 magic-string: 0.30.21 ··· 2591 2591 '@tailwindcss/oxide-win32-arm64-msvc': 4.2.1 2592 2592 '@tailwindcss/oxide-win32-x64-msvc': 4.2.1 2593 2593 2594 - '@tailwindcss/vite@4.2.1(vite@7.3.1(@types/node@24.10.13)(jiti@2.6.1)(lightningcss@1.31.1))': 2594 + '@tailwindcss/vite@4.2.1(vite@7.3.1(@types/node@25.3.3)(jiti@2.6.1)(lightningcss@1.31.1))': 2595 2595 dependencies: 2596 2596 '@tailwindcss/node': 4.2.1 2597 2597 '@tailwindcss/oxide': 4.2.1 2598 2598 tailwindcss: 4.2.1 2599 - vite: 7.3.1(@types/node@24.10.13)(jiti@2.6.1)(lightningcss@1.31.1) 2599 + vite: 7.3.1(@types/node@25.3.3)(jiti@2.6.1)(lightningcss@1.31.1) 2600 2600 2601 2601 '@tybys/wasm-util@0.10.1': 2602 2602 dependencies: ··· 2632 2632 2633 2633 '@types/estree@1.0.8': {} 2634 2634 2635 - '@types/node@24.10.13': 2635 + '@types/node@25.3.3': 2636 2636 dependencies: 2637 - undici-types: 7.16.0 2637 + undici-types: 7.18.2 2638 2638 2639 2639 '@types/semver@7.7.1': {} 2640 2640 ··· 2647 2647 chai: 6.2.2 2648 2648 tinyrainbow: 3.0.3 2649 2649 2650 - '@vitest/mocker@4.0.18(vite@7.3.1(@types/node@24.10.13)(jiti@2.6.1)(lightningcss@1.31.1))': 2650 + '@vitest/mocker@4.0.18(vite@7.3.1(@types/node@25.3.3)(jiti@2.6.1)(lightningcss@1.31.1))': 2651 2651 dependencies: 2652 2652 '@vitest/spy': 4.0.18 2653 2653 estree-walker: 3.0.3 2654 2654 magic-string: 0.30.21 2655 2655 optionalDependencies: 2656 - vite: 7.3.1(@types/node@24.10.13)(jiti@2.6.1)(lightningcss@1.31.1) 2656 + vite: 7.3.1(@types/node@25.3.3)(jiti@2.6.1)(lightningcss@1.31.1) 2657 2657 2658 2658 '@vitest/pretty-format@4.0.18': 2659 2659 dependencies: ··· 2702 2702 browserslist@4.28.1: 2703 2703 dependencies: 2704 2704 baseline-browser-mapping: 2.10.0 2705 - caniuse-lite: 1.0.30001774 2706 - electron-to-chromium: 1.5.302 2705 + caniuse-lite: 1.0.30001776 2706 + electron-to-chromium: 1.5.307 2707 2707 node-releases: 2.0.27 2708 2708 update-browserslist-db: 1.2.3(browserslist@4.28.1) 2709 2709 2710 - caniuse-lite@1.0.30001774: {} 2710 + caniuse-lite@1.0.30001776: {} 2711 2711 2712 2712 chai@6.2.2: {} 2713 2713 ··· 2727 2727 2728 2728 detect-libc@2.1.2: {} 2729 2729 2730 - electron-to-chromium@1.5.302: {} 2730 + electron-to-chromium@1.5.307: {} 2731 2731 2732 - enhanced-resolve@5.19.0: 2732 + enhanced-resolve@5.20.0: 2733 2733 dependencies: 2734 2734 graceful-fs: 4.2.11 2735 2735 tapable: 2.3.0 ··· 2886 2886 dependencies: 2887 2887 is-what: 4.1.16 2888 2888 2889 - miniflare@4.20260302.0: 2889 + miniflare@4.20260305.0: 2890 2890 dependencies: 2891 2891 '@cspotcode/source-map-support': 0.8.1 2892 2892 sharp: 0.34.5 2893 2893 undici: 7.18.2 2894 - workerd: 1.20260302.0 2894 + workerd: 1.20260305.0 2895 2895 ws: 8.18.0 2896 2896 youch: 4.1.0-beta.10 2897 2897 transitivePeerDependencies: ··· 2906 2906 2907 2907 obug@2.1.1: {} 2908 2908 2909 - oxfmt@0.35.0: 2909 + oxfmt@0.36.0: 2910 2910 dependencies: 2911 2911 tinypool: 2.1.0 2912 2912 optionalDependencies: 2913 - '@oxfmt/binding-android-arm-eabi': 0.35.0 2914 - '@oxfmt/binding-android-arm64': 0.35.0 2915 - '@oxfmt/binding-darwin-arm64': 0.35.0 2916 - '@oxfmt/binding-darwin-x64': 0.35.0 2917 - '@oxfmt/binding-freebsd-x64': 0.35.0 2918 - '@oxfmt/binding-linux-arm-gnueabihf': 0.35.0 2919 - '@oxfmt/binding-linux-arm-musleabihf': 0.35.0 2920 - '@oxfmt/binding-linux-arm64-gnu': 0.35.0 2921 - '@oxfmt/binding-linux-arm64-musl': 0.35.0 2922 - '@oxfmt/binding-linux-ppc64-gnu': 0.35.0 2923 - '@oxfmt/binding-linux-riscv64-gnu': 0.35.0 2924 - '@oxfmt/binding-linux-riscv64-musl': 0.35.0 2925 - '@oxfmt/binding-linux-s390x-gnu': 0.35.0 2926 - '@oxfmt/binding-linux-x64-gnu': 0.35.0 2927 - '@oxfmt/binding-linux-x64-musl': 0.35.0 2928 - '@oxfmt/binding-openharmony-arm64': 0.35.0 2929 - '@oxfmt/binding-win32-arm64-msvc': 0.35.0 2930 - '@oxfmt/binding-win32-ia32-msvc': 0.35.0 2931 - '@oxfmt/binding-win32-x64-msvc': 0.35.0 2913 + '@oxfmt/binding-android-arm-eabi': 0.36.0 2914 + '@oxfmt/binding-android-arm64': 0.36.0 2915 + '@oxfmt/binding-darwin-arm64': 0.36.0 2916 + '@oxfmt/binding-darwin-x64': 0.36.0 2917 + '@oxfmt/binding-freebsd-x64': 0.36.0 2918 + '@oxfmt/binding-linux-arm-gnueabihf': 0.36.0 2919 + '@oxfmt/binding-linux-arm-musleabihf': 0.36.0 2920 + '@oxfmt/binding-linux-arm64-gnu': 0.36.0 2921 + '@oxfmt/binding-linux-arm64-musl': 0.36.0 2922 + '@oxfmt/binding-linux-ppc64-gnu': 0.36.0 2923 + '@oxfmt/binding-linux-riscv64-gnu': 0.36.0 2924 + '@oxfmt/binding-linux-riscv64-musl': 0.36.0 2925 + '@oxfmt/binding-linux-s390x-gnu': 0.36.0 2926 + '@oxfmt/binding-linux-x64-gnu': 0.36.0 2927 + '@oxfmt/binding-linux-x64-musl': 0.36.0 2928 + '@oxfmt/binding-openharmony-arm64': 0.36.0 2929 + '@oxfmt/binding-win32-arm64-msvc': 0.36.0 2930 + '@oxfmt/binding-win32-ia32-msvc': 0.36.0 2931 + '@oxfmt/binding-win32-x64-msvc': 0.36.0 2932 2932 2933 - oxlint@1.50.0: 2933 + oxlint@1.51.0: 2934 2934 optionalDependencies: 2935 - '@oxlint/binding-android-arm-eabi': 1.50.0 2936 - '@oxlint/binding-android-arm64': 1.50.0 2937 - '@oxlint/binding-darwin-arm64': 1.50.0 2938 - '@oxlint/binding-darwin-x64': 1.50.0 2939 - '@oxlint/binding-freebsd-x64': 1.50.0 2940 - '@oxlint/binding-linux-arm-gnueabihf': 1.50.0 2941 - '@oxlint/binding-linux-arm-musleabihf': 1.50.0 2942 - '@oxlint/binding-linux-arm64-gnu': 1.50.0 2943 - '@oxlint/binding-linux-arm64-musl': 1.50.0 2944 - '@oxlint/binding-linux-ppc64-gnu': 1.50.0 2945 - '@oxlint/binding-linux-riscv64-gnu': 1.50.0 2946 - '@oxlint/binding-linux-riscv64-musl': 1.50.0 2947 - '@oxlint/binding-linux-s390x-gnu': 1.50.0 2948 - '@oxlint/binding-linux-x64-gnu': 1.50.0 2949 - '@oxlint/binding-linux-x64-musl': 1.50.0 2950 - '@oxlint/binding-openharmony-arm64': 1.50.0 2951 - '@oxlint/binding-win32-arm64-msvc': 1.50.0 2952 - '@oxlint/binding-win32-ia32-msvc': 1.50.0 2953 - '@oxlint/binding-win32-x64-msvc': 1.50.0 2935 + '@oxlint/binding-android-arm-eabi': 1.51.0 2936 + '@oxlint/binding-android-arm64': 1.51.0 2937 + '@oxlint/binding-darwin-arm64': 1.51.0 2938 + '@oxlint/binding-darwin-x64': 1.51.0 2939 + '@oxlint/binding-freebsd-x64': 1.51.0 2940 + '@oxlint/binding-linux-arm-gnueabihf': 1.51.0 2941 + '@oxlint/binding-linux-arm-musleabihf': 1.51.0 2942 + '@oxlint/binding-linux-arm64-gnu': 1.51.0 2943 + '@oxlint/binding-linux-arm64-musl': 1.51.0 2944 + '@oxlint/binding-linux-ppc64-gnu': 1.51.0 2945 + '@oxlint/binding-linux-riscv64-gnu': 1.51.0 2946 + '@oxlint/binding-linux-riscv64-musl': 1.51.0 2947 + '@oxlint/binding-linux-s390x-gnu': 1.51.0 2948 + '@oxlint/binding-linux-x64-gnu': 1.51.0 2949 + '@oxlint/binding-linux-x64-musl': 1.51.0 2950 + '@oxlint/binding-openharmony-arm64': 1.51.0 2951 + '@oxlint/binding-win32-arm64-msvc': 1.51.0 2952 + '@oxlint/binding-win32-ia32-msvc': 1.51.0 2953 + '@oxlint/binding-win32-x64-msvc': 1.51.0 2954 2954 2955 2955 parse5@7.3.0: 2956 2956 dependencies: ··· 2964 2964 2965 2965 picomatch@4.0.3: {} 2966 2966 2967 - postcss@8.5.6: 2967 + postcss@8.5.8: 2968 2968 dependencies: 2969 2969 nanoid: 3.3.11 2970 2970 picocolors: 1.1.1 ··· 3013 3013 3014 3014 sharp@0.34.5: 3015 3015 dependencies: 3016 - '@img/colour': 1.0.0 3016 + '@img/colour': 1.1.0 3017 3017 detect-libc: 2.1.2 3018 3018 semver: 7.7.4 3019 3019 optionalDependencies: ··· 3096 3096 3097 3097 typescript@5.9.3: {} 3098 3098 3099 - undici-types@7.16.0: {} 3099 + undici-types@7.18.2: {} 3100 3100 3101 3101 undici@7.18.2: {} 3102 3102 ··· 3114 3114 optionalDependencies: 3115 3115 typescript: 5.9.3 3116 3116 3117 - vite-plugin-solid@2.11.10(solid-js@1.9.11)(vite@7.3.1(@types/node@24.10.13)(jiti@2.6.1)(lightningcss@1.31.1)): 3117 + vite-plugin-solid@2.11.10(solid-js@1.9.11)(vite@7.3.1(@types/node@25.3.3)(jiti@2.6.1)(lightningcss@1.31.1)): 3118 3118 dependencies: 3119 3119 '@babel/core': 7.29.0 3120 3120 '@types/babel__core': 7.20.5 ··· 3122 3122 merge-anything: 5.1.7 3123 3123 solid-js: 1.9.11 3124 3124 solid-refresh: 0.6.3(solid-js@1.9.11) 3125 - vite: 7.3.1(@types/node@24.10.13)(jiti@2.6.1)(lightningcss@1.31.1) 3126 - vitefu: 1.1.2(vite@7.3.1(@types/node@24.10.13)(jiti@2.6.1)(lightningcss@1.31.1)) 3125 + vite: 7.3.1(@types/node@25.3.3)(jiti@2.6.1)(lightningcss@1.31.1) 3126 + vitefu: 1.1.2(vite@7.3.1(@types/node@25.3.3)(jiti@2.6.1)(lightningcss@1.31.1)) 3127 3127 transitivePeerDependencies: 3128 3128 - supports-color 3129 3129 3130 - vite@7.3.1(@types/node@24.10.13)(jiti@2.6.1)(lightningcss@1.31.1): 3130 + vite@7.3.1(@types/node@25.3.3)(jiti@2.6.1)(lightningcss@1.31.1): 3131 3131 dependencies: 3132 3132 esbuild: 0.27.3 3133 3133 fdir: 6.5.0(picomatch@4.0.3) 3134 3134 picomatch: 4.0.3 3135 - postcss: 8.5.6 3135 + postcss: 8.5.8 3136 3136 rollup: 4.59.0 3137 3137 tinyglobby: 0.2.15 3138 3138 optionalDependencies: 3139 - '@types/node': 24.10.13 3139 + '@types/node': 25.3.3 3140 3140 fsevents: 2.3.3 3141 3141 jiti: 2.6.1 3142 3142 lightningcss: 1.31.1 3143 3143 3144 - vitefu@1.1.2(vite@7.3.1(@types/node@24.10.13)(jiti@2.6.1)(lightningcss@1.31.1)): 3144 + vitefu@1.1.2(vite@7.3.1(@types/node@25.3.3)(jiti@2.6.1)(lightningcss@1.31.1)): 3145 3145 optionalDependencies: 3146 - vite: 7.3.1(@types/node@24.10.13)(jiti@2.6.1)(lightningcss@1.31.1) 3146 + vite: 7.3.1(@types/node@25.3.3)(jiti@2.6.1)(lightningcss@1.31.1) 3147 3147 3148 - vitest@4.0.18(@types/node@24.10.13)(jiti@2.6.1)(lightningcss@1.31.1): 3148 + vitest@4.0.18(@types/node@25.3.3)(jiti@2.6.1)(lightningcss@1.31.1): 3149 3149 dependencies: 3150 3150 '@vitest/expect': 4.0.18 3151 - '@vitest/mocker': 4.0.18(vite@7.3.1(@types/node@24.10.13)(jiti@2.6.1)(lightningcss@1.31.1)) 3151 + '@vitest/mocker': 4.0.18(vite@7.3.1(@types/node@25.3.3)(jiti@2.6.1)(lightningcss@1.31.1)) 3152 3152 '@vitest/pretty-format': 4.0.18 3153 3153 '@vitest/runner': 4.0.18 3154 3154 '@vitest/snapshot': 4.0.18 ··· 3165 3165 tinyexec: 1.0.2 3166 3166 tinyglobby: 0.2.15 3167 3167 tinyrainbow: 3.0.3 3168 - vite: 7.3.1(@types/node@24.10.13)(jiti@2.6.1)(lightningcss@1.31.1) 3168 + vite: 7.3.1(@types/node@25.3.3)(jiti@2.6.1)(lightningcss@1.31.1) 3169 3169 why-is-node-running: 2.3.0 3170 3170 optionalDependencies: 3171 - '@types/node': 24.10.13 3171 + '@types/node': 25.3.3 3172 3172 transitivePeerDependencies: 3173 3173 - jiti 3174 3174 - less ··· 3187 3187 siginfo: 2.0.0 3188 3188 stackback: 0.0.2 3189 3189 3190 - workerd@1.20260302.0: 3190 + workerd@1.20260305.0: 3191 3191 optionalDependencies: 3192 - '@cloudflare/workerd-darwin-64': 1.20260302.0 3193 - '@cloudflare/workerd-darwin-arm64': 1.20260302.0 3194 - '@cloudflare/workerd-linux-64': 1.20260302.0 3195 - '@cloudflare/workerd-linux-arm64': 1.20260302.0 3196 - '@cloudflare/workerd-windows-64': 1.20260302.0 3192 + '@cloudflare/workerd-darwin-64': 1.20260305.0 3193 + '@cloudflare/workerd-darwin-arm64': 1.20260305.0 3194 + '@cloudflare/workerd-linux-64': 1.20260305.0 3195 + '@cloudflare/workerd-linux-arm64': 1.20260305.0 3196 + '@cloudflare/workerd-windows-64': 1.20260305.0 3197 3197 3198 - wrangler@4.68.1: 3198 + wrangler@4.69.0: 3199 3199 dependencies: 3200 3200 '@cloudflare/kv-asset-handler': 0.4.2 3201 - '@cloudflare/unenv-preset': 2.14.0(unenv@2.0.0-rc.24)(workerd@1.20260302.0) 3201 + '@cloudflare/unenv-preset': 2.14.0(unenv@2.0.0-rc.24)(workerd@1.20260305.0) 3202 3202 blake3-wasm: 2.1.5 3203 3203 esbuild: 0.27.3 3204 - miniflare: 4.20260302.0 3204 + miniflare: 4.20260305.0 3205 3205 path-to-regexp: 6.3.0 3206 3206 unenv: 2.0.0-rc.24 3207 - workerd: 1.20260302.0 3207 + workerd: 1.20260305.0 3208 3208 optionalDependencies: 3209 3209 fsevents: 2.3.3 3210 3210 transitivePeerDependencies: