I opened a premade Kotlin/JS project, and it has the file yarn.lock under the directory kotin-js-store.
I published the code on Github, and Dependabot is giving me an alert that dependencies under yarn.lock is vulerable to security issues.
But, I cannot update the dependencies through Dependabot, and yarn.lock file seems autogenerated, which means I cannot edit it.
How can I update my dependencies in my yarn.lock file?
My gradle dependencies are all up-to-date.