[READ-ONLY] Mirror of https://github.com/maybeanerd/booktracker. a multi platform application and server to track your book reading journey
hacktoberfest
0

Configure Feed

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

fix(deps): update tauri monorepo (#185)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
(Apr 18, 2026, 9:02 AM UTC) da5cd178 324fff5e

+67 -182
+1 -1
apps/frontend/package.json
··· 17 17 }, 18 18 "devDependencies": { 19 19 "@nuxt/devtools": "3.2.4", 20 - "@tauri-apps/cli": "2.10.0", 20 + "@tauri-apps/cli": "2.10.1", 21 21 "nuxt": "4.3.1", 22 22 "typescript": "5.9.3", 23 23 "vue-tsc": "3.2.6"
+15 -130
apps/frontend/src-tauri/Cargo.lock
··· 2127 2127 dependencies = [ 2128 2128 "bitflags 2.10.0", 2129 2129 "block2 0.6.2", 2130 - "libc", 2131 2130 "objc2 0.6.3", 2132 - "objc2-cloud-kit", 2133 - "objc2-core-data", 2134 2131 "objc2-core-foundation", 2135 - "objc2-core-graphics", 2136 - "objc2-core-image", 2137 - "objc2-core-text", 2138 - "objc2-core-video", 2139 - "objc2-foundation 0.3.2", 2140 - "objc2-quartz-core 0.3.2", 2141 - ] 2142 - 2143 - [[package]] 2144 - name = "objc2-cloud-kit" 2145 - version = "0.3.2" 2146 - source = "registry+https://github.com/rust-lang/crates.io-index" 2147 - checksum = "73ad74d880bb43877038da939b7427bba67e9dd42004a18b809ba7d87cee241c" 2148 - dependencies = [ 2149 - "bitflags 2.10.0", 2150 - "objc2 0.6.3", 2151 - "objc2-foundation 0.3.2", 2152 - ] 2153 - 2154 - [[package]] 2155 - name = "objc2-core-data" 2156 - version = "0.3.2" 2157 - source = "registry+https://github.com/rust-lang/crates.io-index" 2158 - checksum = "0b402a653efbb5e82ce4df10683b6b28027616a2715e90009947d50b8dd298fa" 2159 - dependencies = [ 2160 - "bitflags 2.10.0", 2161 - "objc2 0.6.3", 2162 2132 "objc2-foundation 0.3.2", 2163 2133 ] 2164 2134 ··· 2180 2150 checksum = "e022c9d066895efa1345f8e33e584b9f958da2fd4cd116792e15e07e4720a807" 2181 2151 dependencies = [ 2182 2152 "bitflags 2.10.0", 2183 - "dispatch2", 2184 - "objc2 0.6.3", 2185 2153 "objc2-core-foundation", 2186 - "objc2-io-surface", 2187 - ] 2188 - 2189 - [[package]] 2190 - name = "objc2-core-image" 2191 - version = "0.3.2" 2192 - source = "registry+https://github.com/rust-lang/crates.io-index" 2193 - checksum = "e5d563b38d2b97209f8e861173de434bd0214cf020e3423a52624cd1d989f006" 2194 - dependencies = [ 2195 - "objc2 0.6.3", 2196 - "objc2-foundation 0.3.2", 2197 - ] 2198 - 2199 - [[package]] 2200 - name = "objc2-core-text" 2201 - version = "0.3.2" 2202 - source = "registry+https://github.com/rust-lang/crates.io-index" 2203 - checksum = "0cde0dfb48d25d2b4862161a4d5fcc0e3c24367869ad306b0c9ec0073bfed92d" 2204 - dependencies = [ 2205 - "bitflags 2.10.0", 2206 - "objc2 0.6.3", 2207 - "objc2-core-foundation", 2208 - "objc2-core-graphics", 2209 - ] 2210 - 2211 - [[package]] 2212 - name = "objc2-core-video" 2213 - version = "0.3.2" 2214 - source = "registry+https://github.com/rust-lang/crates.io-index" 2215 - checksum = "d425caf1df73233f29fd8a5c3e5edbc30d2d4307870f802d18f00d83dc5141a6" 2216 - dependencies = [ 2217 - "bitflags 2.10.0", 2218 - "objc2 0.6.3", 2219 - "objc2-core-foundation", 2220 - "objc2-core-graphics", 2221 - "objc2-io-surface", 2222 2154 ] 2223 2155 2224 2156 [[package]] ··· 2256 2188 dependencies = [ 2257 2189 "bitflags 2.10.0", 2258 2190 "block2 0.6.2", 2259 - "libc", 2260 - "objc2 0.6.3", 2261 - "objc2-core-foundation", 2262 - ] 2263 - 2264 - [[package]] 2265 - name = "objc2-io-surface" 2266 - version = "0.3.2" 2267 - source = "registry+https://github.com/rust-lang/crates.io-index" 2268 - checksum = "180788110936d59bab6bd83b6060ffdfffb3b922ba1396b312ae795e1de9d81d" 2269 - dependencies = [ 2270 - "bitflags 2.10.0", 2271 - "objc2 0.6.3", 2272 - "objc2-core-foundation", 2273 - ] 2274 - 2275 - [[package]] 2276 - name = "objc2-javascript-core" 2277 - version = "0.3.2" 2278 - source = "registry+https://github.com/rust-lang/crates.io-index" 2279 - checksum = "2a1e6550c4caed348956ce3370c9ffeca70bb1dbed4fa96112e7c6170e074586" 2280 - dependencies = [ 2281 2191 "objc2 0.6.3", 2282 2192 "objc2-core-foundation", 2283 2193 ] ··· 2308 2218 ] 2309 2219 2310 2220 [[package]] 2311 - name = "objc2-quartz-core" 2312 - version = "0.3.2" 2313 - source = "registry+https://github.com/rust-lang/crates.io-index" 2314 - checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f" 2315 - dependencies = [ 2316 - "bitflags 2.10.0", 2317 - "objc2 0.6.3", 2318 - "objc2-foundation 0.3.2", 2319 - ] 2320 - 2321 - [[package]] 2322 - name = "objc2-security" 2323 - version = "0.3.2" 2324 - source = "registry+https://github.com/rust-lang/crates.io-index" 2325 - checksum = "709fe137109bd1e8b5a99390f77a7d8b2961dafc1a1c5db8f2e60329ad6d895a" 2326 - dependencies = [ 2327 - "bitflags 2.10.0", 2328 - "objc2 0.6.3", 2329 - "objc2-core-foundation", 2330 - ] 2331 - 2332 - [[package]] 2333 2221 name = "objc2-ui-kit" 2334 2222 version = "0.3.2" 2335 2223 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2353 2241 "objc2-app-kit", 2354 2242 "objc2-core-foundation", 2355 2243 "objc2-foundation 0.3.2", 2356 - "objc2-javascript-core", 2357 - "objc2-security", 2358 2244 ] 2359 2245 2360 2246 [[package]] ··· 3332 3218 "log", 3333 3219 "objc2 0.5.2", 3334 3220 "objc2-foundation 0.2.2", 3335 - "objc2-quartz-core 0.2.2", 3221 + "objc2-quartz-core", 3336 3222 "raw-window-handle", 3337 3223 "redox_syscall", 3338 3224 "wasm-bindgen", ··· 3534 3420 3535 3421 [[package]] 3536 3422 name = "tauri" 3537 - version = "2.10.2" 3423 + version = "2.10.3" 3538 3424 source = "registry+https://github.com/rust-lang/crates.io-index" 3539 - checksum = "463ae8677aa6d0f063a900b9c41ecd4ac2b7ca82f0b058cc4491540e55b20129" 3425 + checksum = "da77cc00fb9028caf5b5d4650f75e31f1ef3693459dfca7f7e506d1ecef0ba2d" 3540 3426 dependencies = [ 3541 3427 "anyhow", 3542 3428 "bytes", ··· 3585 3471 3586 3472 [[package]] 3587 3473 name = "tauri-build" 3588 - version = "2.5.5" 3474 + version = "2.5.6" 3589 3475 source = "registry+https://github.com/rust-lang/crates.io-index" 3590 - checksum = "ca7bd893329425df750813e95bd2b643d5369d929438da96d5bbb7cc2c918f74" 3476 + checksum = "4bbc990d1dbf57a8e1c7fa2327f2a614d8b757805603c1b9ba5c81bade09fd4d" 3591 3477 dependencies = [ 3592 3478 "anyhow", 3593 3479 "cargo_toml", ··· 3607 3493 3608 3494 [[package]] 3609 3495 name = "tauri-codegen" 3610 - version = "2.5.4" 3496 + version = "2.5.5" 3611 3497 source = "registry+https://github.com/rust-lang/crates.io-index" 3612 - checksum = "aac423e5859d9f9ccdd32e3cf6a5866a15bedbf25aa6630bcb2acde9468f6ae3" 3498 + checksum = "d4a24476afd977c5d5d169f72425868613d82747916dd29e0a357c84c4bd6d29" 3613 3499 dependencies = [ 3614 3500 "base64 0.22.1", 3615 3501 "brotli", ··· 3634 3520 3635 3521 [[package]] 3636 3522 name = "tauri-macros" 3637 - version = "2.5.4" 3523 + version = "2.5.5" 3638 3524 source = "registry+https://github.com/rust-lang/crates.io-index" 3639 - checksum = "1b6a1bd2861ff0c8766b1d38b32a6a410f6dc6532d4ef534c47cfb2236092f59" 3525 + checksum = "d39b349a98dadaffebb73f0a40dcd1f23c999211e5a2e744403db384d0c33de7" 3640 3526 dependencies = [ 3641 3527 "heck 0.5.0", 3642 3528 "proc-macro2", ··· 3687 3573 3688 3574 [[package]] 3689 3575 name = "tauri-runtime" 3690 - version = "2.10.0" 3576 + version = "2.10.1" 3691 3577 source = "registry+https://github.com/rust-lang/crates.io-index" 3692 - checksum = "b885ffeac82b00f1f6fd292b6e5aabfa7435d537cef57d11e38a489956535651" 3578 + checksum = "2826d79a3297ed08cd6ea7f412644ef58e32969504bc4fbd8d7dbeabc4445ea2" 3693 3579 dependencies = [ 3694 3580 "cookie", 3695 3581 "dpi", ··· 3712 3598 3713 3599 [[package]] 3714 3600 name = "tauri-runtime-wry" 3715 - version = "2.10.0" 3601 + version = "2.10.1" 3716 3602 source = "registry+https://github.com/rust-lang/crates.io-index" 3717 - checksum = "5204682391625e867d16584fedc83fc292fb998814c9f7918605c789cd876314" 3603 + checksum = "e11ea2e6f801d275fdd890d6c9603736012742a1c33b96d0db788c9cdebf7f9e" 3718 3604 dependencies = [ 3719 3605 "gtk", 3720 3606 "http", ··· 3722 3608 "log", 3723 3609 "objc2 0.6.3", 3724 3610 "objc2-app-kit", 3725 - "objc2-foundation 0.3.2", 3726 3611 "once_cell", 3727 3612 "percent-encoding", 3728 3613 "raw-window-handle", ··· 3739 3624 3740 3625 [[package]] 3741 3626 name = "tauri-utils" 3742 - version = "2.8.2" 3627 + version = "2.8.3" 3743 3628 source = "registry+https://github.com/rust-lang/crates.io-index" 3744 - checksum = "fcd169fccdff05eff2c1033210b9b94acd07a47e6fa9a3431cf09cfd4f01c87e" 3629 + checksum = "219a1f983a2af3653f75b5747f76733b0da7ff03069c7a41901a5eb3ace4557d" 3745 3630 dependencies = [ 3746 3631 "anyhow", 3747 3632 "brotli",
+2 -2
apps/frontend/src-tauri/Cargo.toml
··· 15 15 crate-type = ["staticlib", "cdylib", "rlib"] 16 16 17 17 [build-dependencies] 18 - tauri-build = { version = "=2.5.5", features = [] } 18 + tauri-build = { version = "=2.5.6", features = [] } 19 19 20 20 [dependencies] 21 - tauri = { version = "=2.10.2", features = [] } 21 + tauri = { version = "=2.10.3", features = [] } 22 22 tauri-plugin-opener = "=2.5.3" 23 23 serde = { version = "=1.0.228", features = ["derive"] } 24 24 serde_json = "=1.0.149"
+49 -49
pnpm-lock.yaml
··· 121 121 specifier: 3.2.4 122 122 version: 3.2.4(vite@7.3.1(@types/node@24.11.0)(jiti@2.6.1)(terser@5.44.1)(tsx@4.21.0)(yaml@2.8.2))(vue@3.5.27(typescript@5.9.3)) 123 123 '@tauri-apps/cli': 124 - specifier: 2.10.0 125 - version: 2.10.0 124 + specifier: 2.10.1 125 + version: 2.10.1 126 126 nuxt: 127 127 specifier: 4.3.1 128 128 version: 4.3.1(@parcel/watcher@2.5.1)(@types/node@24.11.0)(@vue/compiler-sfc@3.5.27)(cac@6.7.14)(db0@0.3.4(drizzle-orm@0.45.2(postgres@3.4.8)))(drizzle-orm@0.45.2(postgres@3.4.8))(eslint@9.39.4(jiti@2.6.1))(ioredis@5.9.2)(magicast@0.5.2)(optionator@0.9.4)(rollup@4.56.0)(terser@5.44.1)(tsx@4.21.0)(typescript@5.9.3)(vite@7.3.1(@types/node@24.11.0)(jiti@2.6.1)(terser@5.44.1)(tsx@4.21.0)(yaml@2.8.2))(vue-tsc@3.2.6(typescript@5.9.3))(yaml@2.8.2) ··· 2136 2136 '@tauri-apps/api@2.10.1': 2137 2137 resolution: {integrity: sha512-hKL/jWf293UDSUN09rR69hrToyIXBb8CjGaWC7gfinvnQrBVvnLr08FeFi38gxtugAVyVcTa5/FD/Xnkb1siBw==} 2138 2138 2139 - '@tauri-apps/cli-darwin-arm64@2.10.0': 2140 - resolution: {integrity: sha512-avqHD4HRjrMamE/7R/kzJPcAJnZs0IIS+1nkDP5b+TNBn3py7N2aIo9LIpy+VQq0AkN8G5dDpZtOOBkmWt/zjA==} 2139 + '@tauri-apps/cli-darwin-arm64@2.10.1': 2140 + resolution: {integrity: sha512-Z2OjCXiZ+fbYZy7PmP3WRnOpM9+Fy+oonKDEmUE6MwN4IGaYqgceTjwHucc/kEEYZos5GICve35f7ZiizgqEnQ==} 2141 2141 engines: {node: '>= 10'} 2142 2142 cpu: [arm64] 2143 2143 os: [darwin] 2144 2144 2145 - '@tauri-apps/cli-darwin-x64@2.10.0': 2146 - resolution: {integrity: sha512-keDmlvJRStzVFjZTd0xYkBONLtgBC9eMTpmXnBXzsHuawV2q9PvDo2x6D5mhuoMVrJ9QWjgaPKBBCFks4dK71Q==} 2145 + '@tauri-apps/cli-darwin-x64@2.10.1': 2146 + resolution: {integrity: sha512-V/irQVvjPMGOTQqNj55PnQPVuH4VJP8vZCN7ajnj+ZS8Kom1tEM2hR3qbbIRoS3dBKs5mbG8yg1WC+97dq17Pw==} 2147 2147 engines: {node: '>= 10'} 2148 2148 cpu: [x64] 2149 2149 os: [darwin] 2150 2150 2151 - '@tauri-apps/cli-linux-arm-gnueabihf@2.10.0': 2152 - resolution: {integrity: sha512-e5u0VfLZsMAC9iHaOEANumgl6lfnJx0Dtjkd8IJpysZ8jp0tJ6wrIkto2OzQgzcYyRCKgX72aKE0PFgZputA8g==} 2151 + '@tauri-apps/cli-linux-arm-gnueabihf@2.10.1': 2152 + resolution: {integrity: sha512-Hyzwsb4VnCWKGfTw+wSt15Z2pLw2f0JdFBfq2vHBOBhvg7oi6uhKiF87hmbXOBXUZaGkyRDkCHsdzJcIfoJC2w==} 2153 2153 engines: {node: '>= 10'} 2154 2154 cpu: [arm] 2155 2155 os: [linux] 2156 2156 2157 - '@tauri-apps/cli-linux-arm64-gnu@2.10.0': 2158 - resolution: {integrity: sha512-YrYYk2dfmBs5m+OIMCrb+JH/oo+4FtlpcrTCgiFYc7vcs6m3QDd1TTyWu0u01ewsCtK2kOdluhr/zKku+KP7HA==} 2157 + '@tauri-apps/cli-linux-arm64-gnu@2.10.1': 2158 + resolution: {integrity: sha512-OyOYs2t5GkBIvyWjA1+h4CZxTcdz1OZPCWAPz5DYEfB0cnWHERTnQ/SLayQzncrT0kwRoSfSz9KxenkyJoTelA==} 2159 2159 engines: {node: '>= 10'} 2160 2160 cpu: [arm64] 2161 2161 os: [linux] 2162 2162 2163 - '@tauri-apps/cli-linux-arm64-musl@2.10.0': 2164 - resolution: {integrity: sha512-GUoPdVJmrJRIXFfW3Rkt+eGK9ygOdyISACZfC/bCSfOnGt8kNdQIQr5WRH9QUaTVFIwxMlQyV3m+yXYP+xhSVA==} 2163 + '@tauri-apps/cli-linux-arm64-musl@2.10.1': 2164 + resolution: {integrity: sha512-MIj78PDDGjkg3NqGptDOGgfXks7SYJwhiMh8SBoZS+vfdz7yP5jN18bNaLnDhsVIPARcAhE1TlsZe/8Yxo2zqg==} 2165 2165 engines: {node: '>= 10'} 2166 2166 cpu: [arm64] 2167 2167 os: [linux] 2168 2168 2169 - '@tauri-apps/cli-linux-riscv64-gnu@2.10.0': 2170 - resolution: {integrity: sha512-JO7s3TlSxshwsoKNCDkyvsx5gw2QAs/Y2GbR5UE2d5kkU138ATKoPOtxn8G1fFT1aDW4LH0rYAAfBpGkDyJJnw==} 2169 + '@tauri-apps/cli-linux-riscv64-gnu@2.10.1': 2170 + resolution: {integrity: sha512-X0lvOVUg8PCVaoEtEAnpxmnkwlE1gcMDTqfhbefICKDnOTJ5Est3qL0SrWxizDackIOKBcvtpejrSiVpuJI1kw==} 2171 2171 engines: {node: '>= 10'} 2172 2172 cpu: [riscv64] 2173 2173 os: [linux] 2174 2174 2175 - '@tauri-apps/cli-linux-x64-gnu@2.10.0': 2176 - resolution: {integrity: sha512-Uvh4SUUp4A6DVRSMWjelww0GnZI3PlVy7VS+DRF5napKuIehVjGl9XD0uKoCoxwAQBLctvipyEK+pDXpJeoHng==} 2175 + '@tauri-apps/cli-linux-x64-gnu@2.10.1': 2176 + resolution: {integrity: sha512-2/12bEzsJS9fAKybxgicCDFxYD1WEI9kO+tlDwX5znWG2GwMBaiWcmhGlZ8fi+DMe9CXlcVarMTYc0L3REIRxw==} 2177 2177 engines: {node: '>= 10'} 2178 2178 cpu: [x64] 2179 2179 os: [linux] 2180 2180 2181 - '@tauri-apps/cli-linux-x64-musl@2.10.0': 2182 - resolution: {integrity: sha512-AP0KRK6bJuTpQ8kMNWvhIpKUkQJfcPFeba7QshOQZjJ8wOS6emwTN4K5g/d3AbCMo0RRdnZWwu67MlmtJyxC1Q==} 2181 + '@tauri-apps/cli-linux-x64-musl@2.10.1': 2182 + resolution: {integrity: sha512-Y8J0ZzswPz50UcGOFuXGEMrxbjwKSPgXftx5qnkuMs2rmwQB5ssvLb6tn54wDSYxe7S6vlLob9vt0VKuNOaCIQ==} 2183 2183 engines: {node: '>= 10'} 2184 2184 cpu: [x64] 2185 2185 os: [linux] 2186 2186 2187 - '@tauri-apps/cli-win32-arm64-msvc@2.10.0': 2188 - resolution: {integrity: sha512-97DXVU3dJystrq7W41IX+82JEorLNY+3+ECYxvXWqkq7DBN6FsA08x/EFGE8N/b0LTOui9X2dvpGGoeZKKV08g==} 2187 + '@tauri-apps/cli-win32-arm64-msvc@2.10.1': 2188 + resolution: {integrity: sha512-iSt5B86jHYAPJa/IlYw++SXtFPGnWtFJriHn7X0NFBVunF6zu9+/zOn8OgqIWSl8RgzhLGXQEEtGBdR4wzpVgg==} 2189 2189 engines: {node: '>= 10'} 2190 2190 cpu: [arm64] 2191 2191 os: [win32] 2192 2192 2193 - '@tauri-apps/cli-win32-ia32-msvc@2.10.0': 2194 - resolution: {integrity: sha512-EHyQ1iwrWy1CwMalEm9z2a6L5isQ121pe7FcA2xe4VWMJp+GHSDDGvbTv/OPdkt2Lyr7DAZBpZHM6nvlHXEc4A==} 2193 + '@tauri-apps/cli-win32-ia32-msvc@2.10.1': 2194 + resolution: {integrity: sha512-gXyxgEzsFegmnWywYU5pEBURkcFN/Oo45EAwvZrHMh+zUSEAvO5E8TXsgPADYm31d1u7OQU3O3HsYfVBf2moHw==} 2195 2195 engines: {node: '>= 10'} 2196 2196 cpu: [ia32] 2197 2197 os: [win32] 2198 2198 2199 - '@tauri-apps/cli-win32-x64-msvc@2.10.0': 2200 - resolution: {integrity: sha512-NTpyQxkpzGmU6ceWBTY2xRIEaS0ZLbVx1HE1zTA3TY/pV3+cPoPPOs+7YScr4IMzXMtOw7tLw5LEXo5oIG3qaQ==} 2199 + '@tauri-apps/cli-win32-x64-msvc@2.10.1': 2200 + resolution: {integrity: sha512-6Cn7YpPFwzChy0ERz6djKEmUehWrYlM+xTaNzGPgZocw3BD7OfwfWHKVWxXzdjEW2KfKkHddfdxK1XXTYqBRLg==} 2201 2201 engines: {node: '>= 10'} 2202 2202 cpu: [x64] 2203 2203 os: [win32] 2204 2204 2205 - '@tauri-apps/cli@2.10.0': 2206 - resolution: {integrity: sha512-ZwT0T+7bw4+DPCSWzmviwq5XbXlM0cNoleDKOYPFYqcZqeKY31KlpoMW/MOON/tOFBPgi31a2v3w9gliqwL2+Q==} 2205 + '@tauri-apps/cli@2.10.1': 2206 + resolution: {integrity: sha512-jQNGF/5quwORdZSSLtTluyKQ+o6SMa/AUICfhf4egCGFdMHqWssApVgYSbg+jmrZoc8e1DscNvjTnXtlHLS11g==} 2207 2207 engines: {node: '>= 10'} 2208 2208 hasBin: true 2209 2209 ··· 8292 8292 8293 8293 '@tauri-apps/api@2.10.1': {} 8294 8294 8295 - '@tauri-apps/cli-darwin-arm64@2.10.0': 8295 + '@tauri-apps/cli-darwin-arm64@2.10.1': 8296 8296 optional: true 8297 8297 8298 - '@tauri-apps/cli-darwin-x64@2.10.0': 8298 + '@tauri-apps/cli-darwin-x64@2.10.1': 8299 8299 optional: true 8300 8300 8301 - '@tauri-apps/cli-linux-arm-gnueabihf@2.10.0': 8301 + '@tauri-apps/cli-linux-arm-gnueabihf@2.10.1': 8302 8302 optional: true 8303 8303 8304 - '@tauri-apps/cli-linux-arm64-gnu@2.10.0': 8304 + '@tauri-apps/cli-linux-arm64-gnu@2.10.1': 8305 8305 optional: true 8306 8306 8307 - '@tauri-apps/cli-linux-arm64-musl@2.10.0': 8307 + '@tauri-apps/cli-linux-arm64-musl@2.10.1': 8308 8308 optional: true 8309 8309 8310 - '@tauri-apps/cli-linux-riscv64-gnu@2.10.0': 8310 + '@tauri-apps/cli-linux-riscv64-gnu@2.10.1': 8311 8311 optional: true 8312 8312 8313 - '@tauri-apps/cli-linux-x64-gnu@2.10.0': 8313 + '@tauri-apps/cli-linux-x64-gnu@2.10.1': 8314 8314 optional: true 8315 8315 8316 - '@tauri-apps/cli-linux-x64-musl@2.10.0': 8316 + '@tauri-apps/cli-linux-x64-musl@2.10.1': 8317 8317 optional: true 8318 8318 8319 - '@tauri-apps/cli-win32-arm64-msvc@2.10.0': 8319 + '@tauri-apps/cli-win32-arm64-msvc@2.10.1': 8320 8320 optional: true 8321 8321 8322 - '@tauri-apps/cli-win32-ia32-msvc@2.10.0': 8322 + '@tauri-apps/cli-win32-ia32-msvc@2.10.1': 8323 8323 optional: true 8324 8324 8325 - '@tauri-apps/cli-win32-x64-msvc@2.10.0': 8325 + '@tauri-apps/cli-win32-x64-msvc@2.10.1': 8326 8326 optional: true 8327 8327 8328 - '@tauri-apps/cli@2.10.0': 8328 + '@tauri-apps/cli@2.10.1': 8329 8329 optionalDependencies: 8330 - '@tauri-apps/cli-darwin-arm64': 2.10.0 8331 - '@tauri-apps/cli-darwin-x64': 2.10.0 8332 - '@tauri-apps/cli-linux-arm-gnueabihf': 2.10.0 8333 - '@tauri-apps/cli-linux-arm64-gnu': 2.10.0 8334 - '@tauri-apps/cli-linux-arm64-musl': 2.10.0 8335 - '@tauri-apps/cli-linux-riscv64-gnu': 2.10.0 8336 - '@tauri-apps/cli-linux-x64-gnu': 2.10.0 8337 - '@tauri-apps/cli-linux-x64-musl': 2.10.0 8338 - '@tauri-apps/cli-win32-arm64-msvc': 2.10.0 8339 - '@tauri-apps/cli-win32-ia32-msvc': 2.10.0 8340 - '@tauri-apps/cli-win32-x64-msvc': 2.10.0 8330 + '@tauri-apps/cli-darwin-arm64': 2.10.1 8331 + '@tauri-apps/cli-darwin-x64': 2.10.1 8332 + '@tauri-apps/cli-linux-arm-gnueabihf': 2.10.1 8333 + '@tauri-apps/cli-linux-arm64-gnu': 2.10.1 8334 + '@tauri-apps/cli-linux-arm64-musl': 2.10.1 8335 + '@tauri-apps/cli-linux-riscv64-gnu': 2.10.1 8336 + '@tauri-apps/cli-linux-x64-gnu': 2.10.1 8337 + '@tauri-apps/cli-linux-x64-musl': 2.10.1 8338 + '@tauri-apps/cli-win32-arm64-msvc': 2.10.1 8339 + '@tauri-apps/cli-win32-ia32-msvc': 2.10.1 8340 + '@tauri-apps/cli-win32-x64-msvc': 2.10.1 8341 8341 8342 8342 '@tauri-apps/plugin-opener@2.5.3': 8343 8343 dependencies: