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 across 1 directory with 6 updates (#306)

Bumps the development-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.24.0` | `9.25.1` |
| [eslint](https://github.com/eslint/eslint) | `9.24.0` | `9.25.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.29.1` | `8.31.0` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.25.8` | `5.28.1` |
| [svelte-check](https://github.com/sveltejs/language-tools) | `4.1.5` | `4.1.6` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.2.5` | `6.3.2` |



Updates `@eslint/js` from 9.24.0 to 9.25.1
- [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.25.1/packages/js)

Updates `eslint` from 9.24.0 to 9.25.1
- [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.24.0...v9.25.1)

Updates `typescript-eslint` from 8.29.1 to 8.31.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.31.0/packages/typescript-eslint)

Updates `svelte` from 5.25.8 to 5.28.1
- [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.28.1/packages/svelte)

Updates `svelte-check` from 4.1.5 to 4.1.6
- [Release notes](https://github.com/sveltejs/language-tools/releases)
- [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-4.1.5...svelte-check-4.1.6)

Updates `vite` from 6.2.5 to 6.3.2
- [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/v6.3.2/packages/vite)

---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-version: 9.25.1
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: eslint
dependency-version: 9.25.1
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: typescript-eslint
dependency-version: 8.31.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: svelte
dependency-version: 5.28.1
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: svelte-check
dependency-version: 4.1.6
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: vite
dependency-version: 6.3.2
dependency-type: direct:development
update-type: version-update:semver-minor
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
(Apr 21, 2025, 6:48 PM EDT) 99aac35c f786d1c7

+216 -204
+3 -3
package.json
··· 14 14 "@babel/core": "^7.26.10", 15 15 "@babel/preset-env": "^7.26.9", 16 16 "@babel/preset-typescript": "^7.27.0", 17 - "@eslint/js": "^9.24.0", 17 + "@eslint/js": "^9.25.1", 18 18 "@tsconfig/recommended": "^1.0.8", 19 19 "@types/jest": "^29.5.14", 20 20 "babel-jest": "^29.7.0", 21 - "eslint": "^9.24.0", 21 + "eslint": "^9.25.1", 22 22 "globals": "^16.0.0", 23 23 "jest": "^29.7.0", 24 24 "prettier": "^3.5.3", 25 25 "typescript": "^5.8.3", 26 - "typescript-eslint": "^8.29.1" 26 + "typescript-eslint": "^8.31.0" 27 27 }, 28 28 "packageManager": "pnpm@10.7.1" 29 29 }
+3 -3
packages/site/package.json
··· 12 12 "devDependencies": { 13 13 "@sveltejs/vite-plugin-svelte": "^5.0.3", 14 14 "@tsconfig/svelte": "^5.0.4", 15 - "svelte": "^5.25.8", 16 - "svelte-check": "^4.1.5", 15 + "svelte": "^5.28.1", 16 + "svelte-check": "^4.1.6", 17 17 "tslib": "^2.8.0", 18 - "vite": "^6.2.5" 18 + "vite": "^6.3.2" 19 19 }, 20 20 "dependencies": { 21 21 "@steamdown/core": "workspace:^",
+210 -198
pnpm-lock.yaml
··· 18 18 specifier: ^7.27.0 19 19 version: 7.27.0(@babel/core@7.26.10) 20 20 '@eslint/js': 21 - specifier: ^9.24.0 22 - version: 9.24.0 21 + specifier: ^9.25.1 22 + version: 9.25.1 23 23 '@tsconfig/recommended': 24 24 specifier: ^1.0.8 25 25 version: 1.0.8 ··· 30 30 specifier: ^29.7.0 31 31 version: 29.7.0(@babel/core@7.26.10) 32 32 eslint: 33 - specifier: ^9.24.0 34 - version: 9.24.0 33 + specifier: ^9.25.1 34 + version: 9.25.1 35 35 globals: 36 36 specifier: ^16.0.0 37 37 version: 16.0.0 ··· 45 45 specifier: ^5.8.3 46 46 version: 5.8.3 47 47 typescript-eslint: 48 - specifier: ^8.29.1 49 - version: 8.29.1(eslint@9.24.0)(typescript@5.8.3) 48 + specifier: ^8.31.0 49 + version: 8.31.0(eslint@9.25.1)(typescript@5.8.3) 50 50 51 51 packages/cli: 52 52 dependencies: ··· 84 84 devDependencies: 85 85 '@sveltejs/vite-plugin-svelte': 86 86 specifier: ^5.0.3 87 - version: 5.0.3(svelte@5.25.8)(vite@6.2.5(@types/node@20.14.2)) 87 + version: 5.0.3(svelte@5.28.1)(vite@6.3.2(@types/node@20.14.2)) 88 88 '@tsconfig/svelte': 89 89 specifier: ^5.0.4 90 90 version: 5.0.4 91 91 svelte: 92 - specifier: ^5.25.8 93 - version: 5.25.8 92 + specifier: ^5.28.1 93 + version: 5.28.1 94 94 svelte-check: 95 - specifier: ^4.1.5 96 - version: 4.1.5(svelte@5.25.8)(typescript@5.8.3) 95 + specifier: ^4.1.6 96 + version: 4.1.6(picomatch@4.0.2)(svelte@5.28.1)(typescript@5.8.3) 97 97 tslib: 98 98 specifier: ^2.8.0 99 99 version: 2.8.1 100 100 vite: 101 - specifier: ^6.2.5 102 - version: 6.2.5(@types/node@20.14.2) 101 + specifier: ^6.3.2 102 + version: 6.3.2(@types/node@20.14.2) 103 103 104 104 packages/steamdown: 105 105 dependencies: ··· 863 863 cpu: [x64] 864 864 os: [win32] 865 865 866 - '@eslint-community/eslint-utils@4.5.1': 867 - resolution: {integrity: sha512-soEIOALTfTK6EjmKMMoLugwaP0rzkad90iIWd1hMO9ARkSAyjfMfkRRhLvD5qH7vvM0Cg72pieUfR6yh6XxC4w==} 866 + '@eslint-community/eslint-utils@4.6.1': 867 + resolution: {integrity: sha512-KTsJMmobmbrFLe3LDh0PC2FXpcSYJt/MLjlkh/9LEnmKYLSYmT/0EW9JWANjeoemiuZrmogti0tW5Ch+qNUYDw==} 868 868 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 869 869 peerDependencies: 870 870 eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 ··· 881 881 resolution: {integrity: sha512-RI17tsD2frtDu/3dmI7QRrD4bedNKPM08ziRYaC5AhkGrzIAJelm9kJU1TznK+apx6V+cqRz8tfpEeG3oIyjxw==} 882 882 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 883 883 884 - '@eslint/core@0.12.0': 885 - resolution: {integrity: sha512-cmrR6pytBuSMTaBweKoGMwu3EiHiEC+DoyupPmlZ0HxBJBtIxwe+j/E4XPIKNx+Q74c8lXKPwYawBf5glsTkHg==} 886 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 887 - 888 884 '@eslint/core@0.13.0': 889 885 resolution: {integrity: sha512-yfkgDw1KR66rkT5A8ci4irzDysN7FRpq3ttJolR88OqQikAWqwA8j5VZyas+vjyBNFIJ7MfybJ9plMILI2UrCw==} 890 886 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 893 889 resolution: {integrity: sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==} 894 890 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 895 891 896 - '@eslint/js@9.24.0': 897 - resolution: {integrity: sha512-uIY/y3z0uvOGX8cp1C2fiC4+ZmBhp6yZWkojtHL1YEMnRt1Y63HB9TM17proGEmeG7HeUY+UP36F0aknKYTpYA==} 892 + '@eslint/js@9.25.1': 893 + resolution: {integrity: sha512-dEIwmjntEx8u3Uvv+kr3PDeeArL8Hw07H9kyYxCjnM9pBjfEhk6uLXSchxxzgiwtRhhzVzqmUSDFBOi1TuZ7qg==} 898 894 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 899 895 900 896 '@eslint/object-schema@2.1.6': ··· 1029 1025 resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} 1030 1026 engines: {node: '>= 8'} 1031 1027 1032 - '@rollup/rollup-android-arm-eabi@4.39.0': 1033 - resolution: {integrity: sha512-lGVys55Qb00Wvh8DMAocp5kIcaNzEFTmGhfFd88LfaogYTRKrdxgtlO5H6S49v2Nd8R2C6wLOal0qv6/kCkOwA==} 1028 + '@rollup/rollup-android-arm-eabi@4.40.0': 1029 + resolution: {integrity: sha512-+Fbls/diZ0RDerhE8kyC6hjADCXA1K4yVNlH0EYfd2XjyH0UGgzaQ8MlT0pCXAThfxv3QUAczHaL+qSv1E4/Cg==} 1034 1030 cpu: [arm] 1035 1031 os: [android] 1036 1032 1037 - '@rollup/rollup-android-arm64@4.39.0': 1038 - resolution: {integrity: sha512-It9+M1zE31KWfqh/0cJLrrsCPiF72PoJjIChLX+rEcujVRCb4NLQ5QzFkzIZW8Kn8FTbvGQBY5TkKBau3S8cCQ==} 1033 + '@rollup/rollup-android-arm64@4.40.0': 1034 + resolution: {integrity: sha512-PPA6aEEsTPRz+/4xxAmaoWDqh67N7wFbgFUJGMnanCFs0TV99M0M8QhhaSCks+n6EbQoFvLQgYOGXxlMGQe/6w==} 1039 1035 cpu: [arm64] 1040 1036 os: [android] 1041 1037 1042 - '@rollup/rollup-darwin-arm64@4.39.0': 1043 - resolution: {integrity: sha512-lXQnhpFDOKDXiGxsU9/l8UEGGM65comrQuZ+lDcGUx+9YQ9dKpF3rSEGepyeR5AHZ0b5RgiligsBhWZfSSQh8Q==} 1038 + '@rollup/rollup-darwin-arm64@4.40.0': 1039 + resolution: {integrity: sha512-GwYOcOakYHdfnjjKwqpTGgn5a6cUX7+Ra2HeNj/GdXvO2VJOOXCiYYlRFU4CubFM67EhbmzLOmACKEfvp3J1kQ==} 1044 1040 cpu: [arm64] 1045 1041 os: [darwin] 1046 1042 1047 - '@rollup/rollup-darwin-x64@4.39.0': 1048 - resolution: {integrity: sha512-mKXpNZLvtEbgu6WCkNij7CGycdw9cJi2k9v0noMb++Vab12GZjFgUXD69ilAbBh034Zwn95c2PNSz9xM7KYEAQ==} 1043 + '@rollup/rollup-darwin-x64@4.40.0': 1044 + resolution: {integrity: sha512-CoLEGJ+2eheqD9KBSxmma6ld01czS52Iw0e2qMZNpPDlf7Z9mj8xmMemxEucinev4LgHalDPczMyxzbq+Q+EtA==} 1049 1045 cpu: [x64] 1050 1046 os: [darwin] 1051 1047 1052 - '@rollup/rollup-freebsd-arm64@4.39.0': 1053 - resolution: {integrity: sha512-jivRRlh2Lod/KvDZx2zUR+I4iBfHcu2V/BA2vasUtdtTN2Uk3jfcZczLa81ESHZHPHy4ih3T/W5rPFZ/hX7RtQ==} 1048 + '@rollup/rollup-freebsd-arm64@4.40.0': 1049 + resolution: {integrity: sha512-r7yGiS4HN/kibvESzmrOB/PxKMhPTlz+FcGvoUIKYoTyGd5toHp48g1uZy1o1xQvybwwpqpe010JrcGG2s5nkg==} 1054 1050 cpu: [arm64] 1055 1051 os: [freebsd] 1056 1052 1057 - '@rollup/rollup-freebsd-x64@4.39.0': 1058 - resolution: {integrity: sha512-8RXIWvYIRK9nO+bhVz8DwLBepcptw633gv/QT4015CpJ0Ht8punmoHU/DuEd3iw9Hr8UwUV+t+VNNuZIWYeY7Q==} 1053 + '@rollup/rollup-freebsd-x64@4.40.0': 1054 + resolution: {integrity: sha512-mVDxzlf0oLzV3oZOr0SMJ0lSDd3xC4CmnWJ8Val8isp9jRGl5Dq//LLDSPFrasS7pSm6m5xAcKaw3sHXhBjoRw==} 1059 1055 cpu: [x64] 1060 1056 os: [freebsd] 1061 1057 1062 - '@rollup/rollup-linux-arm-gnueabihf@4.39.0': 1063 - resolution: {integrity: sha512-mz5POx5Zu58f2xAG5RaRRhp3IZDK7zXGk5sdEDj4o96HeaXhlUwmLFzNlc4hCQi5sGdR12VDgEUqVSHer0lI9g==} 1058 + '@rollup/rollup-linux-arm-gnueabihf@4.40.0': 1059 + resolution: {integrity: sha512-y/qUMOpJxBMy8xCXD++jeu8t7kzjlOCkoxxajL58G62PJGBZVl/Gwpm7JK9+YvlB701rcQTzjUZ1JgUoPTnoQA==} 1064 1060 cpu: [arm] 1065 1061 os: [linux] 1066 1062 1067 - '@rollup/rollup-linux-arm-musleabihf@4.39.0': 1068 - resolution: {integrity: sha512-+YDwhM6gUAyakl0CD+bMFpdmwIoRDzZYaTWV3SDRBGkMU/VpIBYXXEvkEcTagw/7VVkL2vA29zU4UVy1mP0/Yw==} 1063 + '@rollup/rollup-linux-arm-musleabihf@4.40.0': 1064 + resolution: {integrity: sha512-GoCsPibtVdJFPv/BOIvBKO/XmwZLwaNWdyD8TKlXuqp0veo2sHE+A/vpMQ5iSArRUz/uaoj4h5S6Pn0+PdhRjg==} 1069 1065 cpu: [arm] 1070 1066 os: [linux] 1071 1067 1072 - '@rollup/rollup-linux-arm64-gnu@4.39.0': 1073 - resolution: {integrity: sha512-EKf7iF7aK36eEChvlgxGnk7pdJfzfQbNvGV/+l98iiMwU23MwvmV0Ty3pJ0p5WQfm3JRHOytSIqD9LB7Bq7xdQ==} 1068 + '@rollup/rollup-linux-arm64-gnu@4.40.0': 1069 + resolution: {integrity: sha512-L5ZLphTjjAD9leJzSLI7rr8fNqJMlGDKlazW2tX4IUF9P7R5TMQPElpH82Q7eNIDQnQlAyiNVfRPfP2vM5Avvg==} 1074 1070 cpu: [arm64] 1075 1071 os: [linux] 1076 1072 1077 - '@rollup/rollup-linux-arm64-musl@4.39.0': 1078 - resolution: {integrity: sha512-vYanR6MtqC7Z2SNr8gzVnzUul09Wi1kZqJaek3KcIlI/wq5Xtq4ZPIZ0Mr/st/sv/NnaPwy/D4yXg5x0B3aUUA==} 1073 + '@rollup/rollup-linux-arm64-musl@4.40.0': 1074 + resolution: {integrity: sha512-ATZvCRGCDtv1Y4gpDIXsS+wfFeFuLwVxyUBSLawjgXK2tRE6fnsQEkE4csQQYWlBlsFztRzCnBvWVfcae/1qxQ==} 1079 1075 cpu: [arm64] 1080 1076 os: [linux] 1081 1077 1082 - '@rollup/rollup-linux-loongarch64-gnu@4.39.0': 1083 - resolution: {integrity: sha512-NMRUT40+h0FBa5fb+cpxtZoGAggRem16ocVKIv5gDB5uLDgBIwrIsXlGqYbLwW8YyO3WVTk1FkFDjMETYlDqiw==} 1078 + '@rollup/rollup-linux-loongarch64-gnu@4.40.0': 1079 + resolution: {integrity: sha512-wG9e2XtIhd++QugU5MD9i7OnpaVb08ji3P1y/hNbxrQ3sYEelKJOq1UJ5dXczeo6Hj2rfDEL5GdtkMSVLa/AOg==} 1084 1080 cpu: [loong64] 1085 1081 os: [linux] 1086 1082 1087 - '@rollup/rollup-linux-powerpc64le-gnu@4.39.0': 1088 - resolution: {integrity: sha512-0pCNnmxgduJ3YRt+D+kJ6Ai/r+TaePu9ZLENl+ZDV/CdVczXl95CbIiwwswu4L+K7uOIGf6tMo2vm8uadRaICQ==} 1083 + '@rollup/rollup-linux-powerpc64le-gnu@4.40.0': 1084 + resolution: {integrity: sha512-vgXfWmj0f3jAUvC7TZSU/m/cOE558ILWDzS7jBhiCAFpY2WEBn5jqgbqvmzlMjtp8KlLcBlXVD2mkTSEQE6Ixw==} 1089 1085 cpu: [ppc64] 1090 1086 os: [linux] 1091 1087 1092 - '@rollup/rollup-linux-riscv64-gnu@4.39.0': 1093 - resolution: {integrity: sha512-t7j5Zhr7S4bBtksT73bO6c3Qa2AV/HqiGlj9+KB3gNF5upcVkx+HLgxTm8DK4OkzsOYqbdqbLKwvGMhylJCPhQ==} 1088 + '@rollup/rollup-linux-riscv64-gnu@4.40.0': 1089 + resolution: {integrity: sha512-uJkYTugqtPZBS3Z136arevt/FsKTF/J9dEMTX/cwR7lsAW4bShzI2R0pJVw+hcBTWF4dxVckYh72Hk3/hWNKvA==} 1094 1090 cpu: [riscv64] 1095 1091 os: [linux] 1096 1092 1097 - '@rollup/rollup-linux-riscv64-musl@4.39.0': 1098 - resolution: {integrity: sha512-m6cwI86IvQ7M93MQ2RF5SP8tUjD39Y7rjb1qjHgYh28uAPVU8+k/xYWvxRO3/tBN2pZkSMa5RjnPuUIbrwVxeA==} 1093 + '@rollup/rollup-linux-riscv64-musl@4.40.0': 1094 + resolution: {integrity: sha512-rKmSj6EXQRnhSkE22+WvrqOqRtk733x3p5sWpZilhmjnkHkpeCgWsFFo0dGnUGeA+OZjRl3+VYq+HyCOEuwcxQ==} 1099 1095 cpu: [riscv64] 1100 1096 os: [linux] 1101 1097 1102 - '@rollup/rollup-linux-s390x-gnu@4.39.0': 1103 - resolution: {integrity: sha512-iRDJd2ebMunnk2rsSBYlsptCyuINvxUfGwOUldjv5M4tpa93K8tFMeYGpNk2+Nxl+OBJnBzy2/JCscGeO507kA==} 1098 + '@rollup/rollup-linux-s390x-gnu@4.40.0': 1099 + resolution: {integrity: sha512-SpnYlAfKPOoVsQqmTFJ0usx0z84bzGOS9anAC0AZ3rdSo3snecihbhFTlJZ8XMwzqAcodjFU4+/SM311dqE5Sw==} 1104 1100 cpu: [s390x] 1105 1101 os: [linux] 1106 1102 1107 - '@rollup/rollup-linux-x64-gnu@4.39.0': 1108 - resolution: {integrity: sha512-t9jqYw27R6Lx0XKfEFe5vUeEJ5pF3SGIM6gTfONSMb7DuG6z6wfj2yjcoZxHg129veTqU7+wOhY6GX8wmf90dA==} 1103 + '@rollup/rollup-linux-x64-gnu@4.40.0': 1104 + resolution: {integrity: sha512-RcDGMtqF9EFN8i2RYN2W+64CdHruJ5rPqrlYw+cgM3uOVPSsnAQps7cpjXe9be/yDp8UC7VLoCoKC8J3Kn2FkQ==} 1109 1105 cpu: [x64] 1110 1106 os: [linux] 1111 1107 1112 - '@rollup/rollup-linux-x64-musl@4.39.0': 1113 - resolution: {integrity: sha512-ThFdkrFDP55AIsIZDKSBWEt/JcWlCzydbZHinZ0F/r1h83qbGeenCt/G/wG2O0reuENDD2tawfAj2s8VK7Bugg==} 1108 + '@rollup/rollup-linux-x64-musl@4.40.0': 1109 + resolution: {integrity: sha512-HZvjpiUmSNx5zFgwtQAV1GaGazT2RWvqeDi0hV+AtC8unqqDSsaFjPxfsO6qPtKRRg25SisACWnJ37Yio8ttaw==} 1114 1110 cpu: [x64] 1115 1111 os: [linux] 1116 1112 1117 - '@rollup/rollup-win32-arm64-msvc@4.39.0': 1118 - resolution: {integrity: sha512-jDrLm6yUtbOg2TYB3sBF3acUnAwsIksEYjLeHL+TJv9jg+TmTwdyjnDex27jqEMakNKf3RwwPahDIt7QXCSqRQ==} 1113 + '@rollup/rollup-win32-arm64-msvc@4.40.0': 1114 + resolution: {integrity: sha512-UtZQQI5k/b8d7d3i9AZmA/t+Q4tk3hOC0tMOMSq2GlMYOfxbesxG4mJSeDp0EHs30N9bsfwUvs3zF4v/RzOeTQ==} 1119 1115 cpu: [arm64] 1120 1116 os: [win32] 1121 1117 1122 - '@rollup/rollup-win32-ia32-msvc@4.39.0': 1123 - resolution: {integrity: sha512-6w9uMuza+LbLCVoNKL5FSLE7yvYkq9laSd09bwS0tMjkwXrmib/4KmoJcrKhLWHvw19mwU+33ndC69T7weNNjQ==} 1118 + '@rollup/rollup-win32-ia32-msvc@4.40.0': 1119 + resolution: {integrity: sha512-+m03kvI2f5syIqHXCZLPVYplP8pQch9JHyXKZ3AGMKlg8dCyr2PKHjwRLiW53LTrN/Nc3EqHOKxUxzoSPdKddA==} 1124 1120 cpu: [ia32] 1125 1121 os: [win32] 1126 1122 1127 - '@rollup/rollup-win32-x64-msvc@4.39.0': 1128 - resolution: {integrity: sha512-yAkUOkIKZlK5dl7u6dg897doBgLXmUHhIINM2c+sND3DZwnrdQkkSiDh7N75Ll4mM4dxSkYfXqU9fW3lLkMFug==} 1123 + '@rollup/rollup-win32-x64-msvc@4.40.0': 1124 + resolution: {integrity: sha512-lpPE1cLfP5oPzVjKMx10pgBmKELQnFJXHgvtHCtuJWOv8MxqdEIMNtgHgBFf7Ea2/7EuVwa9fodWUfXAlXZLZQ==} 1129 1125 cpu: [x64] 1130 1126 os: [win32] 1131 1127 ··· 1209 1205 '@types/yargs@17.0.32': 1210 1206 resolution: {integrity: sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==} 1211 1207 1212 - '@typescript-eslint/eslint-plugin@8.29.1': 1213 - resolution: {integrity: sha512-ba0rr4Wfvg23vERs3eB+P3lfj2E+2g3lhWcCVukUuhtcdUx5lSIFZlGFEBHKr+3zizDa/TvZTptdNHVZWAkSBg==} 1208 + '@typescript-eslint/eslint-plugin@8.31.0': 1209 + resolution: {integrity: sha512-evaQJZ/J/S4wisevDvC1KFZkPzRetH8kYZbkgcTRyql3mcKsf+ZFDV1BVWUGTCAW5pQHoqn5gK5b8kn7ou9aFQ==} 1214 1210 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1215 1211 peerDependencies: 1216 1212 '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 1217 1213 eslint: ^8.57.0 || ^9.0.0 1218 1214 typescript: '>=4.8.4 <5.9.0' 1219 1215 1220 - '@typescript-eslint/parser@8.29.1': 1221 - resolution: {integrity: sha512-zczrHVEqEaTwh12gWBIJWj8nx+ayDcCJs06yoNMY0kwjMWDM6+kppljY+BxWI06d2Ja+h4+WdufDcwMnnMEWmg==} 1216 + '@typescript-eslint/parser@8.31.0': 1217 + resolution: {integrity: sha512-67kYYShjBR0jNI5vsf/c3WG4u+zDnCTHTPqVMQguffaWWFs7artgwKmfwdifl+r6XyM5LYLas/dInj2T0SgJyw==} 1222 1218 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1223 1219 peerDependencies: 1224 1220 eslint: ^8.57.0 || ^9.0.0 1225 1221 typescript: '>=4.8.4 <5.9.0' 1226 1222 1227 - '@typescript-eslint/scope-manager@8.29.1': 1228 - resolution: {integrity: sha512-2nggXGX5F3YrsGN08pw4XpMLO1Rgtnn4AzTegC2MDesv6q3QaTU5yU7IbS1tf1IwCR0Hv/1EFygLn9ms6LIpDA==} 1223 + '@typescript-eslint/scope-manager@8.31.0': 1224 + resolution: {integrity: sha512-knO8UyF78Nt8O/B64i7TlGXod69ko7z6vJD9uhSlm0qkAbGeRUSudcm0+K/4CrRjrpiHfBCjMWlc08Vav1xwcw==} 1229 1225 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1230 1226 1231 - '@typescript-eslint/type-utils@8.29.1': 1232 - resolution: {integrity: sha512-DkDUSDwZVCYN71xA4wzySqqcZsHKic53A4BLqmrWFFpOpNSoxX233lwGu/2135ymTCR04PoKiEEEvN1gFYg4Tw==} 1227 + '@typescript-eslint/type-utils@8.31.0': 1228 + resolution: {integrity: sha512-DJ1N1GdjI7IS7uRlzJuEDCgDQix3ZVYVtgeWEyhyn4iaoitpMBX6Ndd488mXSx0xah/cONAkEaYyylDyAeHMHg==} 1233 1229 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1234 1230 peerDependencies: 1235 1231 eslint: ^8.57.0 || ^9.0.0 1236 1232 typescript: '>=4.8.4 <5.9.0' 1237 1233 1238 - '@typescript-eslint/types@8.29.1': 1239 - resolution: {integrity: sha512-VT7T1PuJF1hpYC3AGm2rCgJBjHL3nc+A/bhOp9sGMKfi5v0WufsX/sHCFBfNTx2F+zA6qBc/PD0/kLRLjdt8mQ==} 1234 + '@typescript-eslint/types@8.31.0': 1235 + resolution: {integrity: sha512-Ch8oSjVyYyJxPQk8pMiP2FFGYatqXQfQIaMp+TpuuLlDachRWpUAeEu1u9B/v/8LToehUIWyiKcA/w5hUFRKuQ==} 1240 1236 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1241 1237 1242 - '@typescript-eslint/typescript-estree@8.29.1': 1243 - resolution: {integrity: sha512-l1enRoSaUkQxOQnbi0KPUtqeZkSiFlqrx9/3ns2rEDhGKfTa+88RmXqedC1zmVTOWrLc2e6DEJrTA51C9iLH5g==} 1238 + '@typescript-eslint/typescript-estree@8.31.0': 1239 + resolution: {integrity: sha512-xLmgn4Yl46xi6aDSZ9KkyfhhtnYI15/CvHbpOy/eR5NWhK/BK8wc709KKwhAR0m4ZKRP7h07bm4BWUYOCuRpQQ==} 1244 1240 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1245 1241 peerDependencies: 1246 1242 typescript: '>=4.8.4 <5.9.0' 1247 1243 1248 - '@typescript-eslint/utils@8.29.1': 1249 - resolution: {integrity: sha512-QAkFEbytSaB8wnmB+DflhUPz6CLbFWE2SnSCrRMEa+KnXIzDYbpsn++1HGvnfAsUY44doDXmvRkO5shlM/3UfA==} 1244 + '@typescript-eslint/utils@8.31.0': 1245 + resolution: {integrity: sha512-qi6uPLt9cjTFxAb1zGNgTob4x9ur7xC6mHQJ8GwEzGMGE9tYniublmJaowOJ9V2jUzxrltTPfdG2nKlWsq0+Ww==} 1250 1246 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1251 1247 peerDependencies: 1252 1248 eslint: ^8.57.0 || ^9.0.0 1253 1249 typescript: '>=4.8.4 <5.9.0' 1254 1250 1255 - '@typescript-eslint/visitor-keys@8.29.1': 1256 - resolution: {integrity: sha512-RGLh5CRaUEf02viP5c1Vh1cMGffQscyHe7HPAzGpfmfflFg1wUz2rYxd+OZqwpeypYvZ8UxSxuIpF++fmOzEcg==} 1251 + '@typescript-eslint/visitor-keys@8.31.0': 1252 + resolution: {integrity: sha512-QcGHmlRHWOl93o64ZUMNewCdwKGU6WItOU52H0djgNmn1EOrhVudrDzXz4OycCRSCPwFCDrE2iIt5vmuUdHxuQ==} 1257 1253 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1258 1254 1259 1255 acorn-jsx@5.3.2: ··· 1531 1527 resolution: {integrity: sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==} 1532 1528 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1533 1529 1534 - eslint@9.24.0: 1535 - resolution: {integrity: sha512-eh/jxIEJyZrvbWRe4XuVclLPDYSYYYgLy5zXGGxD6j8zjSAxFEzI2fL/8xNq6O2yKqVt+eF2YhV+hxjV6UKXwQ==} 1530 + eslint@9.25.1: 1531 + resolution: {integrity: sha512-E6Mtz9oGQWDCpV12319d59n4tx9zOTXSTmc8BLVxBx+G/0RdM5MvEEJLU9c0+aleoePYYgVTOsRblx433qmhWQ==} 1536 1532 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1537 1533 hasBin: true 1538 1534 peerDependencies: ··· 1603 1599 fb-watchman@2.0.2: 1604 1600 resolution: {integrity: sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==} 1605 1601 1606 - fdir@6.4.3: 1607 - resolution: {integrity: sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw==} 1602 + fdir@6.4.4: 1603 + resolution: {integrity: sha512-1NZP+GK4GfuAv3PqKvxQRDMjdSRZjnkq7KfhlNrCNNlZ0ygQFpebfrnfnq/W7fpUnAv9aGWmY1zKx7FYL3gwhg==} 1608 1604 peerDependencies: 1609 1605 picomatch: ^3 || ^4 1610 1606 peerDependenciesMeta: ··· 2133 2129 resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} 2134 2130 engines: {node: '>=8.6'} 2135 2131 2132 + picomatch@4.0.2: 2133 + resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==} 2134 + engines: {node: '>=12'} 2135 + 2136 2136 pirates@4.0.6: 2137 2137 resolution: {integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==} 2138 2138 engines: {node: '>= 6'} ··· 2236 2236 resolution: {integrity: sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==} 2237 2237 engines: {iojs: '>=1.0.0', node: '>=0.10.0'} 2238 2238 2239 - rollup@4.39.0: 2240 - resolution: {integrity: sha512-thI8kNc02yNvnmJp8dr3fNWJ9tCONDhp6TV35X6HkKGGs9E6q7YWCHbe5vKiTa7TAiNcFEmXKj3X/pG2b3ci0g==} 2239 + rollup@4.40.0: 2240 + resolution: {integrity: sha512-Noe455xmA96nnqH5piFtLobsGbCij7Tu+tb3c1vYjNbTkfzGqXqQXG3wJaYXkRZuQ0vEYN4bhwg7QnIrqB5B+w==} 2241 2241 engines: {node: '>=18.0.0', npm: '>=8.0.0'} 2242 2242 hasBin: true 2243 2243 ··· 2329 2329 resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} 2330 2330 engines: {node: '>= 0.4'} 2331 2331 2332 - svelte-check@4.1.5: 2333 - resolution: {integrity: sha512-Gb0T2IqBNe1tLB9EB1Qh+LOe+JB8wt2/rNBDGvkxQVvk8vNeAoG+vZgFB/3P5+zC7RWlyBlzm9dVjZFph/maIg==} 2332 + svelte-check@4.1.6: 2333 + resolution: {integrity: sha512-P7w/6tdSfk3zEVvfsgrp3h3DFC75jCdZjTQvgGJtjPORs1n7/v2VMPIoty3PWv7jnfEm3x0G/p9wH4pecTb0Wg==} 2334 2334 engines: {node: '>= 18.0.0'} 2335 2335 hasBin: true 2336 2336 peerDependencies: 2337 2337 svelte: ^4.0.0 || ^5.0.0-next.0 2338 2338 typescript: '>=5.0.0' 2339 2339 2340 - svelte@5.25.8: 2341 - resolution: {integrity: sha512-yRmjmT5rgCZUMfCKS5varGlSe/nQyr2oClyIirbBChfTFc00YjVAyVWo1zOH74La3hi5KRSkNJKncyJ04PwIYA==} 2340 + svelte@5.28.1: 2341 + resolution: {integrity: sha512-iOa9WmfNG95lSOSJdMhdjJ4Afok7IRAQYXpbnxhd5EINnXseG0GVa9j6WPght4eX78XfFez45Fi+uRglGKPV/Q==} 2342 2342 engines: {node: '>=18'} 2343 2343 2344 2344 test-exclude@6.0.0: 2345 2345 resolution: {integrity: sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==} 2346 2346 engines: {node: '>=8'} 2347 + 2348 + tinyglobby@0.2.13: 2349 + resolution: {integrity: sha512-mEwzpUgrLySlveBwEVDMKk5B57bhLPYovRfPAXD5gA/98Opn0rCDj3GtLwFvCvH5RK9uPCExUROW5NjDwvqkxw==} 2350 + engines: {node: '>=12.0.0'} 2347 2351 2348 2352 tmpl@1.0.5: 2349 2353 resolution: {integrity: sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==} ··· 2373 2377 resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==} 2374 2378 engines: {node: '>=10'} 2375 2379 2376 - typescript-eslint@8.29.1: 2377 - resolution: {integrity: sha512-f8cDkvndhbQMPcysk6CUSGBWV+g1utqdn71P5YKwMumVMOG/5k7cHq0KyG4O52nB0oKS4aN2Tp5+wB4APJGC+w==} 2380 + typescript-eslint@8.31.0: 2381 + resolution: {integrity: sha512-u+93F0sB0An8WEAPtwxVhFby573E8ckdjwUUQUj9QA4v8JAvgtoDdIyYR3XFwFHq2W1KJ1AurwJCO+w+Y1ixyQ==} 2378 2382 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2379 2383 peerDependencies: 2380 2384 eslint: ^8.57.0 || ^9.0.0 ··· 2417 2421 resolution: {integrity: sha512-/EH/sDgxU2eGxajKdwLCDmQ4FWq+kpi3uCmBGpw1xJtnAxEjlD8j8PEiGWpCIMIs3ciNAgH0d3TTJiUkYzyZjA==} 2418 2422 engines: {node: '>=10.12.0'} 2419 2423 2420 - vite@6.2.5: 2421 - resolution: {integrity: sha512-j023J/hCAa4pRIUH6J9HemwYfjB5llR2Ps0CWeikOtdR8+pAURAk0DoJC5/mm9kd+UgdnIy7d6HE4EAvlYhPhA==} 2424 + vite@6.3.2: 2425 + resolution: {integrity: sha512-ZSvGOXKGceizRQIZSz7TGJ0pS3QLlVY/9hwxVh17W3re67je1RKYzFHivZ/t0tubU78Vkyb9WnHPENSBCzbckg==} 2422 2426 engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} 2423 2427 hasBin: true 2424 2428 peerDependencies: ··· 3373 3377 '@esbuild/win32-x64@0.25.2': 3374 3378 optional: true 3375 3379 3376 - '@eslint-community/eslint-utils@4.5.1(eslint@9.24.0)': 3380 + '@eslint-community/eslint-utils@4.6.1(eslint@9.25.1)': 3377 3381 dependencies: 3378 - eslint: 9.24.0 3382 + eslint: 9.25.1 3379 3383 eslint-visitor-keys: 3.4.3 3380 3384 3381 3385 '@eslint-community/regexpp@4.12.1': {} ··· 3390 3394 3391 3395 '@eslint/config-helpers@0.2.1': {} 3392 3396 3393 - '@eslint/core@0.12.0': 3394 - dependencies: 3395 - '@types/json-schema': 7.0.15 3396 - 3397 3397 '@eslint/core@0.13.0': 3398 3398 dependencies: 3399 3399 '@types/json-schema': 7.0.15 ··· 3412 3412 transitivePeerDependencies: 3413 3413 - supports-color 3414 3414 3415 - '@eslint/js@9.24.0': {} 3415 + '@eslint/js@9.25.1': {} 3416 3416 3417 3417 '@eslint/object-schema@2.1.6': {} 3418 3418 ··· 3635 3635 '@nodelib/fs.scandir': 2.1.5 3636 3636 fastq: 1.19.1 3637 3637 3638 - '@rollup/rollup-android-arm-eabi@4.39.0': 3638 + '@rollup/rollup-android-arm-eabi@4.40.0': 3639 3639 optional: true 3640 3640 3641 - '@rollup/rollup-android-arm64@4.39.0': 3641 + '@rollup/rollup-android-arm64@4.40.0': 3642 3642 optional: true 3643 3643 3644 - '@rollup/rollup-darwin-arm64@4.39.0': 3644 + '@rollup/rollup-darwin-arm64@4.40.0': 3645 3645 optional: true 3646 3646 3647 - '@rollup/rollup-darwin-x64@4.39.0': 3647 + '@rollup/rollup-darwin-x64@4.40.0': 3648 3648 optional: true 3649 3649 3650 - '@rollup/rollup-freebsd-arm64@4.39.0': 3650 + '@rollup/rollup-freebsd-arm64@4.40.0': 3651 3651 optional: true 3652 3652 3653 - '@rollup/rollup-freebsd-x64@4.39.0': 3653 + '@rollup/rollup-freebsd-x64@4.40.0': 3654 3654 optional: true 3655 3655 3656 - '@rollup/rollup-linux-arm-gnueabihf@4.39.0': 3656 + '@rollup/rollup-linux-arm-gnueabihf@4.40.0': 3657 3657 optional: true 3658 3658 3659 - '@rollup/rollup-linux-arm-musleabihf@4.39.0': 3659 + '@rollup/rollup-linux-arm-musleabihf@4.40.0': 3660 3660 optional: true 3661 3661 3662 - '@rollup/rollup-linux-arm64-gnu@4.39.0': 3662 + '@rollup/rollup-linux-arm64-gnu@4.40.0': 3663 3663 optional: true 3664 3664 3665 - '@rollup/rollup-linux-arm64-musl@4.39.0': 3665 + '@rollup/rollup-linux-arm64-musl@4.40.0': 3666 3666 optional: true 3667 3667 3668 - '@rollup/rollup-linux-loongarch64-gnu@4.39.0': 3668 + '@rollup/rollup-linux-loongarch64-gnu@4.40.0': 3669 3669 optional: true 3670 3670 3671 - '@rollup/rollup-linux-powerpc64le-gnu@4.39.0': 3671 + '@rollup/rollup-linux-powerpc64le-gnu@4.40.0': 3672 3672 optional: true 3673 3673 3674 - '@rollup/rollup-linux-riscv64-gnu@4.39.0': 3674 + '@rollup/rollup-linux-riscv64-gnu@4.40.0': 3675 3675 optional: true 3676 3676 3677 - '@rollup/rollup-linux-riscv64-musl@4.39.0': 3677 + '@rollup/rollup-linux-riscv64-musl@4.40.0': 3678 3678 optional: true 3679 3679 3680 - '@rollup/rollup-linux-s390x-gnu@4.39.0': 3680 + '@rollup/rollup-linux-s390x-gnu@4.40.0': 3681 3681 optional: true 3682 3682 3683 - '@rollup/rollup-linux-x64-gnu@4.39.0': 3683 + '@rollup/rollup-linux-x64-gnu@4.40.0': 3684 3684 optional: true 3685 3685 3686 - '@rollup/rollup-linux-x64-musl@4.39.0': 3686 + '@rollup/rollup-linux-x64-musl@4.40.0': 3687 3687 optional: true 3688 3688 3689 - '@rollup/rollup-win32-arm64-msvc@4.39.0': 3689 + '@rollup/rollup-win32-arm64-msvc@4.40.0': 3690 3690 optional: true 3691 3691 3692 - '@rollup/rollup-win32-ia32-msvc@4.39.0': 3692 + '@rollup/rollup-win32-ia32-msvc@4.40.0': 3693 3693 optional: true 3694 3694 3695 - '@rollup/rollup-win32-x64-msvc@4.39.0': 3695 + '@rollup/rollup-win32-x64-msvc@4.40.0': 3696 3696 optional: true 3697 3697 3698 3698 '@sinclair/typebox@0.27.8': {} ··· 3709 3709 dependencies: 3710 3710 acorn: 8.14.1 3711 3711 3712 - '@sveltejs/vite-plugin-svelte-inspector@4.0.1(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.25.8)(vite@6.2.5(@types/node@20.14.2)))(svelte@5.25.8)(vite@6.2.5(@types/node@20.14.2))': 3712 + '@sveltejs/vite-plugin-svelte-inspector@4.0.1(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.28.1)(vite@6.3.2(@types/node@20.14.2)))(svelte@5.28.1)(vite@6.3.2(@types/node@20.14.2))': 3713 3713 dependencies: 3714 - '@sveltejs/vite-plugin-svelte': 5.0.3(svelte@5.25.8)(vite@6.2.5(@types/node@20.14.2)) 3714 + '@sveltejs/vite-plugin-svelte': 5.0.3(svelte@5.28.1)(vite@6.3.2(@types/node@20.14.2)) 3715 3715 debug: 4.4.0 3716 - svelte: 5.25.8 3717 - vite: 6.2.5(@types/node@20.14.2) 3716 + svelte: 5.28.1 3717 + vite: 6.3.2(@types/node@20.14.2) 3718 3718 transitivePeerDependencies: 3719 3719 - supports-color 3720 3720 3721 - '@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.25.8)(vite@6.2.5(@types/node@20.14.2))': 3721 + '@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.28.1)(vite@6.3.2(@types/node@20.14.2))': 3722 3722 dependencies: 3723 - '@sveltejs/vite-plugin-svelte-inspector': 4.0.1(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.25.8)(vite@6.2.5(@types/node@20.14.2)))(svelte@5.25.8)(vite@6.2.5(@types/node@20.14.2)) 3723 + '@sveltejs/vite-plugin-svelte-inspector': 4.0.1(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.28.1)(vite@6.3.2(@types/node@20.14.2)))(svelte@5.28.1)(vite@6.3.2(@types/node@20.14.2)) 3724 3724 debug: 4.4.0 3725 3725 deepmerge: 4.3.1 3726 3726 kleur: 4.1.5 3727 3727 magic-string: 0.30.17 3728 - svelte: 5.25.8 3729 - vite: 6.2.5(@types/node@20.14.2) 3730 - vitefu: 1.0.4(vite@6.2.5(@types/node@20.14.2)) 3728 + svelte: 5.28.1 3729 + vite: 6.3.2(@types/node@20.14.2) 3730 + vitefu: 1.0.4(vite@6.3.2(@types/node@20.14.2)) 3731 3731 transitivePeerDependencies: 3732 3732 - supports-color 3733 3733 ··· 3791 3791 dependencies: 3792 3792 '@types/yargs-parser': 21.0.3 3793 3793 3794 - '@typescript-eslint/eslint-plugin@8.29.1(@typescript-eslint/parser@8.29.1(eslint@9.24.0)(typescript@5.8.3))(eslint@9.24.0)(typescript@5.8.3)': 3794 + '@typescript-eslint/eslint-plugin@8.31.0(@typescript-eslint/parser@8.31.0(eslint@9.25.1)(typescript@5.8.3))(eslint@9.25.1)(typescript@5.8.3)': 3795 3795 dependencies: 3796 3796 '@eslint-community/regexpp': 4.12.1 3797 - '@typescript-eslint/parser': 8.29.1(eslint@9.24.0)(typescript@5.8.3) 3798 - '@typescript-eslint/scope-manager': 8.29.1 3799 - '@typescript-eslint/type-utils': 8.29.1(eslint@9.24.0)(typescript@5.8.3) 3800 - '@typescript-eslint/utils': 8.29.1(eslint@9.24.0)(typescript@5.8.3) 3801 - '@typescript-eslint/visitor-keys': 8.29.1 3802 - eslint: 9.24.0 3797 + '@typescript-eslint/parser': 8.31.0(eslint@9.25.1)(typescript@5.8.3) 3798 + '@typescript-eslint/scope-manager': 8.31.0 3799 + '@typescript-eslint/type-utils': 8.31.0(eslint@9.25.1)(typescript@5.8.3) 3800 + '@typescript-eslint/utils': 8.31.0(eslint@9.25.1)(typescript@5.8.3) 3801 + '@typescript-eslint/visitor-keys': 8.31.0 3802 + eslint: 9.25.1 3803 3803 graphemer: 1.4.0 3804 3804 ignore: 5.3.2 3805 3805 natural-compare: 1.4.0 ··· 3808 3808 transitivePeerDependencies: 3809 3809 - supports-color 3810 3810 3811 - '@typescript-eslint/parser@8.29.1(eslint@9.24.0)(typescript@5.8.3)': 3811 + '@typescript-eslint/parser@8.31.0(eslint@9.25.1)(typescript@5.8.3)': 3812 3812 dependencies: 3813 - '@typescript-eslint/scope-manager': 8.29.1 3814 - '@typescript-eslint/types': 8.29.1 3815 - '@typescript-eslint/typescript-estree': 8.29.1(typescript@5.8.3) 3816 - '@typescript-eslint/visitor-keys': 8.29.1 3813 + '@typescript-eslint/scope-manager': 8.31.0 3814 + '@typescript-eslint/types': 8.31.0 3815 + '@typescript-eslint/typescript-estree': 8.31.0(typescript@5.8.3) 3816 + '@typescript-eslint/visitor-keys': 8.31.0 3817 3817 debug: 4.4.0 3818 - eslint: 9.24.0 3818 + eslint: 9.25.1 3819 3819 typescript: 5.8.3 3820 3820 transitivePeerDependencies: 3821 3821 - supports-color 3822 3822 3823 - '@typescript-eslint/scope-manager@8.29.1': 3823 + '@typescript-eslint/scope-manager@8.31.0': 3824 3824 dependencies: 3825 - '@typescript-eslint/types': 8.29.1 3826 - '@typescript-eslint/visitor-keys': 8.29.1 3825 + '@typescript-eslint/types': 8.31.0 3826 + '@typescript-eslint/visitor-keys': 8.31.0 3827 3827 3828 - '@typescript-eslint/type-utils@8.29.1(eslint@9.24.0)(typescript@5.8.3)': 3828 + '@typescript-eslint/type-utils@8.31.0(eslint@9.25.1)(typescript@5.8.3)': 3829 3829 dependencies: 3830 - '@typescript-eslint/typescript-estree': 8.29.1(typescript@5.8.3) 3831 - '@typescript-eslint/utils': 8.29.1(eslint@9.24.0)(typescript@5.8.3) 3830 + '@typescript-eslint/typescript-estree': 8.31.0(typescript@5.8.3) 3831 + '@typescript-eslint/utils': 8.31.0(eslint@9.25.1)(typescript@5.8.3) 3832 3832 debug: 4.4.0 3833 - eslint: 9.24.0 3833 + eslint: 9.25.1 3834 3834 ts-api-utils: 2.1.0(typescript@5.8.3) 3835 3835 typescript: 5.8.3 3836 3836 transitivePeerDependencies: 3837 3837 - supports-color 3838 3838 3839 - '@typescript-eslint/types@8.29.1': {} 3839 + '@typescript-eslint/types@8.31.0': {} 3840 3840 3841 - '@typescript-eslint/typescript-estree@8.29.1(typescript@5.8.3)': 3841 + '@typescript-eslint/typescript-estree@8.31.0(typescript@5.8.3)': 3842 3842 dependencies: 3843 - '@typescript-eslint/types': 8.29.1 3844 - '@typescript-eslint/visitor-keys': 8.29.1 3843 + '@typescript-eslint/types': 8.31.0 3844 + '@typescript-eslint/visitor-keys': 8.31.0 3845 3845 debug: 4.4.0 3846 3846 fast-glob: 3.3.3 3847 3847 is-glob: 4.0.3 ··· 3852 3852 transitivePeerDependencies: 3853 3853 - supports-color 3854 3854 3855 - '@typescript-eslint/utils@8.29.1(eslint@9.24.0)(typescript@5.8.3)': 3855 + '@typescript-eslint/utils@8.31.0(eslint@9.25.1)(typescript@5.8.3)': 3856 3856 dependencies: 3857 - '@eslint-community/eslint-utils': 4.5.1(eslint@9.24.0) 3858 - '@typescript-eslint/scope-manager': 8.29.1 3859 - '@typescript-eslint/types': 8.29.1 3860 - '@typescript-eslint/typescript-estree': 8.29.1(typescript@5.8.3) 3861 - eslint: 9.24.0 3857 + '@eslint-community/eslint-utils': 4.6.1(eslint@9.25.1) 3858 + '@typescript-eslint/scope-manager': 8.31.0 3859 + '@typescript-eslint/types': 8.31.0 3860 + '@typescript-eslint/typescript-estree': 8.31.0(typescript@5.8.3) 3861 + eslint: 9.25.1 3862 3862 typescript: 5.8.3 3863 3863 transitivePeerDependencies: 3864 3864 - supports-color 3865 3865 3866 - '@typescript-eslint/visitor-keys@8.29.1': 3866 + '@typescript-eslint/visitor-keys@8.31.0': 3867 3867 dependencies: 3868 - '@typescript-eslint/types': 8.29.1 3868 + '@typescript-eslint/types': 8.31.0 3869 3869 eslint-visitor-keys: 4.2.0 3870 3870 3871 3871 acorn-jsx@5.3.2(acorn@8.14.1): ··· 4157 4157 4158 4158 eslint-visitor-keys@4.2.0: {} 4159 4159 4160 - eslint@9.24.0: 4160 + eslint@9.25.1: 4161 4161 dependencies: 4162 - '@eslint-community/eslint-utils': 4.5.1(eslint@9.24.0) 4162 + '@eslint-community/eslint-utils': 4.6.1(eslint@9.25.1) 4163 4163 '@eslint-community/regexpp': 4.12.1 4164 4164 '@eslint/config-array': 0.20.0 4165 4165 '@eslint/config-helpers': 0.2.1 4166 - '@eslint/core': 0.12.0 4166 + '@eslint/core': 0.13.0 4167 4167 '@eslint/eslintrc': 3.3.1 4168 - '@eslint/js': 9.24.0 4168 + '@eslint/js': 9.25.1 4169 4169 '@eslint/plugin-kit': 0.2.8 4170 4170 '@humanfs/node': 0.16.6 4171 4171 '@humanwhocodes/module-importer': 1.0.1 ··· 4267 4267 dependencies: 4268 4268 bser: 2.1.1 4269 4269 4270 - fdir@6.4.3: {} 4270 + fdir@6.4.4(picomatch@4.0.2): 4271 + optionalDependencies: 4272 + picomatch: 4.0.2 4271 4273 4272 4274 file-entry-cache@8.0.0: 4273 4275 dependencies: ··· 4920 4922 4921 4923 picomatch@2.3.1: {} 4922 4924 4925 + picomatch@4.0.2: {} 4926 + 4923 4927 pirates@4.0.6: {} 4924 4928 4925 4929 pkg-dir@4.2.0: ··· 5010 5014 5011 5015 reusify@1.1.0: {} 5012 5016 5013 - rollup@4.39.0: 5017 + rollup@4.40.0: 5014 5018 dependencies: 5015 5019 '@types/estree': 1.0.7 5016 5020 optionalDependencies: 5017 - '@rollup/rollup-android-arm-eabi': 4.39.0 5018 - '@rollup/rollup-android-arm64': 4.39.0 5019 - '@rollup/rollup-darwin-arm64': 4.39.0 5020 - '@rollup/rollup-darwin-x64': 4.39.0 5021 - '@rollup/rollup-freebsd-arm64': 4.39.0 5022 - '@rollup/rollup-freebsd-x64': 4.39.0 5023 - '@rollup/rollup-linux-arm-gnueabihf': 4.39.0 5024 - '@rollup/rollup-linux-arm-musleabihf': 4.39.0 5025 - '@rollup/rollup-linux-arm64-gnu': 4.39.0 5026 - '@rollup/rollup-linux-arm64-musl': 4.39.0 5027 - '@rollup/rollup-linux-loongarch64-gnu': 4.39.0 5028 - '@rollup/rollup-linux-powerpc64le-gnu': 4.39.0 5029 - '@rollup/rollup-linux-riscv64-gnu': 4.39.0 5030 - '@rollup/rollup-linux-riscv64-musl': 4.39.0 5031 - '@rollup/rollup-linux-s390x-gnu': 4.39.0 5032 - '@rollup/rollup-linux-x64-gnu': 4.39.0 5033 - '@rollup/rollup-linux-x64-musl': 4.39.0 5034 - '@rollup/rollup-win32-arm64-msvc': 4.39.0 5035 - '@rollup/rollup-win32-ia32-msvc': 4.39.0 5036 - '@rollup/rollup-win32-x64-msvc': 4.39.0 5021 + '@rollup/rollup-android-arm-eabi': 4.40.0 5022 + '@rollup/rollup-android-arm64': 4.40.0 5023 + '@rollup/rollup-darwin-arm64': 4.40.0 5024 + '@rollup/rollup-darwin-x64': 4.40.0 5025 + '@rollup/rollup-freebsd-arm64': 4.40.0 5026 + '@rollup/rollup-freebsd-x64': 4.40.0 5027 + '@rollup/rollup-linux-arm-gnueabihf': 4.40.0 5028 + '@rollup/rollup-linux-arm-musleabihf': 4.40.0 5029 + '@rollup/rollup-linux-arm64-gnu': 4.40.0 5030 + '@rollup/rollup-linux-arm64-musl': 4.40.0 5031 + '@rollup/rollup-linux-loongarch64-gnu': 4.40.0 5032 + '@rollup/rollup-linux-powerpc64le-gnu': 4.40.0 5033 + '@rollup/rollup-linux-riscv64-gnu': 4.40.0 5034 + '@rollup/rollup-linux-riscv64-musl': 4.40.0 5035 + '@rollup/rollup-linux-s390x-gnu': 4.40.0 5036 + '@rollup/rollup-linux-x64-gnu': 4.40.0 5037 + '@rollup/rollup-linux-x64-musl': 4.40.0 5038 + '@rollup/rollup-win32-arm64-msvc': 4.40.0 5039 + '@rollup/rollup-win32-ia32-msvc': 4.40.0 5040 + '@rollup/rollup-win32-x64-msvc': 4.40.0 5037 5041 fsevents: 2.3.3 5038 5042 5039 5043 run-parallel@1.2.0: ··· 5106 5110 5107 5111 supports-preserve-symlinks-flag@1.0.0: {} 5108 5112 5109 - svelte-check@4.1.5(svelte@5.25.8)(typescript@5.8.3): 5113 + svelte-check@4.1.6(picomatch@4.0.2)(svelte@5.28.1)(typescript@5.8.3): 5110 5114 dependencies: 5111 5115 '@jridgewell/trace-mapping': 0.3.25 5112 5116 chokidar: 4.0.3 5113 - fdir: 6.4.3 5117 + fdir: 6.4.4(picomatch@4.0.2) 5114 5118 picocolors: 1.1.1 5115 5119 sade: 1.8.1 5116 - svelte: 5.25.8 5120 + svelte: 5.28.1 5117 5121 typescript: 5.8.3 5118 5122 transitivePeerDependencies: 5119 5123 - picomatch 5120 5124 5121 - svelte@5.25.8: 5125 + svelte@5.28.1: 5122 5126 dependencies: 5123 5127 '@ampproject/remapping': 2.3.0 5124 5128 '@jridgewell/sourcemap-codec': 1.5.0 ··· 5141 5145 glob: 7.2.3 5142 5146 minimatch: 3.1.2 5143 5147 5148 + tinyglobby@0.2.13: 5149 + dependencies: 5150 + fdir: 6.4.4(picomatch@4.0.2) 5151 + picomatch: 4.0.2 5152 + 5144 5153 tmpl@1.0.5: {} 5145 5154 5146 5155 to-regex-range@5.0.1: ··· 5161 5170 5162 5171 type-fest@0.21.3: {} 5163 5172 5164 - typescript-eslint@8.29.1(eslint@9.24.0)(typescript@5.8.3): 5173 + typescript-eslint@8.31.0(eslint@9.25.1)(typescript@5.8.3): 5165 5174 dependencies: 5166 - '@typescript-eslint/eslint-plugin': 8.29.1(@typescript-eslint/parser@8.29.1(eslint@9.24.0)(typescript@5.8.3))(eslint@9.24.0)(typescript@5.8.3) 5167 - '@typescript-eslint/parser': 8.29.1(eslint@9.24.0)(typescript@5.8.3) 5168 - '@typescript-eslint/utils': 8.29.1(eslint@9.24.0)(typescript@5.8.3) 5169 - eslint: 9.24.0 5175 + '@typescript-eslint/eslint-plugin': 8.31.0(@typescript-eslint/parser@8.31.0(eslint@9.25.1)(typescript@5.8.3))(eslint@9.25.1)(typescript@5.8.3) 5176 + '@typescript-eslint/parser': 8.31.0(eslint@9.25.1)(typescript@5.8.3) 5177 + '@typescript-eslint/utils': 8.31.0(eslint@9.25.1)(typescript@5.8.3) 5178 + eslint: 9.25.1 5170 5179 typescript: 5.8.3 5171 5180 transitivePeerDependencies: 5172 5181 - supports-color ··· 5202 5211 '@types/istanbul-lib-coverage': 2.0.6 5203 5212 convert-source-map: 2.0.0 5204 5213 5205 - vite@6.2.5(@types/node@20.14.2): 5214 + vite@6.3.2(@types/node@20.14.2): 5206 5215 dependencies: 5207 5216 esbuild: 0.25.2 5217 + fdir: 6.4.4(picomatch@4.0.2) 5218 + picomatch: 4.0.2 5208 5219 postcss: 8.5.3 5209 - rollup: 4.39.0 5220 + rollup: 4.40.0 5221 + tinyglobby: 0.2.13 5210 5222 optionalDependencies: 5211 5223 '@types/node': 20.14.2 5212 5224 fsevents: 2.3.3 5213 5225 5214 - vitefu@1.0.4(vite@6.2.5(@types/node@20.14.2)): 5226 + vitefu@1.0.4(vite@6.3.2(@types/node@20.14.2)): 5215 5227 optionalDependencies: 5216 - vite: 6.2.5(@types/node@20.14.2) 5228 + vite: 6.3.2(@types/node@20.14.2) 5217 5229 5218 5230 walker@1.0.8: 5219 5231 dependencies: