diff --git a/bun.lock b/bun.lock index 009bf7a..d41b5df 100644 --- a/bun.lock +++ b/bun.lock @@ -29,7 +29,7 @@ "@tauri-apps/cli": "2.10.0", "@types/crypto-js": "4.2.2", "@types/node": "25.2.3", - "@types/react": "19.2.13", + "@types/react": "19.2.14", "@types/react-dom": "19.2.3", "crypto-js": "4.2.0", "eslint": "9.39.2", @@ -292,7 +292,7 @@ "@types/node": ["@types/node@25.2.3", "", { "dependencies": { "undici-types": "~7.16.0" } }, "sha512-m0jEgYlYz+mDJZ2+F4v8D1AyQb+QzsNqRuI7xg1VQX/KlKS0qT9r1Mo16yo5F/MtifXFgaofIFsdFMox2SxIbQ=="], - "@types/react": ["@types/react@19.2.13", "", { "dependencies": { "csstype": "^3.2.2" } }, "sha512-KkiJeU6VbYbUOp5ITMIc7kBfqlYkKA5KhEHVrGMmUUMt7NeaZg65ojdPk+FtNrBAOXNVM5QM72jnADjM+XVRAQ=="], + "@types/react": ["@types/react@19.2.14", "", { "dependencies": { "csstype": "^3.2.2" } }, "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w=="], "@types/react-dom": ["@types/react-dom@19.2.3", "", { "peerDependencies": { "@types/react": "^19.2.0" } }, "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ=="], diff --git a/package.json b/package.json index 7539a52..5d3b589 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@tauri-apps/cli": "2.10.0", "@types/crypto-js": "4.2.2", "@types/node": "25.2.3", - "@types/react": "19.2.13", + "@types/react": "19.2.14", "@types/react-dom": "19.2.3", "crypto-js": "4.2.0", "eslint": "9.39.2", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index f16afb0..23e708e 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -23,7 +23,7 @@ futures-util = { version = "0.3.31", features = ["io"] } tauri-plugin-decorum = "1.1.1" tauri-plugin-fs = "2.4.5" zip = "7.4.0" -libc = "0.2.181" +libc = "0.2.182" tauri-plugin-dialog = "2.6.0" tauri-plugin-notification = "2.3.3" sysinfo = "0.38.1"