[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): pin dependencies (#9)

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

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
(Nov 5, 2025, 4:40 PM UTC) 648cdca3 8e4e858d

+33 -118
+8 -8
package.json
··· 17 17 "test:rust": "cd src-tauri && cargo test" 18 18 }, 19 19 "dependencies": { 20 - "@tauri-apps/api": "^2", 21 - "@tauri-apps/plugin-opener": "^2", 22 - "vue": "^3.5.13" 20 + "@tauri-apps/api": "2.9.0", 21 + "@tauri-apps/plugin-opener": "2.5.2", 22 + "vue": "3.5.22" 23 23 }, 24 24 "devDependencies": { 25 - "@nuxt/devtools": "^3.0.1", 26 - "@tauri-apps/cli": "^2", 27 - "nuxt": "^4.2.0", 28 - "typescript": "~5.6.2", 29 - "vue-tsc": "^3.1.3" 25 + "@nuxt/devtools": "3.0.1", 26 + "@tauri-apps/cli": "2.9.3", 27 + "nuxt": "4.2.0", 28 + "typescript": "5.6.3", 29 + "vue-tsc": "3.1.3" 30 30 } 31 31 }
+9 -63
pnpm-lock.yaml
··· 9 9 .: 10 10 dependencies: 11 11 '@tauri-apps/api': 12 - specifier: ^2 12 + specifier: 2.9.0 13 13 version: 2.9.0 14 14 '@tauri-apps/plugin-opener': 15 - specifier: ^2 15 + specifier: 2.5.2 16 16 version: 2.5.2 17 17 vue: 18 - specifier: ^3.5.13 18 + specifier: 3.5.22 19 19 version: 3.5.22(typescript@5.6.3) 20 20 devDependencies: 21 21 '@nuxt/devtools': 22 - specifier: ^3.0.1 22 + specifier: 3.0.1 23 23 version: 3.0.1(vite@7.2.0(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.22(typescript@5.6.3)) 24 24 '@tauri-apps/cli': 25 - specifier: ^2 25 + specifier: 2.9.3 26 26 version: 2.9.3 27 27 nuxt: 28 - specifier: ^4.2.0 28 + specifier: 4.2.0 29 29 version: 4.2.0(@parcel/watcher@2.5.1)(@vue/compiler-sfc@3.5.22)(db0@0.3.4)(ioredis@5.8.2)(magicast@0.5.1)(rollup@4.52.5)(terser@5.44.1)(typescript@5.6.3)(vite@7.2.0(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue-tsc@3.1.3(typescript@5.6.3))(yaml@2.8.1) 30 30 typescript: 31 - specifier: ~5.6.2 31 + specifier: 5.6.3 32 32 version: 5.6.3 33 33 vue-tsc: 34 - specifier: ^3.1.3 34 + specifier: 3.1.3 35 35 version: 3.1.3(typescript@5.6.3) 36 36 37 37 packages: ··· 3062 3062 peerDependencies: 3063 3063 vite: ^6.0.0 || ^7.0.0 3064 3064 vue: ^3.5.0 3065 - 3066 - vite@6.4.1: 3067 - resolution: {integrity: sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==} 3068 - engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} 3069 - hasBin: true 3070 - peerDependencies: 3071 - '@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0 3072 - jiti: '>=1.21.0' 3073 - less: '*' 3074 - lightningcss: ^1.21.0 3075 - sass: '*' 3076 - sass-embedded: '*' 3077 - stylus: '*' 3078 - sugarss: '*' 3079 - terser: ^5.16.0 3080 - tsx: ^4.8.1 3081 - yaml: ^2.4.2 3082 - peerDependenciesMeta: 3083 - '@types/node': 3084 - optional: true 3085 - jiti: 3086 - optional: true 3087 - less: 3088 - optional: true 3089 - lightningcss: 3090 - optional: true 3091 - sass: 3092 - optional: true 3093 - sass-embedded: 3094 - optional: true 3095 - stylus: 3096 - optional: true 3097 - sugarss: 3098 - optional: true 3099 - terser: 3100 - optional: true 3101 - tsx: 3102 - optional: true 3103 - yaml: 3104 - optional: true 3105 3065 3106 3066 vite@7.2.0: 3107 3067 resolution: {integrity: sha512-C/Naxf8H0pBx1PA4BdpT+c/5wdqI9ILMdwjSMILw7tVIh3JsxzZqdeTLmmdaoh5MYUEOyBnM9K3o0DzoZ/fe+w==} ··· 6575 6535 debug: 4.4.3 6576 6536 es-module-lexer: 1.7.0 6577 6537 pathe: 2.0.3 6578 - vite: 6.4.1(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1) 6538 + vite: 7.2.0(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1) 6579 6539 transitivePeerDependencies: 6580 6540 - '@types/node' 6581 6541 - jiti ··· 6648 6608 source-map-js: 1.2.1 6649 6609 vite: 7.2.0(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1) 6650 6610 vue: 3.5.22(typescript@5.6.3) 6651 - 6652 - vite@6.4.1(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1): 6653 - dependencies: 6654 - esbuild: 0.25.12 6655 - fdir: 6.5.0(picomatch@4.0.3) 6656 - picomatch: 4.0.3 6657 - postcss: 8.5.6 6658 - rollup: 4.52.5 6659 - tinyglobby: 0.2.15 6660 - optionalDependencies: 6661 - fsevents: 2.3.3 6662 - jiti: 2.6.1 6663 - terser: 5.44.1 6664 - yaml: 2.8.1 6665 6611 6666 6612 vite@7.2.0(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1): 6667 6613 dependencies:
+11 -42
src-tauri/Cargo.lock
··· 1515 1515 "js-sys", 1516 1516 "log", 1517 1517 "wasm-bindgen", 1518 - "windows-core 0.62.2", 1518 + "windows-core", 1519 1519 ] 1520 1520 1521 1521 [[package]] ··· 3529 3529 "unicode-segmentation", 3530 3530 "url", 3531 3531 "windows", 3532 - "windows-core 0.61.2", 3532 + "windows-core", 3533 3533 "windows-version", 3534 3534 "x11-dl", 3535 3535 ] ··· 4466 4466 "webview2-com-macros", 4467 4467 "webview2-com-sys", 4468 4468 "windows", 4469 - "windows-core 0.61.2", 4469 + "windows-core", 4470 4470 "windows-implement", 4471 4471 "windows-interface", 4472 4472 ] ··· 4490 4490 dependencies = [ 4491 4491 "thiserror 2.0.17", 4492 4492 "windows", 4493 - "windows-core 0.61.2", 4493 + "windows-core", 4494 4494 ] 4495 4495 4496 4496 [[package]] ··· 4546 4546 checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" 4547 4547 dependencies = [ 4548 4548 "windows-collections", 4549 - "windows-core 0.61.2", 4549 + "windows-core", 4550 4550 "windows-future", 4551 4551 "windows-link 0.1.3", 4552 4552 "windows-numerics", ··· 4558 4558 source = "registry+https://github.com/rust-lang/crates.io-index" 4559 4559 checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" 4560 4560 dependencies = [ 4561 - "windows-core 0.61.2", 4561 + "windows-core", 4562 4562 ] 4563 4563 4564 4564 [[package]] ··· 4570 4570 "windows-implement", 4571 4571 "windows-interface", 4572 4572 "windows-link 0.1.3", 4573 - "windows-result 0.3.4", 4574 - "windows-strings 0.4.2", 4575 - ] 4576 - 4577 - [[package]] 4578 - name = "windows-core" 4579 - version = "0.62.2" 4580 - source = "registry+https://github.com/rust-lang/crates.io-index" 4581 - checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" 4582 - dependencies = [ 4583 - "windows-implement", 4584 - "windows-interface", 4585 - "windows-link 0.2.1", 4586 - "windows-result 0.4.1", 4587 - "windows-strings 0.5.1", 4573 + "windows-result", 4574 + "windows-strings", 4588 4575 ] 4589 4576 4590 4577 [[package]] ··· 4593 4580 source = "registry+https://github.com/rust-lang/crates.io-index" 4594 4581 checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" 4595 4582 dependencies = [ 4596 - "windows-core 0.61.2", 4583 + "windows-core", 4597 4584 "windows-link 0.1.3", 4598 4585 "windows-threading", 4599 4586 ] ··· 4638 4625 source = "registry+https://github.com/rust-lang/crates.io-index" 4639 4626 checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" 4640 4627 dependencies = [ 4641 - "windows-core 0.61.2", 4628 + "windows-core", 4642 4629 "windows-link 0.1.3", 4643 4630 ] 4644 4631 ··· 4652 4639 ] 4653 4640 4654 4641 [[package]] 4655 - name = "windows-result" 4656 - version = "0.4.1" 4657 - source = "registry+https://github.com/rust-lang/crates.io-index" 4658 - checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 4659 - dependencies = [ 4660 - "windows-link 0.2.1", 4661 - ] 4662 - 4663 - [[package]] 4664 4642 name = "windows-strings" 4665 4643 version = "0.4.2" 4666 4644 source = "registry+https://github.com/rust-lang/crates.io-index" 4667 4645 checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 4668 4646 dependencies = [ 4669 4647 "windows-link 0.1.3", 4670 - ] 4671 - 4672 - [[package]] 4673 - name = "windows-strings" 4674 - version = "0.5.1" 4675 - source = "registry+https://github.com/rust-lang/crates.io-index" 4676 - checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 4677 - dependencies = [ 4678 - "windows-link 0.2.1", 4679 4648 ] 4680 4649 4681 4650 [[package]] ··· 4998 4967 "webkit2gtk-sys", 4999 4968 "webview2-com", 5000 4969 "windows", 5001 - "windows-core 0.61.2", 4970 + "windows-core", 5002 4971 "windows-version", 5003 4972 "x11-dl", 5004 4973 ]
+5 -5
src-tauri/Cargo.toml
··· 15 15 crate-type = ["staticlib", "cdylib", "rlib"] 16 16 17 17 [build-dependencies] 18 - tauri-build = { version = "2", features = [] } 18 + tauri-build = { version = "=2.5.1", features = [] } 19 19 20 20 [dependencies] 21 - tauri = { version = "2", features = [] } 22 - tauri-plugin-opener = "2" 23 - serde = { version = "1", features = ["derive"] } 24 - serde_json = "1" 21 + tauri = { version = "=2.9.2", features = [] } 22 + tauri-plugin-opener = "=2.5.2" 23 + serde = { version = "=1.0.228", features = ["derive"] } 24 + serde_json = "=1.0.145" 25 25