Is it possible to update all versions to the latest one in the
kotlin-js-store/yarn.lock
?
Javier
01/15/2022, 11:55 PM
Currently, I got a dependabot alert, so I would like to just update everything to the last version. I tried yarn upgrade, but it is not working very well.
But I think even upgrading it manually, it will be reverted based on the warning in the file
Copy code
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
j
Joffrey
01/16/2022, 10:01 AM
The yarn lock file is generated from dependencies declared elsewhere. To modify them you need to modify the source. If you have declared
npm()
dependencies in your Gradle build, try to update those. If not, then maybe those dependencies are brought by kotlin itself and in this case I'm not sure there is anything you can do