Is it possible to update all versions to the lates...
# multiplatform
j
Is it possible to update all versions to the latest one in the
kotlin-js-store/yarn.lock
?
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
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
r
You can upgrade some dependencies defined by kotlin plugin, like this: https://github.com/rjaros/kvision/blob/master/build.gradle.kts#L36 I've updated
karma
to
6.3.11
because kotlin uses
karma-6.3.3
which triggers dependsbot alert about old
<http://engine.io|engine.io>
.
j
Thank you!
It doesn't look like something can be easily updated from tools like Renovate or Dependabot