softwareupdate command for specific update to install with flag stdinpass is not working from Ventura 13.0 version

I was using the below command to install mac updates in terminal, but after the Ventura release it's not working. Whatever we are passing in the stdinpass flag is taken as software name and throughs no such update error. please help to resolve this issue.

The command is: sudo -S softwareupdate -iR "update Name to be installed ex:(macOS Ventura 13.0.1-22A400)" --stdinpass "UserNamePassword" --user "UserName"

sudo -S softwareupdate -iR "macOS Ventura 13.0.1-22A400" --stdinpass "loggedInUserPassword" --user "LogedInUserName"

This is the Command I used: sudo -S softwareupdate -iR "macOS Ventura 13.0.1-22A400" --stdinpass "loggedInUserPassword" --user "LogedInUserName"

softwareupdate command for specific update to install with flag stdinpass is not working from Ventura 13.0 version
 
 
Q