I am using style = authoryear in Biblatex and I want to make all author names, including the conjunction "and" in bold. I have used the following commands
\renewcommand{\mkbibnamefirst}[1]{\textbf{#1}}
\renewcommand{\mkbibnamelast}[1]{\textbf{#1}}
however this only makes the author names bold but not the "and" conjunction, so I get something like this

How can I make the "and" and the commas bold in the author field?