I seem to have encountered an issue related to a webpack internal dependency called "serialize-javascript" with version 1.9.1.
My webpack version is 4.41.2 and it utilizes the terser-webpack-plugin which in turn uses serialize-javascript version 1.9.1
Now, GitHub has raised a security alert for this particular issue in my project.
What steps should I take to address this concern?