Mirror of Steamdown (Markdown -> Steam Markup converter)
0

Configure Feed

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

Bump the development-dependencies group with 6 updates (#319)

Bumps the development-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.30.1` | `9.31.0` |
| [eslint](https://github.com/eslint/eslint) | `9.30.1` | `9.31.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.36.0` | `8.37.0` |
| [@sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte) | `5.1.0` | `6.0.0` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.35.4` | `5.35.7` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.0.2` | `7.0.4` |


Updates `@eslint/js` from 9.30.1 to 9.31.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.31.0/packages/js)

Updates `eslint` from 9.30.1 to 9.31.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.30.1...v9.31.0)

Updates `typescript-eslint` from 8.36.0 to 8.37.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.37.0/packages/typescript-eslint)

Updates `@sveltejs/vite-plugin-svelte` from 5.1.0 to 6.0.0
- [Release notes](https://github.com/sveltejs/vite-plugin-svelte/releases)
- [Changelog](https://github.com/sveltejs/vite-plugin-svelte/blob/main/packages/vite-plugin-svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/vite-plugin-svelte/commits/@sveltejs/vite-plugin-svelte@6.0.0/packages/vite-plugin-svelte)

Updates `svelte` from 5.35.4 to 5.35.7
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/svelte@5.35.7/packages/svelte)

Updates `vite` from 7.0.2 to 7.0.4
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.0.4/packages/vite)

---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-version: 9.31.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: eslint
dependency-version: 9.31.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: typescript-eslint
dependency-version: 8.37.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: "@sveltejs/vite-plugin-svelte"
dependency-version: 6.0.0
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: development-dependencies
- dependency-name: svelte
dependency-version: 5.35.7
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: vite
dependency-version: 7.0.4
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
(Jul 15, 2025, 12:15 PM EDT) 9855aa68 c6805187

+213 -219
+3 -3
package.json
··· 14 14 "@babel/core": "^7.28.0", 15 15 "@babel/preset-env": "^7.28.0", 16 16 "@babel/preset-typescript": "^7.27.1", 17 - "@eslint/js": "^9.30.1", 17 + "@eslint/js": "^9.31.0", 18 18 "@tsconfig/recommended": "^1.0.10", 19 19 "@types/jest": "^30.0.0", 20 20 "babel-jest": "^30.0.4", 21 - "eslint": "^9.30.1", 21 + "eslint": "^9.31.0", 22 22 "globals": "^16.3.0", 23 23 "jest": "^30.0.4", 24 24 "prettier": "^3.6.2", 25 25 "typescript": "^5.8.3", 26 - "typescript-eslint": "^8.36.0" 26 + "typescript-eslint": "^8.37.0" 27 27 }, 28 28 "packageManager": "pnpm@10.7.1" 29 29 }
+3 -3
packages/site/package.json
··· 10 10 "check": "svelte-check --tsconfig ./tsconfig.json && tsc -p tsconfig.node.json" 11 11 }, 12 12 "devDependencies": { 13 - "@sveltejs/vite-plugin-svelte": "^5.1.0", 13 + "@sveltejs/vite-plugin-svelte": "^6.0.0", 14 14 "@tsconfig/svelte": "^5.0.4", 15 - "svelte": "^5.35.4", 15 + "svelte": "^5.35.7", 16 16 "svelte-check": "^4.2.2", 17 17 "tslib": "^2.8.0", 18 - "vite": "^7.0.2" 18 + "vite": "^7.0.4" 19 19 }, 20 20 "dependencies": { 21 21 "@steamdown/core": "workspace:^",
+207 -213
pnpm-lock.yaml
··· 18 18 specifier: ^7.27.1 19 19 version: 7.27.1(@babel/core@7.28.0) 20 20 '@eslint/js': 21 - specifier: ^9.30.1 22 - version: 9.30.1 21 + specifier: ^9.31.0 22 + version: 9.31.0 23 23 '@tsconfig/recommended': 24 24 specifier: ^1.0.10 25 25 version: 1.0.10 ··· 30 30 specifier: ^30.0.4 31 31 version: 30.0.4(@babel/core@7.28.0) 32 32 eslint: 33 - specifier: ^9.30.1 34 - version: 9.30.1 33 + specifier: ^9.31.0 34 + version: 9.31.0 35 35 globals: 36 36 specifier: ^16.3.0 37 37 version: 16.3.0 ··· 45 45 specifier: ^5.8.3 46 46 version: 5.8.3 47 47 typescript-eslint: 48 - specifier: ^8.36.0 49 - version: 8.36.0(eslint@9.30.1)(typescript@5.8.3) 48 + specifier: ^8.37.0 49 + version: 8.37.0(eslint@9.31.0)(typescript@5.8.3) 50 50 51 51 packages/cli: 52 52 dependencies: ··· 83 83 version: link:../html 84 84 devDependencies: 85 85 '@sveltejs/vite-plugin-svelte': 86 - specifier: ^5.1.0 87 - version: 5.1.0(svelte@5.35.4)(vite@7.0.2(@types/node@24.0.10)) 86 + specifier: ^6.0.0 87 + version: 6.0.0(svelte@5.35.7)(vite@7.0.4(@types/node@24.0.10)) 88 88 '@tsconfig/svelte': 89 89 specifier: ^5.0.4 90 90 version: 5.0.4 91 91 svelte: 92 - specifier: ^5.35.4 93 - version: 5.35.4 92 + specifier: ^5.35.7 93 + version: 5.35.7 94 94 svelte-check: 95 95 specifier: ^4.2.2 96 - version: 4.2.2(picomatch@4.0.2)(svelte@5.35.4)(typescript@5.8.3) 96 + version: 4.2.2(picomatch@4.0.2)(svelte@5.35.7)(typescript@5.8.3) 97 97 tslib: 98 98 specifier: ^2.8.0 99 99 version: 2.8.1 100 100 vite: 101 - specifier: ^7.0.2 102 - version: 7.0.2(@types/node@24.0.10) 101 + specifier: ^7.0.4 102 + version: 7.0.4(@types/node@24.0.10) 103 103 104 104 packages/steamdown: 105 105 dependencies: ··· 891 891 resolution: {integrity: sha512-ViuymvFmcJi04qdZeDc2whTHryouGcDlaxPqarTD0ZE10ISpxGUVZGZDx4w01upyIynL3iu6IXH2bS1NhclQMw==} 892 892 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 893 893 894 - '@eslint/core@0.14.0': 895 - resolution: {integrity: sha512-qIbV0/JZr7iSDjqAc60IqbLdsj9GDt16xQtWD+B78d/HAlvysGdZZ6rpJHGAc2T0FQx1X6thsSPdnoiGKdNtdg==} 896 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 897 - 898 894 '@eslint/core@0.15.1': 899 895 resolution: {integrity: sha512-bkOp+iumZCCbt1K1CmWf0R9pM5yKpDv+ZXtvSyQpudrI9kuFLp+bM2WOPXImuD/ceQuaa8f5pj93Y7zyECIGNA==} 900 896 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 903 899 resolution: {integrity: sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==} 904 900 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 905 901 906 - '@eslint/js@9.30.1': 907 - resolution: {integrity: sha512-zXhuECFlyep42KZUhWjfvsmXGX39W8K8LFb8AWXM9gSV9dQB+MrJGLKvW6Zw0Ggnbpw0VHTtrhFXYe3Gym18jg==} 902 + '@eslint/js@9.31.0': 903 + resolution: {integrity: sha512-LOm5OVt7D4qiKCqoiPbA7LWmI+tbw1VbTUowBcUMgQSuM6poJufkFkYDcQpo5KfgD39TnNySV26QjOh7VFpSyw==} 908 904 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 909 905 910 906 '@eslint/object-schema@2.1.6': ··· 1065 1061 resolution: {integrity: sha512-YLT9Zo3oNPJoBjBc4q8G2mjU4tqIbf5CEOORbUUr48dCD9q3umJ3IPlVqOqDakPfd2HuwccBaqlGhN4Gmr5OWg==} 1066 1062 engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} 1067 1063 1068 - '@rollup/rollup-android-arm-eabi@4.44.2': 1069 - resolution: {integrity: sha512-g0dF8P1e2QYPOj1gu7s/3LVP6kze9A7m6x0BZ9iTdXK8N5c2V7cpBKHV3/9A4Zd8xxavdhK0t4PnqjkqVmUc9Q==} 1064 + '@rollup/rollup-android-arm-eabi@4.45.0': 1065 + resolution: {integrity: sha512-2o/FgACbji4tW1dzXOqAV15Eu7DdgbKsF2QKcxfG4xbh5iwU7yr5RRP5/U+0asQliSYv5M4o7BevlGIoSL0LXg==} 1070 1066 cpu: [arm] 1071 1067 os: [android] 1072 1068 1073 - '@rollup/rollup-android-arm64@4.44.2': 1074 - resolution: {integrity: sha512-Yt5MKrOosSbSaAK5Y4J+vSiID57sOvpBNBR6K7xAaQvk3MkcNVV0f9fE20T+41WYN8hDn6SGFlFrKudtx4EoxA==} 1069 + '@rollup/rollup-android-arm64@4.45.0': 1070 + resolution: {integrity: sha512-PSZ0SvMOjEAxwZeTx32eI/j5xSYtDCRxGu5k9zvzoY77xUNssZM+WV6HYBLROpY5CkXsbQjvz40fBb7WPwDqtQ==} 1075 1071 cpu: [arm64] 1076 1072 os: [android] 1077 1073 1078 - '@rollup/rollup-darwin-arm64@4.44.2': 1079 - resolution: {integrity: sha512-EsnFot9ZieM35YNA26nhbLTJBHD0jTwWpPwmRVDzjylQT6gkar+zenfb8mHxWpRrbn+WytRRjE0WKsfaxBkVUA==} 1074 + '@rollup/rollup-darwin-arm64@4.45.0': 1075 + resolution: {integrity: sha512-BA4yPIPssPB2aRAWzmqzQ3y2/KotkLyZukVB7j3psK/U3nVJdceo6qr9pLM2xN6iRP/wKfxEbOb1yrlZH6sYZg==} 1080 1076 cpu: [arm64] 1081 1077 os: [darwin] 1082 1078 1083 - '@rollup/rollup-darwin-x64@4.44.2': 1084 - resolution: {integrity: sha512-dv/t1t1RkCvJdWWxQ2lWOO+b7cMsVw5YFaS04oHpZRWehI1h0fV1gF4wgGCTyQHHjJDfbNpwOi6PXEafRBBezw==} 1079 + '@rollup/rollup-darwin-x64@4.45.0': 1080 + resolution: {integrity: sha512-Pr2o0lvTwsiG4HCr43Zy9xXrHspyMvsvEw4FwKYqhli4FuLE5FjcZzuQ4cfPe0iUFCvSQG6lACI0xj74FDZKRA==} 1085 1081 cpu: [x64] 1086 1082 os: [darwin] 1087 1083 1088 - '@rollup/rollup-freebsd-arm64@4.44.2': 1089 - resolution: {integrity: sha512-W4tt4BLorKND4qeHElxDoim0+BsprFTwb+vriVQnFFtT/P6v/xO5I99xvYnVzKWrK6j7Hb0yp3x7V5LUbaeOMg==} 1084 + '@rollup/rollup-freebsd-arm64@4.45.0': 1085 + resolution: {integrity: sha512-lYE8LkE5h4a/+6VnnLiL14zWMPnx6wNbDG23GcYFpRW1V9hYWHAw9lBZ6ZUIrOaoK7NliF1sdwYGiVmziUF4vA==} 1090 1086 cpu: [arm64] 1091 1087 os: [freebsd] 1092 1088 1093 - '@rollup/rollup-freebsd-x64@4.44.2': 1094 - resolution: {integrity: sha512-tdT1PHopokkuBVyHjvYehnIe20fxibxFCEhQP/96MDSOcyjM/shlTkZZLOufV3qO6/FQOSiJTBebhVc12JyPTA==} 1089 + '@rollup/rollup-freebsd-x64@4.45.0': 1090 + resolution: {integrity: sha512-PVQWZK9sbzpvqC9Q0GlehNNSVHR+4m7+wET+7FgSnKG3ci5nAMgGmr9mGBXzAuE5SvguCKJ6mHL6vq1JaJ/gvw==} 1095 1091 cpu: [x64] 1096 1092 os: [freebsd] 1097 1093 1098 - '@rollup/rollup-linux-arm-gnueabihf@4.44.2': 1099 - resolution: {integrity: sha512-+xmiDGGaSfIIOXMzkhJ++Oa0Gwvl9oXUeIiwarsdRXSe27HUIvjbSIpPxvnNsRebsNdUo7uAiQVgBD1hVriwSQ==} 1094 + '@rollup/rollup-linux-arm-gnueabihf@4.45.0': 1095 + resolution: {integrity: sha512-hLrmRl53prCcD+YXTfNvXd776HTxNh8wPAMllusQ+amcQmtgo3V5i/nkhPN6FakW+QVLoUUr2AsbtIRPFU3xIA==} 1100 1096 cpu: [arm] 1101 1097 os: [linux] 1102 1098 1103 - '@rollup/rollup-linux-arm-musleabihf@4.44.2': 1104 - resolution: {integrity: sha512-bDHvhzOfORk3wt8yxIra8N4k/N0MnKInCW5OGZaeDYa/hMrdPaJzo7CSkjKZqX4JFUWjUGm88lI6QJLCM7lDrA==} 1099 + '@rollup/rollup-linux-arm-musleabihf@4.45.0': 1100 + resolution: {integrity: sha512-XBKGSYcrkdiRRjl+8XvrUR3AosXU0NvF7VuqMsm7s5nRy+nt58ZMB19Jdp1RdqewLcaYnpk8zeVs/4MlLZEJxw==} 1105 1101 cpu: [arm] 1106 1102 os: [linux] 1107 1103 1108 - '@rollup/rollup-linux-arm64-gnu@4.44.2': 1109 - resolution: {integrity: sha512-NMsDEsDiYghTbeZWEGnNi4F0hSbGnsuOG+VnNvxkKg0IGDvFh7UVpM/14mnMwxRxUf9AdAVJgHPvKXf6FpMB7A==} 1104 + '@rollup/rollup-linux-arm64-gnu@4.45.0': 1105 + resolution: {integrity: sha512-fRvZZPUiBz7NztBE/2QnCS5AtqLVhXmUOPj9IHlfGEXkapgImf4W9+FSkL8cWqoAjozyUzqFmSc4zh2ooaeF6g==} 1110 1106 cpu: [arm64] 1111 1107 os: [linux] 1112 1108 1113 - '@rollup/rollup-linux-arm64-musl@4.44.2': 1114 - resolution: {integrity: sha512-lb5bxXnxXglVq+7imxykIp5xMq+idehfl+wOgiiix0191av84OqbjUED+PRC5OA8eFJYj5xAGcpAZ0pF2MnW+A==} 1109 + '@rollup/rollup-linux-arm64-musl@4.45.0': 1110 + resolution: {integrity: sha512-Btv2WRZOcUGi8XU80XwIvzTg4U6+l6D0V6sZTrZx214nrwxw5nAi8hysaXj/mctyClWgesyuxbeLylCBNauimg==} 1115 1111 cpu: [arm64] 1116 1112 os: [linux] 1117 1113 1118 - '@rollup/rollup-linux-loongarch64-gnu@4.44.2': 1119 - resolution: {integrity: sha512-Yl5Rdpf9pIc4GW1PmkUGHdMtbx0fBLE1//SxDmuf3X0dUC57+zMepow2LK0V21661cjXdTn8hO2tXDdAWAqE5g==} 1114 + '@rollup/rollup-linux-loongarch64-gnu@4.45.0': 1115 + resolution: {integrity: sha512-Li0emNnwtUZdLwHjQPBxn4VWztcrw/h7mgLyHiEI5Z0MhpeFGlzaiBHpSNVOMB/xucjXTTcO+dhv469Djr16KA==} 1120 1116 cpu: [loong64] 1121 1117 os: [linux] 1122 1118 1123 - '@rollup/rollup-linux-powerpc64le-gnu@4.44.2': 1124 - resolution: {integrity: sha512-03vUDH+w55s680YYryyr78jsO1RWU9ocRMaeV2vMniJJW/6HhoTBwyyiiTPVHNWLnhsnwcQ0oH3S9JSBEKuyqw==} 1119 + '@rollup/rollup-linux-powerpc64le-gnu@4.45.0': 1120 + resolution: {integrity: sha512-sB8+pfkYx2kvpDCfd63d5ScYT0Fz1LO6jIb2zLZvmK9ob2D8DeVqrmBDE0iDK8KlBVmsTNzrjr3G1xV4eUZhSw==} 1125 1121 cpu: [ppc64] 1126 1122 os: [linux] 1127 1123 1128 - '@rollup/rollup-linux-riscv64-gnu@4.44.2': 1129 - resolution: {integrity: sha512-iYtAqBg5eEMG4dEfVlkqo05xMOk6y/JXIToRca2bAWuqjrJYJlx/I7+Z+4hSrsWU8GdJDFPL4ktV3dy4yBSrzg==} 1124 + '@rollup/rollup-linux-riscv64-gnu@4.45.0': 1125 + resolution: {integrity: sha512-5GQ6PFhh7E6jQm70p1aW05G2cap5zMOvO0se5JMecHeAdj5ZhWEHbJ4hiKpfi1nnnEdTauDXxPgXae/mqjow9w==} 1130 1126 cpu: [riscv64] 1131 1127 os: [linux] 1132 1128 1133 - '@rollup/rollup-linux-riscv64-musl@4.44.2': 1134 - resolution: {integrity: sha512-e6vEbgaaqz2yEHqtkPXa28fFuBGmUJ0N2dOJK8YUfijejInt9gfCSA7YDdJ4nYlv67JfP3+PSWFX4IVw/xRIPg==} 1129 + '@rollup/rollup-linux-riscv64-musl@4.45.0': 1130 + resolution: {integrity: sha512-N/euLsBd1rekWcuduakTo/dJw6U6sBP3eUq+RXM9RNfPuWTvG2w/WObDkIvJ2KChy6oxZmOSC08Ak2OJA0UiAA==} 1135 1131 cpu: [riscv64] 1136 1132 os: [linux] 1137 1133 1138 - '@rollup/rollup-linux-s390x-gnu@4.44.2': 1139 - resolution: {integrity: sha512-evFOtkmVdY3udE+0QKrV5wBx7bKI0iHz5yEVx5WqDJkxp9YQefy4Mpx3RajIVcM6o7jxTvVd/qpC1IXUhGc1Mw==} 1134 + '@rollup/rollup-linux-s390x-gnu@4.45.0': 1135 + resolution: {integrity: sha512-2l9sA7d7QdikL0xQwNMO3xURBUNEWyHVHfAsHsUdq+E/pgLTUcCE+gih5PCdmyHmfTDeXUWVhqL0WZzg0nua3g==} 1140 1136 cpu: [s390x] 1141 1137 os: [linux] 1142 1138 1143 - '@rollup/rollup-linux-x64-gnu@4.44.2': 1144 - resolution: {integrity: sha512-/bXb0bEsWMyEkIsUL2Yt5nFB5naLAwyOWMEviQfQY1x3l5WsLKgvZf66TM7UTfED6erckUVUJQ/jJ1FSpm3pRQ==} 1139 + '@rollup/rollup-linux-x64-gnu@4.45.0': 1140 + resolution: {integrity: sha512-XZdD3fEEQcwG2KrJDdEQu7NrHonPxxaV0/w2HpvINBdcqebz1aL+0vM2WFJq4DeiAVT6F5SUQas65HY5JDqoPw==} 1145 1141 cpu: [x64] 1146 1142 os: [linux] 1147 1143 1148 - '@rollup/rollup-linux-x64-musl@4.44.2': 1149 - resolution: {integrity: sha512-3D3OB1vSSBXmkGEZR27uiMRNiwN08/RVAcBKwhUYPaiZ8bcvdeEwWPvbnXvvXHY+A/7xluzcN+kaiOFNiOZwWg==} 1144 + '@rollup/rollup-linux-x64-musl@4.45.0': 1145 + resolution: {integrity: sha512-7ayfgvtmmWgKWBkCGg5+xTQ0r5V1owVm67zTrsEY1008L5ro7mCyGYORomARt/OquB9KY7LpxVBZes+oSniAAQ==} 1150 1146 cpu: [x64] 1151 1147 os: [linux] 1152 1148 1153 - '@rollup/rollup-win32-arm64-msvc@4.44.2': 1154 - resolution: {integrity: sha512-VfU0fsMK+rwdK8mwODqYeM2hDrF2WiHaSmCBrS7gColkQft95/8tphyzv2EupVxn3iE0FI78wzffoULH1G+dkw==} 1149 + '@rollup/rollup-win32-arm64-msvc@4.45.0': 1150 + resolution: {integrity: sha512-B+IJgcBnE2bm93jEW5kHisqvPITs4ddLOROAcOc/diBgrEiQJJ6Qcjby75rFSmH5eMGrqJryUgJDhrfj942apQ==} 1155 1151 cpu: [arm64] 1156 1152 os: [win32] 1157 1153 1158 - '@rollup/rollup-win32-ia32-msvc@4.44.2': 1159 - resolution: {integrity: sha512-+qMUrkbUurpE6DVRjiJCNGZBGo9xM4Y0FXU5cjgudWqIBWbcLkjE3XprJUsOFgC6xjBClwVa9k6O3A7K3vxb5Q==} 1154 + '@rollup/rollup-win32-ia32-msvc@4.45.0': 1155 + resolution: {integrity: sha512-+CXwwG66g0/FpWOnP/v1HnrGVSOygK/osUbu3wPRy8ECXjoYKjRAyfxYpDQOfghC5qPJYLPH0oN4MCOjwgdMug==} 1160 1156 cpu: [ia32] 1161 1157 os: [win32] 1162 1158 1163 - '@rollup/rollup-win32-x64-msvc@4.44.2': 1164 - resolution: {integrity: sha512-3+QZROYfJ25PDcxFF66UEk8jGWigHJeecZILvkPkyQN7oc5BvFo4YEXFkOs154j3FTMp9mn9Ky8RCOwastduEA==} 1159 + '@rollup/rollup-win32-x64-msvc@4.45.0': 1160 + resolution: {integrity: sha512-SRf1cytG7wqcHVLrBc9VtPK4pU5wxiB/lNIkNmW2ApKXIg+RpqwHfsaEK+e7eH4A1BpI6BX/aBWXxZCIrJg3uA==} 1165 1161 cpu: [x64] 1166 1162 os: [win32] 1167 1163 ··· 1179 1175 peerDependencies: 1180 1176 acorn: ^8.9.0 1181 1177 1182 - '@sveltejs/vite-plugin-svelte-inspector@4.0.1': 1183 - resolution: {integrity: sha512-J/Nmb2Q2y7mck2hyCX4ckVHcR5tu2J+MtBEQqpDrrgELZ2uvraQcK/ioCV61AqkdXFgriksOKIceDcQmqnGhVw==} 1184 - engines: {node: ^18.0.0 || ^20.0.0 || >=22} 1178 + '@sveltejs/vite-plugin-svelte-inspector@5.0.0': 1179 + resolution: {integrity: sha512-iwQ8Z4ET6ZFSt/gC+tVfcsSBHwsqc6RumSaiLUkAurW3BCpJam65cmHw0oOlDMTO0u+PZi9hilBRYN+LZNHTUQ==} 1180 + engines: {node: ^20.19 || ^22.12 || >=24} 1185 1181 peerDependencies: 1186 - '@sveltejs/vite-plugin-svelte': ^5.0.0 1182 + '@sveltejs/vite-plugin-svelte': ^6.0.0-next.0 1187 1183 svelte: ^5.0.0 1188 - vite: ^6.0.0 1184 + vite: ^6.3.0 || ^7.0.0 1189 1185 1190 - '@sveltejs/vite-plugin-svelte@5.1.0': 1191 - resolution: {integrity: sha512-wojIS/7GYnJDYIg1higWj2ROA6sSRWvcR1PO/bqEyFr/5UZah26c8Cz4u0NaqjPeVltzsVpt2Tm8d2io0V+4Tw==} 1192 - engines: {node: ^18.0.0 || ^20.0.0 || >=22} 1186 + '@sveltejs/vite-plugin-svelte@6.0.0': 1187 + resolution: {integrity: sha512-mma5GJ23pYiWpTNbN//g9XI3Hfob3aAlXPP42qRtvjgTAU6pfJyLyNPTdLjFuj+jfC9JslP4J3AkeiJNhjtLLA==} 1188 + engines: {node: ^20.19 || ^22.12 || >=24} 1193 1189 peerDependencies: 1194 1190 svelte: ^5.0.0 1195 - vite: ^6.0.0 1191 + vite: ^6.3.0 || ^7.0.0 1196 1192 1197 1193 '@tsconfig/recommended@1.0.10': 1198 1194 resolution: {integrity: sha512-cGvydvg03lONp5Z9yaplW493Vw9/um7k588mvDkm+VFPF2PZUVPx0uswq4PFpeEySsLbQRETrDRhzh4Dmxaslw==} ··· 1245 1241 '@types/yargs@17.0.33': 1246 1242 resolution: {integrity: sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==} 1247 1243 1248 - '@typescript-eslint/eslint-plugin@8.36.0': 1249 - resolution: {integrity: sha512-lZNihHUVB6ZZiPBNgOQGSxUASI7UJWhT8nHyUGCnaQ28XFCw98IfrMCG3rUl1uwUWoAvodJQby2KTs79UTcrAg==} 1244 + '@typescript-eslint/eslint-plugin@8.37.0': 1245 + resolution: {integrity: sha512-jsuVWeIkb6ggzB+wPCsR4e6loj+rM72ohW6IBn2C+5NCvfUVY8s33iFPySSVXqtm5Hu29Ne/9bnA0JmyLmgenA==} 1250 1246 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1251 1247 peerDependencies: 1252 - '@typescript-eslint/parser': ^8.36.0 1248 + '@typescript-eslint/parser': ^8.37.0 1253 1249 eslint: ^8.57.0 || ^9.0.0 1254 1250 typescript: '>=4.8.4 <5.9.0' 1255 1251 1256 - '@typescript-eslint/parser@8.36.0': 1257 - resolution: {integrity: sha512-FuYgkHwZLuPbZjQHzJXrtXreJdFMKl16BFYyRrLxDhWr6Qr7Kbcu2s1Yhu8tsiMXw1S0W1pjfFfYEt+R604s+Q==} 1252 + '@typescript-eslint/parser@8.37.0': 1253 + resolution: {integrity: sha512-kVIaQE9vrN9RLCQMQ3iyRlVJpTiDUY6woHGb30JDkfJErqrQEmtdWH3gV0PBAfGZgQXoqzXOO0T3K6ioApbbAA==} 1258 1254 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1259 1255 peerDependencies: 1260 1256 eslint: ^8.57.0 || ^9.0.0 1261 1257 typescript: '>=4.8.4 <5.9.0' 1262 1258 1263 - '@typescript-eslint/project-service@8.36.0': 1264 - resolution: {integrity: sha512-JAhQFIABkWccQYeLMrHadu/fhpzmSQ1F1KXkpzqiVxA/iYI6UnRt2trqXHt1sYEcw1mxLnB9rKMsOxXPxowN/g==} 1259 + '@typescript-eslint/project-service@8.37.0': 1260 + resolution: {integrity: sha512-BIUXYsbkl5A1aJDdYJCBAo8rCEbAvdquQ8AnLb6z5Lp1u3x5PNgSSx9A/zqYc++Xnr/0DVpls8iQ2cJs/izTXA==} 1265 1261 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1266 1262 peerDependencies: 1267 1263 typescript: '>=4.8.4 <5.9.0' 1268 1264 1269 - '@typescript-eslint/scope-manager@8.36.0': 1270 - resolution: {integrity: sha512-wCnapIKnDkN62fYtTGv2+RY8FlnBYA3tNm0fm91kc2BjPhV2vIjwwozJ7LToaLAyb1ca8BxrS7vT+Pvvf7RvqA==} 1265 + '@typescript-eslint/scope-manager@8.37.0': 1266 + resolution: {integrity: sha512-0vGq0yiU1gbjKob2q691ybTg9JX6ShiVXAAfm2jGf3q0hdP6/BruaFjL/ManAR/lj05AvYCH+5bbVo0VtzmjOA==} 1271 1267 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1272 1268 1273 - '@typescript-eslint/tsconfig-utils@8.36.0': 1274 - resolution: {integrity: sha512-Nhh3TIEgN18mNbdXpd5Q8mSCBnrZQeY9V7Ca3dqYvNDStNIGRmJA6dmrIPMJ0kow3C7gcQbpsG2rPzy1Ks/AnA==} 1269 + '@typescript-eslint/tsconfig-utils@8.37.0': 1270 + resolution: {integrity: sha512-1/YHvAVTimMM9mmlPvTec9NP4bobA1RkDbMydxG8omqwJJLEW/Iy2C4adsAESIXU3WGLXFHSZUU+C9EoFWl4Zg==} 1275 1271 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1276 1272 peerDependencies: 1277 1273 typescript: '>=4.8.4 <5.9.0' 1278 1274 1279 - '@typescript-eslint/type-utils@8.36.0': 1280 - resolution: {integrity: sha512-5aaGYG8cVDd6cxfk/ynpYzxBRZJk7w/ymto6uiyUFtdCozQIsQWh7M28/6r57Fwkbweng8qAzoMCPwSJfWlmsg==} 1275 + '@typescript-eslint/type-utils@8.37.0': 1276 + resolution: {integrity: sha512-SPkXWIkVZxhgwSwVq9rqj/4VFo7MnWwVaRNznfQDc/xPYHjXnPfLWn+4L6FF1cAz6e7dsqBeMawgl7QjUMj4Ow==} 1281 1277 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1282 1278 peerDependencies: 1283 1279 eslint: ^8.57.0 || ^9.0.0 1284 1280 typescript: '>=4.8.4 <5.9.0' 1285 1281 1286 - '@typescript-eslint/types@8.36.0': 1287 - resolution: {integrity: sha512-xGms6l5cTJKQPZOKM75Dl9yBfNdGeLRsIyufewnxT4vZTrjC0ImQT4fj8QmtJK84F58uSh5HVBSANwcfiXxABQ==} 1282 + '@typescript-eslint/types@8.37.0': 1283 + resolution: {integrity: sha512-ax0nv7PUF9NOVPs+lmQ7yIE7IQmAf8LGcXbMvHX5Gm+YJUYNAl340XkGnrimxZ0elXyoQJuN5sbg6C4evKA4SQ==} 1288 1284 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1289 1285 1290 - '@typescript-eslint/typescript-estree@8.36.0': 1291 - resolution: {integrity: sha512-JaS8bDVrfVJX4av0jLpe4ye0BpAaUW7+tnS4Y4ETa3q7NoZgzYbN9zDQTJ8kPb5fQ4n0hliAt9tA4Pfs2zA2Hg==} 1286 + '@typescript-eslint/typescript-estree@8.37.0': 1287 + resolution: {integrity: sha512-zuWDMDuzMRbQOM+bHyU4/slw27bAUEcKSKKs3hcv2aNnc/tvE/h7w60dwVw8vnal2Pub6RT1T7BI8tFZ1fE+yg==} 1292 1288 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1293 1289 peerDependencies: 1294 1290 typescript: '>=4.8.4 <5.9.0' 1295 1291 1296 - '@typescript-eslint/utils@8.36.0': 1297 - resolution: {integrity: sha512-VOqmHu42aEMT+P2qYjylw6zP/3E/HvptRwdn/PZxyV27KhZg2IOszXod4NcXisWzPAGSS4trE/g4moNj6XmH2g==} 1292 + '@typescript-eslint/utils@8.37.0': 1293 + resolution: {integrity: sha512-TSFvkIW6gGjN2p6zbXo20FzCABbyUAuq6tBvNRGsKdsSQ6a7rnV6ADfZ7f4iI3lIiXc4F4WWvtUfDw9CJ9pO5A==} 1298 1294 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1299 1295 peerDependencies: 1300 1296 eslint: ^8.57.0 || ^9.0.0 1301 1297 typescript: '>=4.8.4 <5.9.0' 1302 1298 1303 - '@typescript-eslint/visitor-keys@8.36.0': 1304 - resolution: {integrity: sha512-vZrhV2lRPWDuGoxcmrzRZyxAggPL+qp3WzUrlZD+slFueDiYHxeBa34dUXPuC0RmGKzl4lS5kFJYvKCq9cnNDA==} 1299 + '@typescript-eslint/visitor-keys@8.37.0': 1300 + resolution: {integrity: sha512-YzfhzcTnZVPiLfP/oeKtDp2evwvHLMe0LOy7oe+hb9KKIumLNohYS9Hgp1ifwpu42YWxhZE8yieggz6JpqO/1w==} 1305 1301 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1306 1302 1307 1303 '@ungap/structured-clone@1.3.0': ··· 1678 1674 resolution: {integrity: sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==} 1679 1675 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1680 1676 1681 - eslint@9.30.1: 1682 - resolution: {integrity: sha512-zmxXPNMOXmwm9E0yQLi5uqXHs7uq2UIiqEKo3Gq+3fwo1XrJ+hijAZImyF7hclW3E6oHz43Yk3RP8at6OTKflQ==} 1677 + eslint@9.31.0: 1678 + resolution: {integrity: sha512-QldCVh/ztyKJJZLr4jXNUByx3gR+TDYZCRXEktiZoUR3PGy4qCmSbkxcIle8GEwGpb5JBZazlaJ/CxLidXdEbQ==} 1683 1679 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1684 1680 hasBin: true 1685 1681 peerDependencies: ··· 2383 2379 resolution: {integrity: sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==} 2384 2380 engines: {iojs: '>=1.0.0', node: '>=0.10.0'} 2385 2381 2386 - rollup@4.44.2: 2387 - resolution: {integrity: sha512-PVoapzTwSEcelaWGth3uR66u7ZRo6qhPHc0f2uRO9fX6XDVNrIiGYS0Pj9+R8yIIYSD/mCx2b16Ws9itljKSPg==} 2382 + rollup@4.45.0: 2383 + resolution: {integrity: sha512-WLjEcJRIo7i3WDDgOIJqVI2d+lAC3EwvOGy+Xfq6hs+GQuAA4Di/H72xmXkOhrIWFg2PFYSKZYfH0f4vfKXN4A==} 2388 2384 engines: {node: '>=18.0.0', npm: '>=8.0.0'} 2389 2385 hasBin: true 2390 2386 ··· 2493 2489 svelte: ^4.0.0 || ^5.0.0-next.0 2494 2490 typescript: '>=5.0.0' 2495 2491 2496 - svelte@5.35.4: 2497 - resolution: {integrity: sha512-NUUD+GcV/uvLBANoFwPNtnlkJM77PEkYYH6TChRZnGI1a5UHc9k2Glq7jxGtClfVz2ZhEvpg+c4yS577qM1c6g==} 2492 + svelte@5.35.7: 2493 + resolution: {integrity: sha512-J3DeZKCWXyHodN6kpXHgIpXz1HkVAC2PbnlBGDfT7Y8kUMkklzI4n7mohjUR0x1AGPX8NEzAfdUaRHglegxQXw==} 2498 2494 engines: {node: '>=18'} 2499 2495 2500 2496 synckit@0.11.8: ··· 2537 2533 resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==} 2538 2534 engines: {node: '>=10'} 2539 2535 2540 - typescript-eslint@8.36.0: 2541 - resolution: {integrity: sha512-fTCqxthY+h9QbEgSIBfL9iV6CvKDFuoxg6bHPNpJ9HIUzS+jy2lCEyCmGyZRWEBSaykqcDPf1SJ+BfCI8DRopA==} 2536 + typescript-eslint@8.37.0: 2537 + resolution: {integrity: sha512-TnbEjzkE9EmcO0Q2zM+GE8NQLItNAJpMmED1BdgoBMYNdqMhzlbqfdSwiRlAzEK2pA9UzVW0gzaaIzXWg2BjfA==} 2542 2538 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2543 2539 peerDependencies: 2544 2540 eslint: ^8.57.0 || ^9.0.0 ··· 2584 2580 resolution: {integrity: sha512-kiGUalWN+rgBJ/1OHZsBtU4rXZOfj/7rKQxULKlIzwzQSvMJUUNgPwJEEh7gU6xEVxC0ahoOBvN2YI8GH6FNgA==} 2585 2581 engines: {node: '>=10.12.0'} 2586 2582 2587 - vite@7.0.2: 2588 - resolution: {integrity: sha512-hxdyZDY1CM6SNpKI4w4lcUc3Mtkd9ej4ECWVHSMrOdSinVc2zYOAppHeGc/hzmRo3pxM5blMzkuWHOJA/3NiFw==} 2583 + vite@7.0.4: 2584 + resolution: {integrity: sha512-SkaSguuS7nnmV7mfJ8l81JGBFV7Gvzp8IzgE8A8t23+AxuNX61Q5H1Tpz5efduSN7NHC8nQXD3sKQKZAu5mNEA==} 2589 2585 engines: {node: ^20.19.0 || >=22.12.0} 2590 2586 hasBin: true 2591 2587 peerDependencies: ··· 2624 2620 yaml: 2625 2621 optional: true 2626 2622 2627 - vitefu@1.0.6: 2628 - resolution: {integrity: sha512-+Rex1GlappUyNN6UfwbVZne/9cYC4+R2XDk9xkNXBKMw6HQagdX9PgZ8V2v1WUSK1wfBLp7qbI1+XSNIlB1xmA==} 2623 + vitefu@1.1.1: 2624 + resolution: {integrity: sha512-B/Fegf3i8zh0yFbpzZ21amWzHmuNlLlmJT6n7bu5e+pCHUKQIfXSYokrqOBGEMMe9UG2sostKQF9mml/vYaWJQ==} 2629 2625 peerDependencies: 2630 - vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 2626 + vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0-beta.0 2631 2627 peerDependenciesMeta: 2632 2628 vite: 2633 2629 optional: true ··· 3542 3538 '@esbuild/win32-x64@0.25.6': 3543 3539 optional: true 3544 3540 3545 - '@eslint-community/eslint-utils@4.7.0(eslint@9.30.1)': 3541 + '@eslint-community/eslint-utils@4.7.0(eslint@9.31.0)': 3546 3542 dependencies: 3547 - eslint: 9.30.1 3543 + eslint: 9.31.0 3548 3544 eslint-visitor-keys: 3.4.3 3549 3545 3550 3546 '@eslint-community/regexpp@4.12.1': {} ··· 3559 3555 3560 3556 '@eslint/config-helpers@0.3.0': {} 3561 3557 3562 - '@eslint/core@0.14.0': 3563 - dependencies: 3564 - '@types/json-schema': 7.0.15 3565 - 3566 3558 '@eslint/core@0.15.1': 3567 3559 dependencies: 3568 3560 '@types/json-schema': 7.0.15 ··· 3581 3573 transitivePeerDependencies: 3582 3574 - supports-color 3583 3575 3584 - '@eslint/js@9.30.1': {} 3576 + '@eslint/js@9.31.0': {} 3585 3577 3586 3578 '@eslint/object-schema@2.1.6': {} 3587 3579 ··· 3839 3831 3840 3832 '@pkgr/core@0.2.7': {} 3841 3833 3842 - '@rollup/rollup-android-arm-eabi@4.44.2': 3834 + '@rollup/rollup-android-arm-eabi@4.45.0': 3843 3835 optional: true 3844 3836 3845 - '@rollup/rollup-android-arm64@4.44.2': 3837 + '@rollup/rollup-android-arm64@4.45.0': 3846 3838 optional: true 3847 3839 3848 - '@rollup/rollup-darwin-arm64@4.44.2': 3840 + '@rollup/rollup-darwin-arm64@4.45.0': 3849 3841 optional: true 3850 3842 3851 - '@rollup/rollup-darwin-x64@4.44.2': 3843 + '@rollup/rollup-darwin-x64@4.45.0': 3852 3844 optional: true 3853 3845 3854 - '@rollup/rollup-freebsd-arm64@4.44.2': 3846 + '@rollup/rollup-freebsd-arm64@4.45.0': 3855 3847 optional: true 3856 3848 3857 - '@rollup/rollup-freebsd-x64@4.44.2': 3849 + '@rollup/rollup-freebsd-x64@4.45.0': 3858 3850 optional: true 3859 3851 3860 - '@rollup/rollup-linux-arm-gnueabihf@4.44.2': 3852 + '@rollup/rollup-linux-arm-gnueabihf@4.45.0': 3861 3853 optional: true 3862 3854 3863 - '@rollup/rollup-linux-arm-musleabihf@4.44.2': 3855 + '@rollup/rollup-linux-arm-musleabihf@4.45.0': 3864 3856 optional: true 3865 3857 3866 - '@rollup/rollup-linux-arm64-gnu@4.44.2': 3858 + '@rollup/rollup-linux-arm64-gnu@4.45.0': 3867 3859 optional: true 3868 3860 3869 - '@rollup/rollup-linux-arm64-musl@4.44.2': 3861 + '@rollup/rollup-linux-arm64-musl@4.45.0': 3870 3862 optional: true 3871 3863 3872 - '@rollup/rollup-linux-loongarch64-gnu@4.44.2': 3864 + '@rollup/rollup-linux-loongarch64-gnu@4.45.0': 3873 3865 optional: true 3874 3866 3875 - '@rollup/rollup-linux-powerpc64le-gnu@4.44.2': 3867 + '@rollup/rollup-linux-powerpc64le-gnu@4.45.0': 3876 3868 optional: true 3877 3869 3878 - '@rollup/rollup-linux-riscv64-gnu@4.44.2': 3870 + '@rollup/rollup-linux-riscv64-gnu@4.45.0': 3879 3871 optional: true 3880 3872 3881 - '@rollup/rollup-linux-riscv64-musl@4.44.2': 3873 + '@rollup/rollup-linux-riscv64-musl@4.45.0': 3882 3874 optional: true 3883 3875 3884 - '@rollup/rollup-linux-s390x-gnu@4.44.2': 3876 + '@rollup/rollup-linux-s390x-gnu@4.45.0': 3885 3877 optional: true 3886 3878 3887 - '@rollup/rollup-linux-x64-gnu@4.44.2': 3879 + '@rollup/rollup-linux-x64-gnu@4.45.0': 3888 3880 optional: true 3889 3881 3890 - '@rollup/rollup-linux-x64-musl@4.44.2': 3882 + '@rollup/rollup-linux-x64-musl@4.45.0': 3891 3883 optional: true 3892 3884 3893 - '@rollup/rollup-win32-arm64-msvc@4.44.2': 3885 + '@rollup/rollup-win32-arm64-msvc@4.45.0': 3894 3886 optional: true 3895 3887 3896 - '@rollup/rollup-win32-ia32-msvc@4.44.2': 3888 + '@rollup/rollup-win32-ia32-msvc@4.45.0': 3897 3889 optional: true 3898 3890 3899 - '@rollup/rollup-win32-x64-msvc@4.44.2': 3891 + '@rollup/rollup-win32-x64-msvc@4.45.0': 3900 3892 optional: true 3901 3893 3902 3894 '@sinclair/typebox@0.34.37': {} ··· 3913 3905 dependencies: 3914 3906 acorn: 8.15.0 3915 3907 3916 - '@sveltejs/vite-plugin-svelte-inspector@4.0.1(@sveltejs/vite-plugin-svelte@5.1.0(svelte@5.35.4)(vite@7.0.2(@types/node@24.0.10)))(svelte@5.35.4)(vite@7.0.2(@types/node@24.0.10))': 3908 + '@sveltejs/vite-plugin-svelte-inspector@5.0.0(@sveltejs/vite-plugin-svelte@6.0.0(svelte@5.35.7)(vite@7.0.4(@types/node@24.0.10)))(svelte@5.35.7)(vite@7.0.4(@types/node@24.0.10))': 3917 3909 dependencies: 3918 - '@sveltejs/vite-plugin-svelte': 5.1.0(svelte@5.35.4)(vite@7.0.2(@types/node@24.0.10)) 3910 + '@sveltejs/vite-plugin-svelte': 6.0.0(svelte@5.35.7)(vite@7.0.4(@types/node@24.0.10)) 3919 3911 debug: 4.4.1 3920 - svelte: 5.35.4 3921 - vite: 7.0.2(@types/node@24.0.10) 3912 + svelte: 5.35.7 3913 + vite: 7.0.4(@types/node@24.0.10) 3922 3914 transitivePeerDependencies: 3923 3915 - supports-color 3924 3916 3925 - '@sveltejs/vite-plugin-svelte@5.1.0(svelte@5.35.4)(vite@7.0.2(@types/node@24.0.10))': 3917 + '@sveltejs/vite-plugin-svelte@6.0.0(svelte@5.35.7)(vite@7.0.4(@types/node@24.0.10))': 3926 3918 dependencies: 3927 - '@sveltejs/vite-plugin-svelte-inspector': 4.0.1(@sveltejs/vite-plugin-svelte@5.1.0(svelte@5.35.4)(vite@7.0.2(@types/node@24.0.10)))(svelte@5.35.4)(vite@7.0.2(@types/node@24.0.10)) 3919 + '@sveltejs/vite-plugin-svelte-inspector': 5.0.0(@sveltejs/vite-plugin-svelte@6.0.0(svelte@5.35.7)(vite@7.0.4(@types/node@24.0.10)))(svelte@5.35.7)(vite@7.0.4(@types/node@24.0.10)) 3928 3920 debug: 4.4.1 3929 3921 deepmerge: 4.3.1 3930 3922 kleur: 4.1.5 3931 3923 magic-string: 0.30.17 3932 - svelte: 5.35.4 3933 - vite: 7.0.2(@types/node@24.0.10) 3934 - vitefu: 1.0.6(vite@7.0.2(@types/node@24.0.10)) 3924 + svelte: 5.35.7 3925 + vite: 7.0.4(@types/node@24.0.10) 3926 + vitefu: 1.1.1(vite@7.0.4(@types/node@24.0.10)) 3935 3927 transitivePeerDependencies: 3936 3928 - supports-color 3937 3929 ··· 3996 3988 dependencies: 3997 3989 '@types/yargs-parser': 21.0.3 3998 3990 3999 - '@typescript-eslint/eslint-plugin@8.36.0(@typescript-eslint/parser@8.36.0(eslint@9.30.1)(typescript@5.8.3))(eslint@9.30.1)(typescript@5.8.3)': 3991 + '@typescript-eslint/eslint-plugin@8.37.0(@typescript-eslint/parser@8.37.0(eslint@9.31.0)(typescript@5.8.3))(eslint@9.31.0)(typescript@5.8.3)': 4000 3992 dependencies: 4001 3993 '@eslint-community/regexpp': 4.12.1 4002 - '@typescript-eslint/parser': 8.36.0(eslint@9.30.1)(typescript@5.8.3) 4003 - '@typescript-eslint/scope-manager': 8.36.0 4004 - '@typescript-eslint/type-utils': 8.36.0(eslint@9.30.1)(typescript@5.8.3) 4005 - '@typescript-eslint/utils': 8.36.0(eslint@9.30.1)(typescript@5.8.3) 4006 - '@typescript-eslint/visitor-keys': 8.36.0 4007 - eslint: 9.30.1 3994 + '@typescript-eslint/parser': 8.37.0(eslint@9.31.0)(typescript@5.8.3) 3995 + '@typescript-eslint/scope-manager': 8.37.0 3996 + '@typescript-eslint/type-utils': 8.37.0(eslint@9.31.0)(typescript@5.8.3) 3997 + '@typescript-eslint/utils': 8.37.0(eslint@9.31.0)(typescript@5.8.3) 3998 + '@typescript-eslint/visitor-keys': 8.37.0 3999 + eslint: 9.31.0 4008 4000 graphemer: 1.4.0 4009 4001 ignore: 7.0.5 4010 4002 natural-compare: 1.4.0 ··· 4013 4005 transitivePeerDependencies: 4014 4006 - supports-color 4015 4007 4016 - '@typescript-eslint/parser@8.36.0(eslint@9.30.1)(typescript@5.8.3)': 4008 + '@typescript-eslint/parser@8.37.0(eslint@9.31.0)(typescript@5.8.3)': 4017 4009 dependencies: 4018 - '@typescript-eslint/scope-manager': 8.36.0 4019 - '@typescript-eslint/types': 8.36.0 4020 - '@typescript-eslint/typescript-estree': 8.36.0(typescript@5.8.3) 4021 - '@typescript-eslint/visitor-keys': 8.36.0 4010 + '@typescript-eslint/scope-manager': 8.37.0 4011 + '@typescript-eslint/types': 8.37.0 4012 + '@typescript-eslint/typescript-estree': 8.37.0(typescript@5.8.3) 4013 + '@typescript-eslint/visitor-keys': 8.37.0 4022 4014 debug: 4.4.1 4023 - eslint: 9.30.1 4015 + eslint: 9.31.0 4024 4016 typescript: 5.8.3 4025 4017 transitivePeerDependencies: 4026 4018 - supports-color 4027 4019 4028 - '@typescript-eslint/project-service@8.36.0(typescript@5.8.3)': 4020 + '@typescript-eslint/project-service@8.37.0(typescript@5.8.3)': 4029 4021 dependencies: 4030 - '@typescript-eslint/tsconfig-utils': 8.36.0(typescript@5.8.3) 4031 - '@typescript-eslint/types': 8.36.0 4022 + '@typescript-eslint/tsconfig-utils': 8.37.0(typescript@5.8.3) 4023 + '@typescript-eslint/types': 8.37.0 4032 4024 debug: 4.4.1 4033 4025 typescript: 5.8.3 4034 4026 transitivePeerDependencies: 4035 4027 - supports-color 4036 4028 4037 - '@typescript-eslint/scope-manager@8.36.0': 4029 + '@typescript-eslint/scope-manager@8.37.0': 4038 4030 dependencies: 4039 - '@typescript-eslint/types': 8.36.0 4040 - '@typescript-eslint/visitor-keys': 8.36.0 4031 + '@typescript-eslint/types': 8.37.0 4032 + '@typescript-eslint/visitor-keys': 8.37.0 4041 4033 4042 - '@typescript-eslint/tsconfig-utils@8.36.0(typescript@5.8.3)': 4034 + '@typescript-eslint/tsconfig-utils@8.37.0(typescript@5.8.3)': 4043 4035 dependencies: 4044 4036 typescript: 5.8.3 4045 4037 4046 - '@typescript-eslint/type-utils@8.36.0(eslint@9.30.1)(typescript@5.8.3)': 4038 + '@typescript-eslint/type-utils@8.37.0(eslint@9.31.0)(typescript@5.8.3)': 4047 4039 dependencies: 4048 - '@typescript-eslint/typescript-estree': 8.36.0(typescript@5.8.3) 4049 - '@typescript-eslint/utils': 8.36.0(eslint@9.30.1)(typescript@5.8.3) 4040 + '@typescript-eslint/types': 8.37.0 4041 + '@typescript-eslint/typescript-estree': 8.37.0(typescript@5.8.3) 4042 + '@typescript-eslint/utils': 8.37.0(eslint@9.31.0)(typescript@5.8.3) 4050 4043 debug: 4.4.1 4051 - eslint: 9.30.1 4044 + eslint: 9.31.0 4052 4045 ts-api-utils: 2.1.0(typescript@5.8.3) 4053 4046 typescript: 5.8.3 4054 4047 transitivePeerDependencies: 4055 4048 - supports-color 4056 4049 4057 - '@typescript-eslint/types@8.36.0': {} 4050 + '@typescript-eslint/types@8.37.0': {} 4058 4051 4059 - '@typescript-eslint/typescript-estree@8.36.0(typescript@5.8.3)': 4052 + '@typescript-eslint/typescript-estree@8.37.0(typescript@5.8.3)': 4060 4053 dependencies: 4061 - '@typescript-eslint/project-service': 8.36.0(typescript@5.8.3) 4062 - '@typescript-eslint/tsconfig-utils': 8.36.0(typescript@5.8.3) 4063 - '@typescript-eslint/types': 8.36.0 4064 - '@typescript-eslint/visitor-keys': 8.36.0 4054 + '@typescript-eslint/project-service': 8.37.0(typescript@5.8.3) 4055 + '@typescript-eslint/tsconfig-utils': 8.37.0(typescript@5.8.3) 4056 + '@typescript-eslint/types': 8.37.0 4057 + '@typescript-eslint/visitor-keys': 8.37.0 4065 4058 debug: 4.4.1 4066 4059 fast-glob: 3.3.3 4067 4060 is-glob: 4.0.3 ··· 4072 4065 transitivePeerDependencies: 4073 4066 - supports-color 4074 4067 4075 - '@typescript-eslint/utils@8.36.0(eslint@9.30.1)(typescript@5.8.3)': 4068 + '@typescript-eslint/utils@8.37.0(eslint@9.31.0)(typescript@5.8.3)': 4076 4069 dependencies: 4077 - '@eslint-community/eslint-utils': 4.7.0(eslint@9.30.1) 4078 - '@typescript-eslint/scope-manager': 8.36.0 4079 - '@typescript-eslint/types': 8.36.0 4080 - '@typescript-eslint/typescript-estree': 8.36.0(typescript@5.8.3) 4081 - eslint: 9.30.1 4070 + '@eslint-community/eslint-utils': 4.7.0(eslint@9.31.0) 4071 + '@typescript-eslint/scope-manager': 8.37.0 4072 + '@typescript-eslint/types': 8.37.0 4073 + '@typescript-eslint/typescript-estree': 8.37.0(typescript@5.8.3) 4074 + eslint: 9.31.0 4082 4075 typescript: 5.8.3 4083 4076 transitivePeerDependencies: 4084 4077 - supports-color 4085 4078 4086 - '@typescript-eslint/visitor-keys@8.36.0': 4079 + '@typescript-eslint/visitor-keys@8.37.0': 4087 4080 dependencies: 4088 - '@typescript-eslint/types': 8.36.0 4081 + '@typescript-eslint/types': 8.37.0 4089 4082 eslint-visitor-keys: 4.2.1 4090 4083 4091 4084 '@ungap/structured-clone@1.3.0': {} ··· 4430 4423 4431 4424 eslint-visitor-keys@4.2.1: {} 4432 4425 4433 - eslint@9.30.1: 4426 + eslint@9.31.0: 4434 4427 dependencies: 4435 - '@eslint-community/eslint-utils': 4.7.0(eslint@9.30.1) 4428 + '@eslint-community/eslint-utils': 4.7.0(eslint@9.31.0) 4436 4429 '@eslint-community/regexpp': 4.12.1 4437 4430 '@eslint/config-array': 0.21.0 4438 4431 '@eslint/config-helpers': 0.3.0 4439 - '@eslint/core': 0.14.0 4432 + '@eslint/core': 0.15.1 4440 4433 '@eslint/eslintrc': 3.3.1 4441 - '@eslint/js': 9.30.1 4434 + '@eslint/js': 9.31.0 4442 4435 '@eslint/plugin-kit': 0.3.3 4443 4436 '@humanfs/node': 0.16.6 4444 4437 '@humanwhocodes/module-importer': 1.0.1 ··· 5284 5277 5285 5278 reusify@1.1.0: {} 5286 5279 5287 - rollup@4.44.2: 5280 + rollup@4.45.0: 5288 5281 dependencies: 5289 5282 '@types/estree': 1.0.8 5290 5283 optionalDependencies: 5291 - '@rollup/rollup-android-arm-eabi': 4.44.2 5292 - '@rollup/rollup-android-arm64': 4.44.2 5293 - '@rollup/rollup-darwin-arm64': 4.44.2 5294 - '@rollup/rollup-darwin-x64': 4.44.2 5295 - '@rollup/rollup-freebsd-arm64': 4.44.2 5296 - '@rollup/rollup-freebsd-x64': 4.44.2 5297 - '@rollup/rollup-linux-arm-gnueabihf': 4.44.2 5298 - '@rollup/rollup-linux-arm-musleabihf': 4.44.2 5299 - '@rollup/rollup-linux-arm64-gnu': 4.44.2 5300 - '@rollup/rollup-linux-arm64-musl': 4.44.2 5301 - '@rollup/rollup-linux-loongarch64-gnu': 4.44.2 5302 - '@rollup/rollup-linux-powerpc64le-gnu': 4.44.2 5303 - '@rollup/rollup-linux-riscv64-gnu': 4.44.2 5304 - '@rollup/rollup-linux-riscv64-musl': 4.44.2 5305 - '@rollup/rollup-linux-s390x-gnu': 4.44.2 5306 - '@rollup/rollup-linux-x64-gnu': 4.44.2 5307 - '@rollup/rollup-linux-x64-musl': 4.44.2 5308 - '@rollup/rollup-win32-arm64-msvc': 4.44.2 5309 - '@rollup/rollup-win32-ia32-msvc': 4.44.2 5310 - '@rollup/rollup-win32-x64-msvc': 4.44.2 5284 + '@rollup/rollup-android-arm-eabi': 4.45.0 5285 + '@rollup/rollup-android-arm64': 4.45.0 5286 + '@rollup/rollup-darwin-arm64': 4.45.0 5287 + '@rollup/rollup-darwin-x64': 4.45.0 5288 + '@rollup/rollup-freebsd-arm64': 4.45.0 5289 + '@rollup/rollup-freebsd-x64': 4.45.0 5290 + '@rollup/rollup-linux-arm-gnueabihf': 4.45.0 5291 + '@rollup/rollup-linux-arm-musleabihf': 4.45.0 5292 + '@rollup/rollup-linux-arm64-gnu': 4.45.0 5293 + '@rollup/rollup-linux-arm64-musl': 4.45.0 5294 + '@rollup/rollup-linux-loongarch64-gnu': 4.45.0 5295 + '@rollup/rollup-linux-powerpc64le-gnu': 4.45.0 5296 + '@rollup/rollup-linux-riscv64-gnu': 4.45.0 5297 + '@rollup/rollup-linux-riscv64-musl': 4.45.0 5298 + '@rollup/rollup-linux-s390x-gnu': 4.45.0 5299 + '@rollup/rollup-linux-x64-gnu': 4.45.0 5300 + '@rollup/rollup-linux-x64-musl': 4.45.0 5301 + '@rollup/rollup-win32-arm64-msvc': 4.45.0 5302 + '@rollup/rollup-win32-ia32-msvc': 4.45.0 5303 + '@rollup/rollup-win32-x64-msvc': 4.45.0 5311 5304 fsevents: 2.3.3 5312 5305 5313 5306 run-parallel@1.2.0: ··· 5390 5383 5391 5384 supports-preserve-symlinks-flag@1.0.0: {} 5392 5385 5393 - svelte-check@4.2.2(picomatch@4.0.2)(svelte@5.35.4)(typescript@5.8.3): 5386 + svelte-check@4.2.2(picomatch@4.0.2)(svelte@5.35.7)(typescript@5.8.3): 5394 5387 dependencies: 5395 5388 '@jridgewell/trace-mapping': 0.3.29 5396 5389 chokidar: 4.0.3 5397 5390 fdir: 6.4.6(picomatch@4.0.2) 5398 5391 picocolors: 1.1.1 5399 5392 sade: 1.8.1 5400 - svelte: 5.35.4 5393 + svelte: 5.35.7 5401 5394 typescript: 5.8.3 5402 5395 transitivePeerDependencies: 5403 5396 - picomatch 5404 5397 5405 - svelte@5.35.4: 5398 + svelte@5.35.7: 5406 5399 dependencies: 5407 5400 '@ampproject/remapping': 2.3.0 5408 5401 '@jridgewell/sourcemap-codec': 1.5.4 ··· 5454 5447 5455 5448 type-fest@0.21.3: {} 5456 5449 5457 - typescript-eslint@8.36.0(eslint@9.30.1)(typescript@5.8.3): 5450 + typescript-eslint@8.37.0(eslint@9.31.0)(typescript@5.8.3): 5458 5451 dependencies: 5459 - '@typescript-eslint/eslint-plugin': 8.36.0(@typescript-eslint/parser@8.36.0(eslint@9.30.1)(typescript@5.8.3))(eslint@9.30.1)(typescript@5.8.3) 5460 - '@typescript-eslint/parser': 8.36.0(eslint@9.30.1)(typescript@5.8.3) 5461 - '@typescript-eslint/utils': 8.36.0(eslint@9.30.1)(typescript@5.8.3) 5462 - eslint: 9.30.1 5452 + '@typescript-eslint/eslint-plugin': 8.37.0(@typescript-eslint/parser@8.37.0(eslint@9.31.0)(typescript@5.8.3))(eslint@9.31.0)(typescript@5.8.3) 5453 + '@typescript-eslint/parser': 8.37.0(eslint@9.31.0)(typescript@5.8.3) 5454 + '@typescript-eslint/typescript-estree': 8.37.0(typescript@5.8.3) 5455 + '@typescript-eslint/utils': 8.37.0(eslint@9.31.0)(typescript@5.8.3) 5456 + eslint: 9.31.0 5463 5457 typescript: 5.8.3 5464 5458 transitivePeerDependencies: 5465 5459 - supports-color ··· 5519 5513 '@types/istanbul-lib-coverage': 2.0.6 5520 5514 convert-source-map: 2.0.0 5521 5515 5522 - vite@7.0.2(@types/node@24.0.10): 5516 + vite@7.0.4(@types/node@24.0.10): 5523 5517 dependencies: 5524 5518 esbuild: 0.25.6 5525 5519 fdir: 6.4.6(picomatch@4.0.2) 5526 5520 picomatch: 4.0.2 5527 5521 postcss: 8.5.6 5528 - rollup: 4.44.2 5522 + rollup: 4.45.0 5529 5523 tinyglobby: 0.2.14 5530 5524 optionalDependencies: 5531 5525 '@types/node': 24.0.10 5532 5526 fsevents: 2.3.3 5533 5527 5534 - vitefu@1.0.6(vite@7.0.2(@types/node@24.0.10)): 5528 + vitefu@1.1.1(vite@7.0.4(@types/node@24.0.10)): 5535 5529 optionalDependencies: 5536 - vite: 7.0.2(@types/node@24.0.10) 5530 + vite: 7.0.4(@types/node@24.0.10) 5537 5531 5538 5532 walker@1.0.8: 5539 5533 dependencies: