personal web client for Bluesky
typescript solidjs bluesky atcute

refactor: upgrade dependencies

mary.my.id 891c1d82 84ead385

verified
+1290 -1305
+32 -32
package.json
··· 8 8 "fmt": "PRETTIER_EXPERIMENTAL_CLI=1 prettier --cache --write ." 9 9 }, 10 10 "dependencies": { 11 - "@atcute/atproto": "^3.1.2", 12 - "@atcute/bluemoji": "^3.1.0", 13 - "@atcute/bluesky": "^3.2.1", 11 + "@atcute/atproto": "^3.1.8", 12 + "@atcute/bluemoji": "^3.1.3", 13 + "@atcute/bluesky": "^3.2.8", 14 14 "@atcute/bluesky-richtext-parser": "^1.0.7", 15 - "@atcute/bluesky-richtext-segmenter": "^2.0.3", 16 - "@atcute/bluesky-search-parser": "^0.1.0", 17 - "@atcute/cbor": "^2.2.5", 18 - "@atcute/cid": "^2.2.3", 19 - "@atcute/client": "^4.0.3", 20 - "@atcute/identity": "^1.1.0", 21 - "@atcute/identity-resolver": "^1.1.3", 22 - "@atcute/lexicons": "^1.1.1", 23 - "@atcute/oauth-browser-client": "2.0.0-next.0", 24 - "@atcute/tid": "^1.0.2", 25 - "@atcute/xrpc-server": "^0.1.1", 15 + "@atcute/bluesky-richtext-segmenter": "^2.0.4", 16 + "@atcute/bluesky-search-parser": "^0.1.1", 17 + "@atcute/cbor": "^2.2.7", 18 + "@atcute/cid": "^2.2.6", 19 + "@atcute/client": "^4.0.5", 20 + "@atcute/identity": "^1.1.1", 21 + "@atcute/identity-resolver": "^1.1.4", 22 + "@atcute/lexicons": "^1.2.2", 23 + "@atcute/oauth-browser-client": "2.0.0", 24 + "@atcute/tid": "^1.0.3", 25 + "@atcute/xrpc-server": "^0.1.3", 26 26 "@atlaskit/pragmatic-drag-and-drop": "1.6.0", 27 27 "@atlaskit/pragmatic-drag-and-drop-hitbox": "1.0.3", 28 - "@floating-ui/dom": "^1.7.1", 29 - "@floating-ui/utils": "^0.2.9", 28 + "@floating-ui/dom": "^1.7.4", 29 + "@floating-ui/utils": "^0.2.10", 30 30 "@kelinci/basa-lexicons": "^1.0.0", 31 - "@mary/array-fns": "jsr:^0.1.4", 31 + "@mary/array-fns": "jsr:^0.1.5", 32 32 "@mary/async-iterator-fns": "jsr:^0.1.1", 33 33 "@mary/batch-fetch": "jsr:^0.1.0", 34 34 "@mary/date-fns": "jsr:^0.1.3", ··· 37 37 "@mary/solid-freeze": "npm:@externdefs/solid-freeze@^0.1.1", 38 38 "@mary/solid-query": "npm:@externdefs/solid-query@^0.1.5", 39 39 "comlink": "^4.4.2", 40 - "hls.js": "^1.6.5", 40 + "hls.js": "^1.6.13", 41 41 "idb": "^8.0.3", 42 - "nanoid": "^5.1.5", 42 + "nanoid": "^5.1.6", 43 43 "solid-floating-ui": "~0.2.1", 44 - "solid-js": "^1.9.7", 45 - "webm-muxer": "^5.1.3" 44 + "solid-js": "^1.9.9", 45 + "webm-muxer": "^5.1.4" 46 46 }, 47 47 "devDependencies": { 48 - "@cloudflare/vite-plugin": "^1.11.7", 48 + "@cloudflare/vite-plugin": "^1.13.15", 49 49 "@trivago/prettier-plugin-sort-imports": "^5.2.2", 50 50 "@types/dom-close-watcher": "^1.0.0", 51 - "@types/dom-webcodecs": "^0.1.15", 52 - "@types/node": "^24.3.0", 51 + "@types/dom-webcodecs": "^0.1.16", 52 + "@types/node": "^24.9.1", 53 53 "autoprefixer": "^10.4.21", 54 54 "babel-plugin-transform-typescript-const-enums": "^0.1.0", 55 - "prettier": "^3.6.0", 56 - "prettier-plugin-tailwindcss": "^0.6.13", 57 - "tailwindcss": "^3.4.17", 58 - "terser": "^5.43.1", 59 - "typescript": "~5.8.3", 60 - "vite": "^6.3.5", 55 + "prettier": "^3.6.2", 56 + "prettier-plugin-tailwindcss": "^0.7.1", 57 + "tailwindcss": "^3.4.18", 58 + "terser": "^5.44.0", 59 + "typescript": "~5.9.3", 60 + "vite": "^7.1.12", 61 61 "vite-plugin-pwa": "0.21.0", 62 - "vite-plugin-solid": "^2.11.6", 63 - "wrangler": "^4.32.0" 62 + "vite-plugin-solid": "^2.11.10", 63 + "wrangler": "^4.45.0" 64 64 }, 65 65 "pnpm": { 66 66 "patchedDependencies": {
+1233 -1240
pnpm-lock.yaml
··· 31 31 .: 32 32 dependencies: 33 33 '@atcute/atproto': 34 - specifier: ^3.1.2 35 - version: 3.1.2 34 + specifier: ^3.1.8 35 + version: 3.1.8 36 36 '@atcute/bluemoji': 37 - specifier: ^3.1.0 38 - version: 3.1.0 37 + specifier: ^3.1.3 38 + version: 3.1.3 39 39 '@atcute/bluesky': 40 - specifier: ^3.2.1 41 - version: 3.2.1 40 + specifier: ^3.2.8 41 + version: 3.2.8 42 42 '@atcute/bluesky-richtext-parser': 43 43 specifier: ^1.0.7 44 44 version: 1.0.7 45 45 '@atcute/bluesky-richtext-segmenter': 46 - specifier: ^2.0.3 47 - version: 2.0.3 46 + specifier: ^2.0.4 47 + version: 2.0.4 48 48 '@atcute/bluesky-search-parser': 49 - specifier: ^0.1.0 50 - version: 0.1.0 49 + specifier: ^0.1.1 50 + version: 0.1.1 51 51 '@atcute/cbor': 52 - specifier: ^2.2.5 53 - version: 2.2.5 52 + specifier: ^2.2.7 53 + version: 2.2.7 54 54 '@atcute/cid': 55 - specifier: ^2.2.3 56 - version: 2.2.3 55 + specifier: ^2.2.6 56 + version: 2.2.6 57 57 '@atcute/client': 58 - specifier: ^4.0.3 59 - version: 4.0.3 58 + specifier: ^4.0.5 59 + version: 4.0.5 60 60 '@atcute/identity': 61 - specifier: ^1.1.0 62 - version: 1.1.0 63 - '@atcute/identity-resolver': 64 - specifier: ^1.1.3 65 - version: 1.1.3(@atcute/identity@1.1.0) 66 - '@atcute/lexicons': 67 61 specifier: ^1.1.1 68 62 version: 1.1.1 63 + '@atcute/identity-resolver': 64 + specifier: ^1.1.4 65 + version: 1.1.4(@atcute/identity@1.1.1) 66 + '@atcute/lexicons': 67 + specifier: ^1.2.2 68 + version: 1.2.2 69 69 '@atcute/oauth-browser-client': 70 - specifier: 2.0.0-next.0 71 - version: 2.0.0-next.0 70 + specifier: 2.0.0 71 + version: 2.0.0 72 72 '@atcute/tid': 73 - specifier: ^1.0.2 74 - version: 1.0.2 73 + specifier: ^1.0.3 74 + version: 1.0.3 75 75 '@atcute/xrpc-server': 76 - specifier: ^0.1.1 77 - version: 0.1.1 76 + specifier: ^0.1.3 77 + version: 0.1.3 78 78 '@atlaskit/pragmatic-drag-and-drop': 79 79 specifier: 1.6.0 80 80 version: 1.6.0 ··· 82 82 specifier: 1.0.3 83 83 version: 1.0.3 84 84 '@floating-ui/dom': 85 - specifier: ^1.7.1 86 - version: 1.7.1 85 + specifier: ^1.7.4 86 + version: 1.7.4 87 87 '@floating-ui/utils': 88 - specifier: ^0.2.9 89 - version: 0.2.9(patch_hash=1cf283fbaa686f96f7b3029bbc0955bff698af6f4a75ba6c276ad1a7a7c40aea) 88 + specifier: ^0.2.10 89 + version: 0.2.10(patch_hash=1cf283fbaa686f96f7b3029bbc0955bff698af6f4a75ba6c276ad1a7a7c40aea) 90 90 '@kelinci/basa-lexicons': 91 91 specifier: ^1.0.0 92 92 version: 1.0.0 93 93 '@mary/array-fns': 94 - specifier: jsr:^0.1.4 95 - version: '@jsr/mary__array-fns@0.1.4' 94 + specifier: jsr:^0.1.5 95 + version: '@jsr/mary__array-fns@0.1.5' 96 96 '@mary/async-iterator-fns': 97 97 specifier: jsr:^0.1.1 98 98 version: '@jsr/mary__async-iterator-fns@0.1.1' ··· 110 110 version: '@jsr/mary__exif-rm@0.2.2' 111 111 '@mary/solid-freeze': 112 112 specifier: npm:@externdefs/solid-freeze@^0.1.1 113 - version: '@externdefs/solid-freeze@0.1.1(solid-js@1.9.7(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7))' 113 + version: '@externdefs/solid-freeze@0.1.1(solid-js@1.9.9(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7))' 114 114 '@mary/solid-query': 115 115 specifier: npm:@externdefs/solid-query@^0.1.5 116 - version: '@externdefs/solid-query@0.1.5(solid-js@1.9.7(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7))' 116 + version: '@externdefs/solid-query@0.1.5(solid-js@1.9.9(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7))' 117 117 comlink: 118 118 specifier: ^4.4.2 119 119 version: 4.4.2 120 120 hls.js: 121 - specifier: ^1.6.5 122 - version: 1.6.5 121 + specifier: ^1.6.13 122 + version: 1.6.13 123 123 idb: 124 124 specifier: ^8.0.3 125 125 version: 8.0.3 126 126 nanoid: 127 - specifier: ^5.1.5 128 - version: 5.1.5 127 + specifier: ^5.1.6 128 + version: 5.1.6 129 129 solid-floating-ui: 130 130 specifier: ~0.2.1 131 - version: 0.2.1(@floating-ui/dom@1.7.1)(solid-js@1.9.7(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7)) 131 + version: 0.2.1(@floating-ui/dom@1.7.4)(solid-js@1.9.9(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7)) 132 132 solid-js: 133 - specifier: ^1.9.7 134 - version: 1.9.7(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7) 133 + specifier: ^1.9.9 134 + version: 1.9.9(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7) 135 135 webm-muxer: 136 - specifier: ^5.1.3 137 - version: 5.1.3 136 + specifier: ^5.1.4 137 + version: 5.1.4 138 138 devDependencies: 139 139 '@cloudflare/vite-plugin': 140 - specifier: ^1.11.7 141 - version: 1.11.7(rollup@4.44.0)(vite@6.3.5(@types/node@24.3.0)(jiti@1.21.7)(terser@5.43.1)(yaml@2.8.0))(workerd@1.20250816.0)(wrangler@4.32.0) 140 + specifier: ^1.13.15 141 + version: 1.13.15(vite@7.1.12(@types/node@24.9.1)(jiti@1.21.7)(terser@5.44.0))(workerd@1.20251011.0)(wrangler@4.45.0) 142 142 '@trivago/prettier-plugin-sort-imports': 143 143 specifier: ^5.2.2 144 - version: 5.2.2(prettier@3.6.0) 144 + version: 5.2.2(prettier@3.6.2) 145 145 '@types/dom-close-watcher': 146 146 specifier: ^1.0.0 147 147 version: 1.0.0 148 148 '@types/dom-webcodecs': 149 - specifier: ^0.1.15 150 - version: 0.1.15 149 + specifier: ^0.1.16 150 + version: 0.1.16 151 151 '@types/node': 152 - specifier: ^24.3.0 153 - version: 24.3.0 152 + specifier: ^24.9.1 153 + version: 24.9.1 154 154 autoprefixer: 155 155 specifier: ^10.4.21 156 156 version: 10.4.21(postcss@8.5.6) 157 157 babel-plugin-transform-typescript-const-enums: 158 158 specifier: ^0.1.0 159 - version: 0.1.0(@babel/core@7.27.4) 159 + version: 0.1.0(@babel/core@7.28.5) 160 160 prettier: 161 - specifier: ^3.6.0 162 - version: 3.6.0 161 + specifier: ^3.6.2 162 + version: 3.6.2 163 163 prettier-plugin-tailwindcss: 164 - specifier: ^0.6.13 165 - version: 0.6.13(@trivago/prettier-plugin-sort-imports@5.2.2(prettier@3.6.0))(prettier@3.6.0) 164 + specifier: ^0.7.1 165 + version: 0.7.1(@trivago/prettier-plugin-sort-imports@5.2.2(prettier@3.6.2))(prettier@3.6.2) 166 166 tailwindcss: 167 - specifier: ^3.4.17 168 - version: 3.4.17 167 + specifier: ^3.4.18 168 + version: 3.4.18 169 169 terser: 170 - specifier: ^5.43.1 171 - version: 5.43.1 170 + specifier: ^5.44.0 171 + version: 5.44.0 172 172 typescript: 173 - specifier: ~5.8.3 174 - version: 5.8.3 173 + specifier: ~5.9.3 174 + version: 5.9.3 175 175 vite: 176 - specifier: ^6.3.5 177 - version: 6.3.5(@types/node@24.3.0)(jiti@1.21.7)(terser@5.43.1)(yaml@2.8.0) 176 + specifier: ^7.1.12 177 + version: 7.1.12(@types/node@24.9.1)(jiti@1.21.7)(terser@5.44.0) 178 178 vite-plugin-pwa: 179 179 specifier: 0.21.0 180 - version: 0.21.0(patch_hash=003379ded749ad87080f87b428b17f04c4c88b6b64544df4d928aab76fbf6325)(@types/babel__core@7.20.5)(vite@6.3.5(@types/node@24.3.0)(jiti@1.21.7)(terser@5.43.1)(yaml@2.8.0)) 180 + version: 0.21.0(patch_hash=003379ded749ad87080f87b428b17f04c4c88b6b64544df4d928aab76fbf6325)(@types/babel__core@7.20.5)(vite@7.1.12(@types/node@24.9.1)(jiti@1.21.7)(terser@5.44.0)) 181 181 vite-plugin-solid: 182 - specifier: ^2.11.6 183 - version: 2.11.6(solid-js@1.9.7(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7))(vite@6.3.5(@types/node@24.3.0)(jiti@1.21.7)(terser@5.43.1)(yaml@2.8.0)) 182 + specifier: ^2.11.10 183 + version: 2.11.10(solid-js@1.9.9(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7))(vite@7.1.12(@types/node@24.9.1)(jiti@1.21.7)(terser@5.44.0)) 184 184 wrangler: 185 - specifier: ^4.32.0 186 - version: 4.32.0 185 + specifier: ^4.45.0 186 + version: 4.45.0 187 187 188 188 packages: 189 189 ··· 191 191 resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==} 192 192 engines: {node: '>=10'} 193 193 194 - '@ampproject/remapping@2.3.0': 195 - resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} 196 - engines: {node: '>=6.0.0'} 197 - 198 194 '@apideck/better-ajv-errors@0.3.6': 199 195 resolution: {integrity: sha512-P+ZygBLZtkp0qqOAJJVX4oX/sFo5JR3eBWwwuqHHhK0GIgQOKWrAfiAaWX0aArHkRWHMuggFEgAZNxVPwPZYaA==} 200 196 engines: {node: '>=10'} 201 197 peerDependencies: 202 198 ajv: '>=8' 203 199 204 - '@atcute/atproto@3.1.2': 205 - resolution: {integrity: sha512-m6OWoGTeL8Wlw7cm8Nrf+NU24rlx5A0DzxEQQPPu1wqYNHw6S33nOU90W+U09vVN0aZGZUrLFfWWhAaSWTp1ZQ==} 200 + '@atcute/atproto@3.1.8': 201 + resolution: {integrity: sha512-Miu+S7RSgAYbmQWtHJKfSFUN5Kliqoo4YH0rILPmBtfmlZieORJgXNj9oO/Uive0/ulWkiRse07ATIcK8JxMnw==} 206 202 207 - '@atcute/bluemoji@3.1.0': 208 - resolution: {integrity: sha512-8EfcEDrXlStvu57WVcGSeDWfbEDKTjfI43rk+oohe2sdYU113ObTe8Pv1vW0DRfOYcQqR4+eF2SbpvXE6//24g==} 203 + '@atcute/bluemoji@3.1.3': 204 + resolution: {integrity: sha512-IV7Kidr32BueYvcr/Q2MPupu06oAZv0O0MahQc0X/g4ykg6d5B4gGvBgBV/iHwW6uAO9s1TO1RrsEdu1FFnowQ==} 209 205 210 206 '@atcute/bluesky-richtext-parser@1.0.7': 211 207 resolution: {integrity: sha512-nOvU699OXiGMbyswao7JJnY0C9WkwE7PVC/m5WWt0UN9fsXSOor9IZWw+v9SATp+94BTJoG38XyUomUaJnoQRA==} 212 208 213 - '@atcute/bluesky-richtext-segmenter@2.0.3': 214 - resolution: {integrity: sha512-8Jy2EHdqx0mKI0k8l4h2cnaBN1pGgSzSazO0Gp85ttIQmgynZsQX6l4OWgaQx0aNZFmqZRXJ7N0rj/b2dlO1eQ==} 209 + '@atcute/bluesky-richtext-segmenter@2.0.4': 210 + resolution: {integrity: sha512-6m5QEAv4lU3qTy5MeJXJRRG33acipYJnMW1T7W/KrMyThGhQ7jSTTh8Z48quElgivgX7MDj6o/ow1oLUsjsCKw==} 215 211 216 - '@atcute/bluesky-search-parser@0.1.0': 217 - resolution: {integrity: sha512-bTClwD9VGwaECOyWe1mf8V6t+7/77e3tiUHTE6CSrHXOJ/yM8N2xbn+dIi2ki2JLHvgvBN9wsWpFLykgfWhBaw==} 212 + '@atcute/bluesky-search-parser@0.1.1': 213 + resolution: {integrity: sha512-jX01yzA4CWXfnpAmOL5P9kjpWEhVvIq2xEyYLZdFVpYe1v6xclUem1ir+Q8+aWoAcYwqQq6pM16XxkGw0yi5nA==} 218 214 219 - '@atcute/bluesky@3.2.1': 220 - resolution: {integrity: sha512-WehZuGNEC9NNB2y7Jg/i4ANzbMEQzs2EwrLYKWDuvJT3YnPHEol3vkc4DK47TODs3TiacQJp4MWhsQyfktsZ6g==} 215 + '@atcute/bluesky@3.2.8': 216 + resolution: {integrity: sha512-wxEnSOvX7nLH4sVzX9YFCkaNEWIDrTv3pTs6/x4NgJ3AJ3XJio0OYPM8tR7wAgsklY6BHvlAgt3yoCDK0cl1CA==} 221 217 222 - '@atcute/cbor@2.2.5': 223 - resolution: {integrity: sha512-sBT8+6qau0mC3kwgmjl+nzqGn02xsE9b+kSgXm4/BRd9w8fwdRQYwcC9ApDlfaojrljJfcEkimppl/IcPOF3CA==} 218 + '@atcute/cbor@2.2.7': 219 + resolution: {integrity: sha512-/mwAF0gnokOphceZqFq3uzMGdd8sbw5y6bxF8CRutRkCCUcpjjpJc5fkLwhxyGgOveF3mZuHE6p7t/+IAqb7Aw==} 224 220 225 - '@atcute/cid@2.2.3': 226 - resolution: {integrity: sha512-WEzNSL1EuCVtCQDFYEBIm4dEP6PcMEwi8IYUVIWvT77eO5EjY58F63z5T4qMABxSBM0+L4kqMxypdL1Fzf6LZw==} 221 + '@atcute/cid@2.2.6': 222 + resolution: {integrity: sha512-bTAHHbJ24p+E//V4KCS4xdmd39o211jJswvqQOevj7vk+5IYcgDLx1ryZWZ1sEPOo9x875li/kj5gpKL14RDwQ==} 227 223 228 - '@atcute/client@4.0.3': 229 - resolution: {integrity: sha512-RIOZWFVLca/HiPAAUDqQPOdOreCxTbL5cb+WUf5yqQOKIu5yEAP3eksinmlLmgIrlr5qVOE7brazUUzaskFCfw==} 224 + '@atcute/client@4.0.5': 225 + resolution: {integrity: sha512-R8Qen8goGmEkynYGg2m6XFlVmz0GTDvQ+9w+4QqOob+XMk8/WDpF4aImev7WKEde/rV2gjcqW7zM8E6W9NShDA==} 230 226 231 - '@atcute/crypto@2.2.3': 232 - resolution: {integrity: sha512-jJI/8WDK6rKvpoUKi0C9Q7pjRRrHGGAagRxnFvpBM5ycZT9eABz7p309LmRKBCWLasmCs/qee8WK4dqOA2e7Dw==} 227 + '@atcute/crypto@2.2.5': 228 + resolution: {integrity: sha512-9CbQ9cJ68XewsbLrgdmWQS2uDD9D0hizWFJ3OOZ16TCuARREmzKEpFgHlMxPswR3bDxjwfiXzmYUlHaTqsnxRQ==} 233 229 234 - '@atcute/identity-resolver@1.1.3': 235 - resolution: {integrity: sha512-KZgGgg99CWaV7Df3+h3X/WMrDzTPQVfsaoIVbTNLx2B56BvCL2EmaxPSVw/7BFUJMZHlVU4rtoEB4lyvNyMswA==} 230 + '@atcute/identity-resolver@1.1.4': 231 + resolution: {integrity: sha512-/SVh8vf2cXFJenmBnGeYF2aY3WGQm3cJeew5NWTlkqoy3LvJ5wkvKq9PWu4Tv653VF40rPOp6LOdVr9Fa+q5rA==} 236 232 peerDependencies: 237 233 '@atcute/identity': ^1.0.0 238 234 239 - '@atcute/identity@1.1.0': 240 - resolution: {integrity: sha512-6vRvRqJatDB+JUQsb+UswYmtBGQnSZcqC3a2y6H5DB/v5KcIh+6nFFtc17G0+3W9rxdk7k9M4KkgkdKf/YDNoQ==} 235 + '@atcute/identity@1.1.1': 236 + resolution: {integrity: sha512-zax42n693VEhnC+5tndvO2KLDTMkHOz8UExwmklvJv7R9VujfEwiSWhcv6Jgwb3ellaG8wjiQ1lMOIjLLvwh0Q==} 241 237 242 - '@atcute/lexicons@1.1.1': 243 - resolution: {integrity: sha512-k6qy5p3j9fJJ6ekaMPfEfp3ni4TW/XNuH9ZmsuwC0fi0tOjp+Fa8ZQakHwnqOzFt/cVBfGcmYE/lKNAbeTjgUg==} 238 + '@atcute/lexicons@1.2.2': 239 + resolution: {integrity: sha512-bgEhJq5Z70/0TbK5sx+tAkrR8FsCODNiL2gUEvS5PuJfPxmFmRYNWaMGehxSPaXWpU2+Oa9ckceHiYbrItDTkA==} 244 240 245 - '@atcute/multibase@1.1.4': 246 - resolution: {integrity: sha512-NUf5AeeSOmuZHGU+4GAaMtISJoG+ZHtW/vUVA4lK/YDt/7LODAW0Fd0NNIIUPVUoW0xJS6zSEIWvwLLuxmEHhA==} 241 + '@atcute/multibase@1.1.6': 242 + resolution: {integrity: sha512-HBxuCgYLKPPxETV0Rot4VP9e24vKl8JdzGCZOVsDaOXJgbRZoRIF67Lp0H/OgnJeH/Xpva8Z5ReoTNJE5dn3kg==} 247 243 248 - '@atcute/oauth-browser-client@2.0.0-next.0': 249 - resolution: {integrity: sha512-BaVU0Mu5ACerdWdMok6kvwwAuPJunbQQk0C51zpxNLpT0P/SYnun+3xX7bcrbtDG1lXn+r+Qld88P+zonY1wPA==} 244 + '@atcute/oauth-browser-client@2.0.0': 245 + resolution: {integrity: sha512-zK4wcQ79g9EqU7NJk/Wxx9ImOH6UwhpEcazDA8bimUJhl9pwXxMC0u0x/tgzFjJZYgwnOHoBMwLmhl0900hcCQ==} 250 246 251 - '@atcute/tid@1.0.2': 252 - resolution: {integrity: sha512-ahmjroNyeDPJhtuf3+HTJropaH04HmJ8fhntDu73Gpz/RkAF7+nkz6kcP2QTgfvMCgMPAJUdskAAP82GPDTY9w==} 247 + '@atcute/tid@1.0.3': 248 + resolution: {integrity: sha512-wfMJx1IMdnu0CZgWl0uR4JO2s6PGT1YPhpytD4ZHzEYKKQVuqV6Eb/7vieaVo1eYNMp2FrY67FZObeR7utRl2w==} 253 249 254 - '@atcute/uint8array@1.0.3': 255 - resolution: {integrity: sha512-M/K+ihiVW8Pl2PFLzaC4E3l4JaZ1IH05Q0AbPWUC4cVHnd/gZ/1kAF5ngdtGvJeDMirHZ2VAy7OmAsPwR/2nlA==} 250 + '@atcute/uint8array@1.0.5': 251 + resolution: {integrity: sha512-XLWWxoR2HNl2qU+FCr0rp1APwJXci7HnzbOQLxK55OaMNBXZ19+xNC5ii4QCsThsDxa4JS/JTzuiQLziITWf2Q==} 256 252 257 - '@atcute/util-fetch@1.0.1': 258 - resolution: {integrity: sha512-Clc0E/5ufyGBVfYBUwWNlHONlZCoblSr4Ho50l1LhmRPGB1Wu/AQ9Sz+rsBg7fdaW/auve8ulmwhRhnX2cGRow==} 253 + '@atcute/util-fetch@1.0.3': 254 + resolution: {integrity: sha512-f8zzTb/xlKIwv2OQ31DhShPUNCmIIleX6p7qIXwWwEUjX6x8skUtpdISSjnImq01LXpltGV5y8yhV4/Mlb7CRQ==} 259 255 260 - '@atcute/xrpc-server@0.1.1': 261 - resolution: {integrity: sha512-pkr1yGtcCoApqELLjTIU7DO6SnVly5bAPbVswLHEM2xQfk6X4F/dKFDdPEsXwbRrSSr6leKgPwQPVcUpPQnQ4A==} 256 + '@atcute/xrpc-server@0.1.3': 257 + resolution: {integrity: sha512-AMig6MuAL5VfXRZVsQqQXKCXnZgpjTc6UM6RggvyE1qVT8y9tZPFXdP5tt/p6Jf+h4cAw+XMu2uyrGpUmnTSyQ==} 262 258 263 259 '@atlaskit/pragmatic-drag-and-drop-hitbox@1.0.3': 264 260 resolution: {integrity: sha512-/Sbu/HqN2VGLYBhnsG7SbRNg98XKkbF6L7XDdBi+izRybfaK1FeMfodPpm/xnBHPJzwYMdkE0qtLyv6afhgMUA==} ··· 270 266 resolution: {integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==} 271 267 engines: {node: '>=6.9.0'} 272 268 273 - '@babel/compat-data@7.27.5': 274 - resolution: {integrity: sha512-KiRAp/VoJaWkkte84TvUd9qjdbZAdiqyvMxrGl1N6vzFogKmaLgoM3L1kgtLicp2HP5fBJS8JrZKLVIZGVJAVg==} 269 + '@babel/compat-data@7.28.5': 270 + resolution: {integrity: sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==} 275 271 engines: {node: '>=6.9.0'} 276 272 277 - '@babel/core@7.27.4': 278 - resolution: {integrity: sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g==} 273 + '@babel/core@7.28.5': 274 + resolution: {integrity: sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==} 279 275 engines: {node: '>=6.9.0'} 280 276 281 - '@babel/generator@7.27.5': 282 - resolution: {integrity: sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw==} 277 + '@babel/generator@7.28.5': 278 + resolution: {integrity: sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==} 283 279 engines: {node: '>=6.9.0'} 284 280 285 281 '@babel/helper-annotate-as-pure@7.27.3': ··· 290 286 resolution: {integrity: sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==} 291 287 engines: {node: '>=6.9.0'} 292 288 293 - '@babel/helper-create-class-features-plugin@7.27.1': 294 - resolution: {integrity: sha512-QwGAmuvM17btKU5VqXfb+Giw4JcN0hjuufz3DYnpeVDvZLAObloM77bhMXiqry3Iio+Ai4phVRDwl6WU10+r5A==} 289 + '@babel/helper-create-class-features-plugin@7.28.5': 290 + resolution: {integrity: sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==} 295 291 engines: {node: '>=6.9.0'} 296 292 peerDependencies: 297 293 '@babel/core': ^7.0.0 298 294 299 - '@babel/helper-create-regexp-features-plugin@7.27.1': 300 - resolution: {integrity: sha512-uVDC72XVf8UbrH5qQTc18Agb8emwjTiZrQE11Nv3CuBEZmVvTwwE9CBUEvHku06gQCAyYf8Nv6ja1IN+6LMbxQ==} 295 + '@babel/helper-create-regexp-features-plugin@7.28.5': 296 + resolution: {integrity: sha512-N1EhvLtHzOvj7QQOUCCS3NrPJP8c5W6ZXCHDn7Yialuy1iu4r5EmIYkXlKNqT99Ciw+W0mDqWoR6HWMZlFP3hw==} 301 297 engines: {node: '>=6.9.0'} 302 298 peerDependencies: 303 299 '@babel/core': ^7.0.0 304 300 305 - '@babel/helper-define-polyfill-provider@0.6.4': 306 - resolution: {integrity: sha512-jljfR1rGnXXNWnmQg2K3+bvhkxB51Rl32QRaOTuwwjviGrHzIbSc8+x9CpraDtbT7mfyjXObULP4w/adunNwAw==} 301 + '@babel/helper-define-polyfill-provider@0.6.5': 302 + resolution: {integrity: sha512-uJnGFcPsWQK8fvjgGP5LZUZZsYGIoPeRjSF5PGwrelYgq7Q15/Ft9NGFp1zglwgIv//W0uG4BevRuSJRyylZPg==} 307 303 peerDependencies: 308 304 '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 309 305 310 - '@babel/helper-member-expression-to-functions@7.27.1': 311 - resolution: {integrity: sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==} 306 + '@babel/helper-globals@7.28.0': 307 + resolution: {integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==} 308 + engines: {node: '>=6.9.0'} 309 + 310 + '@babel/helper-member-expression-to-functions@7.28.5': 311 + resolution: {integrity: sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==} 312 312 engines: {node: '>=6.9.0'} 313 313 314 314 '@babel/helper-module-imports@7.18.6': ··· 319 319 resolution: {integrity: sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==} 320 320 engines: {node: '>=6.9.0'} 321 321 322 - '@babel/helper-module-transforms@7.27.3': 323 - resolution: {integrity: sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==} 322 + '@babel/helper-module-transforms@7.28.3': 323 + resolution: {integrity: sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==} 324 324 engines: {node: '>=6.9.0'} 325 325 peerDependencies: 326 326 '@babel/core': ^7.0.0 ··· 353 353 resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==} 354 354 engines: {node: '>=6.9.0'} 355 355 356 - '@babel/helper-validator-identifier@7.27.1': 357 - resolution: {integrity: sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==} 356 + '@babel/helper-validator-identifier@7.28.5': 357 + resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==} 358 358 engines: {node: '>=6.9.0'} 359 359 360 360 '@babel/helper-validator-option@7.27.1': 361 361 resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==} 362 362 engines: {node: '>=6.9.0'} 363 363 364 - '@babel/helper-wrap-function@7.27.1': 365 - resolution: {integrity: sha512-NFJK2sHUvrjo8wAU/nQTWU890/zB2jj0qBcCbZbbf+005cAsv6tMjXz31fBign6M5ov1o0Bllu+9nbqkfsjjJQ==} 364 + '@babel/helper-wrap-function@7.28.3': 365 + resolution: {integrity: sha512-zdf983tNfLZFletc0RRXYrHrucBEg95NIFMkn6K9dbeMYnsgHaSBGcQqdsCSStG2PYwRre0Qc2NNSCXbG+xc6g==} 366 366 engines: {node: '>=6.9.0'} 367 367 368 - '@babel/helpers@7.27.6': 369 - resolution: {integrity: sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==} 368 + '@babel/helpers@7.28.4': 369 + resolution: {integrity: sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==} 370 370 engines: {node: '>=6.9.0'} 371 371 372 - '@babel/parser@7.27.5': 373 - resolution: {integrity: sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg==} 372 + '@babel/parser@7.28.5': 373 + resolution: {integrity: sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==} 374 374 engines: {node: '>=6.0.0'} 375 375 hasBin: true 376 376 377 - '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.27.1': 378 - resolution: {integrity: sha512-QPG3C9cCVRQLxAVwmefEmwdTanECuUBMQZ/ym5kiw3XKCGA7qkuQLcjWWHcrD/GKbn/WmJwaezfuuAOcyKlRPA==} 377 + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.28.5': 378 + resolution: {integrity: sha512-87GDMS3tsmMSi/3bWOte1UblL+YUTFMV8SZPZ2eSEL17s74Cw/l63rR6NmGVKMYW2GYi85nE+/d6Hw5N0bEk2Q==} 379 379 engines: {node: '>=6.9.0'} 380 380 peerDependencies: 381 381 '@babel/core': ^7.0.0 ··· 398 398 peerDependencies: 399 399 '@babel/core': ^7.13.0 400 400 401 - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.27.1': 402 - resolution: {integrity: sha512-6BpaYGDavZqkI6yT+KSPdpZFfpnd68UKXbcjI9pJ13pvHhPrCKWOOLp+ysvMeA+DxnhuPpgIaRpxRxo5A9t5jw==} 401 + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.28.3': 402 + resolution: {integrity: sha512-b6YTX108evsvE4YgWyQ921ZAFFQm3Bn+CA3+ZXlNVnPhx+UfsVURoPjfGAPCjBgrqo30yX/C2nZGX96DxvR9Iw==} 403 403 engines: {node: '>=6.9.0'} 404 404 peerDependencies: 405 405 '@babel/core': ^7.0.0 ··· 440 440 peerDependencies: 441 441 '@babel/core': ^7.0.0-0 442 442 443 - '@babel/plugin-transform-async-generator-functions@7.27.1': 444 - resolution: {integrity: sha512-eST9RrwlpaoJBDHShc+DS2SG4ATTi2MYNb4OxYkf3n+7eb49LWpnS+HSpVfW4x927qQwgk8A2hGNVaajAEw0EA==} 443 + '@babel/plugin-transform-async-generator-functions@7.28.0': 444 + resolution: {integrity: sha512-BEOdvX4+M765icNPZeidyADIvQ1m1gmunXufXxvRESy/jNNyfovIqUyE7MVgGBjWktCoJlzvFA1To2O4ymIO3Q==} 445 445 engines: {node: '>=6.9.0'} 446 446 peerDependencies: 447 447 '@babel/core': ^7.0.0-0 ··· 458 458 peerDependencies: 459 459 '@babel/core': ^7.0.0-0 460 460 461 - '@babel/plugin-transform-block-scoping@7.27.5': 462 - resolution: {integrity: sha512-JF6uE2s67f0y2RZcm2kpAUEbD50vH62TyWVebxwHAlbSdM49VqPz8t4a1uIjp4NIOIZ4xzLfjY5emt/RCyC7TQ==} 461 + '@babel/plugin-transform-block-scoping@7.28.5': 462 + resolution: {integrity: sha512-45DmULpySVvmq9Pj3X9B+62Xe+DJGov27QravQJU1LLcapR6/10i+gYVAucGGJpHBp5mYxIMK4nDAT/QDLr47g==} 463 463 engines: {node: '>=6.9.0'} 464 464 peerDependencies: 465 465 '@babel/core': ^7.0.0-0 ··· 470 470 peerDependencies: 471 471 '@babel/core': ^7.0.0-0 472 472 473 - '@babel/plugin-transform-class-static-block@7.27.1': 474 - resolution: {integrity: sha512-s734HmYU78MVzZ++joYM+NkJusItbdRcbm+AGRgJCt3iA+yux0QpD9cBVdz3tKyrjVYWRl7j0mHSmv4lhV0aoA==} 473 + '@babel/plugin-transform-class-static-block@7.28.3': 474 + resolution: {integrity: sha512-LtPXlBbRoc4Njl/oh1CeD/3jC+atytbnf/UqLoqTDcEYGUPj022+rvfkbDYieUrSj3CaV4yHDByPE+T2HwfsJg==} 475 475 engines: {node: '>=6.9.0'} 476 476 peerDependencies: 477 477 '@babel/core': ^7.12.0 478 478 479 - '@babel/plugin-transform-classes@7.27.1': 480 - resolution: {integrity: sha512-7iLhfFAubmpeJe/Wo2TVuDrykh/zlWXLzPNdL0Jqn/Xu8R3QQ8h9ff8FQoISZOsw74/HFqFI7NX63HN7QFIHKA==} 479 + '@babel/plugin-transform-classes@7.28.4': 480 + resolution: {integrity: sha512-cFOlhIYPBv/iBoc+KS3M6et2XPtbT2HiCRfBXWtfpc9OAyostldxIf9YAYB6ypURBBbx+Qv6nyrLzASfJe+hBA==} 481 481 engines: {node: '>=6.9.0'} 482 482 peerDependencies: 483 483 '@babel/core': ^7.0.0-0 ··· 488 488 peerDependencies: 489 489 '@babel/core': ^7.0.0-0 490 490 491 - '@babel/plugin-transform-destructuring@7.27.3': 492 - resolution: {integrity: sha512-s4Jrok82JpiaIprtY2nHsYmrThKvvwgHwjgd7UMiYhZaN0asdXNLr0y+NjTfkA7SyQE5i2Fb7eawUOZmLvyqOA==} 491 + '@babel/plugin-transform-destructuring@7.28.5': 492 + resolution: {integrity: sha512-Kl9Bc6D0zTUcFUvkNuQh4eGXPKKNDOJQXVyyM4ZAQPMveniJdxi8XMJwLo+xSoW3MIq81bD33lcUe9kZpl0MCw==} 493 493 engines: {node: '>=6.9.0'} 494 494 peerDependencies: 495 495 '@babel/core': ^7.0.0-0 ··· 518 518 peerDependencies: 519 519 '@babel/core': ^7.0.0-0 520 520 521 - '@babel/plugin-transform-exponentiation-operator@7.27.1': 522 - resolution: {integrity: sha512-uspvXnhHvGKf2r4VVtBpeFnuDWsJLQ6MF6lGJLC89jBR1uoVeqM416AZtTuhTezOfgHicpJQmoD5YUakO/YmXQ==} 521 + '@babel/plugin-transform-explicit-resource-management@7.28.0': 522 + resolution: {integrity: sha512-K8nhUcn3f6iB+P3gwCv/no7OdzOZQcKchW6N389V6PD8NUWKZHzndOd9sPDVbMoBsbmjMqlB4L9fm+fEFNVlwQ==} 523 + engines: {node: '>=6.9.0'} 524 + peerDependencies: 525 + '@babel/core': ^7.0.0-0 526 + 527 + '@babel/plugin-transform-exponentiation-operator@7.28.5': 528 + resolution: {integrity: sha512-D4WIMaFtwa2NizOp+dnoFjRez/ClKiC2BqqImwKd1X28nqBtZEyCYJ2ozQrrzlxAFrcrjxo39S6khe9RNDlGzw==} 523 529 engines: {node: '>=6.9.0'} 524 530 peerDependencies: 525 531 '@babel/core': ^7.0.0-0 ··· 554 560 peerDependencies: 555 561 '@babel/core': ^7.0.0-0 556 562 557 - '@babel/plugin-transform-logical-assignment-operators@7.27.1': 558 - resolution: {integrity: sha512-SJvDs5dXxiae4FbSL1aBJlG4wvl594N6YEVVn9e3JGulwioy6z3oPjx/sQBO3Y4NwUu5HNix6KJ3wBZoewcdbw==} 563 + '@babel/plugin-transform-logical-assignment-operators@7.28.5': 564 + resolution: {integrity: sha512-axUuqnUTBuXyHGcJEVVh9pORaN6wC5bYfE7FGzPiaWa3syib9m7g+/IT/4VgCOe2Upef43PHzeAvcrVek6QuuA==} 559 565 engines: {node: '>=6.9.0'} 560 566 peerDependencies: 561 567 '@babel/core': ^7.0.0-0 ··· 578 584 peerDependencies: 579 585 '@babel/core': ^7.0.0-0 580 586 581 - '@babel/plugin-transform-modules-systemjs@7.27.1': 582 - resolution: {integrity: sha512-w5N1XzsRbc0PQStASMksmUeqECuzKuTJer7kFagK8AXgpCMkeDMO5S+aaFb7A51ZYDF7XI34qsTX+fkHiIm5yA==} 587 + '@babel/plugin-transform-modules-systemjs@7.28.5': 588 + resolution: {integrity: sha512-vn5Jma98LCOeBy/KpeQhXcV2WZgaRUtjwQmjoBuLNlOmkg0fB5pdvYVeWRYI69wWKwK2cD1QbMiUQnoujWvrew==} 583 589 engines: {node: '>=6.9.0'} 584 590 peerDependencies: 585 591 '@babel/core': ^7.0.0-0 ··· 614 620 peerDependencies: 615 621 '@babel/core': ^7.0.0-0 616 622 617 - '@babel/plugin-transform-object-rest-spread@7.27.3': 618 - resolution: {integrity: sha512-7ZZtznF9g4l2JCImCo5LNKFHB5eXnN39lLtLY5Tg+VkR0jwOt7TBciMckuiQIOIW7L5tkQOCh3bVGYeXgMx52Q==} 623 + '@babel/plugin-transform-object-rest-spread@7.28.4': 624 + resolution: {integrity: sha512-373KA2HQzKhQCYiRVIRr+3MjpCObqzDlyrM6u4I201wL8Mp2wHf7uB8GhDwis03k2ti8Zr65Zyyqs1xOxUF/Ew==} 619 625 engines: {node: '>=6.9.0'} 620 626 peerDependencies: 621 627 '@babel/core': ^7.0.0-0 ··· 632 638 peerDependencies: 633 639 '@babel/core': ^7.0.0-0 634 640 635 - '@babel/plugin-transform-optional-chaining@7.27.1': 636 - resolution: {integrity: sha512-BQmKPPIuc8EkZgNKsv0X4bPmOoayeu4F1YCwx2/CfmDSXDbp7GnzlUH+/ul5VGfRg1AoFPsrIThlEBj2xb4CAg==} 641 + '@babel/plugin-transform-optional-chaining@7.28.5': 642 + resolution: {integrity: sha512-N6fut9IZlPnjPwgiQkXNhb+cT8wQKFlJNqcZkWlcTqkcqx6/kU4ynGmLFoa4LViBSirn05YAwk+sQBbPfxtYzQ==} 637 643 engines: {node: '>=6.9.0'} 638 644 peerDependencies: 639 645 '@babel/core': ^7.0.0-0 640 646 641 - '@babel/plugin-transform-parameters@7.27.1': 642 - resolution: {integrity: sha512-018KRk76HWKeZ5l4oTj2zPpSh+NbGdt0st5S6x0pga6HgrjBOJb24mMDHorFopOOd6YHkLgOZ+zaCjZGPO4aKg==} 647 + '@babel/plugin-transform-parameters@7.27.7': 648 + resolution: {integrity: sha512-qBkYTYCb76RRxUM6CcZA5KRu8K4SM8ajzVeUgVdMVO9NN9uI/GaVmBg/WKJJGnNokV9SY8FxNOVWGXzqzUidBg==} 643 649 engines: {node: '>=6.9.0'} 644 650 peerDependencies: 645 651 '@babel/core': ^7.0.0-0 ··· 662 668 peerDependencies: 663 669 '@babel/core': ^7.0.0-0 664 670 665 - '@babel/plugin-transform-regenerator@7.27.5': 666 - resolution: {integrity: sha512-uhB8yHerfe3MWnuLAhEbeQ4afVoqv8BQsPqrTv7e/jZ9y00kJL6l9a/f4OWaKxotmjzewfEyXE1vgDJenkQ2/Q==} 671 + '@babel/plugin-transform-regenerator@7.28.4': 672 + resolution: {integrity: sha512-+ZEdQlBoRg9m2NnzvEeLgtvBMO4tkFBw5SQIUgLICgTrumLoU7lr+Oghi6km2PFj+dbUt2u1oby2w3BDO9YQnA==} 667 673 engines: {node: '>=6.9.0'} 668 674 peerDependencies: 669 675 '@babel/core': ^7.0.0-0 ··· 734 740 peerDependencies: 735 741 '@babel/core': ^7.0.0 736 742 737 - '@babel/preset-env@7.27.2': 738 - resolution: {integrity: sha512-Ma4zSuYSlGNRlCLO+EAzLnCmJK2vdstgv+n7aUP+/IKZrOfWHOJVdSJtuub8RzHTj3ahD37k5OKJWvzf16TQyQ==} 743 + '@babel/preset-env@7.28.5': 744 + resolution: {integrity: sha512-S36mOoi1Sb6Fz98fBfE+UZSpYw5mJm0NUHtIKrOuNcqeFauy1J6dIvXm2KRVKobOSaGq4t/hBXdN4HGU3wL9Wg==} 739 745 engines: {node: '>=6.9.0'} 740 746 peerDependencies: 741 747 '@babel/core': ^7.0.0-0 ··· 745 751 peerDependencies: 746 752 '@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0 747 753 748 - '@babel/runtime@7.27.6': 749 - resolution: {integrity: sha512-vbavdySgbTTrmFE+EsiqUTzlOr5bzlnJtUv9PynGCAKvfQqjIXbvFdumPM/GxMDfyuGMJaJAU6TO4zc1Jf1i8Q==} 754 + '@babel/runtime@7.28.4': 755 + resolution: {integrity: sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==} 750 756 engines: {node: '>=6.9.0'} 751 757 752 758 '@babel/template@7.27.2': 753 759 resolution: {integrity: sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==} 754 760 engines: {node: '>=6.9.0'} 755 761 756 - '@babel/traverse@7.27.4': 757 - resolution: {integrity: sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA==} 762 + '@babel/traverse@7.28.5': 763 + resolution: {integrity: sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==} 758 764 engines: {node: '>=6.9.0'} 759 765 760 - '@babel/types@7.27.6': 761 - resolution: {integrity: sha512-ETyHEk2VHHvl9b9jZP5IHPavHYk57EhanlRRuae9XCpb/j5bDCbPPMOBfCWhnl/7EDJz0jEMCi/RhccCE8r1+Q==} 766 + '@babel/types@7.28.5': 767 + resolution: {integrity: sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==} 762 768 engines: {node: '>=6.9.0'} 763 769 764 - '@badrap/valita@0.4.5': 765 - resolution: {integrity: sha512-4QwGbuhh/JesHRQj79mO/l37PvJj4l/tlAu7+S1n4h47qwaNpZ0WDvIwUGLYUsdi9uQ5UPpiG9wb1Wm3XUFBUQ==} 770 + '@badrap/valita@0.4.6': 771 + resolution: {integrity: sha512-4kdqcjyxo/8RQ8ayjms47HCWZIF5981oE5nIenbfThKDxWXtEHKipAOWlflpPJzZx9y/JWYQkp18Awr7VuepFg==} 766 772 engines: {node: '>= 18'} 767 773 768 774 '@cloudflare/kv-asset-handler@0.4.0': 769 775 resolution: {integrity: sha512-+tv3z+SPp+gqTIcImN9o0hqE9xyfQjI1XD9pL6NuKjua9B1y7mNYv0S9cP+QEbA4ppVgGZEmKOvHX5G5Ei1CVA==} 770 776 engines: {node: '>=18.0.0'} 771 777 772 - '@cloudflare/unenv-preset@2.6.2': 773 - resolution: {integrity: sha512-C7/tW7Qy+wGOCmHXu7xpP1TF3uIhRoi7zVY7dmu/SOSGjPilK+lSQ2lIRILulZsT467ZJNlI0jBxMbd8LzkGRg==} 778 + '@cloudflare/unenv-preset@2.7.8': 779 + resolution: {integrity: sha512-Ky929MfHh+qPhwCapYrRPwPVHtA2Ioex/DbGZyskGyNRDe9Ru3WThYZivyNVaPy5ergQSgMs9OKrM9Ajtz9F6w==} 774 780 peerDependencies: 775 - unenv: 2.0.0-rc.19 776 - workerd: ^1.20250802.0 781 + unenv: 2.0.0-rc.21 782 + workerd: ^1.20250927.0 777 783 peerDependenciesMeta: 778 784 workerd: 779 785 optional: true 780 786 781 - '@cloudflare/vite-plugin@1.11.7': 782 - resolution: {integrity: sha512-8CN3B/TTeOJmfququLvBIUdE8Fh6O+6afI2u/AsUYyAiPddEcVF5w3B1OSSn2v+b/uBJX0s3SrGbJ1TXFPT7MA==} 787 + '@cloudflare/vite-plugin@1.13.15': 788 + resolution: {integrity: sha512-tVkdkRmwGzqs7RzRIwKkJp/FvRZ0YL108jXhQRYTSCDcuDVROK4O1hjf9bcC7Gr0KISSaEPj9oJtR5eTSNN+Ag==} 783 789 peerDependencies: 784 790 vite: ^6.1.0 || ^7.0.0 785 - wrangler: ^4.32.0 791 + wrangler: ^4.45.0 786 792 787 - '@cloudflare/workerd-darwin-64@1.20250816.0': 788 - resolution: {integrity: sha512-yN1Rga4ufTdrJPCP4gEqfB47i1lWi3teY5IoeQbUuKnjnCtm4pZvXur526JzCmaw60Jx+AEWf5tizdwRd5hHBQ==} 793 + '@cloudflare/workerd-darwin-64@1.20251011.0': 794 + resolution: {integrity: sha512-0DirVP+Z82RtZLlK2B+VhLOkk+ShBqDYO/jhcRw4oVlp0TOvk3cOVZChrt3+y3NV8Y/PYgTEywzLKFSziK4wCg==} 789 795 engines: {node: '>=16'} 790 796 cpu: [x64] 791 797 os: [darwin] 792 798 793 - '@cloudflare/workerd-darwin-arm64@1.20250816.0': 794 - resolution: {integrity: sha512-WyKPMQhbU+TTf4uDz3SA7ZObspg7WzyJMv/7J4grSddpdx2A4Y4SfPu3wsZleAOIMOAEVi0A1sYDhdltKM7Mxg==} 799 + '@cloudflare/workerd-darwin-arm64@1.20251011.0': 800 + resolution: {integrity: sha512-1WuFBGwZd15p4xssGN/48OE2oqokIuc51YvHvyNivyV8IYnAs3G9bJNGWth1X7iMDPe4g44pZrKhRnISS2+5dA==} 795 801 engines: {node: '>=16'} 796 802 cpu: [arm64] 797 803 os: [darwin] 798 804 799 - '@cloudflare/workerd-linux-64@1.20250816.0': 800 - resolution: {integrity: sha512-NWHOuFnVBaPRhLHw8kjPO9GJmc2P/CTYbnNlNm0EThyi57o/oDx0ldWLJqEHlrdEPOw7zEVGBqM/6M+V9agC6w==} 805 + '@cloudflare/workerd-linux-64@1.20251011.0': 806 + resolution: {integrity: sha512-BccMiBzFlWZyFghIw2szanmYJrJGBGHomw2y/GV6pYXChFzMGZkeCEMfmCyJj29xczZXxcZmUVJxNy4eJxO8QA==} 801 807 engines: {node: '>=16'} 802 808 cpu: [x64] 803 809 os: [linux] 804 810 805 - '@cloudflare/workerd-linux-arm64@1.20250816.0': 806 - resolution: {integrity: sha512-FR+/yhaWs7FhfC3GKsM3+usQVrGEweJ9qyh7p+R6HNwnobgKr/h5ATWvJ4obGJF6ZHHodgSe+gOSYR7fkJ1xAQ==} 811 + '@cloudflare/workerd-linux-arm64@1.20251011.0': 812 + resolution: {integrity: sha512-79o/216lsbAbKEVDZYXR24ivEIE2ysDL9jvo0rDTkViLWju9dAp3CpyetglpJatbSi3uWBPKZBEOqN68zIjVsQ==} 807 813 engines: {node: '>=16'} 808 814 cpu: [arm64] 809 815 os: [linux] 810 816 811 - '@cloudflare/workerd-windows-64@1.20250816.0': 812 - resolution: {integrity: sha512-0lqClj2UMhFa8tCBiiX7Zhd5Bjp0V+X8oNBG6V6WsR9p9/HlIHAGgwRAM7aYkyG+8KC8xlbC89O2AXUXLpHx0g==} 817 + '@cloudflare/workerd-windows-64@1.20251011.0': 818 + resolution: {integrity: sha512-RIXUQRchFdqEvaUqn1cXZXSKjpqMaSaVAkI5jNZ8XzAw/bw2bcdOVUtakrflgxDprltjFb0PTNtuss1FKtH9Jg==} 813 819 engines: {node: '>=16'} 814 820 cpu: [x64] 815 821 os: [win32] ··· 818 824 resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==} 819 825 engines: {node: '>=12'} 820 826 821 - '@emnapi/runtime@1.4.3': 822 - resolution: {integrity: sha512-pBPWdu6MLKROBX05wSNKcNb++m5Er+KQ9QkB+WVM+pW2Kx9hoSrVTnu3BdkI5eBLZoKu/J6mW/B6i6bJB2ytXQ==} 827 + '@emnapi/runtime@1.6.0': 828 + resolution: {integrity: sha512-obtUmAHTMjll499P+D9A3axeJFlhdjOWdKUNs/U6QIGT7V5RjcUW1xToAzjvmgTSQhDbYn/NwfTRoJcQ2rNBxA==} 829 + 830 + '@esbuild/aix-ppc64@0.25.11': 831 + resolution: {integrity: sha512-Xt1dOL13m8u0WE8iplx9Ibbm+hFAO0GsU2P34UNoDGvZYkY8ifSiy6Zuc1lYxfG7svWE2fzqCUmFp5HCn51gJg==} 832 + engines: {node: '>=18'} 833 + cpu: [ppc64] 834 + os: [aix] 823 835 824 836 '@esbuild/aix-ppc64@0.25.4': 825 837 resolution: {integrity: sha512-1VCICWypeQKhVbE9oW/sJaAmjLxhVqacdkvPLEjwlttjfwENRSClS8EjBz0KzRyFSCPDIkuXW34Je/vk7zdB7Q==} ··· 827 839 cpu: [ppc64] 828 840 os: [aix] 829 841 830 - '@esbuild/aix-ppc64@0.25.5': 831 - resolution: {integrity: sha512-9o3TMmpmftaCMepOdA5k/yDw8SfInyzWWTjYTFCX3kPSDJMROQTb8jg+h9Cnwnmm1vOzvxN7gIfB5V2ewpjtGA==} 842 + '@esbuild/android-arm64@0.25.11': 843 + resolution: {integrity: sha512-9slpyFBc4FPPz48+f6jyiXOx/Y4v34TUeDDXJpZqAWQn/08lKGeD8aDp9TMn9jDz2CiEuHwfhRmGBvpnd/PWIQ==} 832 844 engines: {node: '>=18'} 833 - cpu: [ppc64] 834 - os: [aix] 845 + cpu: [arm64] 846 + os: [android] 835 847 836 848 '@esbuild/android-arm64@0.25.4': 837 849 resolution: {integrity: sha512-bBy69pgfhMGtCnwpC/x5QhfxAz/cBgQ9enbtwjf6V9lnPI/hMyT9iWpR1arm0l3kttTr4L0KSLpKmLp/ilKS9A==} ··· 839 851 cpu: [arm64] 840 852 os: [android] 841 853 842 - '@esbuild/android-arm64@0.25.5': 843 - resolution: {integrity: sha512-VGzGhj4lJO+TVGV1v8ntCZWJktV7SGCs3Pn1GRWI1SBFtRALoomm8k5E9Pmwg3HOAal2VDc2F9+PM/rEY6oIDg==} 854 + '@esbuild/android-arm@0.25.11': 855 + resolution: {integrity: sha512-uoa7dU+Dt3HYsethkJ1k6Z9YdcHjTrSb5NUy66ZfZaSV8hEYGD5ZHbEMXnqLFlbBflLsl89Zke7CAdDJ4JI+Gg==} 844 856 engines: {node: '>=18'} 845 - cpu: [arm64] 857 + cpu: [arm] 846 858 os: [android] 847 859 848 860 '@esbuild/android-arm@0.25.4': ··· 851 863 cpu: [arm] 852 864 os: [android] 853 865 854 - '@esbuild/android-arm@0.25.5': 855 - resolution: {integrity: sha512-AdJKSPeEHgi7/ZhuIPtcQKr5RQdo6OO2IL87JkianiMYMPbCtot9fxPbrMiBADOWWm3T2si9stAiVsGbTQFkbA==} 866 + '@esbuild/android-x64@0.25.11': 867 + resolution: {integrity: sha512-Sgiab4xBjPU1QoPEIqS3Xx+R2lezu0LKIEcYe6pftr56PqPygbB7+szVnzoShbx64MUupqoE0KyRlN7gezbl8g==} 856 868 engines: {node: '>=18'} 857 - cpu: [arm] 869 + cpu: [x64] 858 870 os: [android] 859 871 860 872 '@esbuild/android-x64@0.25.4': ··· 863 875 cpu: [x64] 864 876 os: [android] 865 877 866 - '@esbuild/android-x64@0.25.5': 867 - resolution: {integrity: sha512-D2GyJT1kjvO//drbRT3Hib9XPwQeWd9vZoBJn+bu/lVsOZ13cqNdDeqIF/xQ5/VmWvMduP6AmXvylO/PIc2isw==} 878 + '@esbuild/darwin-arm64@0.25.11': 879 + resolution: {integrity: sha512-VekY0PBCukppoQrycFxUqkCojnTQhdec0vevUL/EDOCnXd9LKWqD/bHwMPzigIJXPhC59Vd1WFIL57SKs2mg4w==} 868 880 engines: {node: '>=18'} 869 - cpu: [x64] 870 - os: [android] 881 + cpu: [arm64] 882 + os: [darwin] 871 883 872 884 '@esbuild/darwin-arm64@0.25.4': 873 885 resolution: {integrity: sha512-Y1giCfM4nlHDWEfSckMzeWNdQS31BQGs9/rouw6Ub91tkK79aIMTH3q9xHvzH8d0wDru5Ci0kWB8b3up/nl16g==} ··· 875 887 cpu: [arm64] 876 888 os: [darwin] 877 889 878 - '@esbuild/darwin-arm64@0.25.5': 879 - resolution: {integrity: sha512-GtaBgammVvdF7aPIgH2jxMDdivezgFu6iKpmT+48+F8Hhg5J/sfnDieg0aeG/jfSvkYQU2/pceFPDKlqZzwnfQ==} 890 + '@esbuild/darwin-x64@0.25.11': 891 + resolution: {integrity: sha512-+hfp3yfBalNEpTGp9loYgbknjR695HkqtY3d3/JjSRUyPg/xd6q+mQqIb5qdywnDxRZykIHs3axEqU6l1+oWEQ==} 880 892 engines: {node: '>=18'} 881 - cpu: [arm64] 893 + cpu: [x64] 882 894 os: [darwin] 883 895 884 896 '@esbuild/darwin-x64@0.25.4': ··· 887 899 cpu: [x64] 888 900 os: [darwin] 889 901 890 - '@esbuild/darwin-x64@0.25.5': 891 - resolution: {integrity: sha512-1iT4FVL0dJ76/q1wd7XDsXrSW+oLoquptvh4CLR4kITDtqi2e/xwXwdCVH8hVHU43wgJdsq7Gxuzcs6Iq/7bxQ==} 902 + '@esbuild/freebsd-arm64@0.25.11': 903 + resolution: {integrity: sha512-CmKjrnayyTJF2eVuO//uSjl/K3KsMIeYeyN7FyDBjsR3lnSJHaXlVoAK8DZa7lXWChbuOk7NjAc7ygAwrnPBhA==} 892 904 engines: {node: '>=18'} 893 - cpu: [x64] 894 - os: [darwin] 905 + cpu: [arm64] 906 + os: [freebsd] 895 907 896 908 '@esbuild/freebsd-arm64@0.25.4': 897 909 resolution: {integrity: sha512-yYq+39NlTRzU2XmoPW4l5Ifpl9fqSk0nAJYM/V/WUGPEFfek1epLHJIkTQM6bBs1swApjO5nWgvr843g6TjxuQ==} ··· 899 911 cpu: [arm64] 900 912 os: [freebsd] 901 913 902 - '@esbuild/freebsd-arm64@0.25.5': 903 - resolution: {integrity: sha512-nk4tGP3JThz4La38Uy/gzyXtpkPW8zSAmoUhK9xKKXdBCzKODMc2adkB2+8om9BDYugz+uGV7sLmpTYzvmz6Sw==} 914 + '@esbuild/freebsd-x64@0.25.11': 915 + resolution: {integrity: sha512-Dyq+5oscTJvMaYPvW3x3FLpi2+gSZTCE/1ffdwuM6G1ARang/mb3jvjxs0mw6n3Lsw84ocfo9CrNMqc5lTfGOw==} 904 916 engines: {node: '>=18'} 905 - cpu: [arm64] 917 + cpu: [x64] 906 918 os: [freebsd] 907 919 908 920 '@esbuild/freebsd-x64@0.25.4': ··· 911 923 cpu: [x64] 912 924 os: [freebsd] 913 925 914 - '@esbuild/freebsd-x64@0.25.5': 915 - resolution: {integrity: sha512-PrikaNjiXdR2laW6OIjlbeuCPrPaAl0IwPIaRv+SMV8CiM8i2LqVUHFC1+8eORgWyY7yhQY+2U2fA55mBzReaw==} 926 + '@esbuild/linux-arm64@0.25.11': 927 + resolution: {integrity: sha512-Qr8AzcplUhGvdyUF08A1kHU3Vr2O88xxP0Tm8GcdVOUm25XYcMPp2YqSVHbLuXzYQMf9Bh/iKx7YPqECs6ffLA==} 916 928 engines: {node: '>=18'} 917 - cpu: [x64] 918 - os: [freebsd] 929 + cpu: [arm64] 930 + os: [linux] 919 931 920 932 '@esbuild/linux-arm64@0.25.4': 921 933 resolution: {integrity: sha512-+89UsQTfXdmjIvZS6nUnOOLoXnkUTB9hR5QAeLrQdzOSWZvNSAXAtcRDHWtqAUtAmv7ZM1WPOOeSxDzzzMogiQ==} ··· 923 935 cpu: [arm64] 924 936 os: [linux] 925 937 926 - '@esbuild/linux-arm64@0.25.5': 927 - resolution: {integrity: sha512-Z9kfb1v6ZlGbWj8EJk9T6czVEjjq2ntSYLY2cw6pAZl4oKtfgQuS4HOq41M/BcoLPzrUbNd+R4BXFyH//nHxVg==} 938 + '@esbuild/linux-arm@0.25.11': 939 + resolution: {integrity: sha512-TBMv6B4kCfrGJ8cUPo7vd6NECZH/8hPpBHHlYI3qzoYFvWu2AdTvZNuU/7hsbKWqu/COU7NIK12dHAAqBLLXgw==} 928 940 engines: {node: '>=18'} 929 - cpu: [arm64] 941 + cpu: [arm] 930 942 os: [linux] 931 943 932 944 '@esbuild/linux-arm@0.25.4': ··· 935 947 cpu: [arm] 936 948 os: [linux] 937 949 938 - '@esbuild/linux-arm@0.25.5': 939 - resolution: {integrity: sha512-cPzojwW2okgh7ZlRpcBEtsX7WBuqbLrNXqLU89GxWbNt6uIg78ET82qifUy3W6OVww6ZWobWub5oqZOVtwolfw==} 950 + '@esbuild/linux-ia32@0.25.11': 951 + resolution: {integrity: sha512-TmnJg8BMGPehs5JKrCLqyWTVAvielc615jbkOirATQvWWB1NMXY77oLMzsUjRLa0+ngecEmDGqt5jiDC6bfvOw==} 940 952 engines: {node: '>=18'} 941 - cpu: [arm] 953 + cpu: [ia32] 942 954 os: [linux] 943 955 944 956 '@esbuild/linux-ia32@0.25.4': ··· 947 959 cpu: [ia32] 948 960 os: [linux] 949 961 950 - '@esbuild/linux-ia32@0.25.5': 951 - resolution: {integrity: sha512-sQ7l00M8bSv36GLV95BVAdhJ2QsIbCuCjh/uYrWiMQSUuV+LpXwIqhgJDcvMTj+VsQmqAHL2yYaasENvJ7CDKA==} 962 + '@esbuild/linux-loong64@0.25.11': 963 + resolution: {integrity: sha512-DIGXL2+gvDaXlaq8xruNXUJdT5tF+SBbJQKbWy/0J7OhU8gOHOzKmGIlfTTl6nHaCOoipxQbuJi7O++ldrxgMw==} 952 964 engines: {node: '>=18'} 953 - cpu: [ia32] 965 + cpu: [loong64] 954 966 os: [linux] 955 967 956 968 '@esbuild/linux-loong64@0.25.4': ··· 959 971 cpu: [loong64] 960 972 os: [linux] 961 973 962 - '@esbuild/linux-loong64@0.25.5': 963 - resolution: {integrity: sha512-0ur7ae16hDUC4OL5iEnDb0tZHDxYmuQyhKhsPBV8f99f6Z9KQM02g33f93rNH5A30agMS46u2HP6qTdEt6Q1kg==} 974 + '@esbuild/linux-mips64el@0.25.11': 975 + resolution: {integrity: sha512-Osx1nALUJu4pU43o9OyjSCXokFkFbyzjXb6VhGIJZQ5JZi8ylCQ9/LFagolPsHtgw6himDSyb5ETSfmp4rpiKQ==} 964 976 engines: {node: '>=18'} 965 - cpu: [loong64] 977 + cpu: [mips64el] 966 978 os: [linux] 967 979 968 980 '@esbuild/linux-mips64el@0.25.4': ··· 971 983 cpu: [mips64el] 972 984 os: [linux] 973 985 974 - '@esbuild/linux-mips64el@0.25.5': 975 - resolution: {integrity: sha512-kB/66P1OsHO5zLz0i6X0RxlQ+3cu0mkxS3TKFvkb5lin6uwZ/ttOkP3Z8lfR9mJOBk14ZwZ9182SIIWFGNmqmg==} 986 + '@esbuild/linux-ppc64@0.25.11': 987 + resolution: {integrity: sha512-nbLFgsQQEsBa8XSgSTSlrnBSrpoWh7ioFDUmwo158gIm5NNP+17IYmNWzaIzWmgCxq56vfr34xGkOcZ7jX6CPw==} 976 988 engines: {node: '>=18'} 977 - cpu: [mips64el] 989 + cpu: [ppc64] 978 990 os: [linux] 979 991 980 992 '@esbuild/linux-ppc64@0.25.4': ··· 983 995 cpu: [ppc64] 984 996 os: [linux] 985 997 986 - '@esbuild/linux-ppc64@0.25.5': 987 - resolution: {integrity: sha512-UZCmJ7r9X2fe2D6jBmkLBMQetXPXIsZjQJCjgwpVDz+YMcS6oFR27alkgGv3Oqkv07bxdvw7fyB71/olceJhkQ==} 998 + '@esbuild/linux-riscv64@0.25.11': 999 + resolution: {integrity: sha512-HfyAmqZi9uBAbgKYP1yGuI7tSREXwIb438q0nqvlpxAOs3XnZ8RsisRfmVsgV486NdjD7Mw2UrFSw51lzUk1ww==} 988 1000 engines: {node: '>=18'} 989 - cpu: [ppc64] 1001 + cpu: [riscv64] 990 1002 os: [linux] 991 1003 992 1004 '@esbuild/linux-riscv64@0.25.4': ··· 995 1007 cpu: [riscv64] 996 1008 os: [linux] 997 1009 998 - '@esbuild/linux-riscv64@0.25.5': 999 - resolution: {integrity: sha512-kTxwu4mLyeOlsVIFPfQo+fQJAV9mh24xL+y+Bm6ej067sYANjyEw1dNHmvoqxJUCMnkBdKpvOn0Ahql6+4VyeA==} 1010 + '@esbuild/linux-s390x@0.25.11': 1011 + resolution: {integrity: sha512-HjLqVgSSYnVXRisyfmzsH6mXqyvj0SA7pG5g+9W7ESgwA70AXYNpfKBqh1KbTxmQVaYxpzA/SvlB9oclGPbApw==} 1000 1012 engines: {node: '>=18'} 1001 - cpu: [riscv64] 1013 + cpu: [s390x] 1002 1014 os: [linux] 1003 1015 1004 1016 '@esbuild/linux-s390x@0.25.4': ··· 1007 1019 cpu: [s390x] 1008 1020 os: [linux] 1009 1021 1010 - '@esbuild/linux-s390x@0.25.5': 1011 - resolution: {integrity: sha512-K2dSKTKfmdh78uJ3NcWFiqyRrimfdinS5ErLSn3vluHNeHVnBAFWC8a4X5N+7FgVE1EjXS1QDZbpqZBjfrqMTQ==} 1022 + '@esbuild/linux-x64@0.25.11': 1023 + resolution: {integrity: sha512-HSFAT4+WYjIhrHxKBwGmOOSpphjYkcswF449j6EjsjbinTZbp8PJtjsVK1XFJStdzXdy/jaddAep2FGY+wyFAQ==} 1012 1024 engines: {node: '>=18'} 1013 - cpu: [s390x] 1025 + cpu: [x64] 1014 1026 os: [linux] 1015 1027 1016 1028 '@esbuild/linux-x64@0.25.4': ··· 1019 1031 cpu: [x64] 1020 1032 os: [linux] 1021 1033 1022 - '@esbuild/linux-x64@0.25.5': 1023 - resolution: {integrity: sha512-uhj8N2obKTE6pSZ+aMUbqq+1nXxNjZIIjCjGLfsWvVpy7gKCOL6rsY1MhRh9zLtUtAI7vpgLMK6DxjO8Qm9lJw==} 1034 + '@esbuild/netbsd-arm64@0.25.11': 1035 + resolution: {integrity: sha512-hr9Oxj1Fa4r04dNpWr3P8QKVVsjQhqrMSUzZzf+LZcYjZNqhA3IAfPQdEh1FLVUJSiu6sgAwp3OmwBfbFgG2Xg==} 1024 1036 engines: {node: '>=18'} 1025 - cpu: [x64] 1026 - os: [linux] 1037 + cpu: [arm64] 1038 + os: [netbsd] 1027 1039 1028 1040 '@esbuild/netbsd-arm64@0.25.4': 1029 1041 resolution: {integrity: sha512-vUnkBYxZW4hL/ie91hSqaSNjulOnYXE1VSLusnvHg2u3jewJBz3YzB9+oCw8DABeVqZGg94t9tyZFoHma8gWZQ==} ··· 1031 1043 cpu: [arm64] 1032 1044 os: [netbsd] 1033 1045 1034 - '@esbuild/netbsd-arm64@0.25.5': 1035 - resolution: {integrity: sha512-pwHtMP9viAy1oHPvgxtOv+OkduK5ugofNTVDilIzBLpoWAM16r7b/mxBvfpuQDpRQFMfuVr5aLcn4yveGvBZvw==} 1046 + '@esbuild/netbsd-x64@0.25.11': 1047 + resolution: {integrity: sha512-u7tKA+qbzBydyj0vgpu+5h5AeudxOAGncb8N6C9Kh1N4n7wU1Xw1JDApsRjpShRpXRQlJLb9wY28ELpwdPcZ7A==} 1036 1048 engines: {node: '>=18'} 1037 - cpu: [arm64] 1049 + cpu: [x64] 1038 1050 os: [netbsd] 1039 1051 1040 1052 '@esbuild/netbsd-x64@0.25.4': ··· 1043 1055 cpu: [x64] 1044 1056 os: [netbsd] 1045 1057 1046 - '@esbuild/netbsd-x64@0.25.5': 1047 - resolution: {integrity: sha512-WOb5fKrvVTRMfWFNCroYWWklbnXH0Q5rZppjq0vQIdlsQKuw6mdSihwSo4RV/YdQ5UCKKvBy7/0ZZYLBZKIbwQ==} 1058 + '@esbuild/openbsd-arm64@0.25.11': 1059 + resolution: {integrity: sha512-Qq6YHhayieor3DxFOoYM1q0q1uMFYb7cSpLD2qzDSvK1NAvqFi8Xgivv0cFC6J+hWVw2teCYltyy9/m/14ryHg==} 1048 1060 engines: {node: '>=18'} 1049 - cpu: [x64] 1050 - os: [netbsd] 1061 + cpu: [arm64] 1062 + os: [openbsd] 1051 1063 1052 1064 '@esbuild/openbsd-arm64@0.25.4': 1053 1065 resolution: {integrity: sha512-Ct2WcFEANlFDtp1nVAXSNBPDxyU+j7+tId//iHXU2f/lN5AmO4zLyhDcpR5Cz1r08mVxzt3Jpyt4PmXQ1O6+7A==} ··· 1055 1067 cpu: [arm64] 1056 1068 os: [openbsd] 1057 1069 1058 - '@esbuild/openbsd-arm64@0.25.5': 1059 - resolution: {integrity: sha512-7A208+uQKgTxHd0G0uqZO8UjK2R0DDb4fDmERtARjSHWxqMTye4Erz4zZafx7Di9Cv+lNHYuncAkiGFySoD+Mw==} 1070 + '@esbuild/openbsd-x64@0.25.11': 1071 + resolution: {integrity: sha512-CN+7c++kkbrckTOz5hrehxWN7uIhFFlmS/hqziSFVWpAzpWrQoAG4chH+nN3Be+Kzv/uuo7zhX716x3Sn2Jduw==} 1060 1072 engines: {node: '>=18'} 1061 - cpu: [arm64] 1073 + cpu: [x64] 1062 1074 os: [openbsd] 1063 1075 1064 1076 '@esbuild/openbsd-x64@0.25.4': ··· 1067 1079 cpu: [x64] 1068 1080 os: [openbsd] 1069 1081 1070 - '@esbuild/openbsd-x64@0.25.5': 1071 - resolution: {integrity: sha512-G4hE405ErTWraiZ8UiSoesH8DaCsMm0Cay4fsFWOOUcz8b8rC6uCvnagr+gnioEjWn0wC+o1/TAHt+It+MpIMg==} 1082 + '@esbuild/openharmony-arm64@0.25.11': 1083 + resolution: {integrity: sha512-rOREuNIQgaiR+9QuNkbkxubbp8MSO9rONmwP5nKncnWJ9v5jQ4JxFnLu4zDSRPf3x4u+2VN4pM4RdyIzDty/wQ==} 1084 + engines: {node: '>=18'} 1085 + cpu: [arm64] 1086 + os: [openharmony] 1087 + 1088 + '@esbuild/sunos-x64@0.25.11': 1089 + resolution: {integrity: sha512-nq2xdYaWxyg9DcIyXkZhcYulC6pQ2FuCgem3LI92IwMgIZ69KHeY8T4Y88pcwoLIjbed8n36CyKoYRDygNSGhA==} 1072 1090 engines: {node: '>=18'} 1073 1091 cpu: [x64] 1074 - os: [openbsd] 1092 + os: [sunos] 1075 1093 1076 1094 '@esbuild/sunos-x64@0.25.4': 1077 1095 resolution: {integrity: sha512-Mw+tzy4pp6wZEK0+Lwr76pWLjrtjmJyUB23tHKqEDP74R3q95luY/bXqXZeYl4NYlvwOqoRKlInQialgCKy67Q==} ··· 1079 1097 cpu: [x64] 1080 1098 os: [sunos] 1081 1099 1082 - '@esbuild/sunos-x64@0.25.5': 1083 - resolution: {integrity: sha512-l+azKShMy7FxzY0Rj4RCt5VD/q8mG/e+mDivgspo+yL8zW7qEwctQ6YqKX34DTEleFAvCIUviCFX1SDZRSyMQA==} 1100 + '@esbuild/win32-arm64@0.25.11': 1101 + resolution: {integrity: sha512-3XxECOWJq1qMZ3MN8srCJ/QfoLpL+VaxD/WfNRm1O3B4+AZ/BnLVgFbUV3eiRYDMXetciH16dwPbbHqwe1uU0Q==} 1084 1102 engines: {node: '>=18'} 1085 - cpu: [x64] 1086 - os: [sunos] 1103 + cpu: [arm64] 1104 + os: [win32] 1087 1105 1088 1106 '@esbuild/win32-arm64@0.25.4': 1089 1107 resolution: {integrity: sha512-AVUP428VQTSddguz9dO9ngb+E5aScyg7nOeJDrF1HPYu555gmza3bDGMPhmVXL8svDSoqPCsCPjb265yG/kLKQ==} ··· 1091 1109 cpu: [arm64] 1092 1110 os: [win32] 1093 1111 1094 - '@esbuild/win32-arm64@0.25.5': 1095 - resolution: {integrity: sha512-O2S7SNZzdcFG7eFKgvwUEZ2VG9D/sn/eIiz8XRZ1Q/DO5a3s76Xv0mdBzVM5j5R639lXQmPmSo0iRpHqUUrsxw==} 1112 + '@esbuild/win32-ia32@0.25.11': 1113 + resolution: {integrity: sha512-3ukss6gb9XZ8TlRyJlgLn17ecsK4NSQTmdIXRASVsiS2sQ6zPPZklNJT5GR5tE/MUarymmy8kCEf5xPCNCqVOA==} 1096 1114 engines: {node: '>=18'} 1097 - cpu: [arm64] 1115 + cpu: [ia32] 1098 1116 os: [win32] 1099 1117 1100 1118 '@esbuild/win32-ia32@0.25.4': ··· 1103 1121 cpu: [ia32] 1104 1122 os: [win32] 1105 1123 1106 - '@esbuild/win32-ia32@0.25.5': 1107 - resolution: {integrity: sha512-onOJ02pqs9h1iMJ1PQphR+VZv8qBMQ77Klcsqv9CNW2w6yLqoURLcgERAIurY6QE63bbLuqgP9ATqajFLK5AMQ==} 1124 + '@esbuild/win32-x64@0.25.11': 1125 + resolution: {integrity: sha512-D7Hpz6A2L4hzsRpPaCYkQnGOotdUpDzSGRIv9I+1ITdHROSFUWW95ZPZWQmGka1Fg7W3zFJowyn9WGwMJ0+KPA==} 1108 1126 engines: {node: '>=18'} 1109 - cpu: [ia32] 1127 + cpu: [x64] 1110 1128 os: [win32] 1111 1129 1112 1130 '@esbuild/win32-x64@0.25.4': ··· 1115 1133 cpu: [x64] 1116 1134 os: [win32] 1117 1135 1118 - '@esbuild/win32-x64@0.25.5': 1119 - resolution: {integrity: sha512-TXv6YnJ8ZMVdX+SXWVBo/0p8LTcrUYngpWjvm91TMjjBQii7Oz11Lw5lbDV5Y0TzuhSJHwiH4hEtC1I42mMS0g==} 1120 - engines: {node: '>=18'} 1121 - cpu: [x64] 1122 - os: [win32] 1123 - 1124 1136 '@externdefs/solid-freeze@0.1.1': 1125 1137 resolution: {integrity: sha512-duvZBfJB9oOLphx04ckKF534hP186xIBFaw4GHJ5fGeZY5syZs59UeumV5NC6aiEU9hVhAFMOnDDGkQrFqHrnQ==} 1126 1138 peerDependencies: ··· 1131 1143 peerDependencies: 1132 1144 solid-js: ^1.8.5 1133 1145 1134 - '@floating-ui/core@1.7.1': 1135 - resolution: {integrity: sha512-azI0DrjMMfIug/ExbBaeDVJXcY0a7EPvPjb2xAJPa4HeimBX+Z18HK8QQR3jb6356SnDDdxx+hinMLcJEDdOjw==} 1146 + '@floating-ui/core@1.7.3': 1147 + resolution: {integrity: sha512-sGnvb5dmrJaKEZ+LDIpguvdX3bDlEllmv4/ClQ9awcmCZrlx5jQyyMWFM5kBI+EyNOCDDiKk8il0zeuX3Zlg/w==} 1136 1148 1137 - '@floating-ui/dom@1.7.1': 1138 - resolution: {integrity: sha512-cwsmW/zyw5ltYTUeeYJ60CnQuPqmGwuGVhG9w0PRaRKkAyi38BT5CKrpIbb+jtahSwUl04cWzSx9ZOIxeS6RsQ==} 1149 + '@floating-ui/dom@1.7.4': 1150 + resolution: {integrity: sha512-OOchDgh4F2CchOX94cRVqhvy7b3AFb+/rQXyswmzmGakRfkMgoWVjfnLWkRirfLEfuD4ysVW16eXzwt3jHIzKA==} 1139 1151 1140 - '@floating-ui/utils@0.2.9': 1141 - resolution: {integrity: sha512-MDWhGtE+eHw5JW7lq4qhc5yRLS11ERl1c7Z6Xd0a58DozHES6EnNNwUWbMiG4J9Cgj053Bhk8zvlhFYKVhULwg==} 1152 + '@floating-ui/utils@0.2.10': 1153 + resolution: {integrity: sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==} 1142 1154 1143 1155 '@img/sharp-darwin-arm64@0.33.5': 1144 1156 resolution: {integrity: sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==} ··· 1249 1261 resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} 1250 1262 engines: {node: '>=12'} 1251 1263 1252 - '@jridgewell/gen-mapping@0.3.8': 1253 - resolution: {integrity: sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==} 1254 - engines: {node: '>=6.0.0'} 1264 + '@jridgewell/gen-mapping@0.3.13': 1265 + resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==} 1266 + 1267 + '@jridgewell/remapping@2.3.5': 1268 + resolution: {integrity: sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==} 1255 1269 1256 1270 '@jridgewell/resolve-uri@3.1.2': 1257 1271 resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} 1258 1272 engines: {node: '>=6.0.0'} 1259 1273 1260 - '@jridgewell/set-array@1.2.1': 1261 - resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==} 1262 - engines: {node: '>=6.0.0'} 1263 - 1264 - '@jridgewell/source-map@0.3.6': 1265 - resolution: {integrity: sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==} 1266 - 1267 - '@jridgewell/sourcemap-codec@1.5.0': 1268 - resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==} 1274 + '@jridgewell/source-map@0.3.11': 1275 + resolution: {integrity: sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==} 1269 1276 1270 1277 '@jridgewell/sourcemap-codec@1.5.5': 1271 1278 resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==} 1272 1279 1273 - '@jridgewell/trace-mapping@0.3.25': 1274 - resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==} 1280 + '@jridgewell/trace-mapping@0.3.31': 1281 + resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==} 1275 1282 1276 1283 '@jridgewell/trace-mapping@0.3.9': 1277 1284 resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==} 1278 1285 1279 - '@jsr/mary__array-fns@0.1.4': 1280 - resolution: {integrity: sha512-+HbGYR9Ll5blEmAvVAoPejyGj01YeBbVmJ59qxaMDKt5i3F90ohYLA5a78y6AULDlet1IxYB+a/cMN+A0vGnDg==, tarball: https://npm.jsr.io/~/11/@jsr/mary__array-fns/0.1.4.tgz} 1286 + '@jsr/mary__array-fns@0.1.5': 1287 + resolution: {integrity: sha512-gI4scq/Hh9GtFUJfS8cvZf5nr+cs7udvrEpMv75grws5/0LIwBycKeeJcNi4+xNl6x4CGW6Fp46puhtJiQOpMg==, tarball: https://npm.jsr.io/~/11/@jsr/mary__array-fns/0.1.5.tgz} 1281 1288 1282 1289 '@jsr/mary__async-iterator-fns@0.1.1': 1283 1290 resolution: {integrity: sha512-ef/TDpu6yGTAb4fbGEjSFPO7u49WrxJeXa9T6fvmjlpEfR84qxrjTR6MEUQ1hMySD0+O9yQKvBl/KL5x7K9+iA==, tarball: https://npm.jsr.io/~/11/@jsr/mary__async-iterator-fns/0.1.1.tgz} ··· 1297 1304 '@kelinci/basa-lexicons@1.0.0': 1298 1305 resolution: {integrity: sha512-QND0ktwpGySoHhqRUrLZ3YybyHnOkV6mGCLn75yJWl9PpKIMh/gmAyvXIo1ZuzSHu4v6xcSyi3A78QoH4MhTGw==} 1299 1306 1300 - '@mjackson/node-fetch-server@0.6.1': 1301 - resolution: {integrity: sha512-9ZJnk/DJjt805uv5PPv11haJIW+HHf3YEEyVXv+8iLQxLD/iXA68FH220XoiTPBC4gCg5q+IMadDw8qPqlA5wg==} 1302 - 1303 1307 '@noble/secp256k1@2.3.0': 1304 1308 resolution: {integrity: sha512-0TQed2gcBbIrh7Ccyw+y/uZQvbJwm7Ao4scBUxqpBCcsOlZG0O4KGfjtNAy/li4W8n1xt3dxrwJ0beZ2h2G6Kw==} 1305 1309 ··· 1343 1347 '@poppinss/exception@1.2.2': 1344 1348 resolution: {integrity: sha512-m7bpKCD4QMlFCjA/nKTs23fuvoVFoA83brRKmObCUNmi/9tVu8Ve3w4YQAnJu4q3Tjf5fr685HYIC/IA2zHRSg==} 1345 1349 1350 + '@remix-run/node-fetch-server@0.8.1': 1351 + resolution: {integrity: sha512-J1dev372wtJqmqn9U/qbpbZxbJSQrogNN2+Qv1lKlpATpe/WQ9aCZfl/xSb9d2Rgh1IyLSvNxZAXPZxruO6Xig==} 1352 + 1346 1353 '@rollup/plugin-babel@5.3.1': 1347 1354 resolution: {integrity: sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==} 1348 1355 engines: {node: '>= 10.0.0'} ··· 1368 1375 peerDependencies: 1369 1376 rollup: ^1.20.0 || ^2.0.0 1370 1377 1371 - '@rollup/plugin-replace@6.0.2': 1372 - resolution: {integrity: sha512-7QaYCf8bqF04dOy7w/eHmJeNExxTYwvKAmlSAH/EaWWUzbT0h5sbF6bktFoX/0F/0qwng5/dWFMyf3gzaM8DsQ==} 1373 - engines: {node: '>=14.0.0'} 1374 - peerDependencies: 1375 - rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 1376 - peerDependenciesMeta: 1377 - rollup: 1378 - optional: true 1379 - 1380 1378 '@rollup/plugin-terser@0.4.4': 1381 1379 resolution: {integrity: sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==} 1382 1380 engines: {node: '>=14.0.0'} ··· 1392 1390 peerDependencies: 1393 1391 rollup: ^1.20.0||^2.0.0 1394 1392 1395 - '@rollup/pluginutils@5.2.0': 1396 - resolution: {integrity: sha512-qWJ2ZTbmumwiLFomfzTyt5Kng4hwPi9rwCYN4SHb6eaRU1KNO4ccxINHr/VhH4GgPlt1XfSTLX2LBTme8ne4Zw==} 1393 + '@rollup/pluginutils@5.3.0': 1394 + resolution: {integrity: sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==} 1397 1395 engines: {node: '>=14.0.0'} 1398 1396 peerDependencies: 1399 1397 rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 ··· 1401 1399 rollup: 1402 1400 optional: true 1403 1401 1404 - '@rollup/rollup-android-arm-eabi@4.44.0': 1405 - resolution: {integrity: sha512-xEiEE5oDW6tK4jXCAyliuntGR+amEMO7HLtdSshVuhFnKTYoeYMyXQK7pLouAJJj5KHdwdn87bfHAR2nSdNAUA==} 1402 + '@rollup/rollup-android-arm-eabi@4.52.5': 1403 + resolution: {integrity: sha512-8c1vW4ocv3UOMp9K+gToY5zL2XiiVw3k7f1ksf4yO1FlDFQ1C2u72iACFnSOceJFsWskc2WZNqeRhFRPzv+wtQ==} 1406 1404 cpu: [arm] 1407 1405 os: [android] 1408 1406 1409 - '@rollup/rollup-android-arm64@4.44.0': 1410 - resolution: {integrity: sha512-uNSk/TgvMbskcHxXYHzqwiyBlJ/lGcv8DaUfcnNwict8ba9GTTNxfn3/FAoFZYgkaXXAdrAA+SLyKplyi349Jw==} 1407 + '@rollup/rollup-android-arm64@4.52.5': 1408 + resolution: {integrity: sha512-mQGfsIEFcu21mvqkEKKu2dYmtuSZOBMmAl5CFlPGLY94Vlcm+zWApK7F/eocsNzp8tKmbeBP8yXyAbx0XHsFNA==} 1411 1409 cpu: [arm64] 1412 1410 os: [android] 1413 1411 1414 - '@rollup/rollup-darwin-arm64@4.44.0': 1415 - resolution: {integrity: sha512-VGF3wy0Eq1gcEIkSCr8Ke03CWT+Pm2yveKLaDvq51pPpZza3JX/ClxXOCmTYYq3us5MvEuNRTaeyFThCKRQhOA==} 1412 + '@rollup/rollup-darwin-arm64@4.52.5': 1413 + resolution: {integrity: sha512-takF3CR71mCAGA+v794QUZ0b6ZSrgJkArC+gUiG6LB6TQty9T0Mqh3m2ImRBOxS2IeYBo4lKWIieSvnEk2OQWA==} 1416 1414 cpu: [arm64] 1417 1415 os: [darwin] 1418 1416 1419 - '@rollup/rollup-darwin-x64@4.44.0': 1420 - resolution: {integrity: sha512-fBkyrDhwquRvrTxSGH/qqt3/T0w5Rg0L7ZIDypvBPc1/gzjJle6acCpZ36blwuwcKD/u6oCE/sRWlUAcxLWQbQ==} 1417 + '@rollup/rollup-darwin-x64@4.52.5': 1418 + resolution: {integrity: sha512-W901Pla8Ya95WpxDn//VF9K9u2JbocwV/v75TE0YIHNTbhqUTv9w4VuQ9MaWlNOkkEfFwkdNhXgcLqPSmHy0fA==} 1421 1419 cpu: [x64] 1422 1420 os: [darwin] 1423 1421 1424 - '@rollup/rollup-freebsd-arm64@4.44.0': 1425 - resolution: {integrity: sha512-u5AZzdQJYJXByB8giQ+r4VyfZP+walV+xHWdaFx/1VxsOn6eWJhK2Vl2eElvDJFKQBo/hcYIBg/jaKS8ZmKeNQ==} 1422 + '@rollup/rollup-freebsd-arm64@4.52.5': 1423 + resolution: {integrity: sha512-QofO7i7JycsYOWxe0GFqhLmF6l1TqBswJMvICnRUjqCx8b47MTo46W8AoeQwiokAx3zVryVnxtBMcGcnX12LvA==} 1426 1424 cpu: [arm64] 1427 1425 os: [freebsd] 1428 1426 1429 - '@rollup/rollup-freebsd-x64@4.44.0': 1430 - resolution: {integrity: sha512-qC0kS48c/s3EtdArkimctY7h3nHicQeEUdjJzYVJYR3ct3kWSafmn6jkNCA8InbUdge6PVx6keqjk5lVGJf99g==} 1427 + '@rollup/rollup-freebsd-x64@4.52.5': 1428 + resolution: {integrity: sha512-jr21b/99ew8ujZubPo9skbrItHEIE50WdV86cdSoRkKtmWa+DDr6fu2c/xyRT0F/WazZpam6kk7IHBerSL7LDQ==} 1431 1429 cpu: [x64] 1432 1430 os: [freebsd] 1433 1431 1434 - '@rollup/rollup-linux-arm-gnueabihf@4.44.0': 1435 - resolution: {integrity: sha512-x+e/Z9H0RAWckn4V2OZZl6EmV0L2diuX3QB0uM1r6BvhUIv6xBPL5mrAX2E3e8N8rEHVPwFfz/ETUbV4oW9+lQ==} 1432 + '@rollup/rollup-linux-arm-gnueabihf@4.52.5': 1433 + resolution: {integrity: sha512-PsNAbcyv9CcecAUagQefwX8fQn9LQ4nZkpDboBOttmyffnInRy8R8dSg6hxxl2Re5QhHBf6FYIDhIj5v982ATQ==} 1436 1434 cpu: [arm] 1437 1435 os: [linux] 1438 1436 1439 - '@rollup/rollup-linux-arm-musleabihf@4.44.0': 1440 - resolution: {integrity: sha512-1exwiBFf4PU/8HvI8s80icyCcnAIB86MCBdst51fwFmH5dyeoWVPVgmQPcKrMtBQ0W5pAs7jBCWuRXgEpRzSCg==} 1437 + '@rollup/rollup-linux-arm-musleabihf@4.52.5': 1438 + resolution: {integrity: sha512-Fw4tysRutyQc/wwkmcyoqFtJhh0u31K+Q6jYjeicsGJJ7bbEq8LwPWV/w0cnzOqR2m694/Af6hpFayLJZkG2VQ==} 1441 1439 cpu: [arm] 1442 1440 os: [linux] 1443 1441 1444 - '@rollup/rollup-linux-arm64-gnu@4.44.0': 1445 - resolution: {integrity: sha512-ZTR2mxBHb4tK4wGf9b8SYg0Y6KQPjGpR4UWwTFdnmjB4qRtoATZ5dWn3KsDwGa5Z2ZBOE7K52L36J9LueKBdOQ==} 1442 + '@rollup/rollup-linux-arm64-gnu@4.52.5': 1443 + resolution: {integrity: sha512-a+3wVnAYdQClOTlyapKmyI6BLPAFYs0JM8HRpgYZQO02rMR09ZcV9LbQB+NL6sljzG38869YqThrRnfPMCDtZg==} 1446 1444 cpu: [arm64] 1447 1445 os: [linux] 1448 1446 1449 - '@rollup/rollup-linux-arm64-musl@4.44.0': 1450 - resolution: {integrity: sha512-GFWfAhVhWGd4r6UxmnKRTBwP1qmModHtd5gkraeW2G490BpFOZkFtem8yuX2NyafIP/mGpRJgTJ2PwohQkUY/Q==} 1447 + '@rollup/rollup-linux-arm64-musl@4.52.5': 1448 + resolution: {integrity: sha512-AvttBOMwO9Pcuuf7m9PkC1PUIKsfaAJ4AYhy944qeTJgQOqJYJ9oVl2nYgY7Rk0mkbsuOpCAYSs6wLYB2Xiw0Q==} 1451 1449 cpu: [arm64] 1452 1450 os: [linux] 1453 1451 1454 - '@rollup/rollup-linux-loongarch64-gnu@4.44.0': 1455 - resolution: {integrity: sha512-xw+FTGcov/ejdusVOqKgMGW3c4+AgqrfvzWEVXcNP6zq2ue+lsYUgJ+5Rtn/OTJf7e2CbgTFvzLW2j0YAtj0Gg==} 1452 + '@rollup/rollup-linux-loong64-gnu@4.52.5': 1453 + resolution: {integrity: sha512-DkDk8pmXQV2wVrF6oq5tONK6UHLz/XcEVow4JTTerdeV1uqPeHxwcg7aFsfnSm9L+OO8WJsWotKM2JJPMWrQtA==} 1456 1454 cpu: [loong64] 1457 1455 os: [linux] 1458 1456 1459 - '@rollup/rollup-linux-powerpc64le-gnu@4.44.0': 1460 - resolution: {integrity: sha512-bKGibTr9IdF0zr21kMvkZT4K6NV+jjRnBoVMt2uNMG0BYWm3qOVmYnXKzx7UhwrviKnmK46IKMByMgvpdQlyJQ==} 1457 + '@rollup/rollup-linux-ppc64-gnu@4.52.5': 1458 + resolution: {integrity: sha512-W/b9ZN/U9+hPQVvlGwjzi+Wy4xdoH2I8EjaCkMvzpI7wJUs8sWJ03Rq96jRnHkSrcHTpQe8h5Tg3ZzUPGauvAw==} 1461 1459 cpu: [ppc64] 1462 1460 os: [linux] 1463 1461 1464 - '@rollup/rollup-linux-riscv64-gnu@4.44.0': 1465 - resolution: {integrity: sha512-vV3cL48U5kDaKZtXrti12YRa7TyxgKAIDoYdqSIOMOFBXqFj2XbChHAtXquEn2+n78ciFgr4KIqEbydEGPxXgA==} 1462 + '@rollup/rollup-linux-riscv64-gnu@4.52.5': 1463 + resolution: {integrity: sha512-sjQLr9BW7R/ZiXnQiWPkErNfLMkkWIoCz7YMn27HldKsADEKa5WYdobaa1hmN6slu9oWQbB6/jFpJ+P2IkVrmw==} 1466 1464 cpu: [riscv64] 1467 1465 os: [linux] 1468 1466 1469 - '@rollup/rollup-linux-riscv64-musl@4.44.0': 1470 - resolution: {integrity: sha512-TDKO8KlHJuvTEdfw5YYFBjhFts2TR0VpZsnLLSYmB7AaohJhM8ctDSdDnUGq77hUh4m/djRafw+9zQpkOanE2Q==} 1467 + '@rollup/rollup-linux-riscv64-musl@4.52.5': 1468 + resolution: {integrity: sha512-hq3jU/kGyjXWTvAh2awn8oHroCbrPm8JqM7RUpKjalIRWWXE01CQOf/tUNWNHjmbMHg/hmNCwc/Pz3k1T/j/Lg==} 1471 1469 cpu: [riscv64] 1472 1470 os: [linux] 1473 1471 1474 - '@rollup/rollup-linux-s390x-gnu@4.44.0': 1475 - resolution: {integrity: sha512-8541GEyktXaw4lvnGp9m84KENcxInhAt6vPWJ9RodsB/iGjHoMB2Pp5MVBCiKIRxrxzJhGCxmNzdu+oDQ7kwRA==} 1472 + '@rollup/rollup-linux-s390x-gnu@4.52.5': 1473 + resolution: {integrity: sha512-gn8kHOrku8D4NGHMK1Y7NA7INQTRdVOntt1OCYypZPRt6skGbddska44K8iocdpxHTMMNui5oH4elPH4QOLrFQ==} 1476 1474 cpu: [s390x] 1477 1475 os: [linux] 1478 1476 1479 - '@rollup/rollup-linux-x64-gnu@4.44.0': 1480 - resolution: {integrity: sha512-iUVJc3c0o8l9Sa/qlDL2Z9UP92UZZW1+EmQ4xfjTc1akr0iUFZNfxrXJ/R1T90h/ILm9iXEY6+iPrmYB3pXKjw==} 1477 + '@rollup/rollup-linux-x64-gnu@4.52.5': 1478 + resolution: {integrity: sha512-hXGLYpdhiNElzN770+H2nlx+jRog8TyynpTVzdlc6bndktjKWyZyiCsuDAlpd+j+W+WNqfcyAWz9HxxIGfZm1Q==} 1481 1479 cpu: [x64] 1482 1480 os: [linux] 1483 1481 1484 - '@rollup/rollup-linux-x64-musl@4.44.0': 1485 - resolution: {integrity: sha512-PQUobbhLTQT5yz/SPg116VJBgz+XOtXt8D1ck+sfJJhuEsMj2jSej5yTdp8CvWBSceu+WW+ibVL6dm0ptG5fcA==} 1482 + '@rollup/rollup-linux-x64-musl@4.52.5': 1483 + resolution: {integrity: sha512-arCGIcuNKjBoKAXD+y7XomR9gY6Mw7HnFBv5Rw7wQRvwYLR7gBAgV7Mb2QTyjXfTveBNFAtPt46/36vV9STLNg==} 1486 1484 cpu: [x64] 1487 1485 os: [linux] 1488 1486 1489 - '@rollup/rollup-win32-arm64-msvc@4.44.0': 1490 - resolution: {integrity: sha512-M0CpcHf8TWn+4oTxJfh7LQuTuaYeXGbk0eageVjQCKzYLsajWS/lFC94qlRqOlyC2KvRT90ZrfXULYmukeIy7w==} 1487 + '@rollup/rollup-openharmony-arm64@4.52.5': 1488 + resolution: {integrity: sha512-QoFqB6+/9Rly/RiPjaomPLmR/13cgkIGfA40LHly9zcH1S0bN2HVFYk3a1eAyHQyjs3ZJYlXvIGtcCs5tko9Cw==} 1489 + cpu: [arm64] 1490 + os: [openharmony] 1491 + 1492 + '@rollup/rollup-win32-arm64-msvc@4.52.5': 1493 + resolution: {integrity: sha512-w0cDWVR6MlTstla1cIfOGyl8+qb93FlAVutcor14Gf5Md5ap5ySfQ7R9S/NjNaMLSFdUnKGEasmVnu3lCMqB7w==} 1491 1494 cpu: [arm64] 1492 1495 os: [win32] 1493 1496 1494 - '@rollup/rollup-win32-ia32-msvc@4.44.0': 1495 - resolution: {integrity: sha512-3XJ0NQtMAXTWFW8FqZKcw3gOQwBtVWP/u8TpHP3CRPXD7Pd6s8lLdH3sHWh8vqKCyyiI8xW5ltJScQmBU9j7WA==} 1497 + '@rollup/rollup-win32-ia32-msvc@4.52.5': 1498 + resolution: {integrity: sha512-Aufdpzp7DpOTULJCuvzqcItSGDH73pF3ko/f+ckJhxQyHtp67rHw3HMNxoIdDMUITJESNE6a8uh4Lo4SLouOUg==} 1496 1499 cpu: [ia32] 1497 1500 os: [win32] 1498 1501 1499 - '@rollup/rollup-win32-x64-msvc@4.44.0': 1500 - resolution: {integrity: sha512-Q2Mgwt+D8hd5FIPUuPDsvPR7Bguza6yTkJxspDGkZj7tBRn2y4KSWYuIXpftFSjBra76TbKerCV7rgFPQrn+wQ==} 1502 + '@rollup/rollup-win32-x64-gnu@4.52.5': 1503 + resolution: {integrity: sha512-UGBUGPFp1vkj6p8wCRraqNhqwX/4kNQPS57BCFc8wYh0g94iVIW33wJtQAx3G7vrjjNtRaxiMUylM0ktp/TRSQ==} 1501 1504 cpu: [x64] 1502 1505 os: [win32] 1503 1506 1504 - '@sindresorhus/is@7.0.2': 1505 - resolution: {integrity: sha512-d9xRovfKNz1SKieM0qJdO+PQonjnnIfSNWfHYnBSJ9hkjm0ZPw6HlxscDXYstp3z+7V2GOFHc+J0CYrYTjqCJw==} 1507 + '@rollup/rollup-win32-x64-msvc@4.52.5': 1508 + resolution: {integrity: sha512-TAcgQh2sSkykPRWLrdyy2AiceMckNf5loITqXxFI5VuQjS5tSuw3WlwdN8qv8vzjLAUTvYaH/mVjSFpbkFbpTg==} 1509 + cpu: [x64] 1510 + os: [win32] 1511 + 1512 + '@sindresorhus/is@7.1.0': 1513 + resolution: {integrity: sha512-7F/yz2IphV39hiS2zB4QYVkivrptHHh0K8qJJd9HhuWSdvf8AN7NpebW3CcDZDBQsUPMoDKWsY2WWgW7bqOcfA==} 1506 1514 engines: {node: '>=18'} 1507 1515 1508 - '@speed-highlight/core@1.2.7': 1509 - resolution: {integrity: sha512-0dxmVj4gxg3Jg879kvFS/msl4s9F3T9UXC1InxgOf7t5NvcPD97u/WTA5vL/IxWHMn7qSxBozqrnnE2wvl1m8g==} 1516 + '@speed-highlight/core@1.2.8': 1517 + resolution: {integrity: sha512-IGytNtnUnPIobIbOq5Y6LIlqiHNX+vnToQIS7lj6L5819C+rA8TXRDkkG8vePsiBOGcoW9R6i+dp2YBUKdB09Q==} 1518 + 1519 + '@standard-schema/spec@1.0.0': 1520 + resolution: {integrity: sha512-m2bOd0f2RT9k8QJx1JN85cZYyH1RqFBdlwtkSlf4tBDYLCiiZnv1fIIwacK6cqwXavOydf0NPToMQgpKq+dVlA==} 1510 1521 1511 1522 '@surma/rollup-plugin-off-main-thread@2.2.3': 1512 1523 resolution: {integrity: sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==} ··· 1539 1550 '@types/babel__template@7.4.4': 1540 1551 resolution: {integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==} 1541 1552 1542 - '@types/babel__traverse@7.20.7': 1543 - resolution: {integrity: sha512-dkO5fhS7+/oos4ciWxyEyjWe48zmG6wbCheo/G2ZnHx4fs3EU6YC6UM8rk56gAjNJ9P3MTH2jo5jb92/K6wbng==} 1553 + '@types/babel__traverse@7.28.0': 1554 + resolution: {integrity: sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==} 1544 1555 1545 1556 '@types/dom-close-watcher@1.0.0': 1546 1557 resolution: {integrity: sha512-7pL0By56sVVGMSJ3HdSY+u08Id0ljStCaf1VnGFxwfpuNdA0HMz0sl2J24eSi9M6ptl9ySkVK35jF75Fn8trUg==} 1547 1558 1548 - '@types/dom-webcodecs@0.1.15': 1549 - resolution: {integrity: sha512-omOlCPvTWyPm4ZE5bZUhlSvnHM2ZWM2U+1cPiYFL/e8aV5O9MouELp+L4dMKNTON0nTeHqEg+KWDfFQMY5Wkaw==} 1559 + '@types/dom-webcodecs@0.1.16': 1560 + resolution: {integrity: sha512-gRNWaC3YW5EzhPRjVYy7BnxCbtLGqsgu+uTkmV/IxOF1bllFD+FAJ1KBdsDFsuJB+F+CE+nWmMlWt8vaZ3yYXA==} 1550 1561 1551 1562 '@types/estree@0.0.39': 1552 1563 resolution: {integrity: sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==} ··· 1554 1565 '@types/estree@1.0.8': 1555 1566 resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==} 1556 1567 1557 - '@types/node@24.3.0': 1558 - resolution: {integrity: sha512-aPTXCrfwnDLj4VvXrm+UUCQjNEvJgNA8s5F1cvwQU+3KNltTOkBm1j30uNLyqqPNe7gE3KFzImYoZEfLhp4Yow==} 1568 + '@types/node@24.9.1': 1569 + resolution: {integrity: sha512-QoiaXANRkSXK6p0Duvt56W208du4P9Uye9hWLWgGMDTEoKPhuenzNcC4vGUmrNkiOKTlIrBoyNQYNpSwfEZXSg==} 1559 1570 1560 1571 '@types/resolve@1.20.2': 1561 1572 resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==} ··· 1587 1598 resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} 1588 1599 engines: {node: '>=8'} 1589 1600 1590 - ansi-regex@6.1.0: 1591 - resolution: {integrity: sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==} 1601 + ansi-regex@6.2.2: 1602 + resolution: {integrity: sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==} 1592 1603 engines: {node: '>=12'} 1593 1604 1594 1605 ansi-styles@4.3.0: 1595 1606 resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} 1596 1607 engines: {node: '>=8'} 1597 1608 1598 - ansi-styles@6.2.1: 1599 - resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==} 1609 + ansi-styles@6.2.3: 1610 + resolution: {integrity: sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==} 1600 1611 engines: {node: '>=12'} 1601 1612 1602 1613 any-promise@1.3.0: ··· 1623 1634 peerDependencies: 1624 1635 postcss: ^8.1.0 1625 1636 1626 - babel-plugin-jsx-dom-expressions@0.39.8: 1627 - resolution: {integrity: sha512-/MVOIIjonylDXnrWmG23ZX82m9mtKATsVHB7zYlPfDR9Vdd/NBE48if+wv27bSkBtyO7EPMUlcUc4J63QwuACQ==} 1637 + babel-plugin-jsx-dom-expressions@0.40.1: 1638 + resolution: {integrity: sha512-b4iHuirqK7RgaMzB2Lsl7MqrlDgQtVRSSazyrmx7wB3T759ggGjod5Rkok5MfHjQXhR7tRPmdwoeGPqBnW2KfA==} 1628 1639 peerDependencies: 1629 1640 '@babel/core': ^7.20.12 1630 1641 1631 - babel-plugin-polyfill-corejs2@0.4.13: 1632 - resolution: {integrity: sha512-3sX/eOms8kd3q2KZ6DAhKPc0dgm525Gqq5NtWKZ7QYYZEv57OQ54KtblzJzH1lQF/eQxO8KjWGIK9IPUJNus5g==} 1642 + babel-plugin-polyfill-corejs2@0.4.14: 1643 + resolution: {integrity: sha512-Co2Y9wX854ts6U8gAAPXfn0GmAyctHuK8n0Yhfjd6t30g7yvKjspvvOo9yG+z52PZRgFErt7Ka2pYnXCjLKEpg==} 1633 1644 peerDependencies: 1634 1645 '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 1635 1646 1636 - babel-plugin-polyfill-corejs3@0.11.1: 1637 - resolution: {integrity: sha512-yGCqvBT4rwMczo28xkH/noxJ6MZ4nJfkVYdoDaC/utLtWrXxv27HVrzAeSbqR8SxDsp46n0YF47EbHoixy6rXQ==} 1647 + babel-plugin-polyfill-corejs3@0.13.0: 1648 + resolution: {integrity: sha512-U+GNwMdSFgzVmfhNm8GJUX88AadB3uo9KpJqS3FaqNIPKgySuvMb+bHPsOmmuWyIcuqZj/pzt1RUIUZns4y2+A==} 1638 1649 peerDependencies: 1639 1650 '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 1640 1651 1641 - babel-plugin-polyfill-regenerator@0.6.4: 1642 - resolution: {integrity: sha512-7gD3pRadPrbjhjLyxebmx/WrFYcuSjZ0XbdUujQMZ/fcE9oeewk2U/7PCvez84UeuK3oSjmPZ0Ch0dlupQvGzw==} 1652 + babel-plugin-polyfill-regenerator@0.6.5: 1653 + resolution: {integrity: sha512-ISqQ2frbiNU9vIJkzg7dlPpznPZ4jOiUQ1uSmB0fEHeowtN3COYRsXr/xexn64NpU13P06jc/L5TgiJXOgrbEg==} 1643 1654 peerDependencies: 1644 1655 '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 1645 1656 ··· 1648 1659 peerDependencies: 1649 1660 '@babel/core': ^7.24.4 1650 1661 1651 - babel-preset-solid@1.9.6: 1652 - resolution: {integrity: sha512-HXTK9f93QxoH8dYn1M2mJdOlWgMsR88Lg/ul6QCZGkNTktjTE5HAf93YxQumHoCudLEtZrU1cFCMFOVho6GqFg==} 1662 + babel-preset-solid@1.9.9: 1663 + resolution: {integrity: sha512-pCnxWrciluXCeli/dj5PIEHgbNzim3evtTn12snjqqg8QZWJNMjH1AWIp4iG/tbVjqQ72aBEymMSagvmgxubXw==} 1653 1664 peerDependencies: 1654 1665 '@babel/core': ^7.0.0 1666 + solid-js: ^1.9.8 1667 + peerDependenciesMeta: 1668 + solid-js: 1669 + optional: true 1655 1670 1656 1671 balanced-match@1.0.2: 1657 1672 resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} 1673 + 1674 + baseline-browser-mapping@2.8.20: 1675 + resolution: {integrity: sha512-JMWsdF+O8Orq3EMukbUN1QfbLK9mX2CkUmQBcW2T0s8OmdAUL5LLM/6wFwSrqXzlXB13yhyK9gTKS1rIizOduQ==} 1676 + hasBin: true 1658 1677 1659 1678 binary-extensions@2.3.0: 1660 1679 resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==} ··· 1676 1695 resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} 1677 1696 engines: {node: '>=8'} 1678 1697 1679 - browserslist@4.25.0: 1680 - resolution: {integrity: sha512-PJ8gYKeS5e/whHBh8xrwYK+dAvEj7JXtz6uTucnMRB8OiGTsKccFekoRrjajPBHV8oOY+2tI4uxeceSimKwMFA==} 1698 + browserslist@4.27.0: 1699 + resolution: {integrity: sha512-AXVQwdhot1eqLihwasPElhX2tAZiBjWdJ9i/Zcj2S6QYIjkx62OKSfnobkriB81C3l4w0rVy3Nt4jaTBltYEpw==} 1681 1700 engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} 1682 1701 hasBin: true 1683 1702 ··· 1688 1707 resolution: {integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==} 1689 1708 engines: {node: '>= 6'} 1690 1709 1691 - caniuse-lite@1.0.30001724: 1692 - resolution: {integrity: sha512-WqJo7p0TbHDOythNTqYujmaJTvtYRZrjpP8TCvH6Vb9CYJerJNKamKzIWOM4BkQatWj9H2lYulpdAQNBe7QhNA==} 1693 - 1694 - chalk@4.1.2: 1695 - resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} 1696 - engines: {node: '>=10'} 1710 + caniuse-lite@1.0.30001751: 1711 + resolution: {integrity: sha512-A0QJhug0Ly64Ii3eIqHu5X51ebln3k4yTUkY1j8drqpWHVreg/VLijN48cZ1bYPiqOQuqpkIKnzr/Ul8V+p6Cw==} 1697 1712 1698 1713 chokidar@3.6.0: 1699 1714 resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==} ··· 1737 1752 resolution: {integrity: sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==} 1738 1753 engines: {node: '>=18'} 1739 1754 1740 - core-js-compat@3.43.0: 1741 - resolution: {integrity: sha512-2GML2ZsCc5LR7hZYz4AXmjQw8zuy2T//2QntwdnpuYI7jteT6GVYJL7F6C2C57R7gSYrcqVW3lAALefdbhBLDA==} 1755 + core-js-compat@3.46.0: 1756 + resolution: {integrity: sha512-p9hObIIEENxSV8xIu+V68JjSeARg6UVMG5mR+JEUguG3sI6MsiS1njz2jHmyJDvA+8jX/sytkBHup6kxhM9law==} 1742 1757 1743 1758 cross-spawn@7.0.6: 1744 1759 resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==} ··· 1756 1771 csstype@3.1.3: 1757 1772 resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} 1758 1773 1759 - debug@4.4.1: 1760 - resolution: {integrity: sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==} 1774 + debug@4.4.3: 1775 + resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==} 1761 1776 engines: {node: '>=6.0'} 1762 1777 peerDependencies: 1763 1778 supports-color: '*' ··· 1772 1787 defu@6.1.4: 1773 1788 resolution: {integrity: sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==} 1774 1789 1775 - detect-libc@2.0.4: 1776 - resolution: {integrity: sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==} 1790 + detect-libc@2.1.2: 1791 + resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==} 1777 1792 engines: {node: '>=8'} 1778 1793 1779 1794 didyoumean@1.2.2: ··· 1790 1805 engines: {node: '>=0.10.0'} 1791 1806 hasBin: true 1792 1807 1793 - electron-to-chromium@1.5.171: 1794 - resolution: {integrity: sha512-scWpzXEJEMrGJa4Y6m/tVotb0WuvNmasv3wWVzUAeCgKU0ToFOhUW6Z+xWnRQANMYGxN4ngJXIThgBJOqzVPCQ==} 1808 + electron-to-chromium@1.5.240: 1809 + resolution: {integrity: sha512-OBwbZjWgrCOH+g6uJsA2/7Twpas2OlepS9uvByJjR2datRDuKGYeD+nP8lBBks2qnB7bGJNHDUx7c/YLaT3QMQ==} 1795 1810 1796 1811 emoji-regex@8.0.0: 1797 1812 resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} ··· 1806 1821 error-stack-parser-es@1.0.5: 1807 1822 resolution: {integrity: sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA==} 1808 1823 1809 - esbuild@0.25.4: 1810 - resolution: {integrity: sha512-8pgjLUcUjcgDg+2Q4NYXnPbo/vncAY4UmyaCm0jZevERqCHZIaWwdJHkf8XQtu4AxSKCdvrUbT0XUr1IdZzI8Q==} 1824 + esbuild@0.25.11: 1825 + resolution: {integrity: sha512-KohQwyzrKTQmhXDW1PjCv3Tyspn9n5GcY2RTDqeORIdIJY8yKIF7sTSopFmn/wpMPW4rdPXI0UE5LJLuq3bx0Q==} 1811 1826 engines: {node: '>=18'} 1812 1827 hasBin: true 1813 1828 1814 - esbuild@0.25.5: 1815 - resolution: {integrity: sha512-P8OtKZRv/5J5hhz0cUAdu/cLuPIKXpQl1R9pZtvmHWQvrAUVd0UNIPT4IB4W3rNOqVO0rlqHmCIbSwxh/c9yUQ==} 1829 + esbuild@0.25.4: 1830 + resolution: {integrity: sha512-8pgjLUcUjcgDg+2Q4NYXnPbo/vncAY4UmyaCm0jZevERqCHZIaWwdJHkf8XQtu4AxSKCdvrUbT0XUr1IdZzI8Q==} 1816 1831 engines: {node: '>=18'} 1817 1832 hasBin: true 1818 1833 ··· 1850 1865 fast-json-stable-stringify@2.1.0: 1851 1866 resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} 1852 1867 1853 - fast-uri@3.0.6: 1854 - resolution: {integrity: sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw==} 1868 + fast-uri@3.1.0: 1869 + resolution: {integrity: sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==} 1855 1870 1856 1871 fastq@1.19.1: 1857 1872 resolution: {integrity: sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==} 1858 1873 1859 - fdir@6.4.6: 1860 - resolution: {integrity: sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==} 1874 + fdir@6.5.0: 1875 + resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==} 1876 + engines: {node: '>=12.0.0'} 1861 1877 peerDependencies: 1862 1878 picomatch: ^3 || ^4 1863 1879 peerDependenciesMeta: ··· 1920 1936 resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} 1921 1937 deprecated: Glob versions prior to v9 are no longer supported 1922 1938 1923 - globals@11.12.0: 1924 - resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} 1925 - engines: {node: '>=4'} 1926 - 1927 1939 graceful-fs@4.2.11: 1928 1940 resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} 1929 1941 1930 - has-flag@4.0.0: 1931 - resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} 1932 - engines: {node: '>=8'} 1933 - 1934 - hls.js@1.6.5: 1935 - resolution: {integrity: sha512-KMn5n7JBK+olC342740hDPHnGWfE8FiHtGMOdJPfUjRdARTWj9OB+8c13fnsf9sk1VtpuU2fKSgUjHvg4rNbzQ==} 1942 + hls.js@1.6.13: 1943 + resolution: {integrity: sha512-hNEzjZNHf5bFrUNvdS4/1RjIanuJ6szpWNfTaX5I6WfGynWXGT7K/YQLYtemSvFExzeMdgdE4SsyVLJbd5PcZA==} 1936 1944 1937 1945 html-entities@2.3.3: 1938 1946 resolution: {integrity: sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==} ··· 1950 1958 inherits@2.0.4: 1951 1959 resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} 1952 1960 1953 - is-arrayish@0.3.2: 1954 - resolution: {integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==} 1961 + is-arrayish@0.3.4: 1962 + resolution: {integrity: sha512-m6UrgzFVUYawGBh1dUsWR5M2Clqic9RVXC/9f8ceNlv2IcO9j9J/z8UoCLPqtsPBFNzEpfR3xftohbfqDx8EQA==} 1955 1963 1956 1964 is-binary-path@2.1.0: 1957 1965 resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} ··· 1998 2006 jackspeak@3.4.3: 1999 2007 resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==} 2000 2008 2001 - jake@10.9.2: 2002 - resolution: {integrity: sha512-2P4SQ0HrLQ+fw6llpLnOaGAvN2Zu6778SJMrCUwns4fOoG9ayrTiZk3VV8sCPkVZF8ab0zksVpS8FDY5pRCNBA==} 2009 + jake@10.9.4: 2010 + resolution: {integrity: sha512-wpHYzhxiVQL+IV05BLE2Xn34zW1S223hvjtqk0+gsPrwd/8JNLXJgZZM/iPFsYc1xyphF+6M6EvdE5E9MBGkDA==} 2003 2011 engines: {node: '>=10'} 2004 2012 hasBin: true 2005 2013 ··· 2013 2021 js-tokens@4.0.0: 2014 2022 resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} 2015 2023 2016 - jsesc@3.0.2: 2017 - resolution: {integrity: sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==} 2018 - engines: {node: '>=6'} 2019 - hasBin: true 2020 - 2021 2024 jsesc@3.1.0: 2022 2025 resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==} 2023 2026 engines: {node: '>=6'} ··· 2034 2037 engines: {node: '>=6'} 2035 2038 hasBin: true 2036 2039 2037 - jsonfile@6.1.0: 2038 - resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==} 2040 + jsonfile@6.2.0: 2041 + resolution: {integrity: sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==} 2039 2042 2040 2043 jsonpointer@5.0.1: 2041 2044 resolution: {integrity: sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==} ··· 2074 2077 magic-string@0.25.9: 2075 2078 resolution: {integrity: sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==} 2076 2079 2077 - magic-string@0.30.18: 2078 - resolution: {integrity: sha512-yi8swmWbO17qHhwIBNeeZxTceJMeBvWJaId6dyvTSOwTipqeHhMhOrz6513r1sOKnpvQ7zkhlG8tPrpilwTxHQ==} 2079 - 2080 2080 merge-anything@5.1.7: 2081 2081 resolution: {integrity: sha512-eRtbOb1N5iyH0tkQDAoQ4Ipsp/5qSR79Dzrz8hEPxRX10RWWR/iQXdoKmBSRCThY1Fh5EhISDtpSc93fpxUniQ==} 2082 2082 engines: {node: '>=12.13'} ··· 2094 2094 engines: {node: '>=10.0.0'} 2095 2095 hasBin: true 2096 2096 2097 - miniflare@4.20250816.1: 2098 - resolution: {integrity: sha512-2X8yMy5wWw0dF1pNU4kztzZgp0jWv2KMqAOOb2FeQ/b11yck4aczmYHi7UYD3uyOgtj8WFhwG/KdRWAaATTtRA==} 2097 + miniflare@4.20251011.1: 2098 + resolution: {integrity: sha512-Qbw1Z8HTYM1adWl6FAtzhrj34/6dPRDPwdYOx21dkae8a/EaxbMzRIPbb4HKVGMVvtqbK1FaRCgDLVLolNzGHg==} 2099 2099 engines: {node: '>=18.0.0'} 2100 2100 hasBin: true 2101 2101 ··· 2125 2125 engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} 2126 2126 hasBin: true 2127 2127 2128 - nanoid@5.1.5: 2129 - resolution: {integrity: sha512-Ir/+ZpE9fDsNH0hQ3C68uyThDXzYcim2EqcZ8zn8Chtt1iylPT9xXJB0kPCnqzgcEGikO9RxSrh63MsmVCU7Fw==} 2128 + nanoid@5.1.6: 2129 + resolution: {integrity: sha512-c7+7RQ+dMB5dPwwCp4ee1/iV/q2P6aK1mTZcfr1BTuVlyW9hJYiMPybJCcnBlQtuSmTIWNeazm/zqNoZSSElBg==} 2130 2130 engines: {node: ^18 || >=20} 2131 2131 hasBin: true 2132 2132 2133 - node-releases@2.0.19: 2134 - resolution: {integrity: sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==} 2133 + node-releases@2.0.26: 2134 + resolution: {integrity: sha512-S2M9YimhSjBSvYnlr5/+umAnPHE++ODwt5e2Ij6FoX45HA/s4vHdkDx1eax2pAPeAOqu4s9b7ppahsyEFdVqQA==} 2135 2135 2136 2136 normalize-path@3.0.0: 2137 2137 resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} ··· 2189 2189 resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} 2190 2190 engines: {node: '>=8.6'} 2191 2191 2192 - picomatch@4.0.2: 2193 - resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==} 2192 + picomatch@4.0.3: 2193 + resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==} 2194 2194 engines: {node: '>=12'} 2195 2195 2196 2196 pify@2.3.0: ··· 2207 2207 peerDependencies: 2208 2208 postcss: ^8.0.0 2209 2209 2210 - postcss-js@4.0.1: 2211 - resolution: {integrity: sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==} 2210 + postcss-js@4.1.0: 2211 + resolution: {integrity: sha512-oIAOTqgIo7q2EOwbhb8UalYePMvYoIeRY2YKntdpFQXNosSu3vLrniGgmH9OKs/qAkfoj5oB3le/7mINW1LCfw==} 2212 2212 engines: {node: ^12 || ^14 || >= 16} 2213 2213 peerDependencies: 2214 2214 postcss: ^8.4.21 2215 2215 2216 - postcss-load-config@4.0.2: 2217 - resolution: {integrity: sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==} 2218 - engines: {node: '>= 14'} 2216 + postcss-load-config@6.0.1: 2217 + resolution: {integrity: sha512-oPtTM4oerL+UXmx+93ytZVN82RrlY/wPUV8IeDxFrzIjXOLF1pN+EmKPLbubvKHT2HC20xXsCAH2Z+CKV6Oz/g==} 2218 + engines: {node: '>= 18'} 2219 2219 peerDependencies: 2220 + jiti: '>=1.21.0' 2220 2221 postcss: '>=8.0.9' 2221 - ts-node: '>=9.0.0' 2222 + tsx: ^4.8.1 2223 + yaml: ^2.4.2 2222 2224 peerDependenciesMeta: 2225 + jiti: 2226 + optional: true 2223 2227 postcss: 2224 2228 optional: true 2225 - ts-node: 2229 + tsx: 2230 + optional: true 2231 + yaml: 2226 2232 optional: true 2227 2233 2228 2234 postcss-nested@6.2.0: ··· 2242 2248 resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==} 2243 2249 engines: {node: ^10 || ^12 || >=14} 2244 2250 2245 - prettier-plugin-tailwindcss@0.6.13: 2246 - resolution: {integrity: sha512-uQ0asli1+ic8xrrSmIOaElDu0FacR4x69GynTh2oZjFY10JUt6EEumTQl5tB4fMeD6I1naKd+4rXQQ7esT2i1g==} 2247 - engines: {node: '>=14.21.3'} 2251 + prettier-plugin-tailwindcss@0.7.1: 2252 + resolution: {integrity: sha512-Bzv1LZcuiR1Sk02iJTS1QzlFNp/o5l2p3xkopwOrbPmtMeh3fK9rVW5M3neBQzHq+kGKj/4LGQMTNcTH4NGPtQ==} 2253 + engines: {node: '>=20.19'} 2248 2254 peerDependencies: 2249 2255 '@ianvs/prettier-plugin-sort-imports': '*' 2256 + '@prettier/plugin-hermes': '*' 2257 + '@prettier/plugin-oxc': '*' 2250 2258 '@prettier/plugin-pug': '*' 2251 2259 '@shopify/prettier-plugin-liquid': '*' 2252 2260 '@trivago/prettier-plugin-sort-imports': '*' ··· 2254 2262 prettier: ^3.0 2255 2263 prettier-plugin-astro: '*' 2256 2264 prettier-plugin-css-order: '*' 2257 - prettier-plugin-import-sort: '*' 2258 2265 prettier-plugin-jsdoc: '*' 2259 2266 prettier-plugin-marko: '*' 2260 2267 prettier-plugin-multiline-arrays: '*' 2261 2268 prettier-plugin-organize-attributes: '*' 2262 2269 prettier-plugin-organize-imports: '*' 2263 2270 prettier-plugin-sort-imports: '*' 2264 - prettier-plugin-style-order: '*' 2265 2271 prettier-plugin-svelte: '*' 2266 2272 peerDependenciesMeta: 2267 2273 '@ianvs/prettier-plugin-sort-imports': 2268 2274 optional: true 2275 + '@prettier/plugin-hermes': 2276 + optional: true 2277 + '@prettier/plugin-oxc': 2278 + optional: true 2269 2279 '@prettier/plugin-pug': 2270 2280 optional: true 2271 2281 '@shopify/prettier-plugin-liquid': ··· 2277 2287 prettier-plugin-astro: 2278 2288 optional: true 2279 2289 prettier-plugin-css-order: 2280 - optional: true 2281 - prettier-plugin-import-sort: 2282 2290 optional: true 2283 2291 prettier-plugin-jsdoc: 2284 2292 optional: true ··· 2292 2300 optional: true 2293 2301 prettier-plugin-sort-imports: 2294 2302 optional: true 2295 - prettier-plugin-style-order: 2296 - optional: true 2297 2303 prettier-plugin-svelte: 2298 2304 optional: true 2299 2305 2300 - prettier@3.6.0: 2301 - resolution: {integrity: sha512-ujSB9uXHJKzM/2GBuE0hBOUgC77CN3Bnpqa+g80bkv3T3A93wL/xlzDATHhnhkzifz/UE2SNOvmbTz5hSkDlHw==} 2306 + prettier@3.6.2: 2307 + resolution: {integrity: sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==} 2302 2308 engines: {node: '>=14'} 2303 2309 hasBin: true 2304 2310 ··· 2330 2336 resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} 2331 2337 engines: {node: '>=8.10.0'} 2332 2338 2333 - regenerate-unicode-properties@10.2.0: 2334 - resolution: {integrity: sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==} 2339 + regenerate-unicode-properties@10.2.2: 2340 + resolution: {integrity: sha512-m03P+zhBeQd1RGnYxrGyDAPpWX/epKirLrp8e3qevZdVkKtnCrjjWczIbYc8+xd6vcTStVlqfycTx1KR4LOr0g==} 2335 2341 engines: {node: '>=4'} 2336 2342 2337 2343 regenerate@1.4.2: 2338 2344 resolution: {integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==} 2339 2345 2340 - regexpu-core@6.2.0: 2341 - resolution: {integrity: sha512-H66BPQMrv+V16t8xtmq+UC0CBpiTBA60V8ibS1QVReIp8T1z8hwFxqcGzm9K6lgsN7sB5edVH8a+ze6Fqm4weA==} 2346 + regexpu-core@6.4.0: 2347 + resolution: {integrity: sha512-0ghuzq67LI9bLXpOX/ISfve/Mq33a4aFRzoQYhnnok1JOFpmE/A2TBGkNVenOGEeSBCjIiWcc6MVOG5HEQv0sA==} 2342 2348 engines: {node: '>=4'} 2343 2349 2344 2350 regjsgen@0.8.0: 2345 2351 resolution: {integrity: sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==} 2346 2352 2347 - regjsparser@0.12.0: 2348 - resolution: {integrity: sha512-cnE+y8bz4NhMjISKbgeVJtqNbtf5QpjZP+Bslo+UqkIt9QPnX9q095eiRRASJG1/tz6dlNr6Z5NsBiWYokp6EQ==} 2353 + regjsparser@0.13.0: 2354 + resolution: {integrity: sha512-NZQZdC5wOE/H3UT28fVGL+ikOZcEzfMGk/c3iN9UGxzWHMa1op7274oyiUVrAG4B2EuFhus8SvkaYnhvW92p9Q==} 2349 2355 hasBin: true 2350 2356 2351 2357 require-from-string@2.0.2: 2352 2358 resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==} 2353 2359 engines: {node: '>=0.10.0'} 2354 2360 2355 - resolve@1.22.10: 2356 - resolution: {integrity: sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==} 2361 + resolve@1.22.11: 2362 + resolution: {integrity: sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==} 2357 2363 engines: {node: '>= 0.4'} 2358 2364 hasBin: true 2359 2365 ··· 2366 2372 engines: {node: '>=10.0.0'} 2367 2373 hasBin: true 2368 2374 2369 - rollup@4.44.0: 2370 - resolution: {integrity: sha512-qHcdEzLCiktQIfwBq420pn2dP+30uzqYxv9ETm91wdt2R9AFcWfjNAmje4NWlnCIQ5RMTzVf0ZyisOKqHR6RwA==} 2375 + rollup@4.52.5: 2376 + resolution: {integrity: sha512-3GuObel8h7Kqdjt0gxkEzaifHTqLVW56Y/bjN7PSQtkKr0w3V/QYSdt6QWYtd7A1xUtYQigtdUfgj1RvWVtorw==} 2371 2377 engines: {node: '>=18.0.0', npm: '>=8.0.0'} 2372 2378 hasBin: true 2373 2379 ··· 2378 2384 resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} 2379 2385 hasBin: true 2380 2386 2381 - semver@7.7.2: 2382 - resolution: {integrity: sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==} 2387 + semver@7.7.3: 2388 + resolution: {integrity: sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==} 2383 2389 engines: {node: '>=10'} 2384 2390 hasBin: true 2385 2391 2386 2392 serialize-javascript@6.0.2: 2387 2393 resolution: {integrity: sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==} 2388 2394 2389 - seroval-plugins@1.3.2: 2390 - resolution: {integrity: sha512-0QvCV2lM3aj/U3YozDiVwx9zpH0q8A60CTWIv4Jszj/givcudPb48B+rkU5D51NJ0pTpweGMttHjboPa9/zoIQ==} 2395 + seroval-plugins@1.3.3: 2396 + resolution: {integrity: sha512-16OL3NnUBw8JG1jBLUoZJsLnQq0n5Ua6aHalhJK4fMQkz1lqR7Osz1sA30trBtd9VUDc2NgkuRCn8+/pBwqZ+w==} 2391 2397 engines: {node: '>=10'} 2392 2398 peerDependencies: 2393 2399 seroval: ^1.0 ··· 2412 2418 resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} 2413 2419 engines: {node: '>=14'} 2414 2420 2415 - simple-swizzle@0.2.2: 2416 - resolution: {integrity: sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==} 2421 + simple-swizzle@0.2.4: 2422 + resolution: {integrity: sha512-nAu1WFPQSMNr2Zn9PGSZK9AGn4t/y97lEm+MXTtUDwfP0ksAIX4nO+6ruD9Jwut4C49SB1Ws+fbXsm/yScWOHw==} 2417 2423 2418 2424 smob@1.5.0: 2419 2425 resolution: {integrity: sha512-g6T+p7QO8npa+/hNx9ohv1E5pVCmWrVCUzUXJyLdMmftX6ER0oiWY/w9knEonLpnOp6b6FenKnMfR8gqwWdwig==} ··· 2425 2431 '@floating-ui/dom': ^1.0 2426 2432 solid-js: ^1.3 2427 2433 2428 - solid-js@1.9.7: 2429 - resolution: {integrity: sha512-/saTKi8iWEM233n5OSi1YHCCuh66ZIQ7aK2hsToPe4tqGm7qAejU1SwNuTPivbWAYq7SjuHVVYxxuZQNRbICiw==} 2434 + solid-js@1.9.9: 2435 + resolution: {integrity: sha512-A0ZBPJQldAeGCTW0YRYJmt7RCeh5rbFfPZ2aOttgYnctHE7HgKeHCBB/PVc2P7eOfmNXqMFFFoYYdm3S4dcbkA==} 2430 2436 2431 2437 solid-refresh@0.6.3: 2432 2438 resolution: {integrity: sha512-F3aPsX6hVw9ttm5LYlth8Q15x6MlI/J3Dn+o3EQyRTtTxidepSTwAYdozt01/YA+7ObcciagGEyXIopGZzQtbA==} ··· 2447 2453 source-map@0.8.0-beta.0: 2448 2454 resolution: {integrity: sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==} 2449 2455 engines: {node: '>= 8'} 2456 + deprecated: The work that was done in this beta branch won't be included in future versions 2450 2457 2451 2458 sourcemap-codec@1.4.8: 2452 2459 resolution: {integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==} ··· 2472 2479 resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} 2473 2480 engines: {node: '>=8'} 2474 2481 2475 - strip-ansi@7.1.0: 2476 - resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==} 2482 + strip-ansi@7.1.2: 2483 + resolution: {integrity: sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==} 2477 2484 engines: {node: '>=12'} 2478 2485 2479 2486 strip-comments@2.0.1: ··· 2485 2492 engines: {node: '>=16 || 14 >=14.17'} 2486 2493 hasBin: true 2487 2494 2488 - supports-color@10.2.0: 2489 - resolution: {integrity: sha512-5eG9FQjEjDbAlI5+kdpdyPIBMRH4GfTVDGREVupaZHmVoppknhM29b/S9BkQz7cathp85BVgRi/As3Siln7e0Q==} 2495 + supports-color@10.2.2: 2496 + resolution: {integrity: sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==} 2490 2497 engines: {node: '>=18'} 2491 2498 2492 - supports-color@7.2.0: 2493 - resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} 2494 - engines: {node: '>=8'} 2495 - 2496 2499 supports-preserve-symlinks-flag@1.0.0: 2497 2500 resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} 2498 2501 engines: {node: '>= 0.4'} 2499 2502 2500 - tailwindcss@3.4.17: 2501 - resolution: {integrity: sha512-w33E2aCvSDP0tW9RZuNXadXlkHXqFzSkQew/aIa2i/Sj8fThxwovwlXHSPXTbAHwEIhBFXAedUhP2tueAKP8Og==} 2503 + tailwindcss@3.4.18: 2504 + resolution: {integrity: sha512-6A2rnmW5xZMdw11LYjhcI5846rt9pbLSabY5XPxo+XWdxwZaFEn47Go4NzFiHu9sNNmr/kXivP1vStfvMaK1GQ==} 2502 2505 engines: {node: '>=14.0.0'} 2503 2506 hasBin: true 2504 2507 ··· 2510 2513 resolution: {integrity: sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw==} 2511 2514 engines: {node: '>=10'} 2512 2515 2513 - terser@5.43.1: 2514 - resolution: {integrity: sha512-+6erLbBm0+LROX2sPXlUYx/ux5PyE9K/a92Wrt6oA+WDAoFTdpHE5tCYCI5PNzq2y8df4rA+QgHLJuR4jNymsg==} 2516 + terser@5.44.0: 2517 + resolution: {integrity: sha512-nIVck8DK+GM/0Frwd+nIhZ84pR/BX7rmXMfYwyg+Sri5oGVE99/E3KvXqpC2xHFxyqXyGHTKBSioxxplrO4I4w==} 2515 2518 engines: {node: '>=10'} 2516 2519 hasBin: true 2517 2520 ··· 2522 2525 thenify@3.3.1: 2523 2526 resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==} 2524 2527 2525 - tinyglobby@0.2.14: 2526 - resolution: {integrity: sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==} 2528 + tinyglobby@0.2.15: 2529 + resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==} 2527 2530 engines: {node: '>=12.0.0'} 2528 2531 2529 2532 to-regex-range@5.0.1: ··· 2543 2546 resolution: {integrity: sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==} 2544 2547 engines: {node: '>=10'} 2545 2548 2546 - typescript@5.8.3: 2547 - resolution: {integrity: sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==} 2549 + typescript@5.9.3: 2550 + resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==} 2548 2551 engines: {node: '>=14.17'} 2549 2552 hasBin: true 2550 2553 2551 2554 ufo@1.6.1: 2552 2555 resolution: {integrity: sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==} 2553 2556 2554 - undici-types@7.10.0: 2555 - resolution: {integrity: sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==} 2557 + undici-types@7.16.0: 2558 + resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==} 2556 2559 2557 - undici@7.15.0: 2558 - resolution: {integrity: sha512-7oZJCPvvMvTd0OlqWsIxTuItTpJBpU1tcbVl24FMn3xt3+VSunwUasmfPJRE57oNO1KsZ4PgA1xTdAX4hq8NyQ==} 2560 + undici@7.14.0: 2561 + resolution: {integrity: sha512-Vqs8HTzjpQXZeXdpsfChQTlafcMQaaIwnGwLam1wudSSjlJeQ3bw1j+TLPePgrCnCpUXx7Ba5Pdpf5OBih62NQ==} 2559 2562 engines: {node: '>=20.18.1'} 2560 2563 2561 - unenv@2.0.0-rc.19: 2562 - resolution: {integrity: sha512-t/OMHBNAkknVCI7bVB9OWjUUAwhVv9vsPIAGnNUxnu3FxPQN11rjh0sksLMzc3g7IlTgvHmOTl4JM7JHpcv5wA==} 2564 + unenv@2.0.0-rc.21: 2565 + resolution: {integrity: sha512-Wj7/AMtE9MRnAXa6Su3Lk0LNCfqDYgfwVjwRFVum9U7wsto1imuHqk4kTm7Jni+5A0Hn7dttL6O/zjvUvoo+8A==} 2563 2566 2564 2567 unicode-canonical-property-names-ecmascript@2.0.1: 2565 2568 resolution: {integrity: sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==} ··· 2569 2572 resolution: {integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==} 2570 2573 engines: {node: '>=4'} 2571 2574 2572 - unicode-match-property-value-ecmascript@2.2.0: 2573 - resolution: {integrity: sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg==} 2575 + unicode-match-property-value-ecmascript@2.2.1: 2576 + resolution: {integrity: sha512-JQ84qTuMg4nVkx8ga4A16a1epI9H6uTXAknqxkGF/aFfRLw1xC/Bp24HNLaZhHSkWd3+84t8iXnp1J0kYcZHhg==} 2574 2577 engines: {node: '>=4'} 2575 2578 2576 - unicode-property-aliases-ecmascript@2.1.0: 2577 - resolution: {integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==} 2579 + unicode-property-aliases-ecmascript@2.2.0: 2580 + resolution: {integrity: sha512-hpbDzxUY9BFwX+UeBnxv3Sh1q7HFxj48DTmXchNgRa46lO8uj3/1iEn3MiNUYTg1g9ctIqXCCERn8gYZhHC5lQ==} 2578 2581 engines: {node: '>=4'} 2579 2582 2580 2583 unique-string@2.0.0: ··· 2589 2592 resolution: {integrity: sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==} 2590 2593 engines: {node: '>=4'} 2591 2594 2592 - update-browserslist-db@1.1.3: 2593 - resolution: {integrity: sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==} 2595 + update-browserslist-db@1.1.4: 2596 + resolution: {integrity: sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==} 2594 2597 hasBin: true 2595 2598 peerDependencies: 2596 2599 browserslist: '>= 4.21.0' ··· 2611 2614 '@vite-pwa/assets-generator': 2612 2615 optional: true 2613 2616 2614 - vite-plugin-solid@2.11.6: 2615 - resolution: {integrity: sha512-Sl5CTqJTGyEeOsmdH6BOgalIZlwH3t4/y0RQuFLMGnvWMBvxb4+lq7x3BSiAw6etf0QexfNJW7HSOO/Qf7pigg==} 2617 + vite-plugin-solid@2.11.10: 2618 + resolution: {integrity: sha512-Yr1dQybmtDtDAHkii6hXuc1oVH9CPcS/Zb2jN/P36qqcrkNnVPsMTzQ06jyzFPFjj3U1IYKMVt/9ZqcwGCEbjw==} 2616 2619 peerDependencies: 2617 2620 '@testing-library/jest-dom': ^5.16.6 || ^5.17.0 || ^6.* 2618 2621 solid-js: ^1.7.2 2619 - vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 2622 + vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 2620 2623 peerDependenciesMeta: 2621 2624 '@testing-library/jest-dom': 2622 2625 optional: true 2623 2626 2624 - vite@6.3.5: 2625 - resolution: {integrity: sha512-cZn6NDFE7wdTpINgs++ZJ4N49W2vRp8LCKrn3Ob1kYNtOo21vfDoaV5GzBfLU4MovSAB8uNRm4jgzVQZ+mBzPQ==} 2626 - engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} 2627 + vite@7.1.12: 2628 + resolution: {integrity: sha512-ZWyE8YXEXqJrrSLvYgrRP7p62OziLW7xI5HYGWFzOvupfAlrLvURSzv/FyGyy0eidogEM3ujU+kUG1zuHgb6Ug==} 2629 + engines: {node: ^20.19.0 || >=22.12.0} 2627 2630 hasBin: true 2628 2631 peerDependencies: 2629 - '@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0 2632 + '@types/node': ^20.19.0 || >=22.12.0 2630 2633 jiti: '>=1.21.0' 2631 - less: '*' 2634 + less: ^4.0.0 2632 2635 lightningcss: ^1.21.0 2633 - sass: '*' 2634 - sass-embedded: '*' 2635 - stylus: '*' 2636 - sugarss: '*' 2636 + sass: ^1.70.0 2637 + sass-embedded: ^1.70.0 2638 + stylus: '>=0.54.8' 2639 + sugarss: ^5.0.0 2637 2640 terser: ^5.16.0 2638 2641 tsx: ^4.8.1 2639 2642 yaml: ^2.4.2 ··· 2661 2664 yaml: 2662 2665 optional: true 2663 2666 2664 - vitefu@1.0.7: 2665 - resolution: {integrity: sha512-eRWXLBbJjW3X5z5P5IHcSm2yYbYRPb2kQuc+oqsbAl99WB5kVsPbiiox+cymo8twTzifA6itvhr2CmjnaZZp0Q==} 2667 + vitefu@1.1.1: 2668 + resolution: {integrity: sha512-B/Fegf3i8zh0yFbpzZ21amWzHmuNlLlmJT6n7bu5e+pCHUKQIfXSYokrqOBGEMMe9UG2sostKQF9mml/vYaWJQ==} 2666 2669 peerDependencies: 2667 2670 vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0-beta.0 2668 2671 peerDependenciesMeta: ··· 2672 2675 webidl-conversions@4.0.2: 2673 2676 resolution: {integrity: sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==} 2674 2677 2675 - webm-muxer@5.1.3: 2676 - resolution: {integrity: sha512-zHLsTCXJ1m+sSVt2xefsmGuGz/mHcGtKzjL7Tekx2HaodpjT4xYyZnm+DrECv5D7EPt8p+XV74MUy41Ley1mdg==} 2678 + webm-muxer@5.1.4: 2679 + resolution: {integrity: sha512-ditzgFVFbfqPaugkIr4mGhAdob5K9HY6Rzlh7TRsA368yA1sp/m5O7nQCcMLdgFDeNGtFPg8B+MeXLtpzKWX6Q==} 2680 + deprecated: This library is superseded by Mediabunny. Please migrate to it. 2677 2681 2678 2682 whatwg-url@7.1.0: 2679 2683 resolution: {integrity: sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==} ··· 2732 2736 workbox-window@7.3.0: 2733 2737 resolution: {integrity: sha512-qW8PDy16OV1UBaUNGlTVcepzrlzyzNW/ZJvFQQs2j2TzGsg6IKjcpZC1RSquqQnTOafl5pCj5bGfAHlCjOOjdA==} 2734 2738 2735 - workerd@1.20250816.0: 2736 - resolution: {integrity: sha512-5gIvHPE/3QVlQR1Sc1NdBkWmqWj/TSgIbY/f/qs9lhiLBw/Da+HbNBTVYGjvwYqEb3NQ+XQM4gAm5b2+JJaUJg==} 2739 + workerd@1.20251011.0: 2740 + resolution: {integrity: sha512-Dq35TLPEJAw7BuYQMkN3p9rge34zWMU2Gnd4DSJFeVqld4+DAO2aPG7+We2dNIAyM97S8Y9BmHulbQ00E0HC7Q==} 2737 2741 engines: {node: '>=16'} 2738 2742 hasBin: true 2739 2743 2740 - wrangler@4.32.0: 2741 - resolution: {integrity: sha512-q7TRSavBW3Eg3pp4rxqKJwSK+u/ieFOBdNvUsq1P1EMmyj3//tN/iXDokFak+dkW0vDYjsVG3PfOfHxU92OS6w==} 2744 + wrangler@4.45.0: 2745 + resolution: {integrity: sha512-2qM6bHw8l7r89Z9Y5A7Wn4L9U+dFoLjYgEUVpqy7CcmXpppL3QIYqU6rU5lre7/SRzBuPu/H93Vwfh538gZ3iw==} 2742 2746 engines: {node: '>=18.0.0'} 2743 2747 hasBin: true 2744 2748 peerDependencies: 2745 - '@cloudflare/workers-types': ^4.20250816.0 2749 + '@cloudflare/workers-types': ^4.20251011.0 2746 2750 peerDependenciesMeta: 2747 2751 '@cloudflare/workers-types': 2748 2752 optional: true ··· 2773 2777 yallist@3.1.1: 2774 2778 resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==} 2775 2779 2776 - yaml@2.8.0: 2777 - resolution: {integrity: sha512-4lLa/EcQCB0cJkyts+FpIRx5G/llPxfP6VQU5KByHEhLxY3IJCH0f0Hy1MHI8sClTvsIb8qwRJ6R/ZdlDJ/leQ==} 2778 - engines: {node: '>= 14.6'} 2779 - hasBin: true 2780 - 2781 2780 youch-core@0.3.3: 2782 2781 resolution: {integrity: sha512-ho7XuGjLaJ2hWHoK8yFnsUGy2Y5uDpqSTq1FkHLK4/oqKtyUU1AFbOOxY4IpC9f0fTLjwYbslUz0Po5BpD1wrA==} 2783 2782 ··· 2791 2790 2792 2791 '@alloc/quick-lru@5.2.0': {} 2793 2792 2794 - '@ampproject/remapping@2.3.0': 2795 - dependencies: 2796 - '@jridgewell/gen-mapping': 0.3.8 2797 - '@jridgewell/trace-mapping': 0.3.25 2798 - 2799 2793 '@apideck/better-ajv-errors@0.3.6(ajv@8.17.1)': 2800 2794 dependencies: 2801 2795 ajv: 8.17.1 ··· 2803 2797 jsonpointer: 5.0.1 2804 2798 leven: 3.1.0 2805 2799 2806 - '@atcute/atproto@3.1.2': 2800 + '@atcute/atproto@3.1.8': 2807 2801 dependencies: 2808 - '@atcute/lexicons': 1.1.1 2802 + '@atcute/lexicons': 1.2.2 2809 2803 2810 - '@atcute/bluemoji@3.1.0': 2804 + '@atcute/bluemoji@3.1.3': 2811 2805 dependencies: 2812 - '@atcute/atproto': 3.1.2 2813 - '@atcute/bluesky': 3.2.1 2814 - '@atcute/lexicons': 1.1.1 2806 + '@atcute/atproto': 3.1.8 2807 + '@atcute/bluesky': 3.2.8 2808 + '@atcute/lexicons': 1.2.2 2815 2809 2816 2810 '@atcute/bluesky-richtext-parser@1.0.7': {} 2817 2811 2818 - '@atcute/bluesky-richtext-segmenter@2.0.3': 2812 + '@atcute/bluesky-richtext-segmenter@2.0.4': 2819 2813 dependencies: 2820 - '@atcute/bluesky': 3.2.1 2821 - '@atcute/lexicons': 1.1.1 2814 + '@atcute/bluesky': 3.2.8 2815 + '@atcute/lexicons': 1.2.2 2822 2816 2823 - '@atcute/bluesky-search-parser@0.1.0': {} 2817 + '@atcute/bluesky-search-parser@0.1.1': {} 2824 2818 2825 - '@atcute/bluesky@3.2.1': 2819 + '@atcute/bluesky@3.2.8': 2826 2820 dependencies: 2827 - '@atcute/atproto': 3.1.2 2828 - '@atcute/lexicons': 1.1.1 2821 + '@atcute/atproto': 3.1.8 2822 + '@atcute/lexicons': 1.2.2 2829 2823 2830 - '@atcute/cbor@2.2.5': 2824 + '@atcute/cbor@2.2.7': 2831 2825 dependencies: 2832 - '@atcute/cid': 2.2.3 2833 - '@atcute/multibase': 1.1.4 2834 - '@atcute/uint8array': 1.0.3 2826 + '@atcute/cid': 2.2.6 2827 + '@atcute/multibase': 1.1.6 2828 + '@atcute/uint8array': 1.0.5 2835 2829 2836 - '@atcute/cid@2.2.3': 2830 + '@atcute/cid@2.2.6': 2837 2831 dependencies: 2838 - '@atcute/multibase': 1.1.4 2839 - '@atcute/uint8array': 1.0.3 2832 + '@atcute/multibase': 1.1.6 2833 + '@atcute/uint8array': 1.0.5 2840 2834 2841 - '@atcute/client@4.0.3': 2835 + '@atcute/client@4.0.5': 2842 2836 dependencies: 2843 - '@atcute/identity': 1.1.0 2844 - '@atcute/lexicons': 1.1.1 2837 + '@atcute/identity': 1.1.1 2838 + '@atcute/lexicons': 1.2.2 2845 2839 2846 - '@atcute/crypto@2.2.3': 2840 + '@atcute/crypto@2.2.5': 2847 2841 dependencies: 2848 - '@atcute/multibase': 1.1.4 2849 - '@atcute/uint8array': 1.0.3 2842 + '@atcute/multibase': 1.1.6 2843 + '@atcute/uint8array': 1.0.5 2850 2844 '@noble/secp256k1': 2.3.0 2851 2845 2852 - '@atcute/identity-resolver@1.1.3(@atcute/identity@1.1.0)': 2846 + '@atcute/identity-resolver@1.1.4(@atcute/identity@1.1.1)': 2853 2847 dependencies: 2854 - '@atcute/identity': 1.1.0 2855 - '@atcute/lexicons': 1.1.1 2856 - '@atcute/util-fetch': 1.0.1 2857 - '@badrap/valita': 0.4.5 2848 + '@atcute/identity': 1.1.1 2849 + '@atcute/lexicons': 1.2.2 2850 + '@atcute/util-fetch': 1.0.3 2851 + '@badrap/valita': 0.4.6 2858 2852 2859 - '@atcute/identity@1.1.0': 2853 + '@atcute/identity@1.1.1': 2860 2854 dependencies: 2861 - '@atcute/lexicons': 1.1.1 2862 - '@badrap/valita': 0.4.5 2855 + '@atcute/lexicons': 1.2.2 2856 + '@badrap/valita': 0.4.6 2863 2857 2864 - '@atcute/lexicons@1.1.1': 2858 + '@atcute/lexicons@1.2.2': 2865 2859 dependencies: 2860 + '@standard-schema/spec': 1.0.0 2866 2861 esm-env: 1.2.2 2867 2862 2868 - '@atcute/multibase@1.1.4': 2863 + '@atcute/multibase@1.1.6': 2869 2864 dependencies: 2870 - '@atcute/uint8array': 1.0.3 2865 + '@atcute/uint8array': 1.0.5 2871 2866 2872 - '@atcute/oauth-browser-client@2.0.0-next.0': 2867 + '@atcute/oauth-browser-client@2.0.0': 2873 2868 dependencies: 2874 - '@atcute/client': 4.0.3 2875 - '@atcute/identity': 1.1.0 2876 - '@atcute/identity-resolver': 1.1.3(@atcute/identity@1.1.0) 2877 - '@atcute/lexicons': 1.1.1 2878 - '@atcute/multibase': 1.1.4 2879 - '@atcute/uint8array': 1.0.3 2880 - nanoid: 5.1.5 2869 + '@atcute/client': 4.0.5 2870 + '@atcute/identity': 1.1.1 2871 + '@atcute/identity-resolver': 1.1.4(@atcute/identity@1.1.1) 2872 + '@atcute/lexicons': 1.2.2 2873 + '@atcute/multibase': 1.1.6 2874 + '@atcute/uint8array': 1.0.5 2875 + nanoid: 5.1.6 2881 2876 2882 - '@atcute/tid@1.0.2': {} 2877 + '@atcute/tid@1.0.3': {} 2883 2878 2884 - '@atcute/uint8array@1.0.3': {} 2879 + '@atcute/uint8array@1.0.5': {} 2885 2880 2886 - '@atcute/util-fetch@1.0.1': 2881 + '@atcute/util-fetch@1.0.3': 2887 2882 dependencies: 2888 - '@badrap/valita': 0.4.5 2883 + '@badrap/valita': 0.4.6 2889 2884 2890 - '@atcute/xrpc-server@0.1.1': 2885 + '@atcute/xrpc-server@0.1.3': 2891 2886 dependencies: 2892 - '@atcute/crypto': 2.2.3 2893 - '@atcute/identity': 1.1.0 2894 - '@atcute/identity-resolver': 1.1.3(@atcute/identity@1.1.0) 2895 - '@atcute/lexicons': 1.1.1 2896 - '@atcute/multibase': 1.1.4 2897 - '@atcute/uint8array': 1.0.3 2898 - '@badrap/valita': 0.4.5 2899 - nanoid: 5.1.5 2887 + '@atcute/cbor': 2.2.7 2888 + '@atcute/crypto': 2.2.5 2889 + '@atcute/identity': 1.1.1 2890 + '@atcute/identity-resolver': 1.1.4(@atcute/identity@1.1.1) 2891 + '@atcute/lexicons': 1.2.2 2892 + '@atcute/multibase': 1.1.6 2893 + '@atcute/uint8array': 1.0.5 2894 + '@badrap/valita': 0.4.6 2895 + nanoid: 5.1.6 2900 2896 2901 2897 '@atlaskit/pragmatic-drag-and-drop-hitbox@1.0.3': 2902 2898 dependencies: 2903 2899 '@atlaskit/pragmatic-drag-and-drop': 1.6.0 2904 - '@babel/runtime': 7.27.6 2900 + '@babel/runtime': 7.28.4 2905 2901 2906 2902 '@atlaskit/pragmatic-drag-and-drop@1.6.0': 2907 2903 dependencies: 2908 - '@babel/runtime': 7.27.6 2904 + '@babel/runtime': 7.28.4 2909 2905 bind-event-listener: 3.0.0 2910 2906 raf-schd: 4.0.3 2911 2907 2912 2908 '@babel/code-frame@7.27.1': 2913 2909 dependencies: 2914 - '@babel/helper-validator-identifier': 7.27.1 2910 + '@babel/helper-validator-identifier': 7.28.5 2915 2911 js-tokens: 4.0.0 2916 2912 picocolors: 1.1.1 2917 2913 2918 - '@babel/compat-data@7.27.5': {} 2914 + '@babel/compat-data@7.28.5': {} 2919 2915 2920 - '@babel/core@7.27.4': 2916 + '@babel/core@7.28.5': 2921 2917 dependencies: 2922 - '@ampproject/remapping': 2.3.0 2923 2918 '@babel/code-frame': 7.27.1 2924 - '@babel/generator': 7.27.5 2919 + '@babel/generator': 7.28.5 2925 2920 '@babel/helper-compilation-targets': 7.27.2 2926 - '@babel/helper-module-transforms': 7.27.3(@babel/core@7.27.4) 2927 - '@babel/helpers': 7.27.6 2928 - '@babel/parser': 7.27.5 2921 + '@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.5) 2922 + '@babel/helpers': 7.28.4 2923 + '@babel/parser': 7.28.5 2929 2924 '@babel/template': 7.27.2 2930 - '@babel/traverse': 7.27.4 2931 - '@babel/types': 7.27.6 2925 + '@babel/traverse': 7.28.5 2926 + '@babel/types': 7.28.5 2927 + '@jridgewell/remapping': 2.3.5 2932 2928 convert-source-map: 2.0.0 2933 - debug: 4.4.1 2929 + debug: 4.4.3 2934 2930 gensync: 1.0.0-beta.2 2935 2931 json5: 2.2.3 2936 2932 semver: 6.3.1 2937 2933 transitivePeerDependencies: 2938 2934 - supports-color 2939 2935 2940 - '@babel/generator@7.27.5': 2936 + '@babel/generator@7.28.5': 2941 2937 dependencies: 2942 - '@babel/parser': 7.27.5 2943 - '@babel/types': 7.27.6 2944 - '@jridgewell/gen-mapping': 0.3.8 2945 - '@jridgewell/trace-mapping': 0.3.25 2938 + '@babel/parser': 7.28.5 2939 + '@babel/types': 7.28.5 2940 + '@jridgewell/gen-mapping': 0.3.13 2941 + '@jridgewell/trace-mapping': 0.3.31 2946 2942 jsesc: 3.1.0 2947 2943 2948 2944 '@babel/helper-annotate-as-pure@7.27.3': 2949 2945 dependencies: 2950 - '@babel/types': 7.27.6 2946 + '@babel/types': 7.28.5 2951 2947 2952 2948 '@babel/helper-compilation-targets@7.27.2': 2953 2949 dependencies: 2954 - '@babel/compat-data': 7.27.5 2950 + '@babel/compat-data': 7.28.5 2955 2951 '@babel/helper-validator-option': 7.27.1 2956 - browserslist: 4.25.0 2952 + browserslist: 4.27.0 2957 2953 lru-cache: 5.1.1 2958 2954 semver: 6.3.1 2959 2955 2960 - '@babel/helper-create-class-features-plugin@7.27.1(@babel/core@7.27.4)': 2956 + '@babel/helper-create-class-features-plugin@7.28.5(@babel/core@7.28.5)': 2961 2957 dependencies: 2962 - '@babel/core': 7.27.4 2958 + '@babel/core': 7.28.5 2963 2959 '@babel/helper-annotate-as-pure': 7.27.3 2964 - '@babel/helper-member-expression-to-functions': 7.27.1 2960 + '@babel/helper-member-expression-to-functions': 7.28.5 2965 2961 '@babel/helper-optimise-call-expression': 7.27.1 2966 - '@babel/helper-replace-supers': 7.27.1(@babel/core@7.27.4) 2962 + '@babel/helper-replace-supers': 7.27.1(@babel/core@7.28.5) 2967 2963 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 2968 - '@babel/traverse': 7.27.4 2964 + '@babel/traverse': 7.28.5 2969 2965 semver: 6.3.1 2970 2966 transitivePeerDependencies: 2971 2967 - supports-color 2972 2968 2973 - '@babel/helper-create-regexp-features-plugin@7.27.1(@babel/core@7.27.4)': 2969 + '@babel/helper-create-regexp-features-plugin@7.28.5(@babel/core@7.28.5)': 2974 2970 dependencies: 2975 - '@babel/core': 7.27.4 2971 + '@babel/core': 7.28.5 2976 2972 '@babel/helper-annotate-as-pure': 7.27.3 2977 - regexpu-core: 6.2.0 2973 + regexpu-core: 6.4.0 2978 2974 semver: 6.3.1 2979 2975 2980 - '@babel/helper-define-polyfill-provider@0.6.4(@babel/core@7.27.4)': 2976 + '@babel/helper-define-polyfill-provider@0.6.5(@babel/core@7.28.5)': 2981 2977 dependencies: 2982 - '@babel/core': 7.27.4 2978 + '@babel/core': 7.28.5 2983 2979 '@babel/helper-compilation-targets': 7.27.2 2984 2980 '@babel/helper-plugin-utils': 7.27.1 2985 - debug: 4.4.1 2981 + debug: 4.4.3 2986 2982 lodash.debounce: 4.0.8 2987 - resolve: 1.22.10 2983 + resolve: 1.22.11 2988 2984 transitivePeerDependencies: 2989 2985 - supports-color 2990 2986 2991 - '@babel/helper-member-expression-to-functions@7.27.1': 2987 + '@babel/helper-globals@7.28.0': {} 2988 + 2989 + '@babel/helper-member-expression-to-functions@7.28.5': 2992 2990 dependencies: 2993 - '@babel/traverse': 7.27.4 2994 - '@babel/types': 7.27.6 2991 + '@babel/traverse': 7.28.5 2992 + '@babel/types': 7.28.5 2995 2993 transitivePeerDependencies: 2996 2994 - supports-color 2997 2995 2998 2996 '@babel/helper-module-imports@7.18.6': 2999 2997 dependencies: 3000 - '@babel/types': 7.27.6 2998 + '@babel/types': 7.28.5 3001 2999 3002 3000 '@babel/helper-module-imports@7.27.1': 3003 3001 dependencies: 3004 - '@babel/traverse': 7.27.4 3005 - '@babel/types': 7.27.6 3002 + '@babel/traverse': 7.28.5 3003 + '@babel/types': 7.28.5 3006 3004 transitivePeerDependencies: 3007 3005 - supports-color 3008 3006 3009 - '@babel/helper-module-transforms@7.27.3(@babel/core@7.27.4)': 3007 + '@babel/helper-module-transforms@7.28.3(@babel/core@7.28.5)': 3010 3008 dependencies: 3011 - '@babel/core': 7.27.4 3009 + '@babel/core': 7.28.5 3012 3010 '@babel/helper-module-imports': 7.27.1 3013 - '@babel/helper-validator-identifier': 7.27.1 3014 - '@babel/traverse': 7.27.4 3011 + '@babel/helper-validator-identifier': 7.28.5 3012 + '@babel/traverse': 7.28.5 3015 3013 transitivePeerDependencies: 3016 3014 - supports-color 3017 3015 3018 3016 '@babel/helper-optimise-call-expression@7.27.1': 3019 3017 dependencies: 3020 - '@babel/types': 7.27.6 3018 + '@babel/types': 7.28.5 3021 3019 3022 3020 '@babel/helper-plugin-utils@7.27.1': {} 3023 3021 3024 - '@babel/helper-remap-async-to-generator@7.27.1(@babel/core@7.27.4)': 3022 + '@babel/helper-remap-async-to-generator@7.27.1(@babel/core@7.28.5)': 3025 3023 dependencies: 3026 - '@babel/core': 7.27.4 3024 + '@babel/core': 7.28.5 3027 3025 '@babel/helper-annotate-as-pure': 7.27.3 3028 - '@babel/helper-wrap-function': 7.27.1 3029 - '@babel/traverse': 7.27.4 3026 + '@babel/helper-wrap-function': 7.28.3 3027 + '@babel/traverse': 7.28.5 3030 3028 transitivePeerDependencies: 3031 3029 - supports-color 3032 3030 3033 - '@babel/helper-replace-supers@7.27.1(@babel/core@7.27.4)': 3031 + '@babel/helper-replace-supers@7.27.1(@babel/core@7.28.5)': 3034 3032 dependencies: 3035 - '@babel/core': 7.27.4 3036 - '@babel/helper-member-expression-to-functions': 7.27.1 3033 + '@babel/core': 7.28.5 3034 + '@babel/helper-member-expression-to-functions': 7.28.5 3037 3035 '@babel/helper-optimise-call-expression': 7.27.1 3038 - '@babel/traverse': 7.27.4 3036 + '@babel/traverse': 7.28.5 3039 3037 transitivePeerDependencies: 3040 3038 - supports-color 3041 3039 3042 3040 '@babel/helper-skip-transparent-expression-wrappers@7.27.1': 3043 3041 dependencies: 3044 - '@babel/traverse': 7.27.4 3045 - '@babel/types': 7.27.6 3042 + '@babel/traverse': 7.28.5 3043 + '@babel/types': 7.28.5 3046 3044 transitivePeerDependencies: 3047 3045 - supports-color 3048 3046 3049 3047 '@babel/helper-string-parser@7.27.1': {} 3050 3048 3051 - '@babel/helper-validator-identifier@7.27.1': {} 3049 + '@babel/helper-validator-identifier@7.28.5': {} 3052 3050 3053 3051 '@babel/helper-validator-option@7.27.1': {} 3054 3052 3055 - '@babel/helper-wrap-function@7.27.1': 3053 + '@babel/helper-wrap-function@7.28.3': 3056 3054 dependencies: 3057 3055 '@babel/template': 7.27.2 3058 - '@babel/traverse': 7.27.4 3059 - '@babel/types': 7.27.6 3056 + '@babel/traverse': 7.28.5 3057 + '@babel/types': 7.28.5 3060 3058 transitivePeerDependencies: 3061 3059 - supports-color 3062 3060 3063 - '@babel/helpers@7.27.6': 3061 + '@babel/helpers@7.28.4': 3064 3062 dependencies: 3065 3063 '@babel/template': 7.27.2 3066 - '@babel/types': 7.27.6 3064 + '@babel/types': 7.28.5 3067 3065 3068 - '@babel/parser@7.27.5': 3066 + '@babel/parser@7.28.5': 3069 3067 dependencies: 3070 - '@babel/types': 7.27.6 3068 + '@babel/types': 7.28.5 3071 3069 3072 - '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.27.1(@babel/core@7.27.4)': 3070 + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.28.5(@babel/core@7.28.5)': 3073 3071 dependencies: 3074 - '@babel/core': 7.27.4 3072 + '@babel/core': 7.28.5 3075 3073 '@babel/helper-plugin-utils': 7.27.1 3076 - '@babel/traverse': 7.27.4 3074 + '@babel/traverse': 7.28.5 3077 3075 transitivePeerDependencies: 3078 3076 - supports-color 3079 3077 3080 - '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.27.1(@babel/core@7.27.4)': 3078 + '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.27.1(@babel/core@7.28.5)': 3081 3079 dependencies: 3082 - '@babel/core': 7.27.4 3080 + '@babel/core': 7.28.5 3083 3081 '@babel/helper-plugin-utils': 7.27.1 3084 3082 3085 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.27.1(@babel/core@7.27.4)': 3083 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.27.1(@babel/core@7.28.5)': 3086 3084 dependencies: 3087 - '@babel/core': 7.27.4 3085 + '@babel/core': 7.28.5 3088 3086 '@babel/helper-plugin-utils': 7.27.1 3089 3087 3090 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.27.1(@babel/core@7.27.4)': 3088 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.27.1(@babel/core@7.28.5)': 3091 3089 dependencies: 3092 - '@babel/core': 7.27.4 3090 + '@babel/core': 7.28.5 3093 3091 '@babel/helper-plugin-utils': 7.27.1 3094 3092 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 3095 - '@babel/plugin-transform-optional-chaining': 7.27.1(@babel/core@7.27.4) 3093 + '@babel/plugin-transform-optional-chaining': 7.28.5(@babel/core@7.28.5) 3096 3094 transitivePeerDependencies: 3097 3095 - supports-color 3098 3096 3099 - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.27.1(@babel/core@7.27.4)': 3097 + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.28.3(@babel/core@7.28.5)': 3100 3098 dependencies: 3101 - '@babel/core': 7.27.4 3099 + '@babel/core': 7.28.5 3102 3100 '@babel/helper-plugin-utils': 7.27.1 3103 - '@babel/traverse': 7.27.4 3101 + '@babel/traverse': 7.28.5 3104 3102 transitivePeerDependencies: 3105 3103 - supports-color 3106 3104 3107 - '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.27.4)': 3105 + '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.28.5)': 3108 3106 dependencies: 3109 - '@babel/core': 7.27.4 3107 + '@babel/core': 7.28.5 3110 3108 3111 - '@babel/plugin-syntax-import-assertions@7.27.1(@babel/core@7.27.4)': 3109 + '@babel/plugin-syntax-import-assertions@7.27.1(@babel/core@7.28.5)': 3112 3110 dependencies: 3113 - '@babel/core': 7.27.4 3111 + '@babel/core': 7.28.5 3114 3112 '@babel/helper-plugin-utils': 7.27.1 3115 3113 3116 - '@babel/plugin-syntax-import-attributes@7.27.1(@babel/core@7.27.4)': 3114 + '@babel/plugin-syntax-import-attributes@7.27.1(@babel/core@7.28.5)': 3117 3115 dependencies: 3118 - '@babel/core': 7.27.4 3116 + '@babel/core': 7.28.5 3119 3117 '@babel/helper-plugin-utils': 7.27.1 3120 3118 3121 - '@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.27.4)': 3119 + '@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.28.5)': 3122 3120 dependencies: 3123 - '@babel/core': 7.27.4 3121 + '@babel/core': 7.28.5 3124 3122 '@babel/helper-plugin-utils': 7.27.1 3125 3123 3126 - '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.27.4)': 3124 + '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.28.5)': 3127 3125 dependencies: 3128 - '@babel/core': 7.27.4 3129 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.4) 3126 + '@babel/core': 7.28.5 3127 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.5) 3130 3128 '@babel/helper-plugin-utils': 7.27.1 3131 3129 3132 - '@babel/plugin-transform-arrow-functions@7.27.1(@babel/core@7.27.4)': 3130 + '@babel/plugin-transform-arrow-functions@7.27.1(@babel/core@7.28.5)': 3133 3131 dependencies: 3134 - '@babel/core': 7.27.4 3132 + '@babel/core': 7.28.5 3135 3133 '@babel/helper-plugin-utils': 7.27.1 3136 3134 3137 - '@babel/plugin-transform-async-generator-functions@7.27.1(@babel/core@7.27.4)': 3135 + '@babel/plugin-transform-async-generator-functions@7.28.0(@babel/core@7.28.5)': 3138 3136 dependencies: 3139 - '@babel/core': 7.27.4 3137 + '@babel/core': 7.28.5 3140 3138 '@babel/helper-plugin-utils': 7.27.1 3141 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.27.4) 3142 - '@babel/traverse': 7.27.4 3139 + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.5) 3140 + '@babel/traverse': 7.28.5 3143 3141 transitivePeerDependencies: 3144 3142 - supports-color 3145 3143 3146 - '@babel/plugin-transform-async-to-generator@7.27.1(@babel/core@7.27.4)': 3144 + '@babel/plugin-transform-async-to-generator@7.27.1(@babel/core@7.28.5)': 3147 3145 dependencies: 3148 - '@babel/core': 7.27.4 3146 + '@babel/core': 7.28.5 3149 3147 '@babel/helper-module-imports': 7.27.1 3150 3148 '@babel/helper-plugin-utils': 7.27.1 3151 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.27.4) 3149 + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.5) 3152 3150 transitivePeerDependencies: 3153 3151 - supports-color 3154 3152 3155 - '@babel/plugin-transform-block-scoped-functions@7.27.1(@babel/core@7.27.4)': 3153 + '@babel/plugin-transform-block-scoped-functions@7.27.1(@babel/core@7.28.5)': 3156 3154 dependencies: 3157 - '@babel/core': 7.27.4 3155 + '@babel/core': 7.28.5 3158 3156 '@babel/helper-plugin-utils': 7.27.1 3159 3157 3160 - '@babel/plugin-transform-block-scoping@7.27.5(@babel/core@7.27.4)': 3158 + '@babel/plugin-transform-block-scoping@7.28.5(@babel/core@7.28.5)': 3161 3159 dependencies: 3162 - '@babel/core': 7.27.4 3160 + '@babel/core': 7.28.5 3163 3161 '@babel/helper-plugin-utils': 7.27.1 3164 3162 3165 - '@babel/plugin-transform-class-properties@7.27.1(@babel/core@7.27.4)': 3163 + '@babel/plugin-transform-class-properties@7.27.1(@babel/core@7.28.5)': 3166 3164 dependencies: 3167 - '@babel/core': 7.27.4 3168 - '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.27.4) 3165 + '@babel/core': 7.28.5 3166 + '@babel/helper-create-class-features-plugin': 7.28.5(@babel/core@7.28.5) 3169 3167 '@babel/helper-plugin-utils': 7.27.1 3170 3168 transitivePeerDependencies: 3171 3169 - supports-color 3172 3170 3173 - '@babel/plugin-transform-class-static-block@7.27.1(@babel/core@7.27.4)': 3171 + '@babel/plugin-transform-class-static-block@7.28.3(@babel/core@7.28.5)': 3174 3172 dependencies: 3175 - '@babel/core': 7.27.4 3176 - '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.27.4) 3173 + '@babel/core': 7.28.5 3174 + '@babel/helper-create-class-features-plugin': 7.28.5(@babel/core@7.28.5) 3177 3175 '@babel/helper-plugin-utils': 7.27.1 3178 3176 transitivePeerDependencies: 3179 3177 - supports-color 3180 3178 3181 - '@babel/plugin-transform-classes@7.27.1(@babel/core@7.27.4)': 3179 + '@babel/plugin-transform-classes@7.28.4(@babel/core@7.28.5)': 3182 3180 dependencies: 3183 - '@babel/core': 7.27.4 3181 + '@babel/core': 7.28.5 3184 3182 '@babel/helper-annotate-as-pure': 7.27.3 3185 3183 '@babel/helper-compilation-targets': 7.27.2 3184 + '@babel/helper-globals': 7.28.0 3186 3185 '@babel/helper-plugin-utils': 7.27.1 3187 - '@babel/helper-replace-supers': 7.27.1(@babel/core@7.27.4) 3188 - '@babel/traverse': 7.27.4 3189 - globals: 11.12.0 3186 + '@babel/helper-replace-supers': 7.27.1(@babel/core@7.28.5) 3187 + '@babel/traverse': 7.28.5 3190 3188 transitivePeerDependencies: 3191 3189 - supports-color 3192 3190 3193 - '@babel/plugin-transform-computed-properties@7.27.1(@babel/core@7.27.4)': 3191 + '@babel/plugin-transform-computed-properties@7.27.1(@babel/core@7.28.5)': 3194 3192 dependencies: 3195 - '@babel/core': 7.27.4 3193 + '@babel/core': 7.28.5 3196 3194 '@babel/helper-plugin-utils': 7.27.1 3197 3195 '@babel/template': 7.27.2 3198 3196 3199 - '@babel/plugin-transform-destructuring@7.27.3(@babel/core@7.27.4)': 3197 + '@babel/plugin-transform-destructuring@7.28.5(@babel/core@7.28.5)': 3200 3198 dependencies: 3201 - '@babel/core': 7.27.4 3199 + '@babel/core': 7.28.5 3202 3200 '@babel/helper-plugin-utils': 7.27.1 3201 + '@babel/traverse': 7.28.5 3202 + transitivePeerDependencies: 3203 + - supports-color 3203 3204 3204 - '@babel/plugin-transform-dotall-regex@7.27.1(@babel/core@7.27.4)': 3205 + '@babel/plugin-transform-dotall-regex@7.27.1(@babel/core@7.28.5)': 3205 3206 dependencies: 3206 - '@babel/core': 7.27.4 3207 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.4) 3207 + '@babel/core': 7.28.5 3208 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.5) 3208 3209 '@babel/helper-plugin-utils': 7.27.1 3209 3210 3210 - '@babel/plugin-transform-duplicate-keys@7.27.1(@babel/core@7.27.4)': 3211 + '@babel/plugin-transform-duplicate-keys@7.27.1(@babel/core@7.28.5)': 3212 + dependencies: 3213 + '@babel/core': 7.28.5 3214 + '@babel/helper-plugin-utils': 7.27.1 3215 + 3216 + '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.27.1(@babel/core@7.28.5)': 3211 3217 dependencies: 3212 - '@babel/core': 7.27.4 3218 + '@babel/core': 7.28.5 3219 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.5) 3213 3220 '@babel/helper-plugin-utils': 7.27.1 3214 3221 3215 - '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.27.1(@babel/core@7.27.4)': 3222 + '@babel/plugin-transform-dynamic-import@7.27.1(@babel/core@7.28.5)': 3216 3223 dependencies: 3217 - '@babel/core': 7.27.4 3218 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.4) 3224 + '@babel/core': 7.28.5 3219 3225 '@babel/helper-plugin-utils': 7.27.1 3220 3226 3221 - '@babel/plugin-transform-dynamic-import@7.27.1(@babel/core@7.27.4)': 3227 + '@babel/plugin-transform-explicit-resource-management@7.28.0(@babel/core@7.28.5)': 3222 3228 dependencies: 3223 - '@babel/core': 7.27.4 3229 + '@babel/core': 7.28.5 3224 3230 '@babel/helper-plugin-utils': 7.27.1 3231 + '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.28.5) 3232 + transitivePeerDependencies: 3233 + - supports-color 3225 3234 3226 - '@babel/plugin-transform-exponentiation-operator@7.27.1(@babel/core@7.27.4)': 3235 + '@babel/plugin-transform-exponentiation-operator@7.28.5(@babel/core@7.28.5)': 3227 3236 dependencies: 3228 - '@babel/core': 7.27.4 3237 + '@babel/core': 7.28.5 3229 3238 '@babel/helper-plugin-utils': 7.27.1 3230 3239 3231 - '@babel/plugin-transform-export-namespace-from@7.27.1(@babel/core@7.27.4)': 3240 + '@babel/plugin-transform-export-namespace-from@7.27.1(@babel/core@7.28.5)': 3232 3241 dependencies: 3233 - '@babel/core': 7.27.4 3242 + '@babel/core': 7.28.5 3234 3243 '@babel/helper-plugin-utils': 7.27.1 3235 3244 3236 - '@babel/plugin-transform-for-of@7.27.1(@babel/core@7.27.4)': 3245 + '@babel/plugin-transform-for-of@7.27.1(@babel/core@7.28.5)': 3237 3246 dependencies: 3238 - '@babel/core': 7.27.4 3247 + '@babel/core': 7.28.5 3239 3248 '@babel/helper-plugin-utils': 7.27.1 3240 3249 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 3241 3250 transitivePeerDependencies: 3242 3251 - supports-color 3243 3252 3244 - '@babel/plugin-transform-function-name@7.27.1(@babel/core@7.27.4)': 3253 + '@babel/plugin-transform-function-name@7.27.1(@babel/core@7.28.5)': 3245 3254 dependencies: 3246 - '@babel/core': 7.27.4 3255 + '@babel/core': 7.28.5 3247 3256 '@babel/helper-compilation-targets': 7.27.2 3248 3257 '@babel/helper-plugin-utils': 7.27.1 3249 - '@babel/traverse': 7.27.4 3258 + '@babel/traverse': 7.28.5 3250 3259 transitivePeerDependencies: 3251 3260 - supports-color 3252 3261 3253 - '@babel/plugin-transform-json-strings@7.27.1(@babel/core@7.27.4)': 3262 + '@babel/plugin-transform-json-strings@7.27.1(@babel/core@7.28.5)': 3254 3263 dependencies: 3255 - '@babel/core': 7.27.4 3264 + '@babel/core': 7.28.5 3256 3265 '@babel/helper-plugin-utils': 7.27.1 3257 3266 3258 - '@babel/plugin-transform-literals@7.27.1(@babel/core@7.27.4)': 3267 + '@babel/plugin-transform-literals@7.27.1(@babel/core@7.28.5)': 3259 3268 dependencies: 3260 - '@babel/core': 7.27.4 3269 + '@babel/core': 7.28.5 3261 3270 '@babel/helper-plugin-utils': 7.27.1 3262 3271 3263 - '@babel/plugin-transform-logical-assignment-operators@7.27.1(@babel/core@7.27.4)': 3272 + '@babel/plugin-transform-logical-assignment-operators@7.28.5(@babel/core@7.28.5)': 3264 3273 dependencies: 3265 - '@babel/core': 7.27.4 3274 + '@babel/core': 7.28.5 3266 3275 '@babel/helper-plugin-utils': 7.27.1 3267 3276 3268 - '@babel/plugin-transform-member-expression-literals@7.27.1(@babel/core@7.27.4)': 3277 + '@babel/plugin-transform-member-expression-literals@7.27.1(@babel/core@7.28.5)': 3269 3278 dependencies: 3270 - '@babel/core': 7.27.4 3279 + '@babel/core': 7.28.5 3271 3280 '@babel/helper-plugin-utils': 7.27.1 3272 3281 3273 - '@babel/plugin-transform-modules-amd@7.27.1(@babel/core@7.27.4)': 3282 + '@babel/plugin-transform-modules-amd@7.27.1(@babel/core@7.28.5)': 3274 3283 dependencies: 3275 - '@babel/core': 7.27.4 3276 - '@babel/helper-module-transforms': 7.27.3(@babel/core@7.27.4) 3284 + '@babel/core': 7.28.5 3285 + '@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.5) 3277 3286 '@babel/helper-plugin-utils': 7.27.1 3278 3287 transitivePeerDependencies: 3279 3288 - supports-color 3280 3289 3281 - '@babel/plugin-transform-modules-commonjs@7.27.1(@babel/core@7.27.4)': 3290 + '@babel/plugin-transform-modules-commonjs@7.27.1(@babel/core@7.28.5)': 3282 3291 dependencies: 3283 - '@babel/core': 7.27.4 3284 - '@babel/helper-module-transforms': 7.27.3(@babel/core@7.27.4) 3292 + '@babel/core': 7.28.5 3293 + '@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.5) 3285 3294 '@babel/helper-plugin-utils': 7.27.1 3286 3295 transitivePeerDependencies: 3287 3296 - supports-color 3288 3297 3289 - '@babel/plugin-transform-modules-systemjs@7.27.1(@babel/core@7.27.4)': 3298 + '@babel/plugin-transform-modules-systemjs@7.28.5(@babel/core@7.28.5)': 3290 3299 dependencies: 3291 - '@babel/core': 7.27.4 3292 - '@babel/helper-module-transforms': 7.27.3(@babel/core@7.27.4) 3300 + '@babel/core': 7.28.5 3301 + '@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.5) 3293 3302 '@babel/helper-plugin-utils': 7.27.1 3294 - '@babel/helper-validator-identifier': 7.27.1 3295 - '@babel/traverse': 7.27.4 3303 + '@babel/helper-validator-identifier': 7.28.5 3304 + '@babel/traverse': 7.28.5 3296 3305 transitivePeerDependencies: 3297 3306 - supports-color 3298 3307 3299 - '@babel/plugin-transform-modules-umd@7.27.1(@babel/core@7.27.4)': 3308 + '@babel/plugin-transform-modules-umd@7.27.1(@babel/core@7.28.5)': 3300 3309 dependencies: 3301 - '@babel/core': 7.27.4 3302 - '@babel/helper-module-transforms': 7.27.3(@babel/core@7.27.4) 3310 + '@babel/core': 7.28.5 3311 + '@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.5) 3303 3312 '@babel/helper-plugin-utils': 7.27.1 3304 3313 transitivePeerDependencies: 3305 3314 - supports-color 3306 3315 3307 - '@babel/plugin-transform-named-capturing-groups-regex@7.27.1(@babel/core@7.27.4)': 3316 + '@babel/plugin-transform-named-capturing-groups-regex@7.27.1(@babel/core@7.28.5)': 3308 3317 dependencies: 3309 - '@babel/core': 7.27.4 3310 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.4) 3318 + '@babel/core': 7.28.5 3319 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.5) 3311 3320 '@babel/helper-plugin-utils': 7.27.1 3312 3321 3313 - '@babel/plugin-transform-new-target@7.27.1(@babel/core@7.27.4)': 3322 + '@babel/plugin-transform-new-target@7.27.1(@babel/core@7.28.5)': 3314 3323 dependencies: 3315 - '@babel/core': 7.27.4 3324 + '@babel/core': 7.28.5 3316 3325 '@babel/helper-plugin-utils': 7.27.1 3317 3326 3318 - '@babel/plugin-transform-nullish-coalescing-operator@7.27.1(@babel/core@7.27.4)': 3327 + '@babel/plugin-transform-nullish-coalescing-operator@7.27.1(@babel/core@7.28.5)': 3319 3328 dependencies: 3320 - '@babel/core': 7.27.4 3329 + '@babel/core': 7.28.5 3321 3330 '@babel/helper-plugin-utils': 7.27.1 3322 3331 3323 - '@babel/plugin-transform-numeric-separator@7.27.1(@babel/core@7.27.4)': 3332 + '@babel/plugin-transform-numeric-separator@7.27.1(@babel/core@7.28.5)': 3324 3333 dependencies: 3325 - '@babel/core': 7.27.4 3334 + '@babel/core': 7.28.5 3326 3335 '@babel/helper-plugin-utils': 7.27.1 3327 3336 3328 - '@babel/plugin-transform-object-rest-spread@7.27.3(@babel/core@7.27.4)': 3337 + '@babel/plugin-transform-object-rest-spread@7.28.4(@babel/core@7.28.5)': 3329 3338 dependencies: 3330 - '@babel/core': 7.27.4 3339 + '@babel/core': 7.28.5 3331 3340 '@babel/helper-compilation-targets': 7.27.2 3332 3341 '@babel/helper-plugin-utils': 7.27.1 3333 - '@babel/plugin-transform-destructuring': 7.27.3(@babel/core@7.27.4) 3334 - '@babel/plugin-transform-parameters': 7.27.1(@babel/core@7.27.4) 3342 + '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.28.5) 3343 + '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.28.5) 3344 + '@babel/traverse': 7.28.5 3345 + transitivePeerDependencies: 3346 + - supports-color 3335 3347 3336 - '@babel/plugin-transform-object-super@7.27.1(@babel/core@7.27.4)': 3348 + '@babel/plugin-transform-object-super@7.27.1(@babel/core@7.28.5)': 3337 3349 dependencies: 3338 - '@babel/core': 7.27.4 3350 + '@babel/core': 7.28.5 3339 3351 '@babel/helper-plugin-utils': 7.27.1 3340 - '@babel/helper-replace-supers': 7.27.1(@babel/core@7.27.4) 3352 + '@babel/helper-replace-supers': 7.27.1(@babel/core@7.28.5) 3341 3353 transitivePeerDependencies: 3342 3354 - supports-color 3343 3355 3344 - '@babel/plugin-transform-optional-catch-binding@7.27.1(@babel/core@7.27.4)': 3356 + '@babel/plugin-transform-optional-catch-binding@7.27.1(@babel/core@7.28.5)': 3345 3357 dependencies: 3346 - '@babel/core': 7.27.4 3358 + '@babel/core': 7.28.5 3347 3359 '@babel/helper-plugin-utils': 7.27.1 3348 3360 3349 - '@babel/plugin-transform-optional-chaining@7.27.1(@babel/core@7.27.4)': 3361 + '@babel/plugin-transform-optional-chaining@7.28.5(@babel/core@7.28.5)': 3350 3362 dependencies: 3351 - '@babel/core': 7.27.4 3363 + '@babel/core': 7.28.5 3352 3364 '@babel/helper-plugin-utils': 7.27.1 3353 3365 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 3354 3366 transitivePeerDependencies: 3355 3367 - supports-color 3356 3368 3357 - '@babel/plugin-transform-parameters@7.27.1(@babel/core@7.27.4)': 3369 + '@babel/plugin-transform-parameters@7.27.7(@babel/core@7.28.5)': 3358 3370 dependencies: 3359 - '@babel/core': 7.27.4 3371 + '@babel/core': 7.28.5 3360 3372 '@babel/helper-plugin-utils': 7.27.1 3361 3373 3362 - '@babel/plugin-transform-private-methods@7.27.1(@babel/core@7.27.4)': 3374 + '@babel/plugin-transform-private-methods@7.27.1(@babel/core@7.28.5)': 3363 3375 dependencies: 3364 - '@babel/core': 7.27.4 3365 - '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.27.4) 3376 + '@babel/core': 7.28.5 3377 + '@babel/helper-create-class-features-plugin': 7.28.5(@babel/core@7.28.5) 3366 3378 '@babel/helper-plugin-utils': 7.27.1 3367 3379 transitivePeerDependencies: 3368 3380 - supports-color 3369 3381 3370 - '@babel/plugin-transform-private-property-in-object@7.27.1(@babel/core@7.27.4)': 3382 + '@babel/plugin-transform-private-property-in-object@7.27.1(@babel/core@7.28.5)': 3371 3383 dependencies: 3372 - '@babel/core': 7.27.4 3384 + '@babel/core': 7.28.5 3373 3385 '@babel/helper-annotate-as-pure': 7.27.3 3374 - '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.27.4) 3386 + '@babel/helper-create-class-features-plugin': 7.28.5(@babel/core@7.28.5) 3375 3387 '@babel/helper-plugin-utils': 7.27.1 3376 3388 transitivePeerDependencies: 3377 3389 - supports-color 3378 3390 3379 - '@babel/plugin-transform-property-literals@7.27.1(@babel/core@7.27.4)': 3391 + '@babel/plugin-transform-property-literals@7.27.1(@babel/core@7.28.5)': 3380 3392 dependencies: 3381 - '@babel/core': 7.27.4 3393 + '@babel/core': 7.28.5 3382 3394 '@babel/helper-plugin-utils': 7.27.1 3383 3395 3384 - '@babel/plugin-transform-regenerator@7.27.5(@babel/core@7.27.4)': 3396 + '@babel/plugin-transform-regenerator@7.28.4(@babel/core@7.28.5)': 3385 3397 dependencies: 3386 - '@babel/core': 7.27.4 3398 + '@babel/core': 7.28.5 3387 3399 '@babel/helper-plugin-utils': 7.27.1 3388 3400 3389 - '@babel/plugin-transform-regexp-modifiers@7.27.1(@babel/core@7.27.4)': 3401 + '@babel/plugin-transform-regexp-modifiers@7.27.1(@babel/core@7.28.5)': 3390 3402 dependencies: 3391 - '@babel/core': 7.27.4 3392 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.4) 3403 + '@babel/core': 7.28.5 3404 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.5) 3393 3405 '@babel/helper-plugin-utils': 7.27.1 3394 3406 3395 - '@babel/plugin-transform-reserved-words@7.27.1(@babel/core@7.27.4)': 3407 + '@babel/plugin-transform-reserved-words@7.27.1(@babel/core@7.28.5)': 3396 3408 dependencies: 3397 - '@babel/core': 7.27.4 3409 + '@babel/core': 7.28.5 3398 3410 '@babel/helper-plugin-utils': 7.27.1 3399 3411 3400 - '@babel/plugin-transform-shorthand-properties@7.27.1(@babel/core@7.27.4)': 3412 + '@babel/plugin-transform-shorthand-properties@7.27.1(@babel/core@7.28.5)': 3401 3413 dependencies: 3402 - '@babel/core': 7.27.4 3414 + '@babel/core': 7.28.5 3403 3415 '@babel/helper-plugin-utils': 7.27.1 3404 3416 3405 - '@babel/plugin-transform-spread@7.27.1(@babel/core@7.27.4)': 3417 + '@babel/plugin-transform-spread@7.27.1(@babel/core@7.28.5)': 3406 3418 dependencies: 3407 - '@babel/core': 7.27.4 3419 + '@babel/core': 7.28.5 3408 3420 '@babel/helper-plugin-utils': 7.27.1 3409 3421 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 3410 3422 transitivePeerDependencies: 3411 3423 - supports-color 3412 3424 3413 - '@babel/plugin-transform-sticky-regex@7.27.1(@babel/core@7.27.4)': 3425 + '@babel/plugin-transform-sticky-regex@7.27.1(@babel/core@7.28.5)': 3414 3426 dependencies: 3415 - '@babel/core': 7.27.4 3427 + '@babel/core': 7.28.5 3416 3428 '@babel/helper-plugin-utils': 7.27.1 3417 3429 3418 - '@babel/plugin-transform-template-literals@7.27.1(@babel/core@7.27.4)': 3430 + '@babel/plugin-transform-template-literals@7.27.1(@babel/core@7.28.5)': 3419 3431 dependencies: 3420 - '@babel/core': 7.27.4 3432 + '@babel/core': 7.28.5 3421 3433 '@babel/helper-plugin-utils': 7.27.1 3422 3434 3423 - '@babel/plugin-transform-typeof-symbol@7.27.1(@babel/core@7.27.4)': 3435 + '@babel/plugin-transform-typeof-symbol@7.27.1(@babel/core@7.28.5)': 3424 3436 dependencies: 3425 - '@babel/core': 7.27.4 3437 + '@babel/core': 7.28.5 3426 3438 '@babel/helper-plugin-utils': 7.27.1 3427 3439 3428 - '@babel/plugin-transform-unicode-escapes@7.27.1(@babel/core@7.27.4)': 3440 + '@babel/plugin-transform-unicode-escapes@7.27.1(@babel/core@7.28.5)': 3429 3441 dependencies: 3430 - '@babel/core': 7.27.4 3442 + '@babel/core': 7.28.5 3431 3443 '@babel/helper-plugin-utils': 7.27.1 3432 3444 3433 - '@babel/plugin-transform-unicode-property-regex@7.27.1(@babel/core@7.27.4)': 3445 + '@babel/plugin-transform-unicode-property-regex@7.27.1(@babel/core@7.28.5)': 3434 3446 dependencies: 3435 - '@babel/core': 7.27.4 3436 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.4) 3447 + '@babel/core': 7.28.5 3448 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.5) 3437 3449 '@babel/helper-plugin-utils': 7.27.1 3438 3450 3439 - '@babel/plugin-transform-unicode-regex@7.27.1(@babel/core@7.27.4)': 3451 + '@babel/plugin-transform-unicode-regex@7.27.1(@babel/core@7.28.5)': 3440 3452 dependencies: 3441 - '@babel/core': 7.27.4 3442 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.4) 3453 + '@babel/core': 7.28.5 3454 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.5) 3443 3455 '@babel/helper-plugin-utils': 7.27.1 3444 3456 3445 - '@babel/plugin-transform-unicode-sets-regex@7.27.1(@babel/core@7.27.4)': 3457 + '@babel/plugin-transform-unicode-sets-regex@7.27.1(@babel/core@7.28.5)': 3446 3458 dependencies: 3447 - '@babel/core': 7.27.4 3448 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.4) 3459 + '@babel/core': 7.28.5 3460 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.5) 3449 3461 '@babel/helper-plugin-utils': 7.27.1 3450 3462 3451 - '@babel/preset-env@7.27.2(@babel/core@7.27.4)': 3463 + '@babel/preset-env@7.28.5(@babel/core@7.28.5)': 3452 3464 dependencies: 3453 - '@babel/compat-data': 7.27.5 3454 - '@babel/core': 7.27.4 3465 + '@babel/compat-data': 7.28.5 3466 + '@babel/core': 7.28.5 3455 3467 '@babel/helper-compilation-targets': 7.27.2 3456 3468 '@babel/helper-plugin-utils': 7.27.1 3457 3469 '@babel/helper-validator-option': 7.27.1 3458 - '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.27.1(@babel/core@7.27.4) 3459 - '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.27.1(@babel/core@7.27.4) 3460 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.27.1(@babel/core@7.27.4) 3461 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.27.1(@babel/core@7.27.4) 3462 - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.27.1(@babel/core@7.27.4) 3463 - '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.27.4) 3464 - '@babel/plugin-syntax-import-assertions': 7.27.1(@babel/core@7.27.4) 3465 - '@babel/plugin-syntax-import-attributes': 7.27.1(@babel/core@7.27.4) 3466 - '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.27.4) 3467 - '@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@7.27.4) 3468 - '@babel/plugin-transform-async-generator-functions': 7.27.1(@babel/core@7.27.4) 3469 - '@babel/plugin-transform-async-to-generator': 7.27.1(@babel/core@7.27.4) 3470 - '@babel/plugin-transform-block-scoped-functions': 7.27.1(@babel/core@7.27.4) 3471 - '@babel/plugin-transform-block-scoping': 7.27.5(@babel/core@7.27.4) 3472 - '@babel/plugin-transform-class-properties': 7.27.1(@babel/core@7.27.4) 3473 - '@babel/plugin-transform-class-static-block': 7.27.1(@babel/core@7.27.4) 3474 - '@babel/plugin-transform-classes': 7.27.1(@babel/core@7.27.4) 3475 - '@babel/plugin-transform-computed-properties': 7.27.1(@babel/core@7.27.4) 3476 - '@babel/plugin-transform-destructuring': 7.27.3(@babel/core@7.27.4) 3477 - '@babel/plugin-transform-dotall-regex': 7.27.1(@babel/core@7.27.4) 3478 - '@babel/plugin-transform-duplicate-keys': 7.27.1(@babel/core@7.27.4) 3479 - '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.27.1(@babel/core@7.27.4) 3480 - '@babel/plugin-transform-dynamic-import': 7.27.1(@babel/core@7.27.4) 3481 - '@babel/plugin-transform-exponentiation-operator': 7.27.1(@babel/core@7.27.4) 3482 - '@babel/plugin-transform-export-namespace-from': 7.27.1(@babel/core@7.27.4) 3483 - '@babel/plugin-transform-for-of': 7.27.1(@babel/core@7.27.4) 3484 - '@babel/plugin-transform-function-name': 7.27.1(@babel/core@7.27.4) 3485 - '@babel/plugin-transform-json-strings': 7.27.1(@babel/core@7.27.4) 3486 - '@babel/plugin-transform-literals': 7.27.1(@babel/core@7.27.4) 3487 - '@babel/plugin-transform-logical-assignment-operators': 7.27.1(@babel/core@7.27.4) 3488 - '@babel/plugin-transform-member-expression-literals': 7.27.1(@babel/core@7.27.4) 3489 - '@babel/plugin-transform-modules-amd': 7.27.1(@babel/core@7.27.4) 3490 - '@babel/plugin-transform-modules-commonjs': 7.27.1(@babel/core@7.27.4) 3491 - '@babel/plugin-transform-modules-systemjs': 7.27.1(@babel/core@7.27.4) 3492 - '@babel/plugin-transform-modules-umd': 7.27.1(@babel/core@7.27.4) 3493 - '@babel/plugin-transform-named-capturing-groups-regex': 7.27.1(@babel/core@7.27.4) 3494 - '@babel/plugin-transform-new-target': 7.27.1(@babel/core@7.27.4) 3495 - '@babel/plugin-transform-nullish-coalescing-operator': 7.27.1(@babel/core@7.27.4) 3496 - '@babel/plugin-transform-numeric-separator': 7.27.1(@babel/core@7.27.4) 3497 - '@babel/plugin-transform-object-rest-spread': 7.27.3(@babel/core@7.27.4) 3498 - '@babel/plugin-transform-object-super': 7.27.1(@babel/core@7.27.4) 3499 - '@babel/plugin-transform-optional-catch-binding': 7.27.1(@babel/core@7.27.4) 3500 - '@babel/plugin-transform-optional-chaining': 7.27.1(@babel/core@7.27.4) 3501 - '@babel/plugin-transform-parameters': 7.27.1(@babel/core@7.27.4) 3502 - '@babel/plugin-transform-private-methods': 7.27.1(@babel/core@7.27.4) 3503 - '@babel/plugin-transform-private-property-in-object': 7.27.1(@babel/core@7.27.4) 3504 - '@babel/plugin-transform-property-literals': 7.27.1(@babel/core@7.27.4) 3505 - '@babel/plugin-transform-regenerator': 7.27.5(@babel/core@7.27.4) 3506 - '@babel/plugin-transform-regexp-modifiers': 7.27.1(@babel/core@7.27.4) 3507 - '@babel/plugin-transform-reserved-words': 7.27.1(@babel/core@7.27.4) 3508 - '@babel/plugin-transform-shorthand-properties': 7.27.1(@babel/core@7.27.4) 3509 - '@babel/plugin-transform-spread': 7.27.1(@babel/core@7.27.4) 3510 - '@babel/plugin-transform-sticky-regex': 7.27.1(@babel/core@7.27.4) 3511 - '@babel/plugin-transform-template-literals': 7.27.1(@babel/core@7.27.4) 3512 - '@babel/plugin-transform-typeof-symbol': 7.27.1(@babel/core@7.27.4) 3513 - '@babel/plugin-transform-unicode-escapes': 7.27.1(@babel/core@7.27.4) 3514 - '@babel/plugin-transform-unicode-property-regex': 7.27.1(@babel/core@7.27.4) 3515 - '@babel/plugin-transform-unicode-regex': 7.27.1(@babel/core@7.27.4) 3516 - '@babel/plugin-transform-unicode-sets-regex': 7.27.1(@babel/core@7.27.4) 3517 - '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.27.4) 3518 - babel-plugin-polyfill-corejs2: 0.4.13(@babel/core@7.27.4) 3519 - babel-plugin-polyfill-corejs3: 0.11.1(@babel/core@7.27.4) 3520 - babel-plugin-polyfill-regenerator: 0.6.4(@babel/core@7.27.4) 3521 - core-js-compat: 3.43.0 3470 + '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.28.5(@babel/core@7.28.5) 3471 + '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.27.1(@babel/core@7.28.5) 3472 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.27.1(@babel/core@7.28.5) 3473 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.27.1(@babel/core@7.28.5) 3474 + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.28.3(@babel/core@7.28.5) 3475 + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.28.5) 3476 + '@babel/plugin-syntax-import-assertions': 7.27.1(@babel/core@7.28.5) 3477 + '@babel/plugin-syntax-import-attributes': 7.27.1(@babel/core@7.28.5) 3478 + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.28.5) 3479 + '@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@7.28.5) 3480 + '@babel/plugin-transform-async-generator-functions': 7.28.0(@babel/core@7.28.5) 3481 + '@babel/plugin-transform-async-to-generator': 7.27.1(@babel/core@7.28.5) 3482 + '@babel/plugin-transform-block-scoped-functions': 7.27.1(@babel/core@7.28.5) 3483 + '@babel/plugin-transform-block-scoping': 7.28.5(@babel/core@7.28.5) 3484 + '@babel/plugin-transform-class-properties': 7.27.1(@babel/core@7.28.5) 3485 + '@babel/plugin-transform-class-static-block': 7.28.3(@babel/core@7.28.5) 3486 + '@babel/plugin-transform-classes': 7.28.4(@babel/core@7.28.5) 3487 + '@babel/plugin-transform-computed-properties': 7.27.1(@babel/core@7.28.5) 3488 + '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.28.5) 3489 + '@babel/plugin-transform-dotall-regex': 7.27.1(@babel/core@7.28.5) 3490 + '@babel/plugin-transform-duplicate-keys': 7.27.1(@babel/core@7.28.5) 3491 + '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.27.1(@babel/core@7.28.5) 3492 + '@babel/plugin-transform-dynamic-import': 7.27.1(@babel/core@7.28.5) 3493 + '@babel/plugin-transform-explicit-resource-management': 7.28.0(@babel/core@7.28.5) 3494 + '@babel/plugin-transform-exponentiation-operator': 7.28.5(@babel/core@7.28.5) 3495 + '@babel/plugin-transform-export-namespace-from': 7.27.1(@babel/core@7.28.5) 3496 + '@babel/plugin-transform-for-of': 7.27.1(@babel/core@7.28.5) 3497 + '@babel/plugin-transform-function-name': 7.27.1(@babel/core@7.28.5) 3498 + '@babel/plugin-transform-json-strings': 7.27.1(@babel/core@7.28.5) 3499 + '@babel/plugin-transform-literals': 7.27.1(@babel/core@7.28.5) 3500 + '@babel/plugin-transform-logical-assignment-operators': 7.28.5(@babel/core@7.28.5) 3501 + '@babel/plugin-transform-member-expression-literals': 7.27.1(@babel/core@7.28.5) 3502 + '@babel/plugin-transform-modules-amd': 7.27.1(@babel/core@7.28.5) 3503 + '@babel/plugin-transform-modules-commonjs': 7.27.1(@babel/core@7.28.5) 3504 + '@babel/plugin-transform-modules-systemjs': 7.28.5(@babel/core@7.28.5) 3505 + '@babel/plugin-transform-modules-umd': 7.27.1(@babel/core@7.28.5) 3506 + '@babel/plugin-transform-named-capturing-groups-regex': 7.27.1(@babel/core@7.28.5) 3507 + '@babel/plugin-transform-new-target': 7.27.1(@babel/core@7.28.5) 3508 + '@babel/plugin-transform-nullish-coalescing-operator': 7.27.1(@babel/core@7.28.5) 3509 + '@babel/plugin-transform-numeric-separator': 7.27.1(@babel/core@7.28.5) 3510 + '@babel/plugin-transform-object-rest-spread': 7.28.4(@babel/core@7.28.5) 3511 + '@babel/plugin-transform-object-super': 7.27.1(@babel/core@7.28.5) 3512 + '@babel/plugin-transform-optional-catch-binding': 7.27.1(@babel/core@7.28.5) 3513 + '@babel/plugin-transform-optional-chaining': 7.28.5(@babel/core@7.28.5) 3514 + '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.28.5) 3515 + '@babel/plugin-transform-private-methods': 7.27.1(@babel/core@7.28.5) 3516 + '@babel/plugin-transform-private-property-in-object': 7.27.1(@babel/core@7.28.5) 3517 + '@babel/plugin-transform-property-literals': 7.27.1(@babel/core@7.28.5) 3518 + '@babel/plugin-transform-regenerator': 7.28.4(@babel/core@7.28.5) 3519 + '@babel/plugin-transform-regexp-modifiers': 7.27.1(@babel/core@7.28.5) 3520 + '@babel/plugin-transform-reserved-words': 7.27.1(@babel/core@7.28.5) 3521 + '@babel/plugin-transform-shorthand-properties': 7.27.1(@babel/core@7.28.5) 3522 + '@babel/plugin-transform-spread': 7.27.1(@babel/core@7.28.5) 3523 + '@babel/plugin-transform-sticky-regex': 7.27.1(@babel/core@7.28.5) 3524 + '@babel/plugin-transform-template-literals': 7.27.1(@babel/core@7.28.5) 3525 + '@babel/plugin-transform-typeof-symbol': 7.27.1(@babel/core@7.28.5) 3526 + '@babel/plugin-transform-unicode-escapes': 7.27.1(@babel/core@7.28.5) 3527 + '@babel/plugin-transform-unicode-property-regex': 7.27.1(@babel/core@7.28.5) 3528 + '@babel/plugin-transform-unicode-regex': 7.27.1(@babel/core@7.28.5) 3529 + '@babel/plugin-transform-unicode-sets-regex': 7.27.1(@babel/core@7.28.5) 3530 + '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.28.5) 3531 + babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.28.5) 3532 + babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.28.5) 3533 + babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.28.5) 3534 + core-js-compat: 3.46.0 3522 3535 semver: 6.3.1 3523 3536 transitivePeerDependencies: 3524 3537 - supports-color 3525 3538 3526 - '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.27.4)': 3539 + '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.28.5)': 3527 3540 dependencies: 3528 - '@babel/core': 7.27.4 3541 + '@babel/core': 7.28.5 3529 3542 '@babel/helper-plugin-utils': 7.27.1 3530 - '@babel/types': 7.27.6 3543 + '@babel/types': 7.28.5 3531 3544 esutils: 2.0.3 3532 3545 3533 - '@babel/runtime@7.27.6': {} 3546 + '@babel/runtime@7.28.4': {} 3534 3547 3535 3548 '@babel/template@7.27.2': 3536 3549 dependencies: 3537 3550 '@babel/code-frame': 7.27.1 3538 - '@babel/parser': 7.27.5 3539 - '@babel/types': 7.27.6 3551 + '@babel/parser': 7.28.5 3552 + '@babel/types': 7.28.5 3540 3553 3541 - '@babel/traverse@7.27.4': 3554 + '@babel/traverse@7.28.5': 3542 3555 dependencies: 3543 3556 '@babel/code-frame': 7.27.1 3544 - '@babel/generator': 7.27.5 3545 - '@babel/parser': 7.27.5 3557 + '@babel/generator': 7.28.5 3558 + '@babel/helper-globals': 7.28.0 3559 + '@babel/parser': 7.28.5 3546 3560 '@babel/template': 7.27.2 3547 - '@babel/types': 7.27.6 3548 - debug: 4.4.1 3549 - globals: 11.12.0 3561 + '@babel/types': 7.28.5 3562 + debug: 4.4.3 3550 3563 transitivePeerDependencies: 3551 3564 - supports-color 3552 3565 3553 - '@babel/types@7.27.6': 3566 + '@babel/types@7.28.5': 3554 3567 dependencies: 3555 3568 '@babel/helper-string-parser': 7.27.1 3556 - '@babel/helper-validator-identifier': 7.27.1 3569 + '@babel/helper-validator-identifier': 7.28.5 3557 3570 3558 - '@badrap/valita@0.4.5': {} 3571 + '@badrap/valita@0.4.6': {} 3559 3572 3560 3573 '@cloudflare/kv-asset-handler@0.4.0': 3561 3574 dependencies: 3562 3575 mime: 3.0.0 3563 3576 3564 - '@cloudflare/unenv-preset@2.6.2(unenv@2.0.0-rc.19)(workerd@1.20250816.0)': 3577 + '@cloudflare/unenv-preset@2.7.8(unenv@2.0.0-rc.21)(workerd@1.20251011.0)': 3565 3578 dependencies: 3566 - unenv: 2.0.0-rc.19 3579 + unenv: 2.0.0-rc.21 3567 3580 optionalDependencies: 3568 - workerd: 1.20250816.0 3581 + workerd: 1.20251011.0 3569 3582 3570 - '@cloudflare/vite-plugin@1.11.7(rollup@4.44.0)(vite@6.3.5(@types/node@24.3.0)(jiti@1.21.7)(terser@5.43.1)(yaml@2.8.0))(workerd@1.20250816.0)(wrangler@4.32.0)': 3583 + '@cloudflare/vite-plugin@1.13.15(vite@7.1.12(@types/node@24.9.1)(jiti@1.21.7)(terser@5.44.0))(workerd@1.20251011.0)(wrangler@4.45.0)': 3571 3584 dependencies: 3572 - '@cloudflare/unenv-preset': 2.6.2(unenv@2.0.0-rc.19)(workerd@1.20250816.0) 3573 - '@mjackson/node-fetch-server': 0.6.1 3574 - '@rollup/plugin-replace': 6.0.2(rollup@4.44.0) 3585 + '@cloudflare/unenv-preset': 2.7.8(unenv@2.0.0-rc.21)(workerd@1.20251011.0) 3586 + '@remix-run/node-fetch-server': 0.8.1 3575 3587 get-port: 7.1.0 3576 - miniflare: 4.20250816.1 3588 + miniflare: 4.20251011.1 3577 3589 picocolors: 1.1.1 3578 - tinyglobby: 0.2.14 3579 - unenv: 2.0.0-rc.19 3580 - vite: 6.3.5(@types/node@24.3.0)(jiti@1.21.7)(terser@5.43.1)(yaml@2.8.0) 3581 - wrangler: 4.32.0 3590 + tinyglobby: 0.2.15 3591 + unenv: 2.0.0-rc.21 3592 + vite: 7.1.12(@types/node@24.9.1)(jiti@1.21.7)(terser@5.44.0) 3593 + wrangler: 4.45.0 3582 3594 ws: 8.18.0 3583 3595 transitivePeerDependencies: 3584 3596 - bufferutil 3585 - - rollup 3586 3597 - utf-8-validate 3587 3598 - workerd 3588 3599 3589 - '@cloudflare/workerd-darwin-64@1.20250816.0': 3600 + '@cloudflare/workerd-darwin-64@1.20251011.0': 3590 3601 optional: true 3591 3602 3592 - '@cloudflare/workerd-darwin-arm64@1.20250816.0': 3603 + '@cloudflare/workerd-darwin-arm64@1.20251011.0': 3593 3604 optional: true 3594 3605 3595 - '@cloudflare/workerd-linux-64@1.20250816.0': 3606 + '@cloudflare/workerd-linux-64@1.20251011.0': 3596 3607 optional: true 3597 3608 3598 - '@cloudflare/workerd-linux-arm64@1.20250816.0': 3609 + '@cloudflare/workerd-linux-arm64@1.20251011.0': 3599 3610 optional: true 3600 3611 3601 - '@cloudflare/workerd-windows-64@1.20250816.0': 3612 + '@cloudflare/workerd-windows-64@1.20251011.0': 3602 3613 optional: true 3603 3614 3604 3615 '@cspotcode/source-map-support@0.8.1': 3605 3616 dependencies: 3606 3617 '@jridgewell/trace-mapping': 0.3.9 3607 3618 3608 - '@emnapi/runtime@1.4.3': 3619 + '@emnapi/runtime@1.6.0': 3609 3620 dependencies: 3610 3621 tslib: 2.8.1 3611 3622 optional: true 3612 3623 3624 + '@esbuild/aix-ppc64@0.25.11': 3625 + optional: true 3626 + 3613 3627 '@esbuild/aix-ppc64@0.25.4': 3614 3628 optional: true 3615 3629 3616 - '@esbuild/aix-ppc64@0.25.5': 3630 + '@esbuild/android-arm64@0.25.11': 3617 3631 optional: true 3618 3632 3619 3633 '@esbuild/android-arm64@0.25.4': 3620 3634 optional: true 3621 3635 3622 - '@esbuild/android-arm64@0.25.5': 3636 + '@esbuild/android-arm@0.25.11': 3623 3637 optional: true 3624 3638 3625 3639 '@esbuild/android-arm@0.25.4': 3626 3640 optional: true 3627 3641 3628 - '@esbuild/android-arm@0.25.5': 3642 + '@esbuild/android-x64@0.25.11': 3629 3643 optional: true 3630 3644 3631 3645 '@esbuild/android-x64@0.25.4': 3632 3646 optional: true 3633 3647 3634 - '@esbuild/android-x64@0.25.5': 3648 + '@esbuild/darwin-arm64@0.25.11': 3635 3649 optional: true 3636 3650 3637 3651 '@esbuild/darwin-arm64@0.25.4': 3638 3652 optional: true 3639 3653 3640 - '@esbuild/darwin-arm64@0.25.5': 3654 + '@esbuild/darwin-x64@0.25.11': 3641 3655 optional: true 3642 3656 3643 3657 '@esbuild/darwin-x64@0.25.4': 3644 3658 optional: true 3645 3659 3646 - '@esbuild/darwin-x64@0.25.5': 3660 + '@esbuild/freebsd-arm64@0.25.11': 3647 3661 optional: true 3648 3662 3649 3663 '@esbuild/freebsd-arm64@0.25.4': 3650 3664 optional: true 3651 3665 3652 - '@esbuild/freebsd-arm64@0.25.5': 3666 + '@esbuild/freebsd-x64@0.25.11': 3653 3667 optional: true 3654 3668 3655 3669 '@esbuild/freebsd-x64@0.25.4': 3656 3670 optional: true 3657 3671 3658 - '@esbuild/freebsd-x64@0.25.5': 3672 + '@esbuild/linux-arm64@0.25.11': 3659 3673 optional: true 3660 3674 3661 3675 '@esbuild/linux-arm64@0.25.4': 3662 3676 optional: true 3663 3677 3664 - '@esbuild/linux-arm64@0.25.5': 3678 + '@esbuild/linux-arm@0.25.11': 3665 3679 optional: true 3666 3680 3667 3681 '@esbuild/linux-arm@0.25.4': 3668 3682 optional: true 3669 3683 3670 - '@esbuild/linux-arm@0.25.5': 3684 + '@esbuild/linux-ia32@0.25.11': 3671 3685 optional: true 3672 3686 3673 3687 '@esbuild/linux-ia32@0.25.4': 3674 3688 optional: true 3675 3689 3676 - '@esbuild/linux-ia32@0.25.5': 3690 + '@esbuild/linux-loong64@0.25.11': 3677 3691 optional: true 3678 3692 3679 3693 '@esbuild/linux-loong64@0.25.4': 3680 3694 optional: true 3681 3695 3682 - '@esbuild/linux-loong64@0.25.5': 3696 + '@esbuild/linux-mips64el@0.25.11': 3683 3697 optional: true 3684 3698 3685 3699 '@esbuild/linux-mips64el@0.25.4': 3686 3700 optional: true 3687 3701 3688 - '@esbuild/linux-mips64el@0.25.5': 3702 + '@esbuild/linux-ppc64@0.25.11': 3689 3703 optional: true 3690 3704 3691 3705 '@esbuild/linux-ppc64@0.25.4': 3692 3706 optional: true 3693 3707 3694 - '@esbuild/linux-ppc64@0.25.5': 3708 + '@esbuild/linux-riscv64@0.25.11': 3695 3709 optional: true 3696 3710 3697 3711 '@esbuild/linux-riscv64@0.25.4': 3698 3712 optional: true 3699 3713 3700 - '@esbuild/linux-riscv64@0.25.5': 3714 + '@esbuild/linux-s390x@0.25.11': 3701 3715 optional: true 3702 3716 3703 3717 '@esbuild/linux-s390x@0.25.4': 3704 3718 optional: true 3705 3719 3706 - '@esbuild/linux-s390x@0.25.5': 3720 + '@esbuild/linux-x64@0.25.11': 3707 3721 optional: true 3708 3722 3709 3723 '@esbuild/linux-x64@0.25.4': 3710 3724 optional: true 3711 3725 3712 - '@esbuild/linux-x64@0.25.5': 3726 + '@esbuild/netbsd-arm64@0.25.11': 3713 3727 optional: true 3714 3728 3715 3729 '@esbuild/netbsd-arm64@0.25.4': 3716 3730 optional: true 3717 3731 3718 - '@esbuild/netbsd-arm64@0.25.5': 3732 + '@esbuild/netbsd-x64@0.25.11': 3719 3733 optional: true 3720 3734 3721 3735 '@esbuild/netbsd-x64@0.25.4': 3722 3736 optional: true 3723 3737 3724 - '@esbuild/netbsd-x64@0.25.5': 3738 + '@esbuild/openbsd-arm64@0.25.11': 3725 3739 optional: true 3726 3740 3727 3741 '@esbuild/openbsd-arm64@0.25.4': 3728 3742 optional: true 3729 3743 3730 - '@esbuild/openbsd-arm64@0.25.5': 3744 + '@esbuild/openbsd-x64@0.25.11': 3731 3745 optional: true 3732 3746 3733 3747 '@esbuild/openbsd-x64@0.25.4': 3734 3748 optional: true 3735 3749 3736 - '@esbuild/openbsd-x64@0.25.5': 3750 + '@esbuild/openharmony-arm64@0.25.11': 3751 + optional: true 3752 + 3753 + '@esbuild/sunos-x64@0.25.11': 3737 3754 optional: true 3738 3755 3739 3756 '@esbuild/sunos-x64@0.25.4': 3740 3757 optional: true 3741 3758 3742 - '@esbuild/sunos-x64@0.25.5': 3759 + '@esbuild/win32-arm64@0.25.11': 3743 3760 optional: true 3744 3761 3745 3762 '@esbuild/win32-arm64@0.25.4': 3746 3763 optional: true 3747 3764 3748 - '@esbuild/win32-arm64@0.25.5': 3765 + '@esbuild/win32-ia32@0.25.11': 3749 3766 optional: true 3750 3767 3751 3768 '@esbuild/win32-ia32@0.25.4': 3752 3769 optional: true 3753 3770 3754 - '@esbuild/win32-ia32@0.25.5': 3771 + '@esbuild/win32-x64@0.25.11': 3755 3772 optional: true 3756 3773 3757 3774 '@esbuild/win32-x64@0.25.4': 3758 3775 optional: true 3759 3776 3760 - '@esbuild/win32-x64@0.25.5': 3761 - optional: true 3762 - 3763 - '@externdefs/solid-freeze@0.1.1(solid-js@1.9.7(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7))': 3777 + '@externdefs/solid-freeze@0.1.1(solid-js@1.9.9(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7))': 3764 3778 dependencies: 3765 - solid-js: 1.9.7(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7) 3779 + solid-js: 1.9.9(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7) 3766 3780 3767 - '@externdefs/solid-query@0.1.5(solid-js@1.9.7(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7))': 3781 + '@externdefs/solid-query@0.1.5(solid-js@1.9.9(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7))': 3768 3782 dependencies: 3769 3783 '@tanstack/query-core': 5.17.19(patch_hash=0b06407b66b7af88765fb6e01e112677a8c09ce518cb4f547cee8a0044471acd) 3770 - solid-js: 1.9.7(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7) 3784 + solid-js: 1.9.9(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7) 3771 3785 3772 - '@floating-ui/core@1.7.1': 3786 + '@floating-ui/core@1.7.3': 3773 3787 dependencies: 3774 - '@floating-ui/utils': 0.2.9(patch_hash=1cf283fbaa686f96f7b3029bbc0955bff698af6f4a75ba6c276ad1a7a7c40aea) 3788 + '@floating-ui/utils': 0.2.10(patch_hash=1cf283fbaa686f96f7b3029bbc0955bff698af6f4a75ba6c276ad1a7a7c40aea) 3775 3789 3776 - '@floating-ui/dom@1.7.1': 3790 + '@floating-ui/dom@1.7.4': 3777 3791 dependencies: 3778 - '@floating-ui/core': 1.7.1 3779 - '@floating-ui/utils': 0.2.9(patch_hash=1cf283fbaa686f96f7b3029bbc0955bff698af6f4a75ba6c276ad1a7a7c40aea) 3792 + '@floating-ui/core': 1.7.3 3793 + '@floating-ui/utils': 0.2.10(patch_hash=1cf283fbaa686f96f7b3029bbc0955bff698af6f4a75ba6c276ad1a7a7c40aea) 3780 3794 3781 - '@floating-ui/utils@0.2.9(patch_hash=1cf283fbaa686f96f7b3029bbc0955bff698af6f4a75ba6c276ad1a7a7c40aea)': {} 3795 + '@floating-ui/utils@0.2.10(patch_hash=1cf283fbaa686f96f7b3029bbc0955bff698af6f4a75ba6c276ad1a7a7c40aea)': {} 3782 3796 3783 3797 '@img/sharp-darwin-arm64@0.33.5': 3784 3798 optionalDependencies: ··· 3846 3860 3847 3861 '@img/sharp-wasm32@0.33.5': 3848 3862 dependencies: 3849 - '@emnapi/runtime': 1.4.3 3863 + '@emnapi/runtime': 1.6.0 3850 3864 optional: true 3851 3865 3852 3866 '@img/sharp-win32-ia32@0.33.5': ··· 3859 3873 dependencies: 3860 3874 string-width: 5.1.2 3861 3875 string-width-cjs: string-width@4.2.3 3862 - strip-ansi: 7.1.0 3876 + strip-ansi: 7.1.2 3863 3877 strip-ansi-cjs: strip-ansi@6.0.1 3864 3878 wrap-ansi: 8.1.0 3865 3879 wrap-ansi-cjs: wrap-ansi@7.0.0 3866 3880 3867 - '@jridgewell/gen-mapping@0.3.8': 3881 + '@jridgewell/gen-mapping@0.3.13': 3868 3882 dependencies: 3869 - '@jridgewell/set-array': 1.2.1 3870 - '@jridgewell/sourcemap-codec': 1.5.0 3871 - '@jridgewell/trace-mapping': 0.3.25 3883 + '@jridgewell/sourcemap-codec': 1.5.5 3884 + '@jridgewell/trace-mapping': 0.3.31 3872 3885 3873 - '@jridgewell/resolve-uri@3.1.2': {} 3886 + '@jridgewell/remapping@2.3.5': 3887 + dependencies: 3888 + '@jridgewell/gen-mapping': 0.3.13 3889 + '@jridgewell/trace-mapping': 0.3.31 3874 3890 3875 - '@jridgewell/set-array@1.2.1': {} 3891 + '@jridgewell/resolve-uri@3.1.2': {} 3876 3892 3877 - '@jridgewell/source-map@0.3.6': 3893 + '@jridgewell/source-map@0.3.11': 3878 3894 dependencies: 3879 - '@jridgewell/gen-mapping': 0.3.8 3880 - '@jridgewell/trace-mapping': 0.3.25 3881 - 3882 - '@jridgewell/sourcemap-codec@1.5.0': {} 3895 + '@jridgewell/gen-mapping': 0.3.13 3896 + '@jridgewell/trace-mapping': 0.3.31 3883 3897 3884 3898 '@jridgewell/sourcemap-codec@1.5.5': {} 3885 3899 3886 - '@jridgewell/trace-mapping@0.3.25': 3900 + '@jridgewell/trace-mapping@0.3.31': 3887 3901 dependencies: 3888 3902 '@jridgewell/resolve-uri': 3.1.2 3889 - '@jridgewell/sourcemap-codec': 1.5.0 3903 + '@jridgewell/sourcemap-codec': 1.5.5 3890 3904 3891 3905 '@jridgewell/trace-mapping@0.3.9': 3892 3906 dependencies: 3893 3907 '@jridgewell/resolve-uri': 3.1.2 3894 - '@jridgewell/sourcemap-codec': 1.5.0 3908 + '@jridgewell/sourcemap-codec': 1.5.5 3895 3909 3896 - '@jsr/mary__array-fns@0.1.4': {} 3910 + '@jsr/mary__array-fns@0.1.5': {} 3897 3911 3898 3912 '@jsr/mary__async-iterator-fns@0.1.1': {} 3899 3913 ··· 3907 3921 3908 3922 '@kelinci/basa-lexicons@1.0.0': 3909 3923 dependencies: 3910 - '@atcute/lexicons': 1.1.1 3911 - 3912 - '@mjackson/node-fetch-server@0.6.1': {} 3924 + '@atcute/lexicons': 1.2.2 3913 3925 3914 3926 '@noble/secp256k1@2.3.0': {} 3915 3927 ··· 3945 3957 '@poppinss/dumper@0.6.4': 3946 3958 dependencies: 3947 3959 '@poppinss/colors': 4.1.5 3948 - '@sindresorhus/is': 7.0.2 3949 - supports-color: 10.2.0 3960 + '@sindresorhus/is': 7.1.0 3961 + supports-color: 10.2.2 3950 3962 3951 3963 '@poppinss/exception@1.2.2': {} 3952 3964 3953 - '@rollup/plugin-babel@5.3.1(@babel/core@7.27.4)(@types/babel__core@7.20.5)(rollup@2.79.2)': 3965 + '@remix-run/node-fetch-server@0.8.1': {} 3966 + 3967 + '@rollup/plugin-babel@5.3.1(@babel/core@7.28.5)(@types/babel__core@7.20.5)(rollup@2.79.2)': 3954 3968 dependencies: 3955 - '@babel/core': 7.27.4 3969 + '@babel/core': 7.28.5 3956 3970 '@babel/helper-module-imports': 7.27.1 3957 3971 '@rollup/pluginutils': 3.1.0(rollup@2.79.2) 3958 3972 rollup: 2.79.2 ··· 3963 3977 3964 3978 '@rollup/plugin-node-resolve@15.3.1(rollup@2.79.2)': 3965 3979 dependencies: 3966 - '@rollup/pluginutils': 5.2.0(rollup@2.79.2) 3980 + '@rollup/pluginutils': 5.3.0(rollup@2.79.2) 3967 3981 '@types/resolve': 1.20.2 3968 3982 deepmerge: 4.3.1 3969 3983 is-module: 1.0.0 3970 - resolve: 1.22.10 3984 + resolve: 1.22.11 3971 3985 optionalDependencies: 3972 3986 rollup: 2.79.2 3973 3987 ··· 3977 3991 magic-string: 0.25.9 3978 3992 rollup: 2.79.2 3979 3993 3980 - '@rollup/plugin-replace@6.0.2(rollup@4.44.0)': 3981 - dependencies: 3982 - '@rollup/pluginutils': 5.2.0(rollup@4.44.0) 3983 - magic-string: 0.30.18 3984 - optionalDependencies: 3985 - rollup: 4.44.0 3986 - 3987 3994 '@rollup/plugin-terser@0.4.4(rollup@2.79.2)': 3988 3995 dependencies: 3989 3996 serialize-javascript: 6.0.2 3990 3997 smob: 1.5.0 3991 - terser: 5.43.1 3998 + terser: 5.44.0 3992 3999 optionalDependencies: 3993 4000 rollup: 2.79.2 3994 4001 ··· 3999 4006 picomatch: 2.3.1 4000 4007 rollup: 2.79.2 4001 4008 4002 - '@rollup/pluginutils@5.2.0(rollup@2.79.2)': 4009 + '@rollup/pluginutils@5.3.0(rollup@2.79.2)': 4003 4010 dependencies: 4004 4011 '@types/estree': 1.0.8 4005 4012 estree-walker: 2.0.2 4006 - picomatch: 4.0.2 4013 + picomatch: 4.0.3 4007 4014 optionalDependencies: 4008 4015 rollup: 2.79.2 4009 4016 4010 - '@rollup/pluginutils@5.2.0(rollup@4.44.0)': 4011 - dependencies: 4012 - '@types/estree': 1.0.8 4013 - estree-walker: 2.0.2 4014 - picomatch: 4.0.2 4015 - optionalDependencies: 4016 - rollup: 4.44.0 4017 + '@rollup/rollup-android-arm-eabi@4.52.5': 4018 + optional: true 4019 + 4020 + '@rollup/rollup-android-arm64@4.52.5': 4021 + optional: true 4017 4022 4018 - '@rollup/rollup-android-arm-eabi@4.44.0': 4023 + '@rollup/rollup-darwin-arm64@4.52.5': 4019 4024 optional: true 4020 4025 4021 - '@rollup/rollup-android-arm64@4.44.0': 4026 + '@rollup/rollup-darwin-x64@4.52.5': 4022 4027 optional: true 4023 4028 4024 - '@rollup/rollup-darwin-arm64@4.44.0': 4029 + '@rollup/rollup-freebsd-arm64@4.52.5': 4025 4030 optional: true 4026 4031 4027 - '@rollup/rollup-darwin-x64@4.44.0': 4032 + '@rollup/rollup-freebsd-x64@4.52.5': 4028 4033 optional: true 4029 4034 4030 - '@rollup/rollup-freebsd-arm64@4.44.0': 4035 + '@rollup/rollup-linux-arm-gnueabihf@4.52.5': 4031 4036 optional: true 4032 4037 4033 - '@rollup/rollup-freebsd-x64@4.44.0': 4038 + '@rollup/rollup-linux-arm-musleabihf@4.52.5': 4034 4039 optional: true 4035 4040 4036 - '@rollup/rollup-linux-arm-gnueabihf@4.44.0': 4041 + '@rollup/rollup-linux-arm64-gnu@4.52.5': 4037 4042 optional: true 4038 4043 4039 - '@rollup/rollup-linux-arm-musleabihf@4.44.0': 4044 + '@rollup/rollup-linux-arm64-musl@4.52.5': 4040 4045 optional: true 4041 4046 4042 - '@rollup/rollup-linux-arm64-gnu@4.44.0': 4047 + '@rollup/rollup-linux-loong64-gnu@4.52.5': 4043 4048 optional: true 4044 4049 4045 - '@rollup/rollup-linux-arm64-musl@4.44.0': 4050 + '@rollup/rollup-linux-ppc64-gnu@4.52.5': 4046 4051 optional: true 4047 4052 4048 - '@rollup/rollup-linux-loongarch64-gnu@4.44.0': 4053 + '@rollup/rollup-linux-riscv64-gnu@4.52.5': 4049 4054 optional: true 4050 4055 4051 - '@rollup/rollup-linux-powerpc64le-gnu@4.44.0': 4056 + '@rollup/rollup-linux-riscv64-musl@4.52.5': 4052 4057 optional: true 4053 4058 4054 - '@rollup/rollup-linux-riscv64-gnu@4.44.0': 4059 + '@rollup/rollup-linux-s390x-gnu@4.52.5': 4055 4060 optional: true 4056 4061 4057 - '@rollup/rollup-linux-riscv64-musl@4.44.0': 4062 + '@rollup/rollup-linux-x64-gnu@4.52.5': 4058 4063 optional: true 4059 4064 4060 - '@rollup/rollup-linux-s390x-gnu@4.44.0': 4065 + '@rollup/rollup-linux-x64-musl@4.52.5': 4061 4066 optional: true 4062 4067 4063 - '@rollup/rollup-linux-x64-gnu@4.44.0': 4068 + '@rollup/rollup-openharmony-arm64@4.52.5': 4064 4069 optional: true 4065 4070 4066 - '@rollup/rollup-linux-x64-musl@4.44.0': 4071 + '@rollup/rollup-win32-arm64-msvc@4.52.5': 4067 4072 optional: true 4068 4073 4069 - '@rollup/rollup-win32-arm64-msvc@4.44.0': 4074 + '@rollup/rollup-win32-ia32-msvc@4.52.5': 4070 4075 optional: true 4071 4076 4072 - '@rollup/rollup-win32-ia32-msvc@4.44.0': 4077 + '@rollup/rollup-win32-x64-gnu@4.52.5': 4073 4078 optional: true 4074 4079 4075 - '@rollup/rollup-win32-x64-msvc@4.44.0': 4080 + '@rollup/rollup-win32-x64-msvc@4.52.5': 4076 4081 optional: true 4077 4082 4078 - '@sindresorhus/is@7.0.2': {} 4083 + '@sindresorhus/is@7.1.0': {} 4079 4084 4080 - '@speed-highlight/core@1.2.7': {} 4085 + '@speed-highlight/core@1.2.8': {} 4086 + 4087 + '@standard-schema/spec@1.0.0': {} 4081 4088 4082 4089 '@surma/rollup-plugin-off-main-thread@2.2.3': 4083 4090 dependencies: ··· 4088 4095 4089 4096 '@tanstack/query-core@5.17.19(patch_hash=0b06407b66b7af88765fb6e01e112677a8c09ce518cb4f547cee8a0044471acd)': {} 4090 4097 4091 - '@trivago/prettier-plugin-sort-imports@5.2.2(prettier@3.6.0)': 4098 + '@trivago/prettier-plugin-sort-imports@5.2.2(prettier@3.6.2)': 4092 4099 dependencies: 4093 - '@babel/generator': 7.27.5 4094 - '@babel/parser': 7.27.5 4095 - '@babel/traverse': 7.27.4 4096 - '@babel/types': 7.27.6 4100 + '@babel/generator': 7.28.5 4101 + '@babel/parser': 7.28.5 4102 + '@babel/traverse': 7.28.5 4103 + '@babel/types': 7.28.5 4097 4104 javascript-natural-sort: 0.7.1 4098 4105 lodash: 4.17.21 4099 - prettier: 3.6.0 4106 + prettier: 3.6.2 4100 4107 transitivePeerDependencies: 4101 4108 - supports-color 4102 4109 4103 4110 '@types/babel__core@7.20.5': 4104 4111 dependencies: 4105 - '@babel/parser': 7.27.5 4106 - '@babel/types': 7.27.6 4112 + '@babel/parser': 7.28.5 4113 + '@babel/types': 7.28.5 4107 4114 '@types/babel__generator': 7.27.0 4108 4115 '@types/babel__template': 7.4.4 4109 - '@types/babel__traverse': 7.20.7 4116 + '@types/babel__traverse': 7.28.0 4110 4117 4111 4118 '@types/babel__generator@7.27.0': 4112 4119 dependencies: 4113 - '@babel/types': 7.27.6 4120 + '@babel/types': 7.28.5 4114 4121 4115 4122 '@types/babel__template@7.4.4': 4116 4123 dependencies: 4117 - '@babel/parser': 7.27.5 4118 - '@babel/types': 7.27.6 4124 + '@babel/parser': 7.28.5 4125 + '@babel/types': 7.28.5 4119 4126 4120 - '@types/babel__traverse@7.20.7': 4127 + '@types/babel__traverse@7.28.0': 4121 4128 dependencies: 4122 - '@babel/types': 7.27.6 4129 + '@babel/types': 7.28.5 4123 4130 4124 4131 '@types/dom-close-watcher@1.0.0': {} 4125 4132 4126 - '@types/dom-webcodecs@0.1.15': {} 4133 + '@types/dom-webcodecs@0.1.16': {} 4127 4134 4128 4135 '@types/estree@0.0.39': {} 4129 4136 4130 4137 '@types/estree@1.0.8': {} 4131 4138 4132 - '@types/node@24.3.0': 4139 + '@types/node@24.9.1': 4133 4140 dependencies: 4134 - undici-types: 7.10.0 4141 + undici-types: 7.16.0 4135 4142 4136 4143 '@types/resolve@1.20.2': {} 4137 4144 ··· 4148 4155 ajv@8.17.1: 4149 4156 dependencies: 4150 4157 fast-deep-equal: 3.1.3 4151 - fast-uri: 3.0.6 4158 + fast-uri: 3.1.0 4152 4159 json-schema-traverse: 1.0.0 4153 4160 require-from-string: 2.0.2 4154 4161 4155 4162 ansi-regex@5.0.1: {} 4156 4163 4157 - ansi-regex@6.1.0: {} 4164 + ansi-regex@6.2.2: {} 4158 4165 4159 4166 ansi-styles@4.3.0: 4160 4167 dependencies: 4161 4168 color-convert: 2.0.1 4162 4169 4163 - ansi-styles@6.2.1: {} 4170 + ansi-styles@6.2.3: {} 4164 4171 4165 4172 any-promise@1.3.0: {} 4166 4173 ··· 4177 4184 4178 4185 autoprefixer@10.4.21(postcss@8.5.6): 4179 4186 dependencies: 4180 - browserslist: 4.25.0 4181 - caniuse-lite: 1.0.30001724 4187 + browserslist: 4.27.0 4188 + caniuse-lite: 1.0.30001751 4182 4189 fraction.js: 4.3.7 4183 4190 normalize-range: 0.1.2 4184 4191 picocolors: 1.1.1 4185 4192 postcss: 8.5.6 4186 4193 postcss-value-parser: 4.2.0 4187 4194 4188 - babel-plugin-jsx-dom-expressions@0.39.8(@babel/core@7.27.4): 4195 + babel-plugin-jsx-dom-expressions@0.40.1(@babel/core@7.28.5): 4189 4196 dependencies: 4190 - '@babel/core': 7.27.4 4197 + '@babel/core': 7.28.5 4191 4198 '@babel/helper-module-imports': 7.18.6 4192 - '@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.27.4) 4193 - '@babel/types': 7.27.6 4199 + '@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.28.5) 4200 + '@babel/types': 7.28.5 4194 4201 html-entities: 2.3.3 4195 4202 parse5: 7.3.0 4196 4203 validate-html-nesting: 1.2.3 4197 4204 4198 - babel-plugin-polyfill-corejs2@0.4.13(@babel/core@7.27.4): 4205 + babel-plugin-polyfill-corejs2@0.4.14(@babel/core@7.28.5): 4199 4206 dependencies: 4200 - '@babel/compat-data': 7.27.5 4201 - '@babel/core': 7.27.4 4202 - '@babel/helper-define-polyfill-provider': 0.6.4(@babel/core@7.27.4) 4207 + '@babel/compat-data': 7.28.5 4208 + '@babel/core': 7.28.5 4209 + '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.28.5) 4203 4210 semver: 6.3.1 4204 4211 transitivePeerDependencies: 4205 4212 - supports-color 4206 4213 4207 - babel-plugin-polyfill-corejs3@0.11.1(@babel/core@7.27.4): 4214 + babel-plugin-polyfill-corejs3@0.13.0(@babel/core@7.28.5): 4208 4215 dependencies: 4209 - '@babel/core': 7.27.4 4210 - '@babel/helper-define-polyfill-provider': 0.6.4(@babel/core@7.27.4) 4211 - core-js-compat: 3.43.0 4216 + '@babel/core': 7.28.5 4217 + '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.28.5) 4218 + core-js-compat: 3.46.0 4212 4219 transitivePeerDependencies: 4213 4220 - supports-color 4214 4221 4215 - babel-plugin-polyfill-regenerator@0.6.4(@babel/core@7.27.4): 4222 + babel-plugin-polyfill-regenerator@0.6.5(@babel/core@7.28.5): 4216 4223 dependencies: 4217 - '@babel/core': 7.27.4 4218 - '@babel/helper-define-polyfill-provider': 0.6.4(@babel/core@7.27.4) 4224 + '@babel/core': 7.28.5 4225 + '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.28.5) 4219 4226 transitivePeerDependencies: 4220 4227 - supports-color 4221 4228 4222 - babel-plugin-transform-typescript-const-enums@0.1.0(@babel/core@7.27.4): 4229 + babel-plugin-transform-typescript-const-enums@0.1.0(@babel/core@7.28.5): 4223 4230 dependencies: 4224 - '@babel/core': 7.27.4 4231 + '@babel/core': 7.28.5 4225 4232 '@babel/helper-plugin-utils': 7.27.1 4226 - '@babel/types': 7.27.6 4233 + '@babel/types': 7.28.5 4227 4234 4228 - babel-preset-solid@1.9.6(@babel/core@7.27.4): 4235 + babel-preset-solid@1.9.9(@babel/core@7.28.5)(solid-js@1.9.9(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7)): 4229 4236 dependencies: 4230 - '@babel/core': 7.27.4 4231 - babel-plugin-jsx-dom-expressions: 0.39.8(@babel/core@7.27.4) 4237 + '@babel/core': 7.28.5 4238 + babel-plugin-jsx-dom-expressions: 0.40.1(@babel/core@7.28.5) 4239 + optionalDependencies: 4240 + solid-js: 1.9.9(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7) 4232 4241 4233 4242 balanced-match@1.0.2: {} 4243 + 4244 + baseline-browser-mapping@2.8.20: {} 4234 4245 4235 4246 binary-extensions@2.3.0: {} 4236 4247 ··· 4251 4262 dependencies: 4252 4263 fill-range: 7.1.1 4253 4264 4254 - browserslist@4.25.0: 4265 + browserslist@4.27.0: 4255 4266 dependencies: 4256 - caniuse-lite: 1.0.30001724 4257 - electron-to-chromium: 1.5.171 4258 - node-releases: 2.0.19 4259 - update-browserslist-db: 1.1.3(browserslist@4.25.0) 4267 + baseline-browser-mapping: 2.8.20 4268 + caniuse-lite: 1.0.30001751 4269 + electron-to-chromium: 1.5.240 4270 + node-releases: 2.0.26 4271 + update-browserslist-db: 1.1.4(browserslist@4.27.0) 4260 4272 4261 4273 buffer-from@1.1.2: {} 4262 4274 4263 4275 camelcase-css@2.0.1: {} 4264 4276 4265 - caniuse-lite@1.0.30001724: {} 4266 - 4267 - chalk@4.1.2: 4268 - dependencies: 4269 - ansi-styles: 4.3.0 4270 - supports-color: 7.2.0 4277 + caniuse-lite@1.0.30001751: {} 4271 4278 4272 4279 chokidar@3.6.0: 4273 4280 dependencies: ··· 4290 4297 color-string@1.9.1: 4291 4298 dependencies: 4292 4299 color-name: 1.1.4 4293 - simple-swizzle: 0.2.2 4300 + simple-swizzle: 0.2.4 4294 4301 4295 4302 color@4.2.3: 4296 4303 dependencies: ··· 4311 4318 4312 4319 cookie@1.0.2: {} 4313 4320 4314 - core-js-compat@3.43.0: 4321 + core-js-compat@3.46.0: 4315 4322 dependencies: 4316 - browserslist: 4.25.0 4323 + browserslist: 4.27.0 4317 4324 4318 4325 cross-spawn@7.0.6: 4319 4326 dependencies: ··· 4327 4334 4328 4335 csstype@3.1.3: {} 4329 4336 4330 - debug@4.4.1: 4337 + debug@4.4.3: 4331 4338 dependencies: 4332 4339 ms: 2.1.3 4333 4340 ··· 4335 4342 4336 4343 defu@6.1.4: {} 4337 4344 4338 - detect-libc@2.0.4: {} 4345 + detect-libc@2.1.2: {} 4339 4346 4340 4347 didyoumean@1.2.2: {} 4341 4348 ··· 4345 4352 4346 4353 ejs@3.1.10: 4347 4354 dependencies: 4348 - jake: 10.9.2 4355 + jake: 10.9.4 4349 4356 4350 - electron-to-chromium@1.5.171: {} 4357 + electron-to-chromium@1.5.240: {} 4351 4358 4352 4359 emoji-regex@8.0.0: {} 4353 4360 ··· 4357 4364 4358 4365 error-stack-parser-es@1.0.5: {} 4359 4366 4367 + esbuild@0.25.11: 4368 + optionalDependencies: 4369 + '@esbuild/aix-ppc64': 0.25.11 4370 + '@esbuild/android-arm': 0.25.11 4371 + '@esbuild/android-arm64': 0.25.11 4372 + '@esbuild/android-x64': 0.25.11 4373 + '@esbuild/darwin-arm64': 0.25.11 4374 + '@esbuild/darwin-x64': 0.25.11 4375 + '@esbuild/freebsd-arm64': 0.25.11 4376 + '@esbuild/freebsd-x64': 0.25.11 4377 + '@esbuild/linux-arm': 0.25.11 4378 + '@esbuild/linux-arm64': 0.25.11 4379 + '@esbuild/linux-ia32': 0.25.11 4380 + '@esbuild/linux-loong64': 0.25.11 4381 + '@esbuild/linux-mips64el': 0.25.11 4382 + '@esbuild/linux-ppc64': 0.25.11 4383 + '@esbuild/linux-riscv64': 0.25.11 4384 + '@esbuild/linux-s390x': 0.25.11 4385 + '@esbuild/linux-x64': 0.25.11 4386 + '@esbuild/netbsd-arm64': 0.25.11 4387 + '@esbuild/netbsd-x64': 0.25.11 4388 + '@esbuild/openbsd-arm64': 0.25.11 4389 + '@esbuild/openbsd-x64': 0.25.11 4390 + '@esbuild/openharmony-arm64': 0.25.11 4391 + '@esbuild/sunos-x64': 0.25.11 4392 + '@esbuild/win32-arm64': 0.25.11 4393 + '@esbuild/win32-ia32': 0.25.11 4394 + '@esbuild/win32-x64': 0.25.11 4395 + 4360 4396 esbuild@0.25.4: 4361 4397 optionalDependencies: 4362 4398 '@esbuild/aix-ppc64': 0.25.4 ··· 4385 4421 '@esbuild/win32-ia32': 0.25.4 4386 4422 '@esbuild/win32-x64': 0.25.4 4387 4423 4388 - esbuild@0.25.5: 4389 - optionalDependencies: 4390 - '@esbuild/aix-ppc64': 0.25.5 4391 - '@esbuild/android-arm': 0.25.5 4392 - '@esbuild/android-arm64': 0.25.5 4393 - '@esbuild/android-x64': 0.25.5 4394 - '@esbuild/darwin-arm64': 0.25.5 4395 - '@esbuild/darwin-x64': 0.25.5 4396 - '@esbuild/freebsd-arm64': 0.25.5 4397 - '@esbuild/freebsd-x64': 0.25.5 4398 - '@esbuild/linux-arm': 0.25.5 4399 - '@esbuild/linux-arm64': 0.25.5 4400 - '@esbuild/linux-ia32': 0.25.5 4401 - '@esbuild/linux-loong64': 0.25.5 4402 - '@esbuild/linux-mips64el': 0.25.5 4403 - '@esbuild/linux-ppc64': 0.25.5 4404 - '@esbuild/linux-riscv64': 0.25.5 4405 - '@esbuild/linux-s390x': 0.25.5 4406 - '@esbuild/linux-x64': 0.25.5 4407 - '@esbuild/netbsd-arm64': 0.25.5 4408 - '@esbuild/netbsd-x64': 0.25.5 4409 - '@esbuild/openbsd-arm64': 0.25.5 4410 - '@esbuild/openbsd-x64': 0.25.5 4411 - '@esbuild/sunos-x64': 0.25.5 4412 - '@esbuild/win32-arm64': 0.25.5 4413 - '@esbuild/win32-ia32': 0.25.5 4414 - '@esbuild/win32-x64': 0.25.5 4415 - 4416 4424 escalade@3.2.0: {} 4417 4425 4418 4426 esm-env@1.2.2: {} ··· 4439 4447 4440 4448 fast-json-stable-stringify@2.1.0: {} 4441 4449 4442 - fast-uri@3.0.6: {} 4450 + fast-uri@3.1.0: {} 4443 4451 4444 4452 fastq@1.19.1: 4445 4453 dependencies: 4446 4454 reusify: 1.1.0 4447 4455 4448 - fdir@6.4.6(picomatch@4.0.2): 4456 + fdir@6.5.0(picomatch@4.0.3): 4449 4457 optionalDependencies: 4450 - picomatch: 4.0.2 4458 + picomatch: 4.0.3 4451 4459 4452 4460 filelist@1.0.4: 4453 4461 dependencies: ··· 4468 4476 dependencies: 4469 4477 at-least-node: 1.0.0 4470 4478 graceful-fs: 4.2.11 4471 - jsonfile: 6.1.0 4479 + jsonfile: 6.2.0 4472 4480 universalify: 2.0.1 4473 4481 4474 4482 fs.realpath@1.0.0: {} ··· 4510 4518 once: 1.4.0 4511 4519 path-is-absolute: 1.0.1 4512 4520 4513 - globals@11.12.0: {} 4514 - 4515 4521 graceful-fs@4.2.11: {} 4516 4522 4517 - has-flag@4.0.0: {} 4518 - 4519 - hls.js@1.6.5: {} 4523 + hls.js@1.6.13: {} 4520 4524 4521 4525 html-entities@2.3.3: {} 4522 4526 ··· 4531 4535 4532 4536 inherits@2.0.4: {} 4533 4537 4534 - is-arrayish@0.3.2: {} 4538 + is-arrayish@0.3.4: {} 4535 4539 4536 4540 is-binary-path@2.1.0: 4537 4541 dependencies: ··· 4565 4569 optionalDependencies: 4566 4570 '@pkgjs/parseargs': 0.11.0 4567 4571 4568 - jake@10.9.2: 4572 + jake@10.9.4: 4569 4573 dependencies: 4570 4574 async: 3.2.6 4571 - chalk: 4.1.2 4572 4575 filelist: 1.0.4 4573 - minimatch: 3.1.2 4576 + picocolors: 1.1.1 4574 4577 4575 4578 javascript-natural-sort@0.7.1: {} 4576 4579 ··· 4578 4581 4579 4582 js-tokens@4.0.0: {} 4580 4583 4581 - jsesc@3.0.2: {} 4582 - 4583 4584 jsesc@3.1.0: {} 4584 4585 4585 4586 json-schema-traverse@1.0.0: {} ··· 4588 4589 4589 4590 json5@2.2.3: {} 4590 4591 4591 - jsonfile@6.1.0: 4592 + jsonfile@6.2.0: 4592 4593 dependencies: 4593 4594 universalify: 2.0.1 4594 4595 optionalDependencies: ··· 4620 4621 dependencies: 4621 4622 sourcemap-codec: 1.4.8 4622 4623 4623 - magic-string@0.30.18: 4624 - dependencies: 4625 - '@jridgewell/sourcemap-codec': 1.5.5 4626 - 4627 4624 merge-anything@5.1.7: 4628 4625 dependencies: 4629 4626 is-what: 4.1.16 ··· 4637 4634 4638 4635 mime@3.0.0: {} 4639 4636 4640 - miniflare@4.20250816.1: 4637 + miniflare@4.20251011.1: 4641 4638 dependencies: 4642 4639 '@cspotcode/source-map-support': 0.8.1 4643 4640 acorn: 8.14.0 ··· 4646 4643 glob-to-regexp: 0.4.1 4647 4644 sharp: 0.33.5 4648 4645 stoppable: 1.1.0 4649 - undici: 7.15.0 4650 - workerd: 1.20250816.0 4646 + undici: 7.14.0 4647 + workerd: 1.20251011.0 4651 4648 ws: 8.18.0 4652 4649 youch: 4.1.0-beta.10 4653 4650 zod: 3.22.3 ··· 4679 4676 4680 4677 nanoid@3.3.11: {} 4681 4678 4682 - nanoid@5.1.5: {} 4679 + nanoid@5.1.6: {} 4683 4680 4684 - node-releases@2.0.19: {} 4681 + node-releases@2.0.26: {} 4685 4682 4686 4683 normalize-path@3.0.0: {} 4687 4684 ··· 4722 4719 4723 4720 picomatch@2.3.1: {} 4724 4721 4725 - picomatch@4.0.2: {} 4722 + picomatch@4.0.3: {} 4726 4723 4727 4724 pify@2.3.0: {} 4728 4725 ··· 4733 4730 postcss: 8.5.6 4734 4731 postcss-value-parser: 4.2.0 4735 4732 read-cache: 1.0.0 4736 - resolve: 1.22.10 4733 + resolve: 1.22.11 4737 4734 4738 - postcss-js@4.0.1(postcss@8.5.6): 4735 + postcss-js@4.1.0(postcss@8.5.6): 4739 4736 dependencies: 4740 4737 camelcase-css: 2.0.1 4741 4738 postcss: 8.5.6 4742 4739 4743 - postcss-load-config@4.0.2(postcss@8.5.6): 4740 + postcss-load-config@6.0.1(jiti@1.21.7)(postcss@8.5.6): 4744 4741 dependencies: 4745 4742 lilconfig: 3.1.3 4746 - yaml: 2.8.0 4747 4743 optionalDependencies: 4744 + jiti: 1.21.7 4748 4745 postcss: 8.5.6 4749 4746 4750 4747 postcss-nested@6.2.0(postcss@8.5.6): ··· 4765 4762 picocolors: 1.1.1 4766 4763 source-map-js: 1.2.1 4767 4764 4768 - prettier-plugin-tailwindcss@0.6.13(@trivago/prettier-plugin-sort-imports@5.2.2(prettier@3.6.0))(prettier@3.6.0): 4765 + prettier-plugin-tailwindcss@0.7.1(@trivago/prettier-plugin-sort-imports@5.2.2(prettier@3.6.2))(prettier@3.6.2): 4769 4766 dependencies: 4770 - prettier: 3.6.0 4767 + prettier: 3.6.2 4771 4768 optionalDependencies: 4772 - '@trivago/prettier-plugin-sort-imports': 5.2.2(prettier@3.6.0) 4769 + '@trivago/prettier-plugin-sort-imports': 5.2.2(prettier@3.6.2) 4773 4770 4774 - prettier@3.6.0: {} 4771 + prettier@3.6.2: {} 4775 4772 4776 4773 pretty-bytes@5.6.0: {} 4777 4774 ··· 4795 4792 dependencies: 4796 4793 picomatch: 2.3.1 4797 4794 4798 - regenerate-unicode-properties@10.2.0: 4795 + regenerate-unicode-properties@10.2.2: 4799 4796 dependencies: 4800 4797 regenerate: 1.4.2 4801 4798 4802 4799 regenerate@1.4.2: {} 4803 4800 4804 - regexpu-core@6.2.0: 4801 + regexpu-core@6.4.0: 4805 4802 dependencies: 4806 4803 regenerate: 1.4.2 4807 - regenerate-unicode-properties: 10.2.0 4804 + regenerate-unicode-properties: 10.2.2 4808 4805 regjsgen: 0.8.0 4809 - regjsparser: 0.12.0 4806 + regjsparser: 0.13.0 4810 4807 unicode-match-property-ecmascript: 2.0.0 4811 - unicode-match-property-value-ecmascript: 2.2.0 4808 + unicode-match-property-value-ecmascript: 2.2.1 4812 4809 4813 4810 regjsgen@0.8.0: {} 4814 4811 4815 - regjsparser@0.12.0: 4812 + regjsparser@0.13.0: 4816 4813 dependencies: 4817 - jsesc: 3.0.2 4814 + jsesc: 3.1.0 4818 4815 4819 4816 require-from-string@2.0.2: {} 4820 4817 4821 - resolve@1.22.10: 4818 + resolve@1.22.11: 4822 4819 dependencies: 4823 4820 is-core-module: '@nolyfill/is-core-module@1.0.39' 4824 4821 path-parse: 1.0.7 ··· 4830 4827 optionalDependencies: 4831 4828 fsevents: 2.3.3 4832 4829 4833 - rollup@4.44.0: 4830 + rollup@4.52.5: 4834 4831 dependencies: 4835 4832 '@types/estree': 1.0.8 4836 4833 optionalDependencies: 4837 - '@rollup/rollup-android-arm-eabi': 4.44.0 4838 - '@rollup/rollup-android-arm64': 4.44.0 4839 - '@rollup/rollup-darwin-arm64': 4.44.0 4840 - '@rollup/rollup-darwin-x64': 4.44.0 4841 - '@rollup/rollup-freebsd-arm64': 4.44.0 4842 - '@rollup/rollup-freebsd-x64': 4.44.0 4843 - '@rollup/rollup-linux-arm-gnueabihf': 4.44.0 4844 - '@rollup/rollup-linux-arm-musleabihf': 4.44.0 4845 - '@rollup/rollup-linux-arm64-gnu': 4.44.0 4846 - '@rollup/rollup-linux-arm64-musl': 4.44.0 4847 - '@rollup/rollup-linux-loongarch64-gnu': 4.44.0 4848 - '@rollup/rollup-linux-powerpc64le-gnu': 4.44.0 4849 - '@rollup/rollup-linux-riscv64-gnu': 4.44.0 4850 - '@rollup/rollup-linux-riscv64-musl': 4.44.0 4851 - '@rollup/rollup-linux-s390x-gnu': 4.44.0 4852 - '@rollup/rollup-linux-x64-gnu': 4.44.0 4853 - '@rollup/rollup-linux-x64-musl': 4.44.0 4854 - '@rollup/rollup-win32-arm64-msvc': 4.44.0 4855 - '@rollup/rollup-win32-ia32-msvc': 4.44.0 4856 - '@rollup/rollup-win32-x64-msvc': 4.44.0 4834 + '@rollup/rollup-android-arm-eabi': 4.52.5 4835 + '@rollup/rollup-android-arm64': 4.52.5 4836 + '@rollup/rollup-darwin-arm64': 4.52.5 4837 + '@rollup/rollup-darwin-x64': 4.52.5 4838 + '@rollup/rollup-freebsd-arm64': 4.52.5 4839 + '@rollup/rollup-freebsd-x64': 4.52.5 4840 + '@rollup/rollup-linux-arm-gnueabihf': 4.52.5 4841 + '@rollup/rollup-linux-arm-musleabihf': 4.52.5 4842 + '@rollup/rollup-linux-arm64-gnu': 4.52.5 4843 + '@rollup/rollup-linux-arm64-musl': 4.52.5 4844 + '@rollup/rollup-linux-loong64-gnu': 4.52.5 4845 + '@rollup/rollup-linux-ppc64-gnu': 4.52.5 4846 + '@rollup/rollup-linux-riscv64-gnu': 4.52.5 4847 + '@rollup/rollup-linux-riscv64-musl': 4.52.5 4848 + '@rollup/rollup-linux-s390x-gnu': 4.52.5 4849 + '@rollup/rollup-linux-x64-gnu': 4.52.5 4850 + '@rollup/rollup-linux-x64-musl': 4.52.5 4851 + '@rollup/rollup-openharmony-arm64': 4.52.5 4852 + '@rollup/rollup-win32-arm64-msvc': 4.52.5 4853 + '@rollup/rollup-win32-ia32-msvc': 4.52.5 4854 + '@rollup/rollup-win32-x64-gnu': 4.52.5 4855 + '@rollup/rollup-win32-x64-msvc': 4.52.5 4857 4856 fsevents: 2.3.3 4858 4857 4859 4858 run-parallel@1.2.0: ··· 4862 4861 4863 4862 semver@6.3.1: {} 4864 4863 4865 - semver@7.7.2: {} 4864 + semver@7.7.3: {} 4866 4865 4867 4866 serialize-javascript@6.0.2: 4868 4867 dependencies: 4869 4868 randombytes: 2.1.0 4870 4869 4871 - seroval-plugins@1.3.2(seroval@1.3.2): 4870 + seroval-plugins@1.3.3(seroval@1.3.2): 4872 4871 dependencies: 4873 4872 seroval: 1.3.2 4874 4873 ··· 4877 4876 sharp@0.33.5: 4878 4877 dependencies: 4879 4878 color: 4.2.3 4880 - detect-libc: 2.0.4 4881 - semver: 7.7.2 4879 + detect-libc: 2.1.2 4880 + semver: 7.7.3 4882 4881 optionalDependencies: 4883 4882 '@img/sharp-darwin-arm64': 0.33.5 4884 4883 '@img/sharp-darwin-x64': 0.33.5 ··· 4908 4907 4909 4908 signal-exit@4.1.0: {} 4910 4909 4911 - simple-swizzle@0.2.2: 4910 + simple-swizzle@0.2.4: 4912 4911 dependencies: 4913 - is-arrayish: 0.3.2 4912 + is-arrayish: 0.3.4 4914 4913 4915 4914 smob@1.5.0: {} 4916 4915 4917 - solid-floating-ui@0.2.1(@floating-ui/dom@1.7.1)(solid-js@1.9.7(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7)): 4916 + solid-floating-ui@0.2.1(@floating-ui/dom@1.7.4)(solid-js@1.9.9(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7)): 4918 4917 dependencies: 4919 - '@floating-ui/dom': 1.7.1 4920 - solid-js: 1.9.7(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7) 4918 + '@floating-ui/dom': 1.7.4 4919 + solid-js: 1.9.9(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7) 4921 4920 4922 - solid-js@1.9.7(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7): 4921 + solid-js@1.9.9(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7): 4923 4922 dependencies: 4924 4923 csstype: 3.1.3 4925 4924 seroval: 1.3.2 4926 - seroval-plugins: 1.3.2(seroval@1.3.2) 4925 + seroval-plugins: 1.3.3(seroval@1.3.2) 4927 4926 4928 - solid-refresh@0.6.3(solid-js@1.9.7(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7)): 4927 + solid-refresh@0.6.3(solid-js@1.9.9(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7)): 4929 4928 dependencies: 4930 - '@babel/generator': 7.27.5 4929 + '@babel/generator': 7.28.5 4931 4930 '@babel/helper-module-imports': 7.27.1 4932 - '@babel/types': 7.27.6 4933 - solid-js: 1.9.7(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7) 4931 + '@babel/types': 7.28.5 4932 + solid-js: 1.9.9(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7) 4934 4933 transitivePeerDependencies: 4935 4934 - supports-color 4936 4935 ··· 4961 4960 dependencies: 4962 4961 eastasianwidth: 0.2.0 4963 4962 emoji-regex: 9.2.2 4964 - strip-ansi: 7.1.0 4963 + strip-ansi: 7.1.2 4965 4964 4966 4965 stringify-object@3.3.0: 4967 4966 dependencies: ··· 4973 4972 dependencies: 4974 4973 ansi-regex: 5.0.1 4975 4974 4976 - strip-ansi@7.1.0: 4975 + strip-ansi@7.1.2: 4977 4976 dependencies: 4978 - ansi-regex: 6.1.0 4977 + ansi-regex: 6.2.2 4979 4978 4980 4979 strip-comments@2.0.1: {} 4981 4980 4982 4981 sucrase@3.35.0: 4983 4982 dependencies: 4984 - '@jridgewell/gen-mapping': 0.3.8 4983 + '@jridgewell/gen-mapping': 0.3.13 4985 4984 commander: 4.1.1 4986 4985 glob: 10.4.5 4987 4986 lines-and-columns: 1.2.4 ··· 4989 4988 pirates: 4.0.7 4990 4989 ts-interface-checker: 0.1.13 4991 4990 4992 - supports-color@10.2.0: {} 4993 - 4994 - supports-color@7.2.0: 4995 - dependencies: 4996 - has-flag: 4.0.0 4991 + supports-color@10.2.2: {} 4997 4992 4998 4993 supports-preserve-symlinks-flag@1.0.0: {} 4999 4994 5000 - tailwindcss@3.4.17: 4995 + tailwindcss@3.4.18: 5001 4996 dependencies: 5002 4997 '@alloc/quick-lru': 5.2.0 5003 4998 arg: 5.0.2 ··· 5015 5010 picocolors: 1.1.1 5016 5011 postcss: 8.5.6 5017 5012 postcss-import: 15.1.0(postcss@8.5.6) 5018 - postcss-js: 4.0.1(postcss@8.5.6) 5019 - postcss-load-config: 4.0.2(postcss@8.5.6) 5013 + postcss-js: 4.1.0(postcss@8.5.6) 5014 + postcss-load-config: 6.0.1(jiti@1.21.7)(postcss@8.5.6) 5020 5015 postcss-nested: 6.2.0(postcss@8.5.6) 5021 5016 postcss-selector-parser: 6.1.2 5022 - resolve: 1.22.10 5017 + resolve: 1.22.11 5023 5018 sucrase: 3.35.0 5024 5019 transitivePeerDependencies: 5025 - - ts-node 5020 + - tsx 5021 + - yaml 5026 5022 5027 5023 temp-dir@2.0.0: {} 5028 5024 ··· 5033 5029 type-fest: 0.16.0 5034 5030 unique-string: 2.0.0 5035 5031 5036 - terser@5.43.1: 5032 + terser@5.44.0: 5037 5033 dependencies: 5038 - '@jridgewell/source-map': 0.3.6 5034 + '@jridgewell/source-map': 0.3.11 5039 5035 acorn: 8.15.0 5040 5036 commander: 2.20.3 5041 5037 source-map-support: 0.5.21 ··· 5048 5044 dependencies: 5049 5045 any-promise: 1.3.0 5050 5046 5051 - tinyglobby@0.2.14: 5047 + tinyglobby@0.2.15: 5052 5048 dependencies: 5053 - fdir: 6.4.6(picomatch@4.0.2) 5054 - picomatch: 4.0.2 5049 + fdir: 6.5.0(picomatch@4.0.3) 5050 + picomatch: 4.0.3 5055 5051 5056 5052 to-regex-range@5.0.1: 5057 5053 dependencies: ··· 5068 5064 5069 5065 type-fest@0.16.0: {} 5070 5066 5071 - typescript@5.8.3: {} 5067 + typescript@5.9.3: {} 5072 5068 5073 5069 ufo@1.6.1: {} 5074 5070 5075 - undici-types@7.10.0: {} 5071 + undici-types@7.16.0: {} 5076 5072 5077 - undici@7.15.0: {} 5073 + undici@7.14.0: {} 5078 5074 5079 - unenv@2.0.0-rc.19: 5075 + unenv@2.0.0-rc.21: 5080 5076 dependencies: 5081 5077 defu: 6.1.4 5082 5078 exsolve: 1.0.7 ··· 5089 5085 unicode-match-property-ecmascript@2.0.0: 5090 5086 dependencies: 5091 5087 unicode-canonical-property-names-ecmascript: 2.0.1 5092 - unicode-property-aliases-ecmascript: 2.1.0 5088 + unicode-property-aliases-ecmascript: 2.2.0 5093 5089 5094 - unicode-match-property-value-ecmascript@2.2.0: {} 5090 + unicode-match-property-value-ecmascript@2.2.1: {} 5095 5091 5096 - unicode-property-aliases-ecmascript@2.1.0: {} 5092 + unicode-property-aliases-ecmascript@2.2.0: {} 5097 5093 5098 5094 unique-string@2.0.0: 5099 5095 dependencies: ··· 5103 5099 5104 5100 upath@1.2.0: {} 5105 5101 5106 - update-browserslist-db@1.1.3(browserslist@4.25.0): 5102 + update-browserslist-db@1.1.4(browserslist@4.27.0): 5107 5103 dependencies: 5108 - browserslist: 4.25.0 5104 + browserslist: 4.27.0 5109 5105 escalade: 3.2.0 5110 5106 picocolors: 1.1.1 5111 5107 ··· 5113 5109 5114 5110 validate-html-nesting@1.2.3: {} 5115 5111 5116 - vite-plugin-pwa@0.21.0(patch_hash=003379ded749ad87080f87b428b17f04c4c88b6b64544df4d928aab76fbf6325)(@types/babel__core@7.20.5)(vite@6.3.5(@types/node@24.3.0)(jiti@1.21.7)(terser@5.43.1)(yaml@2.8.0)): 5112 + vite-plugin-pwa@0.21.0(patch_hash=003379ded749ad87080f87b428b17f04c4c88b6b64544df4d928aab76fbf6325)(@types/babel__core@7.20.5)(vite@7.1.12(@types/node@24.9.1)(jiti@1.21.7)(terser@5.44.0)): 5117 5113 dependencies: 5118 - debug: 4.4.1 5114 + debug: 4.4.3 5119 5115 pretty-bytes: 6.1.1 5120 - tinyglobby: 0.2.14 5121 - vite: 6.3.5(@types/node@24.3.0)(jiti@1.21.7)(terser@5.43.1)(yaml@2.8.0) 5116 + tinyglobby: 0.2.15 5117 + vite: 7.1.12(@types/node@24.9.1)(jiti@1.21.7)(terser@5.44.0) 5122 5118 workbox-build: 7.3.0(@types/babel__core@7.20.5) 5123 5119 workbox-window: 7.3.0 5124 5120 transitivePeerDependencies: 5125 5121 - '@types/babel__core' 5126 5122 - supports-color 5127 5123 5128 - vite-plugin-solid@2.11.6(solid-js@1.9.7(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7))(vite@6.3.5(@types/node@24.3.0)(jiti@1.21.7)(terser@5.43.1)(yaml@2.8.0)): 5124 + vite-plugin-solid@2.11.10(solid-js@1.9.9(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7))(vite@7.1.12(@types/node@24.9.1)(jiti@1.21.7)(terser@5.44.0)): 5129 5125 dependencies: 5130 - '@babel/core': 7.27.4 5126 + '@babel/core': 7.28.5 5131 5127 '@types/babel__core': 7.20.5 5132 - babel-preset-solid: 1.9.6(@babel/core@7.27.4) 5128 + babel-preset-solid: 1.9.9(@babel/core@7.28.5)(solid-js@1.9.9(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7)) 5133 5129 merge-anything: 5.1.7 5134 - solid-js: 1.9.7(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7) 5135 - solid-refresh: 0.6.3(solid-js@1.9.7(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7)) 5136 - vite: 6.3.5(@types/node@24.3.0)(jiti@1.21.7)(terser@5.43.1)(yaml@2.8.0) 5137 - vitefu: 1.0.7(vite@6.3.5(@types/node@24.3.0)(jiti@1.21.7)(terser@5.43.1)(yaml@2.8.0)) 5130 + solid-js: 1.9.9(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7) 5131 + solid-refresh: 0.6.3(solid-js@1.9.9(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7)) 5132 + vite: 7.1.12(@types/node@24.9.1)(jiti@1.21.7)(terser@5.44.0) 5133 + vitefu: 1.1.1(vite@7.1.12(@types/node@24.9.1)(jiti@1.21.7)(terser@5.44.0)) 5138 5134 transitivePeerDependencies: 5139 5135 - supports-color 5140 5136 5141 - vite@6.3.5(@types/node@24.3.0)(jiti@1.21.7)(terser@5.43.1)(yaml@2.8.0): 5137 + vite@7.1.12(@types/node@24.9.1)(jiti@1.21.7)(terser@5.44.0): 5142 5138 dependencies: 5143 - esbuild: 0.25.5 5144 - fdir: 6.4.6(picomatch@4.0.2) 5145 - picomatch: 4.0.2 5139 + esbuild: 0.25.11 5140 + fdir: 6.5.0(picomatch@4.0.3) 5141 + picomatch: 4.0.3 5146 5142 postcss: 8.5.6 5147 - rollup: 4.44.0 5148 - tinyglobby: 0.2.14 5143 + rollup: 4.52.5 5144 + tinyglobby: 0.2.15 5149 5145 optionalDependencies: 5150 - '@types/node': 24.3.0 5146 + '@types/node': 24.9.1 5151 5147 fsevents: 2.3.3 5152 5148 jiti: 1.21.7 5153 - terser: 5.43.1 5154 - yaml: 2.8.0 5149 + terser: 5.44.0 5155 5150 5156 - vitefu@1.0.7(vite@6.3.5(@types/node@24.3.0)(jiti@1.21.7)(terser@5.43.1)(yaml@2.8.0)): 5151 + vitefu@1.1.1(vite@7.1.12(@types/node@24.9.1)(jiti@1.21.7)(terser@5.44.0)): 5157 5152 optionalDependencies: 5158 - vite: 6.3.5(@types/node@24.3.0)(jiti@1.21.7)(terser@5.43.1)(yaml@2.8.0) 5153 + vite: 7.1.12(@types/node@24.9.1)(jiti@1.21.7)(terser@5.44.0) 5159 5154 5160 5155 webidl-conversions@4.0.2: {} 5161 5156 5162 - webm-muxer@5.1.3: 5157 + webm-muxer@5.1.4: 5163 5158 dependencies: 5164 - '@types/dom-webcodecs': 0.1.15 5159 + '@types/dom-webcodecs': 0.1.16 5165 5160 '@types/wicg-file-system-access': 2020.9.8 5166 5161 5167 5162 whatwg-url@7.1.0: ··· 5186 5181 workbox-build@7.3.0(@types/babel__core@7.20.5): 5187 5182 dependencies: 5188 5183 '@apideck/better-ajv-errors': 0.3.6(ajv@8.17.1) 5189 - '@babel/core': 7.27.4 5190 - '@babel/preset-env': 7.27.2(@babel/core@7.27.4) 5191 - '@babel/runtime': 7.27.6 5192 - '@rollup/plugin-babel': 5.3.1(@babel/core@7.27.4)(@types/babel__core@7.20.5)(rollup@2.79.2) 5184 + '@babel/core': 7.28.5 5185 + '@babel/preset-env': 7.28.5(@babel/core@7.28.5) 5186 + '@babel/runtime': 7.28.4 5187 + '@rollup/plugin-babel': 5.3.1(@babel/core@7.28.5)(@types/babel__core@7.20.5)(rollup@2.79.2) 5193 5188 '@rollup/plugin-node-resolve': 15.3.1(rollup@2.79.2) 5194 5189 '@rollup/plugin-replace': 2.4.2(rollup@2.79.2) 5195 5190 '@rollup/plugin-terser': 0.4.4(rollup@2.79.2) ··· 5287 5282 '@types/trusted-types': 2.0.7 5288 5283 workbox-core: 7.3.0 5289 5284 5290 - workerd@1.20250816.0: 5285 + workerd@1.20251011.0: 5291 5286 optionalDependencies: 5292 - '@cloudflare/workerd-darwin-64': 1.20250816.0 5293 - '@cloudflare/workerd-darwin-arm64': 1.20250816.0 5294 - '@cloudflare/workerd-linux-64': 1.20250816.0 5295 - '@cloudflare/workerd-linux-arm64': 1.20250816.0 5296 - '@cloudflare/workerd-windows-64': 1.20250816.0 5287 + '@cloudflare/workerd-darwin-64': 1.20251011.0 5288 + '@cloudflare/workerd-darwin-arm64': 1.20251011.0 5289 + '@cloudflare/workerd-linux-64': 1.20251011.0 5290 + '@cloudflare/workerd-linux-arm64': 1.20251011.0 5291 + '@cloudflare/workerd-windows-64': 1.20251011.0 5297 5292 5298 - wrangler@4.32.0: 5293 + wrangler@4.45.0: 5299 5294 dependencies: 5300 5295 '@cloudflare/kv-asset-handler': 0.4.0 5301 - '@cloudflare/unenv-preset': 2.6.2(unenv@2.0.0-rc.19)(workerd@1.20250816.0) 5296 + '@cloudflare/unenv-preset': 2.7.8(unenv@2.0.0-rc.21)(workerd@1.20251011.0) 5302 5297 blake3-wasm: 2.1.5 5303 5298 esbuild: 0.25.4 5304 - miniflare: 4.20250816.1 5299 + miniflare: 4.20251011.1 5305 5300 path-to-regexp: 6.3.0 5306 - unenv: 2.0.0-rc.19 5307 - workerd: 1.20250816.0 5301 + unenv: 2.0.0-rc.21 5302 + workerd: 1.20251011.0 5308 5303 optionalDependencies: 5309 5304 fsevents: 2.3.3 5310 5305 transitivePeerDependencies: ··· 5319 5314 5320 5315 wrap-ansi@8.1.0: 5321 5316 dependencies: 5322 - ansi-styles: 6.2.1 5317 + ansi-styles: 6.2.3 5323 5318 string-width: 5.1.2 5324 - strip-ansi: 7.1.0 5319 + strip-ansi: 7.1.2 5325 5320 5326 5321 wrappy@1.0.2: {} 5327 5322 ··· 5329 5324 5330 5325 yallist@3.1.1: {} 5331 5326 5332 - yaml@2.8.0: {} 5333 - 5334 5327 youch-core@0.3.3: 5335 5328 dependencies: 5336 5329 '@poppinss/exception': 1.2.2 ··· 5340 5333 dependencies: 5341 5334 '@poppinss/colors': 4.1.5 5342 5335 '@poppinss/dumper': 0.6.4 5343 - '@speed-highlight/core': 1.2.7 5336 + '@speed-highlight/core': 1.2.8 5344 5337 cookie: 1.0.2 5345 5338 youch-core: 0.3.3 5346 5339
+2 -2
src/lib/bsky/image.ts
··· 16 16 { 17 17 const exifRemoved = removeExif(new Uint8Array(await blob.arrayBuffer())); 18 18 if (exifRemoved !== null) { 19 - blob = new Blob([exifRemoved], { type: blob.type }); 19 + blob = new Blob([exifRemoved as Uint8Array<ArrayBuffer>], { type: blob.type }); 20 20 } 21 21 } 22 22 ··· 80 80 const exifRemoved = removeExif(new Uint8Array(await blob.arrayBuffer())); 81 81 82 82 if (exifRemoved !== null) { 83 - blob = new Blob([exifRemoved], { type: blob.type }); 83 + blob = new Blob([exifRemoved as Uint8Array<ArrayBuffer>], { type: blob.type }); 84 84 } 85 85 } 86 86
+21 -29
src/main.tsx
··· 2 2 import { type JSX, createSignal, onMount } from 'solid-js'; 3 3 import { render } from 'solid-js/web'; 4 4 5 - import { Client, ok, simpleFetchHandler } from '@atcute/client'; 6 - import type { DidDocument } from '@atcute/identity'; 7 - import type { Did } from '@atcute/lexicons'; 5 + import type { Did, Handle } from '@atcute/lexicons'; 8 6 import { configureOAuth } from '@atcute/oauth-browser-client'; 9 7 10 8 import * as navigation from '~/globals/navigation'; ··· 35 33 36 34 // Configure OAuth 37 35 { 38 - const resolver = new Client({ 39 - handler: simpleFetchHandler({ service: location.origin }), 40 - }); 41 - 42 36 configureOAuth({ 43 37 metadata: { 44 38 client_id: import.meta.env.VITE_OAUTH_CLIENT_ID, 45 39 redirect_uri: import.meta.env.VITE_OAUTH_REDIRECT_URL, 46 40 }, 47 41 48 - didDocumentResolver: { 49 - async resolve(did) { 50 - const data = await ok( 51 - resolver.get('com.atproto.identity.resolveDid', { 52 - params: { 53 - did: did, 54 - }, 55 - }), 56 - ); 42 + identityResolver: { 43 + async resolve(actor) { 44 + const url = new URL('https://slingshot.microcosm.blue/xrpc/com.bad-example.identity.resolveMiniDoc'); 45 + url.searchParams.set('identifier', actor); 57 46 58 - return data.didDoc as unknown as DidDocument; 59 - }, 60 - }, 61 - handleResolver: { 62 - async resolve(handle) { 63 - const data = await ok( 64 - resolver.get('com.atproto.identity.resolveHandle', { 65 - params: { 66 - handle: handle, 67 - }, 68 - }), 69 - ); 47 + const response = await fetch(url); 48 + if (!response.ok) { 49 + throw new Error(`resolver responded with status ${response.status}`); 50 + } 51 + 52 + const json = (await response.json()) as { 53 + did: Did; 54 + handle: Handle; 55 + pds: string; 56 + signing_key: string; 57 + }; 70 58 71 - return data.did as Did<'plc' | 'web'>; 59 + return { 60 + did: json.did, 61 + handle: json.handle, 62 + pds: json.pds, 63 + }; 72 64 }, 73 65 }, 74 66 });
+1 -1
src/views/bluemoji-emotes.tsx
··· 27 27 const handleBlob = async (blob: Blob) => { 28 28 const exifRemoved = removeExif(new Uint8Array(await blob.arrayBuffer())); 29 29 if (exifRemoved !== null) { 30 - blob = new Blob([exifRemoved], { type: blob.type }); 30 + blob = new Blob([exifRemoved as Uint8Array<ArrayBuffer>], { type: blob.type }); 31 31 } 32 32 33 33 if (blob.size > MAX_ORIGINAL_SIZE) {
+1 -1
src/views/oauth-callback.tsx
··· 23 23 // Do this on global history instance so it doesn't affect this page rendering. 24 24 history.replaceState(null, '', '/'); 25 25 26 - const session = await finalizeAuthorization(params); 26 + const { session } = await finalizeAuthorization(params); 27 27 const did = session.info.sub; 28 28 29 29 const agent = new OAuthUserAgent(session);