Those that are AWAITING COMMAND could be for instance open and idle query windows in SQL Server Management Studio. The one with cmd = UPDATE may be blocked by something. It may also be that the UPDATE statement takes a very long time, and needs to read a lot pages from disk.
With the very small amount of information you have shared, it is very difficult to say something with certainty. I can offer speculations, but they can be way off. What I do note, though, is that all processes come from the same client process. With only six rows, that could still be a single instance of SSMS, but it could also be a case of an application that does not close its connections properly.
You would need to give us more information so that we can give an accurate answer. One way would be to run my beta_lockinfo in archive mode and follow the instructions to bulk out the data and share the data with us. But beware that this may disclose table names and actual data, and this may not be appropriate to share.